You can check out the latest news and Changelog at the Tarada Linux Website.
PC Scripts
The Ultimate UNIX Geeksite!
Monday, November 29, 2010
Sunday, November 28, 2010
Back to Tarada Linux (Again)
The plans have been finalized. The installation method for Tarada Linux is going to be via .tar.gz and make. When completed, you will be able to download it on SourceForge. Typing ./configure will generate the necessary Makefile from a template we made. Typing make will build everything and start the installation configuration program. The installer will ask which installation mode you want to use, make sure you want to continue, then, write configuration files. At this point, nothing on your system has been changed, so nothing up until this point has to be done by root. Once the configuration files have been generated, you can install Tarada Linux with sudo make install. This will launch the actual installer, so it needs to be run as root. The installer will copy files and make changes to configuration files on your computer, then ask permission to reboot your computer. Before you begin the installation process, you might want to backup your /etc/apt/sources.list, as the installation process will overwrite that file.
Friday, November 19, 2010
Back to Tarada Linux
Tarada has been busy with other matters, but we are coming back to Tarada Linux. We are going to switch Tarada Linux to KDE, and we will get rid of a lot of bloat. Most likely, the installation method will be to install Kubuntu, then pop in the Tarada Linux CD to add Tarada Linux to it. This will be more efficient, and users will be able to choose their Kubuntu version and, possibly, architecture. Plus, existing Kubuntu users will be able to upgrade to Tarada Linux.
Wednesday, October 27, 2010
Tarada Linux 10.04.1 LTS Release Candidate!
Finally, after so many days of working on it, Tarada Linux Release Candidate has been released! I am working on chopping the ISO into small pieces that can be uploaded to SourceForge.
I have already booted it up and tested it out. I found a few issues with the /usr/bin/taradalinux file and fixed them. I have already rebuilt the Debian packages with the fixes and they are on SourceForge. Fortunately, the part of the file that was broken was not the updater. It was the initial repository configuration installer. If you install Tarada Linux for testing, I strongly suggest that you update your install before you do anything.
Saturday, October 9, 2010
Version 3.0 of the Tarada C++ API is out on SourceForge!. You can download it here.
Changes
- Removed shell bindings
- Added 2 new functions
- All code is now object oriented!
- Minor bug fixes
Contributions
If you have any functions you would like included in the Tarada C++ API, email it to taradadev@googlegroups.com. Make sure you tell us your name so we can credit you properly.
Tuesday, October 5, 2010
Tarada C++ API On Sourceforge!
I have registered Tarada C++ API on Sourceforge! Check out the project page here! I have uploaded the complete history of taradalib.
Monday, October 4, 2010
Tarada C++ API 2.1
I just finished writing version 2.1 of the Tarada C++ API. You can download it here. The CRC checksum is 993917324. You can check the CRC checksum of your copy using the cksum command.
Changes
- Made installer more user friendly
- Added shell bindings to allow use of the API in shells and shell scripts
Contributions
If you have any functions you would like included in the Tarada C++ API, put it in the comments. Also leave a name and possibly email and website so I can properly credit you in the header file.