[125000700010] |Install GnuCash Financial Accounting software in Ubuntu [125000700020] |GnuCash is personal and small-business financial-accounting software, freely licensed under the GNU GPL and available for GNU/Linux, *BSD, Solaris and Mac OSX. [125000700030] |Designed to be easy to use, yet powerful and flexible, GnuCash allows you to track bank accounts, stocks, income and expenses. [125000700040] |As quick and intuitive to use as a check book register, it is based on professional accounting principles to ensure balanced books and accurate reports. [125000700050] |Install Gnucash In ubuntu [125000700060] |You need to make sure you have universe source list under /etc/apt/sources.list file.if you have already then follow these commands to install [125000700070] |sudo apt-get install gnucash [125000700080] |This will install all the required packages for gnucash.Now if you want to open this application go to Application --—> Office--->GnuCash Finance Management [125000700090] |Here you can see the GnuCash application is loading [125000700100] |Once it loaded fully you can see the following screen here you can select the create a new set of accounts option click ok and follow the on screen options [125000700110] |Once it opens completely you should see the following screen [125000700120] |GnuCash Version details [125000700130] |GnuCash Cash in Wallet screenshot [125000710010] |Display Your system Information (Uptime,CPU,Memory,SCSI,IDE,PCI,Ethernet,Floppy,and Video) Using Phpsysinfo [125000710020] |phpSysInfo is a customizable PHP script that parses various files in /proc and displays them. [125000710030] |It will display information about system facts like Uptime, CPU, Memory, SCSI, IDE, PCI, Ethernet, Floppy, and Video. [125000710040] |It now has full internationalization support along with customizable templates. [125000710050] |Phpsysinfo Requirements [125000710060] |Web server (apache2) with php4 or later support [125000710070] |Phpsysinfo Supported platforms [125000710080] |Linux 2.2+ [125000710090] |FreeBSD 4.x [125000710100] |OpenBSD 2.8+ [125000710110] |NetBSD [125000710120] |Darwin/OSX [125000710130] |Apache2 Installation [125000710140] |For installation of apache2 with php4 support check here [125000710150] |Installing phpsysinfo in Ubuntu [125000710160] |sudo apt-get install phpsysinfo [125000710170] |After completion of your installation this program automatically located at apache2 default document root directory i.e /var/www/phpsysinfo/ folder [125000710180] |If you want to access this from your web browser type the following [125000710190] |http://youripaddress/phpsysinfo/ [125000710200] |You should see the following screen with all your server details [125000720010] |Disk ARchive (Backup and Restore) using dar and kdar(dar Frontend) [125000720020] |Dar is a shell command that makes backup of a directory tree and files. [125000720030] |Its features include splitting archives over several files, CDs, ZIPs, or floppies, compression, full or differential backups, strong encryption, proper saving and restoration of hard links and extended attributes, remote backup using pipes and external command (such as ssh), and rearrangement of the “slices” of an existing archive. [125000720040] |It can now run commands between slices, encrypt archives, and quickly retrieve individual files from differential and full backups. [125000720050] |Dar also has external GUI like kdar for Linux,thanks to the well documented API. [125000720060] |Kdar is GUI for dar.KDar is the “KDE Disk archiver”, a disk-based archiving and backup utility.KDar is built around the “disk archive library” by Denis Corbin, and is similar in function to his “DAR” program. [125000720070] |DAR is somewhat analogous to the “tape archiver” shell command “tar”, but is better suited for backups onto disk-based media, such as CD-R’s, DVDs,Jazz, Zip, other hard-drives, etc. [125000720080] |KDar can perform differential backups, which means that it can quickly store the differences between a recent full backup and the current state of your data.KDar now supports strong encryption based on the blowfish algorithm. [125000720090] |Install dar and kdar in Ubuntu [125000720100] |For dapper Users [125000720110] |sudo apt-get install dar kdar [125000720120] |For Edgy Users [125000720130] |sudo apt-get install dar kdar [125000720140] |kdar Edgy Problem with Solution [125000720150] |When you try to install kdar you will get the following error [125000720160] |The following packages have unmet dependencies. kdar: Depends: libdar3c2a but it is not installable E: Broken packages [125000720170] |Solution1 [125000720180] |If you are seeing the above error you need to download libdar3c2a from dapper packages and install this package. [125000720190] |Solution2 [125000720200] |You can also use the following procedure when you do this you need to be very careful what you are doing. [125000720210] |you can edit the /etc/apt/sources.list file [125000720220] |sudo vi /etc/apt/sources.list [125000720230] |add the following line [125000720240] |deb http://gb.archive.ubuntu.com/ubuntu/ dapper universe [125000720250] |save and exit the file. [125000720260] |Now update the souce list using the following command [125000720270] |sudo apt-get update [125000720280] |Install libdar3c2a from dapper packages using the following command [125000720290] |sudo apt-get install libdar3c2a [125000720300] |Once this finished the installation you need to remove the line we have added in /etc/apt/sources.list for dapper save the file and exit [125000720310] |Now you need to update the source list using the following command [125000720320] |sudo apt-get update [125000720330] |This will complete the installation now if you want to open the application go to Applications--->Accessories--->KDar (Disk-Based Archive Tool) [125000720340] |Once it opens you should see the following screen here select basic setup and click on next [125000720350] |Here if you want to use KDE Wallet to store your password enable this otherwise click on finish [125000720360] |Now you need to define where you want to archive directory and click ok [125000720370] |If that directory you choose doesn’t exist it will create for you select yes [125000720380] |Dar is Loading [125000720390] |Once it opens the complete application you should see the following screen this is kdar main screen.Below the titlebar are KDar’s Menubar and Toolbar. [125000720400] |The Menubar allows you to open and create archives, operate on them, and get information about KDar. [125000720410] |The Toolbar gives you one-click access to many of KDar’s features, and you can configure it to your liking by right-clicking on it. [125000720420] |Creating archives Using KDar [125000720430] |To create an archive, select “Archive->Create” (at bottom of menu). [125000720440] |Let the wizard take you step-by-step through the archiving process. [125000720450] |Use the Next >and < Back buttons at the bottom of the wizard to navigate the pages. [125000720460] |The rest of this section describes this procedure in detail, and you can skip it if you just want to create a basic archive. [125000720470] |The first page of the create wizard gives you an opportunity to restore a “profile”. [125000720480] |Profiles store all of the information needed to perform one of KDar's operations. [125000720490] |You save them to your filesystem as regular files, with any name you like, ending with “.kdar”. [125000720500] |Currently KDar supports “creation” and “restoration” profiles. [125000720510] |To load a creation profile, click the Restore profile button and select the profile. [125000720520] |You probably haven't saved a profile yet, so just click the Next >button. [125000720530] |Now you need to enter the archive name and you can choose your choice of name but recommended one is descriptive you can see this in the following screen [125000720540] |The “root directory” is the filesystem’s top-level directory that you want to archive. [125000720550] |KDar will consider all directories and files below this directory for inclusion in the archive, but no files above or adjacent to this directory.Here Choose the archive’s root directory. [125000720560] |Creating full system backups can take several hours on modern filesystems. [125000720570] |KDar can optionally store the difference between the current state of the filesystem and the state of the filesystem when you last created a full backup. [125000720580] |The new archive is called a “differential” archive. [125000720590] |Performing a differential backup can take considerably less time than doing a full backup, and the resulting archive usually takes up much less space on your filesystem or storage media. [125000720600] |If you want to make a differential backup, enable the differential backup checkbox, and select the reference archive. [125000720610] |The reference archive can be from a previous full backup, a previous differential backup, or an archive catalog. [125000720620] |Archive catalogs contain only the basic archive information, such as the contents, but are equivalent to regular archives as far as differential creation is concerned. [125000720630] |Leave the checkbox unchecked if you’re making a new archive (e.g., a full backup). [125000720640] |KDar has many advanced creation features which you can configure by clicking the Configure creation options button.You can see the advanced configuration options screen as follows.This brings up a configuration dialog which allows you to customize the creation process to suit your needs. [125000720650] |For example, KDar has powerful directory and file filtering mechanisms which allow you to fine-tune which directories and files to include in the archive. [125000720660] |You can also choose whether to compress the archive contents, and you can specify which types of file to exclude from the compression process. [125000720670] |KDar now supports strong encryption, and you can enable it there.If you want to use advanced options Configure the advanced creation settings. [125000720680] |Now you can save your settings as a profile.When you’re satisfied that everything is okay, click Finish. [125000720690] |Your archive should be created. [125000720700] |KDar will show you a progress dialog which displays the percentage of files processed,the media type and current archive slice size. [125000720710] |Filenames are also displayed as they are added to the archive. [125000720720] |Restoring archives Using KDar [125000720730] |Select “Archive->Restore” [125000720740] |You should see the following screen [125000720750] |Here you need to select the archive you want to open select .1.dar and click on open [125000720760] |Now you need to choose a directory to extract your archive into and click on folder icon to choose a directory [125000720770] |You should see similar to the following screen select a directory to extract your archive and click ok [125000720780] |Once you selected restore directory you should see the following screen and click ok [125000720790] |It will start the restore process you can see this in the following screen [125000720800] |This will restore all the files you have selected for restore.This is very simple and useful backup tool for all ubuntu users and admin. [125000720810] |If you want more documentation about kdar check here and if you want to use dar from command line check dar documentation here [125000730010] |Manage Linux SysRq over network Using sysrqd [125000730020] |sysrqd is a tiny daemon aiming to control sysrq over network.SysRq stands for System Request, and this are functions mapped to keyboard short cuts by the kernel. [125000730030] |You can use them by pressing Alt+SysRq+[key] (SysRq might be named “Print Screen” on your keyboard),Permits to execute usual SysRq commands by network, like: sync, umount, reboot, poweroff, sak, term, etc. where key can be s (sync), k (sak), 0 to 9 (logging level), b (reboot), etc. [125000730040] |The goal of this keyboard sequences is too be available even if you can’t do anything on your box, because you screwed up everything, or because it’s crashed or under very heavy load. [125000730050] |sysrqd can help you to use SysRq keys when you are not in front of your box,and you need to do Emergency Sync, R/O remount and reBoot. [125000730060] |It is designed to respond under heavy load or half-crashed box, so it might work even if you can’t access to your box for example. [125000730070] |In this case, you will be happy to telnet to your box on sysrqd port, enter your password, and then press s, u, b and wait for your server to reboot. [125000730080] |You would not have been able to do that since ssh was not responding. [125000730090] |The connection is password protected but not cyphered so you might want to firewall it or to run it on a trusted network. [125000730100] |Install sysrqd in Ubuntu [125000730110] |sudo apt-get install sysrqd [125000730120] |This will complete the installation [125000730130] |Using sysrqd [125000730140] |To set up your password use the following command [125000730150] |echo “mypassword” >/etc/sysrqd.secret [125000730160] |sudo chmod 0600 /etc/sysrqd.secret [125000730170] |Then, you will be able to telnet to port 4094/tcp. [125000730180] |% telnet localhost 4094 Trying 127.0.0.1… Connected to localhost.localdomain. [125000730190] |Escape character is ‘^]’. sysrqd password: hello sysrq> s sysrq> u sysrq> q [125000740010] |Special Characters made easier in Ubuntu [125000740020] |If you are using Ubuntu Dapper Drake, you could press CTRL+SHIFT and then the unicode for special characters so you didn’t have to copy and paste them from the Character palette every time you wanted to use them. [125000740030] |Solution1 [125000740040] |If you are using Edgy this will not work any more here is simple tip how to use Special Characters.You need to use compose key [125000740050] |If you want to enable compose key go to System ---> Preferences ---> Keyboard [125000740060] |Once it opens you should see the following screen [125000740070] |Now you need to select Layout Options tab from the above screen [125000740080] |Now you need to expand on Compose key position [125000740090] |Choose Right-Win key is compose, click Close. [125000740100] |To use it, hold the Compose key down and then type in the characters you want to mash together.For Example check the following ones RightWin + C + = produces € RightWin + = + C produces € RightWin + C + O produces © RightWin + O + C produces © RightWin + a + ‘produces á [125000740110] |Solution2 [125000740120] |Another option is you can proceed the following procedure [125000740130] |If you can’t make fractions like ½ with the above solution you can fix that using the following procedure [125000740140] |you need to edit the /etc/environment file using the following command [125000740150] |sudo vi /etc/environment [125000740160] |add the following line [125000740170] |export GTK_IM_MODULE=xim [125000740180] |Save the file and exit [125000740190] |Now you need to copy this file to your home directory [125000740200] |cp /usr/share/X11/locale/en_US.UTF-8/Compose ~/.XCompose [125000740210] |This will give you a more complete character set.For example that your keyboard doesn’t have a tilde (~). [125000740220] |You can change the lines that require entering a tilde so that a simple “t” (or whatever you like) will work. [125000740230] |Just don’t use a key combination that’s already in use. [125000750010] |Bonager - The Boot Scan Manager for your ubuntu desktop [125000750020] |Bonager is an easy way to manage that unpredictable and sometimes very annoying disk scan that happens when the computer is turned on. [125000750030] |When installed, you take control of when you want that disk scan to occur. [125000750040] |You even receive a warning before the next scan happens so that you are not surprised by it. [125000750050] |And of course, you are given the option to postpone the scan. [125000750060] |Bonager is EASY to use. [125000750070] |So easy, that everything can be done within three clicks and requires no configuration. [125000750080] |Bonager Features [125000750090] |Only a tray icon, so it does not get in the way [125000750100] |Detection of impending scan [125000750110] |Postpone a scan that is scheduled for the next bootup [125000750120] |Force a scan [125000750130] |Only a maximum of 3 clicks needed to do anything [125000750140] |Knows what actions to make available based on your system [125000750150] |No system configurations or settings are modified [125000750160] |Autostart ability [125000750170] |Now with localization [nationalization/translations] support [125000750180] |Ubuntu Dapper and above support [125000750190] |Icon shows status useful information [125000750200] |UUID and /dev compatible [125000750210] |No configuration needed [125000750220] |No Tray Icon mode [125000750230] |Quick output to terminal [125000750240] |Install Bonager in Ubuntu [125000750250] |First you need to download the latest version of Bonager from here currently you can download bonager_0.6_all.deb package if you want to install this use the following command [125000750260] |sudo dpkg -i bonager_0.6_all.deb [125000750270] |This will complete the installation and if you want to open this application you can go to Applications---> Accessories--->Bonager Boot Scan Manager [125000750280] |Once it opens you should see system tray icon marked in red as follows [125000750290] |Using Bonager left-click on Bonager system tray icon choose between “NO” and “YES” to force a scan for the next reboot [125000750300] |Enabling Autostart right-click on Bonager system tray icon select “Autostart Bonager” select either [NO] or [YES] [125000750310] |Bonager Details as follows [125000760010] |F-Prot Antivirus with XFPROT Web Interface [125000760020] |F-Prot Antivirus for Linux was especially developed to effectively eradicate viruses threatening workstations running Linux. [125000760030] |It provides full protection against macro viruses and other forms of malicious software - including Trojans. [125000760040] |Preparing Your system [125000760050] |sudo apt-get install build-essential libgtk2.0-dev checkinstall [125000760060] |Now you need to downloaf F-port antivirus for linux workstations package from here in to /usr/local/src/ folder or any other folder. [125000760070] |This will download the F-Prot Antivirus Version 4.6.7 [125000760080] |sudo dpkg -i fp-linux-ws.deb [125000760090] |This will install the F-Port antivirus and you can see this in the following screen [125000760100] |F-Port Antivirus Frontend (XFPORT) [125000760110] |XFPROT is a graphical frontend to the F-Prot Antivirus(TM) for Linux [125000760120] |Download the latest version from here [125000760130] |sudo wget http://web.tiscali.it/sharp/xfprot/xfprot-1.18.tar.gz [125000760140] |sudo tar xzvf xfprot-1.18.tar.gz [125000760150] |cd xfprot-1.18 [125000760160] |sudo ./configure --with-sudo --autodetect --without-debug --with-install-dir=/usr/local [125000760170] |sudo make [125000760180] |sudo checkinstall [125000760190] |Once this finishes the debian package creation you should see the following message [125000760200] |Done. [125000760210] |The new package has been installed and saved to /usr/local/src/xfprot-1.16/xfprot_1.18-1_i386.deb [125000760220] |sudo dpkg -i xfprot_1.18-1_i386.deb [125000760230] |This will complete the installation of xfprot [125000760240] |Now you need to create a new application menu for F-port antivirus for this you need to follow this [125000760250] |sudo gedit /usr/share/applications/fprot.desktop [125000760260] |add the following lines and save the file [125000760270] |[Desktop Entry] Name=F-Prot Comment=Anti-Virus Application Exec=xfprot Icon=/usr/local/xfprot/icons/antivirus-48×48.png Terminal=false Type=Application Categories=Application;System; [125000760280] |Now you need to open F-prot application from Applications--->System Tools--->F-prot you can see this in the following screen [125000760290] |First time it will show you the license document here you need to tick the check box next to i agree and click ok [125000760300] |You can see the F-Prot antivirus Frontend in the following screen you can use for scanning,running updates etc [125000760310] |Uninstalling F-Prot Antivirus [125000760320] |sudo dpkg -r xfprot [125000760330] |sudo dpkg -r fp-linux-ws.deb [125000770010] |Inkscape Vector Graphics Editor in Ubuntu [125000770020] |Inkscape is an Open Source vector graphics editor, with capabilities similar to Illustrator, Freehand, CorelDraw, or Xara X using the W3C standard Scalable Vector Graphics (SVG) file format. [125000770030] |Supported SVG features include shapes, paths, text, markers, clones, alpha blending, transforms, gradients, patterns, and grouping. [125000770040] |Inkscape also supports Creative Commons meta-data, node editing, layers, complex path operations, bitmap tracing, text-on-path, flowed text, direct XML editing, and more. [125000770050] |It imports formats such as JPEG, PNG, TIFF, and others and exports PNG as well as multiple vector-based formats. [125000770060] |Inkscape’s main goal is to create a powerful and convenient drawing tool fully compliant with XML, SVG, and CSS standards. [125000770070] |We also aim to maintain a thriving user and developer community by using open, community-oriented development [125000770080] |Install Inkscape in Ubuntu [125000770090] |sudo apt-get install inkscape [125000770100] |This will complete the installation [125000770110] |If you want top open this application go to Applications--->Graphics--->Inkscape Vector Illustrator [125000770120] |Once it opens the application you should see similar to the following screen [125000770130] |If you want to know how to use inkscape check here [125000780010] |Build Low Cost LAMP Server using Ubuntu Edgy Eft in about 15min [125000780020] |Automatic LAMP (Linux, Apache, MySQL and PHP) In about 15 minutes, the time it takes to install Ubuntu Edgy Server Edition, you can have a LAMP server up and ready to go. [125000780030] |This feature, exclusive to Ubuntu Server Edition, is available at the time of installation. [125000780040] |The LAMP option saves the trouble of installing and integrating each of the four separate LAMP components, a process which can take hours and requires someone who is skilled in the installation and configuration of the individual applications. [125000780050] |You get increased security, reduced time to install, and reduced risk of misconfiguration, all of which results in a lower cost of ownership. [125000780060] |Ubuntu LAMP server Install the following Versions [125000780070] |Ubuntu Edgy Eft 6.10 Apache 2.0.55 Mysql 5.0.24a PHP 5.1.6 [125000780080] |First you need to download server version of Ubuntu version from here after that you create a CD and start booting with the CD Once it starts booting you should see the following screen in this you need to select second option “Install to the Hard disk Option” and press enter [125000780090] |Choose you language and press enter you can see we have selected english in the follwoing screen [125000780100] |Choose your location and press enter you can see we have have selected United Kingdom in the follwoing screen [125000780110] |If you want to try to have your keyboard layout detected by pressing a series of keys you need to select yes option and if you don’t want that and you want to choose from a list click no in this example we have selected no and press enter [125000780120] |Select Origin of keyboard and press enter [125000780130] |Select keyboard layout and press enter [125000780140] |Detecting hardware to find CD-ROM Drivers in progress [125000780150] |Scanning CD-ROM in Progress [125000780160] |Loading additional components progress bar [125000780170] |Configures the network with DHCP if there is a DHCP server in the network [125000780180] |Enter the Hostname of the system so in this example i enter here as ubuntulamp [125000780190] |Detecting Disks and Hardware in progress [125000780200] |Startingup the partitioner in progress [125000780210] |you have to partition your hard disk in this i have selected manually edit the partition table and press enter [125000780220] |It will show you the hard disk space and press enter here i am using vmware with 10.7GB of space [125000780230] |Create a New partition table on the device select yes and press enter [125000780240] |Now you can see the freespace and press enter [125000780250] |How to use this freespace select create a new partition and press enter [125000780260] |Enter the new patition size and press continue i have entered 100mb in this example [125000780270] |Select the type of the partition and press enter in this example i have selected primary [125000780280] |Location for the new partition as begining and press enter [125000780290] |Now you need to select the mount point with the following screen and press enter to change mount point [125000780300] |Now you can see the available mount points and here i have selected /boot mount point and press enter [125000780310] |Now you should see the following screen and here you need to select “Done Setting Up the Partition” option and press enter This will create the /boot mount point with 100mb of space and you can create the / mount point in the same way with the existing space. [125000780320] |you can see this in the following screen here you need to select “Finish partitioning and write changes to disk” option and press enter [125000780330] |Write the changes to disk option here you need to select yes and press enter [125000780340] |Creating ext3 filesystem in progress [125000780350] |Configuring the clock option here if you want to leave UTC Select yes otherwise no and press enter [125000780360] |You need enter the Full name of the user you want to create for your server in this example i have created administrator user select continue and press enter [125000780370] |username for your account in this i have entered test select continue and press enter [125000780380] |Entered the password for test user select continue and press enter [125000780390] |Confirm the password for test user select continue and press enter [125000780400] |Installing the base system in progress [125000780410] |Configuring package mirror this will be related to your country option [125000780420] |Now it will start Installing software and here you need to select the server options if you want DNS or LAMP i have selected as LAMP for our LAMP server installation [125000780430] |Software Installation in Progress [125000780440] |Installing GRUB Boot loader in progress [125000780450] |Installation complete message here you need to remove your CD select continue and press enter it will reboot your server [125000780460] |After rebooting you can see the following screen prompt for username [125000780470] |This will complete the Ubuntu LAMP Server Installation and your server is ready for installing applications which supports apache,mysql and php. [125000780480] |Enable root Account in Ubuntu server (Not Recommended for security Reasons this is just Optional) [125000780490] |After the reboot you can login with your previously created username (test). [125000780500] |Now we will enable the root account using the following command [125000780510] |sudo passwd root [125000780520] |and give root a password. [125000780530] |Now onwards we become root by running the following command [125000780540] |su [125000780550] |Configuring Static ip address in Ubuntu server [125000780560] |Ubuntu installer has configured our system to get its network settings via DHCP, Now we will change that to a static IP address for this you need to edit Edit /etc/network/interfaces and enter your ip address details (in this example setup I will use the IP address 172.19.0.10): [125000780570] |sudo vi /etc/network/interfaces [125000780580] |and enter the following save the file and exit [125000780590] |# The primary network interface [125000780600] |auto eth0 iface eth0 inet static address 172.19.0.10 netmask 255.255.255.0 network 172.19.0.0 broadcast 172.19.0.255 gateway 172.19.0.1 [125000780610] |Now you need to restart your network services using the following command [125000780620] |sudo /etc/init.d/networking restart [125000780630] |You need to setup manually DNS servers in resolv.conf file when you are not using DHCP. [125000780640] |sudo vi /etc/resolv.conf [125000780650] |You need to add look something like this [125000780660] |search domain.com [125000780670] |nameserver xxx.xxx.xxx.xxx [125000780680] |Install SSH Server [125000780690] |If you want to access your server remotely through SSH you need to install SSH server for this you need to run the following command [125000780700] |sudo apt-get install ssh openssh-server [125000780710] |You will be prompted to insert the installation CD again and this will complete SSH server in your edgy lamp server. [125000780720] |This is really simple and easy server installation for new users and who wants a quick server. [125000780730] |One small Observation i have noticed in edgy LAMP installation and dapper LAMP installation was choosing LAMP server option is available in dapper at the time of booting your server CD and in edgy you need to select LAMP server option at the time of software installation. [125000780740] |This might be useful for users who might think there is no LAMP server option at the time of start booting their Edgy server CD. [125000780750] |After completing your Edgy LAMP Server Installation some of users may not be comfortable with command prompt for those users they can install webmin for their server web interface to configure apache,mysql servers.You can check here for webmin tutorials [125000790010] |Manage Your Personal accounts with Eqonomize [125000790020] |Eqonomize! is a personal accounting software, with focus on efficiency and ease of use for the small household economy. [125000790030] |Eqonomize! provides a complete solution, with bookkeeping by double entry and support for scheduled recurring transactions, security investments, and budgeting. [125000790040] |It gives a clear overview of past and present transactions, and development of incomes and expenses, with descriptive tables and charts, as well as an approximation of future account values. [125000790050] |Install Eqonomize in Ubuntu [125000790060] |sudo apt-get install eqonomize [125000790070] |This will complete the installation [125000790080] |Create Aplications Menu [125000790090] |First you need to open eqonomize.desktop using the following command [125000790100] |sudo vi /usr/share/applications/eqonomize.desktop [125000790110] |Now you need to add the following lines [125000790120] |[Desktop Entry] Name=Eqonomize! [125000790130] |Comment=Personal Accounting Software Exec=eqonomize %i %m -caption “%c” Terminal=false Type=Application MimeType=application/x-eqonomize Categories=Application;Office; X-DCOP-ServiceType=Unique X-DCOP-ServiceName=eqonomize X-KDE-StartupNotify=true Comment=Personal finances manager / bookkeeping software X-Ubuntu-Gettext-Domain=desktop_eqonomize [125000790140] |Save and exit the file [125000790150] |If you want to open the Application go to Applications -> Office -> Eqonomize! [125000790160] |Once it opens the application you should see similar to the following screen [125000790170] |If you want to know how to use Eqonomize check here [125000800010] |Create and Manage Virtual Machines Using VirtualBox [125000800020] |VirtualBox is a general-purpose full virtualizer for x86 hardware. [125000800030] |Targeted at server, desktop and embedded use, it is now the only professional-quality virtualization solution that is also Open Source Software. [125000800040] |Install Virtualbox in Ubuntu Gutsy [125000800050] |If you want to install Virtualbox in Ubuntu Dapper,Edgy,Feisty,Gutsy you need to download the latest .deb package from here if you are using Ubuntu dapper you need to download the appropriate package from this link.In this example i am showing how to install virtualbox in Ubuntu edgy. [125000800060] |Preparing Your system [125000800070] |First you need to install the following packages [125000800080] |sudo apt-get install libxalan110 libxerces27 [125000800090] |wget http://www.virtualbox.org/download/1.5.4/virtualbox_1.5.4-27034_Ubuntu_gutsy_i386.deb [125000800100] |Once you download the package you have virtualbox_1.5.4-27034_Ubuntu_gutsy_i386.deb file [125000800110] |Install.deb file using the following command [125000800120] |sudo dpkg -i virtualbox_1.5.4-27034_Ubuntu_gutsy_i386.deb [125000800130] |At the time of installation if you have any dependency problems like the following errors [125000800140] |Selecting previously deselected package virtualbox. [125000800150] |(Reading database …174459 files and directories currently installed.) [125000800160] |Unpacking virtualbox (from virtualbox_1.5.4-27034_Ubuntu_gutsy_i386.deb) …dpkg: dependency problems prevent configuration of virtualbox: virtualbox depends on libxalan110; however: Package libxalan110 is not installed. virtualbox depends on libxerces27; however: Package libxerces27 is not installed. dpkg: error processing virtualbox (--install): dependency problems - leaving unconfigured Errors were encountered while processing: virtualbox [125000800170] |If you see the above error message you can use the following command to install all the required dependencies [125000800180] |sudo apt-get -f install [125000800190] |This will complete the installation [125000800200] |Starting the VirtualBox Graphical User Interface [125000800210] |If you want to start Virtualbox GUI use the following command from your terminal(Applications--->Accessories--- >Termianl) [125000800220] |VirtualBox [125000800230] |Once it opens you should see the following screen [125000800240] |VirtualBox Version Details [125000800250] |Creating a Virtual machine [125000800260] |If you want to create a Virtual machine you need to click on “New” button in the user interface will guide you through the new virtual machine [125000800270] |Now the following wizard will appear click next [125000800280] |In the next screen You nees to select VMname and OS Type and click next [125000800290] |Now you need to select the memory for your VM [125000800300] |Here you need to select the Virtual hard disk details and click next [125000800310] |Summary of your Virtual Machine and click finish [125000800320] |Once you click on finish You should see the following screen [125000800330] |If you want to start this VM you need to click on “Start” in the user interface [125000800340] |This is virtualbox installation in ubuntu edgy and also explains how to create a new virtual machine now you can install whatever OS you want to test.If you want more information on virtualbox check here [125000810010] |Upgrade Ubuntu Dapper (6.06) to Ubuntu Edgy Eft (6.10) [125000810020] |If you want to to upgrade your Ubuntu Dapper (6.06) to Ubuntu Edgy Eft (6.10) follow this simple steps [125000810030] |Now we will see how to upgrade your Ubuntu Dapper to Edgy [125000810040] |First thing i would suggest is backup all your important data and start upgrade process and you can use any one of the method to udgrade to ubuntu edgy eft. [125000810050] |We can Use Two methods to upgrade Ubuntu Dapper to Edgy [125000810060] |1) Using GUI [125000810070] |2) Using apt-get [125000810080] |Upgrading Ubuntu Dapper to Ubuntu Edgy [125000810090] |Method 1 [125000810100] |Using GUI [125000810110] |If you want to upgrade using GUI use the following command [125000810120] |gksu “update-manager -c ” [125000810130] |“-c” switch tells it to look for upgrades at all.You should see the following screen here Now you can see 6.10 is available for upgrade click on upgrade [125000810140] |Now you can see the following screen with the no.of packages available for download here click on start upgrade [125000810150] |Here it starts preparing the upgrade [125000810160] |You can see in this screen downloading required packages is in progress [125000810170] |Installing all the required packages in progress [125000810180] |After installing these packes you should see the following screen and here you need to click on restart and it will reboot your machine to take your new ubuntu 6.10 installation to effect all changes. [125000810190] |You can check the ubuntu version installed using the following command [125000810200] |sudo lsb_release -a [125000810210] |Output Looks like below [125000810220] |Distributor ID: Ubuntu Description: Ubuntu edgy Release: 6.10 Codename: edgy [125000810230] |Method 2 [125000810240] |Using apt-get [125000810250] |Edit your /etc/apt/sources.list as root. [125000810260] |Change every occurrence of dapper to edgy. [125000810270] |Use any prefered editor. [125000810280] |If you have a CD-ROM line in your file, then remove it. [125000810290] |sudo vi /etc/apt/sources.list [125000810300] |or [125000810310] |use the following Simple command [125000810320] |sudo sed -e ‘s/\sdapper/ edgy/g’ -i /etc/apt/sources.list [125000810330] |Now you need to update the source list using the following command [125000810340] |sudo apt-get update [125000810350] |Upgrade using the following command [125000810360] |sudo apt-get dist-upgrade [125000810370] |Double check your process was finished properly using the following commd [125000810380] |sudo apt-get -f install [125000810390] |sudo dpkg --configure -a [125000810400] |Now you need to Reboot your machine to take your new ubuntu 6.10 installation to effect all changes. [125000810410] |I hope you will enjoy your new Ubuntu Edgy Eft [125000820010] |How to Install BlueFish Web Authoring System [125000820020] |Bluefish is a powerful editor for experienced web designers and programmers. [125000820030] |Bluefish supports many programming and markup languages, but it focuses on editing dynamic and interactive websites. [125000820040] |Install bluefish in ubuntu [125000820050] |sudo apt-get install bluefish [125000820060] |This will complete the installation [125000820070] |If you want to open this application go to Applications -> Programming -> Bluefish Editor [125000820080] |Bluefish Editor is Loading [125000820090] |Once it opens the application you should see the following screen [125000820100] |Bluefish Editor Version Details [125000820110] |If you want to know how to use check here [125000830010] |Install Ubuntu/Kubuntu/Edubuntu/Xubuntu without CDROM Drive [125000830020] |If You have a old machine without CD-ROM and you want to use that as your ubuntu desktop You can use any one of the following solutions to install ubuntu. [125000830030] |Solution1 [125000830040] |Before Starting We need to remember the following Important Points [125000830050] |***THIS INSTALLATION METHOD WILL ONLY WORK WITH THE ALTERNATIVE ISO FILES OF UBUNTU/KUBUNTU/XUBUNTU*** [125000830060] |1)Download the Alternative Ubuntu/Kubuntu/Edubuntu/Xubuntu .iso file from here and run an md5 check on it. [125000830070] |2)If you are running Windows you can download the md5 sum program from here once you have this drag your .iso file onto the program (md5sums.exe) and it will spit out a long string of characters and numbers. [125000830080] |Make sure the string it spits out matches the published md5 sum. md5 sums look like the following [125000830090] |549ef19097b10ac9237c08f6dc6084c6 ubuntu-6.10-alternate-i386.iso [125000830100] |3)Before installing Ubuntu you will need to partition your drive. [125000830110] |In essence you will need to boot from another media either a floppy, 2nd drive or USB key and run some type of partition software. [125000830120] |Create one new partition for the Ubuntu installation, one to hold the .iso file &additional boot files (say 700megs). [125000830130] |You might need to resize your existing OS to make space for the above 2 partitions. [125000830140] |4)Now you need to Install grub onto either a floppy or hard drive and create a similar entry in your menu.lst file [125000830150] |title Install Ubuntu root (hd0,2) kernel /boot/vmlinuz vga=normal ramdisk_size=14972 root=/dev/rd/0 rw -- initrd /boot/initrd.gz [125000830160] |**(hd0,2) refers to the 1st hard drive ‘hd0′ and the 3rd partition ’2′. [125000830170] |The counting of partitions and hard drives starts at zero. [125000830180] |Change (hd0,2) to match the drive and partition of your .iso file. [125000830190] |e.g (hd1,3) Refers to drive 2 and partition 4. [125000830200] |5)Download the vmlinuz &initrd.gz files from here [125000830210] |6)First you need to copy the .iso, vmlinuz &initrd.gz files onto the newly created partition from step (2) in a /boot directory.Make sure all other Ubuntu/Kbuntu/Xubuntu .iso files have been renamed to .iso.somethingelse, this will prevent the installer from picking up the wrong .iso file. [125000830220] |7)Now you need to Boot your machine machine from the hard disk or floppy that has grub installed, you should see a menu that contains ‘Install Ubuntu’. [125000830230] |Select ‘Install Ubuntu’ and press enter. [125000830240] |8)Next run through the installation until it fails to find the .iso file. [125000830250] |Then change to terminal 2 with (Ctrl-Alt-F2). [125000830260] |Hit enter to activate this console. [125000830270] |9)Type the below commands in terminal 2 [125000830280] |mkdir -p /dev/loop ln /dev/loop0 /dev/loop/0 [125000830290] |10) Change back to terminal 1 (Ctrl-Alt-F1), scan again and the ISO will be detected. [125000830300] |The install should be working now on your PC [125000830310] |You can refer this from here [125000830320] |Solution2 [125000830330] |This method will work all Ubuntu Versions [125000830340] |First thing you need to create a boot floppy with etherboot. [125000830350] |You need to click here and located your network card in the dropdown. [125000830360] |You need to make sure the exact PCI ID numbers of your network card which will help you in finding the correct driver. [125000830370] |If you don’t know, try to locate the card by name in the list. [125000830380] |Opt for a bootable floppy image, download it and then write it to a floppy per the instructions on the site. [125000830390] |You then need to configure a tftp server on another machine on the same network. [125000830400] |The server should be configured to serve the contents of /install/netboot directory of the Ubuntu CD as root directory. [125000830410] |This way, when the computer you are about to install asks for the file pxelinux.0, the pxelinux.0 in /install/netboot on the Ubuntu CD will be served. [125000830420] |You can install the atftpd package, mount your ubuntu CD on /media/cdrom and added /media/cdrom/install/netboot as commandline argument to in.tftpd in /etc/inetd.conf. [125000830430] |Don’t forget to restart inetd after doing this. [125000830440] |Now you need to configure DHCP server as follows [125000830450] |host tobeinstalled { hardware ethernet 00:80:C8:F8:51:25; next-server myinstallhost; filename “pxelinux.0″; allow bootp; allow booting; } [125000830460] |This will make dhcpd tell the client that it should ask myinstallhost for pxelinux.0 at boot. [125000830470] |Inserted the floppy in the computer to be installed and rebooted it. [125000830480] |It downloaded a bunch of files via TFTP, and then gave me the regular Ubuntu install prompt. [125000830490] |You can check this from here [125000830500] |Solution 3 [125000830510] |This is very simple guide to install ubuntu without CDROM from your windows using wubi.Check this simple installation guide. [125000840010] |Install Flash Player 9 in Ubuntu [125000840020] |Adobe Flash Player is the standard for delivering high-impact, rich Web content. [125000840030] |Designs, animation, and application user interfaces are deployed immediately across all browsers and platforms, attracting and engaging users with a rich Web experience. [125000840040] |Install Flash Player 9 in Ubuntu [125000840050] |Preparing your system [125000840060] |First you need to install alien to convert .rpm to .deb package you can check here for complete details [125000840070] |First you need to download the .rpm file from here [125000840080] |wget http://fpdownload.macromedia.com/get/flashplayer/current/flash-plugin-9.0.31.0-release.i386.rpm [125000840090] |Now you have flash-plugin-9.0.31.0-release.i386.rpm package convert this to .deb using the following command [125000840100] |sudo alien -k flash-plugin-9.0.31.0-release.i386.rpm [125000840110] |Outputlooks like below [125000840120] |Warning: Skipping conversion of scripts in package flash-plugin: postinst prerm Warning: Use the --scripts parameter to include the scripts. flash-plugin_9.0.31.0-release-1_i386.deb generated [125000840130] |Now you need to install this .deb package using the following command [125000840140] |sudo dpkg -i flash-plugin_9.0.31.0-release-1_i386.deb [125000840150] |Selecting previously deselected package flash-plugin. [125000840160] |(Reading database …174973 files and directories currently installed.) [125000840170] |Unpacking flash-plugin (from flash-plugin_9.0.31.0-release-1_i386.deb) …Setting up flash-plugin (9.0.31.0-release-1) … [125000840180] |This will complete the installation [125000840190] |Test Flash Player 9 Plugin [125000840200] |To check if Flash Player 9 is recognized by Firefox or not, open your Firefox and type in about:plugins. [125000850010] |Gimmie: A New Panel for Gnome - Installation in Ubuntu [125000850020] |Gimmie is an elegant way to think about how you use your desktop computer.Gimmie is a new concept of the panel designed to shift the direction of the desktop beyond the standard WIMP model (Windows, Icons, Menu, Pointer) towards one directly representing the concepts that modern desktop users use every day. [125000850030] |It is being considered for inclusion in Project Topaz (a.k.a. Gnome 3.0) [125000850040] |Install Gimmie in Ubuntu [125000850050] |Preparing Your System [125000850060] |First you need to install the following packages [125000850070] |sudo apt-get install make gcc g++ [125000850080] |sudo apt-get install python2.4 python2.4-dev python-gnome2-dev python-gnome2-desktop-dev libgnomecups1.0-dev [125000850090] |Now you need to download the Gimmie latest version from here using the following command [125000850100] |wget http://www.beatniksoftware.com/gimmie/releases/gimmie-0.2.1.tar.gz [125000850110] |Now you have gimmie-0.2.1.tar.gz file you need to extract this file using the following command [125000850120] |tar xzvf gimmie-0.2.1.tar.gz [125000850130] |You should see gimmie-0.2.1 directory you need to go in to the directory using the following command to install [125000850140] |cd gimmie-0.2.1 [125000850150] |Now you need to start the compilation [125000850160] |./configure [125000850170] |make [125000850180] |make check [125000850190] |make install [125000850200] |This will complete the installation [125000850210] |Now you need to restart your gnome session or logout and login back in to your desktop. [125000850220] |Adding Panel Applet [125000850230] |Now you need to right click on the panel select add panel [125000850240] |Once it open you should see similar to the following screen here you need to select Gimmie under Utilities section and click on add [125000850250] |Once it added to the panel you should see the following screen [125000850260] |Gimmie Screenshots [125000850270] |Now we will see some screenshots [125000850280] |Gimmie Bar [125000850290] |Computer Screen Options [125000850300] |Applications Screen Options [125000850310] |Documents Screen Options [125000850320] |People Screen Options [125000850330] |Common Problems and Solutions [125000850340] |When I try to compile Gimmie i got the following two problems so i am giving the solutions for this [125000850350] |Problem [125000850360] |When i try to compile i got the following error [125000850370] |checking for GIMMIE… configure: error: Package requirements (gtk+-2.0 >= 2.6 pygtk-2.0 >= 2.6 pygobject-2.0 >= 2.6 gnome-python-2.0 >= 2.10 gnome-python-desktop-2.0 >= 2.10 libgnomecups-1.0 >= 0.2.2) were not met: [125000850380] |No package ‘gnome-python-2.0′ found No package ‘gnome-python-desktop-2.0′ found No package ‘libgnomecups-1.0′ found [125000850390] |Solution [125000850400] |You need to install the following packages [125000850410] |sudo apt-get install python-gnome2-dev python-gnome2-desktop-dev libgnomecups1.0-dev [125000850420] |Problem [125000850430] |Whe you try to add panel it doesn’t show up in add to panel even after logging in and out [125000850440] |Solution [125000850450] |You can try installing gimmie into /usr by passing the “–prefix=/usr” arg to the configure script, which should place the GNOME_GimmieApplet.server file in the proper location for bonobo-activation-server to see it: usually /usr/lib/bonobo/servers. [125000850460] |Alternately, if you installed into the default configure location (probably /usr/local) you can just copy the .server file to /usr/lib/bonobo/servers. [125000850470] |sudo cp /usr/local/lib/bonobo/servers/GNOME_GimmieApplet.server /usr/lib/bonobo/servers [125000850480] |If all of this still doesn’t work, you may need to kill bonobo-activation-server, and/or restart gnome-panel itself. [125000860010] |Monitoring Ubuntu Servers and Desktops Using Cacti [125000860020] |Cacti is a complete network graphing solution designed to harness the power of RRDTool’s data storage and graphing functionality. [125000860030] |Cacti provides a fast poller, advanced graph templating, multiple data acquisition methods, and user management features out of the box. [125000860040] |All of this is wrapped in an intuitive, easy to use interface that makes sense for LAN-sized installations up to complex networks with hundreds of devices. [125000860050] |Now we are going install Cacti from source code.If you are trying to install from source code you will have some advantages like latest version you can install. [125000860060] |WARNING: “this tutorial is meant for users that have a good knowledge of development tools and manual installation process and will be hardly supported by the Ubuntu community. [125000860070] |Standard supported procedure are to install packages from the official repositories, not to compile them by hand”. [125000860080] |Preparing Your server for Cacti [125000860090] |Install Apache Web Server with PHP support in Ubuntu Server [125000860100] |sudo apt-get install apache2 apache2-common apache2-mpm-prefork apache2-utils [125000860110] |sudo apt-get install libapache2-mod-php4 php4-cli php4-common php4-cgi [125000860120] |If you want to install php5 support use the following command [125000860130] |sudo apt-get install libapache2-mod-php5 php5-cli php5-common php5-cgi [125000860140] |This will complete the apache2 webserver installation [125000860150] |Install Mysql Server with php Support [125000860160] |sudo apt-get install mysql-server mysql-client libmysqlclient12-dev [125000860170] |sudo apt-get install php4-mysql [125000860180] |If you want to install php5 support use the following command [125000860190] |sudo apt-get install php5-mysql [125000860200] |Other Dependencies Installation [125000860210] |sudo apt-get install make gcc g++ [125000860220] |sudo apt-get install cgilib libfreetype6 libttf-dev libttf2 libpngwriter0-dev libpng3-dev libfreetype6-dev libart-2.0-dev snmp [125000860230] |Install RRD Tool From Source [125000860240] |Now you need to download latest rddtool from here sudo cd /usr/local/src/ [125000860250] |sudo wget http://oss.oetiker.ch/rrdtool/pub/rrdtool-1.2.15.tar.gz (at the time of writing this article) sudo tar xfvz rrdtool-1.2.15.tar.gz [125000860260] |sudo cd rrdtool-1.2.15 [125000860270] |sudo ./configure [125000860280] |sudo make [125000860290] |sudo make install [125000860300] |This will complete the RRD tool Installation from Source [125000860310] |Installing Cacti From Source [125000860320] |Now you need to download Latest Version of Cacti From here http://www.cacti.net/download_cacti.php to your apache web server document root by default this is /var/www/ you can download if you changed your document root to some other path. [125000860330] |sudo cd /var/www/ [125000860340] |sudo wget http://www.cacti.net/downloads/cacti-0.8.6i.tar.gz (At the time of writing) [125000860350] |Extract the distribution tarball. [125000860360] |sudo tar xzvf cacti-0.8.6i.tar.gz [125000860370] |Now you should have cacti-0.8.6i directory now you can move this to cacti directory [125000860380] |sudo mv cacti-0.8.6i cacti [125000860390] |Now you need to make sure that you have the correct permissions for inside cacti folders and files [125000860400] |sudo chown -R www-data:www-data rra/ log/ [125000860410] |Create cacti database [125000860420] |First you need to create a database called cacti for this you need to use the following commands [125000860430] |$sudo mysql -u root [125000860440] |Promt for mysql root password [125000860450] |mysql> create database cacti; Query OK, 1 row affected (0.00 sec) mysql> quit [125000860460] |You can also use phpmyadmin to create database. [125000860470] |Import the default cacti database [125000860480] |sudo mysql cacti < cacti.sql [125000860490] |Optional: Create a MySQL username and password for Cacti. [125000860500] |sudo mysql --user=root mysql [125000860510] |mysql> GRANT ALL ON cacti.* TO cactiuser@localhost IDENTIFIED BY ‘somepassword’; [125000860520] |mysql> flush privileges; [125000860530] |mysql> exit Bye [125000860540] |I am creating cactiusers as mysql database user with password as cacti. [125000860550] |Now you need to Edit /var/www/cacti/include/config.php and specify the MySQL user, password and database for your Cacti configuration. [125000860560] |$database_default = “cacti”; $database_hostname = “localhost”; $database_username = “cactiuser”; $database_password = “cacti”; [125000860570] |Enter a valid username for cactiuser, this user will also be used in the next step for data gathering. [125000860580] |Now we need to add the crontab for poller [125000860590] |sudo crontab -e [125000860600] |Add the following line ans save you can chnage the time whenever you want. [125000860610] |*/5 * * * * cactiuser php /var/www/cacti/poller.php >/dev/null 2> 1 [125000860620] |Replace cactiuser with the valid user specified in the previous step. [125000860630] |Replace /var/www/cacti/ with your full Cacti path. [125000860640] |Point your web browser to http://your-server-ip/cacti/ this will start with the following screen here click next [125000860650] |Here you need to select the type of installation and click next [125000860660] |Now it will check all the required paths are correct or not you can see this in the following screen [125000860670] |in the above screen RRD Tool Binary Path is showing as NOT FOUND because we have installed from source you need to enter this line /usr/local/rrdtool-1.2.15/bin/rrdtool it will work without any problem and click finish. [125000860680] |If you don’t want to install from souce and you can install from ubuntu package using the following command [125000860690] |sudo apt-get install rrdtool [125000860700] |If you install from package it will automatically detect the RRD Tool Binary path without problem. [125000860710] |Now you should see the Cacti Login screen as follows here you need to enter username and password as admin/admin and click login [125000860720] |first time it will prompt you to chnage cacti admin user password for security reasons and click save [125000860730] |You should see the following screen like below once you logged. [125000860740] |you need to make sure under configuration--->settings--->General RRDTool Utility Version option should be selected as RRD Tool 1.2.X Now your Cacti Monitoring Server is Ready and if you want to know how use cacti graphs and templates check here [125000860750] |You can monitor your Servers,Nework Devices and Many more with Cacti [125000860760] |If you want complete list of cacti templates check here [125000870010] |Ubuntu Edgy Eft complete sources.list (repository list file) [125000870020] |Repositories There are thousands of programs available to install on Ubuntu. [125000870030] |These programs are stored in software archives (repositories) and are available for installation over the Internet. [125000870040] |This makes it very easy to install new programs. [125000870050] |It is also very secure, because each program you install is thoroughly tested and built specifically for Ubuntu. [125000870060] |Here is the List of Ubuntu Edgy Eft Source list [125000870070] |# Use the following sources.list at your own risk. [125000870080] |# Ubuntu Main [125000870090] |deb http://gb.archive.ubuntu.com/ubuntu/ edgy main restricted universe multiverse deb-src http://gb.archive.ubuntu.com/ubuntu/ edgy main restricted universe multiverse deb http://gb.archive.ubuntu.com/ubuntu/ edgy-proposed main restricted universe multiverse [125000870100] |# Bug fix Updates [125000870110] |deb http://gb.archive.ubuntu.com/ubuntu/ edgy-updates main restricted universe multiverse deb-src http://gb.archive.ubuntu.com/ubuntu/ edgy-updates main restricted universe multiverse [125000870120] |# kubuntu.org packages for the latest KDE version [125000870130] |deb http://kubuntu.org/packages/kde-latest edgy main deb http://kubuntu.org/packages/kde-355 edgy main deb-src http://kubuntu.org/packages/kde-latest edgy main [125000870140] |GPG Key Information [125000870150] |wget http://www.kubuntu.org/announcements/kubuntu-packages-jriddell-key.gpg | sudo apt-key add [125000870160] |kubuntu-packages-jriddell-key.gpg [125000870170] |# kubuntu.org packages for the latest Koffice version [125000870180] |deb http://kubuntu.org/packages/koffice-latest edgy main deb-src http://kubuntu.org/packages/koffice-latest edgy main [125000870190] |GPG Key Information [125000870200] |wget http://www.kubuntu.org/announcements/kubuntu-packages-jriddell-key.gpg | sudo apt-key add [125000870210] |kubuntu-packages-jriddell-key.gpg [125000870220] |# Ubuntu Security Updates [125000870230] |deb http://security.ubuntu.com/ubuntu edgy-security main restricted universe multiverse deb-src http://security.ubuntu.com/ubuntu edgy-security main restricted universe multiverse [125000870240] |# Backports Repository [125000870250] |deb http://gb.archive.ubuntu.com/ubuntu/ edgy-backports main restricted universe multiverse deb-src http://gb.archive.ubuntu.com/ubuntu/ edgy-backports main restricted universe multiverse [125000870260] |# Penguin Liberation Front (packages) [125000870270] |deb http://packages.freecontrib.org/ubuntu/plf edgy-plf free non-free deb-src http://packages.freecontrib.org/ubuntu/plf edgy-plf free non-free [125000870280] |# Canonical Commercial Repository (Opera,Real Player10.. etc) [125000870290] |deb http://archive.canonical.com/ubuntu edgy-commercial main [125000870300] |# Sevea’s Repository (Multimedia Packages) [125000870310] |deb http://seveas.imbrandon.com/ edgy-seveas extras seveas-meta custom deb-src http://seveas.imbrandon.com/ edgy-seveas extras seveas-meta custom [125000870320] |GPG Key Information [125000870330] |wget http://seveas.imbrandon.com/1135D466.gpg -O- | sudo apt-key add - [125000870340] |#ntfs-3g Source list [125000870350] |The ntfs-3g is in the universe section of ubuntu, so you’ll need first to enable universe. [125000870360] |If you have an NTFS removable device that you want to mount read/write, add one of this mirror in your /etc/apt/sources.list [125000870370] |deb http://givre.cabspace.com/ubuntu/ edgy main-all deb http://ntfs-3g.sitesweetsite.info/ubuntu/ edgy main-all deb http://flomertens.keo.in/ubuntu/ edgy main-all [125000870380] |Latest version of the driver [125000870390] |Add one of this mirror in your /etc/apt/sources.list to use it : [125000870400] |deb http://givre.cabspace.com/ubuntu/ edgy main deb http://ntfs-3g.sitesweetsite.info/ubuntu/ edgy main deb http://flomertens.keo.in/ubuntu/ edgy main [125000870410] |GPG Key Information [125000870420] |Use any one of the following Key [125000870430] |wget http://flomertens.keo.in/ubuntu/givre_key.asc -O- | sudo apt-key add - [125000870440] |wget http://givre.cabspace.com/ubuntu/givre_key.asc -O- | sudo apt-key add - [125000870450] |# Google picasa [125000870460] |deb http://dl.google.com/linux/deb/ stable non-free [125000870470] |# archive.kubuntu.de / archive.czessi.net [125000870480] |deb http://archive.czessi.net/ubuntu edgy main restricted universe multiverse preview deb-src http://archive.czessi.net/ubuntu edgy main restricted universe multiverse preview [125000870490] |GPG Key Information [125000870500] |wget http://archive.czessi.net/ubuntu/kczessi.gpg | sudo apt-key add kczessi.gpg [125000870510] |# Skype for linux [125000870520] |deb http://download.skype.com/linux/repos/debian/ stable non-free [125000870530] |# Beryl [125000870540] |deb http://ubuntu.beryl-project.org/ edgy main-edgy [125000870550] |GPG Key Information [125000870560] |wget http://ubuntu.beryl-project.org/quinn.key.asc -O - | sudo apt-key add - [125000870570] |# Bleeding Edge Wine Packages [125000870580] |deb http://wine.budgetdedicated.com/apt edgy main deb-src http://wine.budgetdedicated.com/apt edgy main [125000870590] |# Latest Amarok Packages [125000870600] |deb http://kubuntu.org/packages/amarok-144 edgy main [125000870610] |GPG Key Information [125000870620] |wget http://people.ubuntu.com/~jriddell/kubuntu-packages-jriddell-key.gpg | sudo apt-key add [125000870630] |kubuntu-packages-jriddell-key.gpg [125000870640] |# GiFT P2P Network [125000870650] |deb http://apt.cerkinfo.be/ unstable main contrib deb-src http://apt.cerkinfo.be/ unstable main contrib [125000870660] |GPG Key Information [125000870670] |gpg --keyserver hkp://wwwkeys.eu.pgp.net --recv-keys F00175CA gpg --armor --export F00175CA | sudo apt-key add - [125000870680] |# Trevino’s Repository (Flash 9 Beta,gnash, and many more) [125000870690] |deb http://3v1n0.tuxfamily.org edgy 3v1n0 deb-src http://3v1n0.tuxfamily.org edgy 3v1n0 [125000870700] |GPG Key Information [125000870710] |wget http://3v1n0.tuxfamily.org/EDD1E155.gpg -O- | sudo apt-key add - [125000870720] |#FreeNX Repository [125000870730] |deb http://seveas.theplayboymansion.net/seveas edgy-seveas all deb-src http://seveas.theplayboymansion.net/seveas edgy-seveas all [125000870740] |GPG Key Information [125000870750] |wget http://seveas.theplayboymansion.net/seveas/1135D466.gpg -O- | sudo apt-key add - [125000870760] |# E-Yagi Consulting Community Repository [125000870770] |deb http://eyagi.bpa.nu/~jamie/ubuntu edgy main restricted universe multiverse deb-src http://eyagi.bpa.nu/~jamie/ubuntu edgy main restricted universe multiverse [125000870780] |GPG Key Information [125000870790] |gpg --recv-keys 0x4B6E7209 gpg --export -a 0x4B6E7209 >Yagisan.asc sudo apt-key add Yagisan.asc [125000870800] |# Ubuntu Taiwan ubuntu extra repository [125000870810] |deb http://apt.ubuntu.org.tw ubtw/ deb http://apt.ubuntu.org.tw ubtw-testing/ [125000870820] |# VoIP Ubuntu packages (Asterisk, ekiga, kphone…) [125000870830] |deb http://pkg-voip.buildserver.net/ubuntu edgy main [125000870840] |# MaXeR (KDE Apps) [125000870850] |deb http://repos.knio.it/ etch main contrib non-free deb-src http://repos.knio.it/ etch main contrib non-free [125000870860] |or [125000870870] |deb http://repos.knio.it/ testing main contrib non-free deb-src http://repos.knio.it/ testing main contrib non-free [125000870880] |GPG Key Information [125000870890] |wget http://repos.knio.it/key.asc | sudo apt-key add key.asc [125000870900] |# Quinn’s Compiz Packages - http://xgl.compiz.info/ use any one of the following [125000870910] |deb http://www.beerorkid.com/compiz edgy main-edgy [125000870920] |deb http://media.blutkind.org/xgl/ edgy main-edgy [125000870930] |deb http://compiz-mirror.lupine.me.uk/ edgy main-edgy [125000870940] |deb http://ubuntu.compiz.net/ edgy main-edgy [125000870950] |GPG Key Information (use any one of the following) [125000870960] |wget http://www.beerorkid.com/compiz/quinn.key.asc -O - | sudo apt-key add - [125000870970] |wget http://media.blutkind.org/xgl/quinn.key.asc -O - | sudo apt-key add - [125000870980] |wget http://compiz-mirror.lupine.me.uk/quinn.key.asc -O - | sudo apt-key add - [125000870990] |wget http://ubuntu.compiz.net/quinn.key.asc -O - | sudo apt-key add - [125000871000] |# Subpixel Font rendering packages [125000871010] |deb http://www.elisanet.fi/mlind/ubuntu edgy fonts deb-src http://www.elisanet.fi/mlind/ubuntu edgy fonts [125000871020] |GPG Key Information [125000871030] |gpg --recv-keys 937215FF gpg --export --armor 937215FF | sudo apt-key add - [125000871040] |# Easycam packages [125000871050] |deb http://blognux.free.fr/debian unstable main [125000871060] |# Audacious [125000871070] |deb http://vdlinux.sourceforge.jp/ experimental audacious deb-src http://vdlinux.sourceforge.jp/ experimental audacious [125000871080] |# Geole’s Ubuntu Repository [125000871090] |deb http://ubuntu.geole.info/ edgy universe multiverse [125000871100] |GPG Key Information [125000871110] |wget http://www.geole.info/fileadmin/data/misc/geole.info-apt-key.gpg | sudo apt-key add geole-apt-key.gpg [125000871120] |# Samba [125000871130] |deb http://www.linux2go.dk/ubuntu edgy main deb-src http://www.linux2go.dk/ubuntu edgy main [125000871140] |# GCompris, Televidilo, Kdocker, etc [125000871150] |deb http://thomas.enix.org/pub/debian/packages/ edgy main [125000871160] |# Gauvain Repository [125000871170] |deb http://gauvain.tuxfamily.org/repos edgy contrib deb-src http://gauvain.tuxfamily.org/repos edgy contrib [125000871180] |# gnomemeeting [125000871190] |deb http://snapshots.ekiga.net/ubuntu/ edgy main deb-src http://snapshots.ekiga.net/ubuntu/ edgy main #deb http://snapshots.voxgratia.org/ubuntu/ edgy main #deb-src http://snapshots.voxgratia.org/ubuntu/ edgy main [125000871200] |GPG Key Information [125000871210] |wget http://snapshots.ekiga.net/cvs/gpgkey/buildd.gpg|apt-key add - [125000871220] |# seb128 repository (gaim - rhythmbox) [125000871230] |deb http://people.ubuntu.com/~seb128/deb ./ deb-src http://people.ubuntu.com/~seb128/deb ./ [125000871240] |# MythTV packages [125000871250] |deb http://home.eng.iastate.edu/~superm1 edgy all deb-src http://home.eng.iastate.edu/~superm1 edgy all [125000871260] |GPG Key Information [125000871270] |wget http://home.eng.iastate.edu/~superm1/80DF6D58.gpg -O- | sudo apt-key add - [125000871280] |# Cafuego’s Edgy Stuff: Broadcom kernel firmwares, google-earth, beagle [125000871290] |deb http://au.ubuntu.cafuego.net edgy-cafuego all deb-src http://au.ubuntu.cafuego.net edgy-cafuego all [125000871300] |GPG Key Information [125000871310] |wget http://au.ubuntu.cafuego.net/969F3F57.gpg -O- | sudo apt-key add - [125000871320] |# Debuntu Ubuntu edgy packages [125000871330] |deb http://repository.debuntu.org/ edgy multiverse deb-src http://repository.debuntu.org/ edgy multiverse [125000871340] |GPG Key Information [125000871350] |wget http://repository.debuntu.org/GPG-Key-chantra.txt | sudo apt-key add GPG-Key-chantra.txt [125000871360] |# BMPx Edgy Repository [125000871370] |deb http://files.beep-media-player.org/packages/ubuntu edgy main universe deb http://eros.vlo.gda.pl/~szuwarek/files/linux/bmpx/ edgy/ deb-src http://files.beep-media-player.org/packages/ubuntu edgy main universe [125000871380] |GPG Key Information [125000871390] |sudo apt-key add bmp-packages.pubkey [125000871400] |or [125000871410] |sudo apt-key add http://files.beep-media-player.org/packages/bmp-packages.pubkey [125000871420] |# Morgoth Repository (Monkey’s Audio, xmms pugins, vlc plugins, gqview, audacity…) [125000871430] |deb http://morgoth.free.fr/ubuntu edgy-backports main deb-src http://morgoth.free.fr/ubuntu edgy-backports main [125000871440] |GPG Key Information [125000871450] |sudo apt-key add http://morgoth.free.fr/ubports/dlsignkey.php [125000871460] |# ATi nVidia drivers Ubuntu packages [125000871470] |For 32 bit [125000871480] |deb http://albertomilone.com/drivers/edgy/nonlegacy/32bit binary/ [125000871490] |For 64 bit [125000871500] |deb http://albertomilone.com/drivers/edgy/nonlegacy/64bit binary/ [125000871510] |GPG Key Information [125000871520] |wget http://albertomilone.com/drivers/tseliot.asc [125000871530] |gpg --import tseliot.asc [125000871540] |gpg --export --armor albertomilone@alice.it | sudo apt-key add - [125000871550] |#Automatix [125000871560] |deb http://www.getautomatix.com/apt edgy main [125000871570] |GPG Key Information [125000871580] |wget http://www.getautomatix.com/apt/key.gpg.asc gpg --import key.gpg.asc gpg --export --armor 521A9C7C | sudo apt-key add - [125000871590] |# SoS: SeerOfSouls [125000871600] |deb http://SeerOfSouls.com/ edgy contrib deb-src http://SeerOfSouls.com/ edgy contrib [125000871610] |GPG Key Information [125000871620] |wget http://seerofsouls.com/keys/hawkwind.asc | sudo apt-key add hawkwind.asc [125000871630] |# Treviño’s Ubuntu Dapper Repository [125000871640] |# Many “random” software: aMule, amsn, gnash, google-earth, stellarium, moto4lin [125000871650] |deb http://3v1n0.tuxfamily.org edgy 3v1n0 deb-src http://3v1n0.tuxfamily.org edgy 3v1n0 [125000871660] |GPG Key Information [125000871670] |wget http://3v1n0.tuxfamily.org/EDD1E155.gpg -O- | sudo apt-key add - [125000871680] |#Candyz’s Ubuntu Packages [125000871690] |for Ubuntu 6.10 (Edgy) - i386 [125000871700] |deb http://cle.linux.org.tw/candyz/Ubuntu/edgy i386/ [125000871710] |for Ubuntu 6.10 (Edgy) - powerpc [125000871720] |deb http://cle.linux.org.tw/candyz/Ubuntu/edgy ppc/ [125000871730] |for Ubuntu 6.10 (Edgy) - amd64 [125000871740] |deb http://cle.linux.org.tw/candyz/Ubuntu/edgy amd64/ [125000871750] |GPG Key Information [125000871760] |wget http://cle.linux.org.tw/candyz/Ubuntu/candyz.key -O -|sudo apt-key add - [125000871770] |The above source list are mainly for ubuntu edgy if you want to use these source list you need to edit the [125000871780] |/etc/apt/sources.list [125000871790] |sudo gedit /etc/apt/sources.list [125000871800] |add which source list you want to use save and exit the file. [125000871810] |Now you should see some of the source list is having the GPG key information for these keys you need to installed using the command menction against each source list just copy and paste the command in your terminal after finishing this gpg key infomation you need to update the source list using the following command [125000871820] |sudo apt-get update [125000871830] |Now you can install which package you want to install [125000871840] |Now we will see one example how to use these source lists [125000871850] |Example [125000871860] |If you want to install automatix package you need to use the following commands [125000871870] |add the following source list in /etc/apt/sources.list file save and exit [125000871880] |deb http://www.getautomatix.com/apt edgy main [125000871890] |Now you need to run the following commands to import GPG key files [125000871900] |wget http://www.getautomatix.com/apt/key.gpg.asc gpg --import key.gpg.asc gpg --export --armor 521A9C7C | sudo apt-key add - [125000871910] |Now you need to update the source list using the following command [125000871920] |sudo apt-get update [125000871930] |Install automatix using the following command [125000871940] |sudo apt-get install automatix2 [125000871950] |If you feel some source list is missing from this list you can always suggest that source list [125000871960] |Possible errors [125000871970] |W: GPG error: ftp://mirror.list.net stable Release: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY [key_id] W: You may want to run apt-get update to correct these problems [125000871980] |You need to make sure that you have imported the corresponding GPG key information [125000871990] |If you want to generate generate an ubuntu sources.list for your preferred set of repositories from here [125000880010] |Manage SSH Tunnels with Gnome SSH Tunnel Manager [125000880020] |gSTM, the Gnome SSH Tunnel Manager, is a front-end for managing SSH-tunneled port redirects. [125000880030] |It stores tunnel configurations in a simple XML format. [125000880040] |The tunnels, with local and remote port redirections, can be created, deleted, modified, and individually started and stopped through one simple interface. [125000880050] |It is useful for anyone wanting to securely access private services over an encrypted tunnel. [125000880060] |Install Gnome SSH Tunnel Manager in Ubuntu [125000880070] |First you need to download the .deb package from here using the following command [125000880080] |wget http://kent.dl.sourceforge.net/sourceforge/gstm/gstm_1.2_i386.deb [125000880090] |Once you have the gstm_1.2_i386.deb package you need to install this using the following command [125000880100] |sudo dpkg -i gstm_1.2_i386.deb [125000880110] |This will complete the installation. [125000880120] |If you want to open this application go to Applications--->Internet--->gSTM [125000880130] |Once it opens you should see the following screen [125000880140] |If you want to add ssh tunnel you need to click on add now you should see the following screen here you need to enter the name of the tunnel and click ok [125000880150] |Once you click ok you can see the following screen here you need to fill all the required detailed for your host and click ok [125000880160] |If you want to add a port redirection you need to select add under portforwarding in the above screen [125000880170] |Once you click on ok you should see the following screen if you want to connect to SSH tunnel select your host and click on start it should start connecting to your host [125000880180] |Examples [125000880190] |Remote Desktop [125000880200] |Remote Desktop to various Windoze servers in the private LAN. [125000880210] |Although Remote Desktop supports some degree of encryption itself and you can easily create a port-forward in your firewall. [125000880220] |First of all you don’t want to create a port-forward for every desktop you want to reach. [125000880230] |Second and most important, you don’t want the Remote Desktop ports open for the world to see… for obvious security reasons. [125000880240] |Secure POP3 [125000880250] |If you are running a POP3 service on your *nix router/server you are probably aware of the fact POP3 is an unencrypted, plain-text protocol. [125000880260] |Hypothetically this means any ‘man-in-the-middle’ is able to read your username, password and e-mail content. [125000880270] |Obviously, on your private LAN this isn’t a problem, however you might want to read your mail over the internet one day… [125000880280] |One solution would be to install pop3s or better yet, imaps. [125000880290] |However there is another way, without having to install additional services: an SSH tunnel.The way it works is, you connect to your router/firewall through ssh and set up a portredirect over it (ie. a tunnel). [125000880300] |You can then connect your e-mail client to your localhost. [125000880310] |The connection will then be redirected over the encrypted SSH connection to your POP3 service. [125000880320] |Et voila, a secure POP3 connection. [125000890010] |Disable and Enable Caps Lock in Ubuntu [125000890020] |Solution 1 [125000890030] |If you want to disable Caps Lock in Ubuntu you need to type the following command in your terminal [125000890040] |xmodmap -e “clear Lock” [125000890050] |If you want to Enable Caps Lock in Ubuntu you need to type the following command in your terminal [125000890060] |xmodmap -e “add Lock = Caps_Lock” [125000890070] |Solution 2 [125000890080] |1) create an appropriate xmodmap-file [125000890090] |xmodmap -pke >~/.xmodmap.myown [125000890100] |2) Search the line with capslock in it, it’s keycode 66 in my case. [125000890110] |Replace it with something you wouls like, my line looks like this [125000890120] |keycode 66 = slash backslash [125000890130] |so You need to slash and backslash on your capslock. [125000890140] |3) make two entries for the xmodmap in autostart [125000890150] |xmodmap -e “clear Lock” xmodmap ~/.xmodmap.myown [125000890160] |with the first command, the capslock function is disabled, with the second the modified keymap is loaded. [125000900010] |List of Ubuntu Based Linux Distributions and Live Cd’s [125000900020] |Here is the list of ubuntu based Linux Distributions and Live Cd’s and it might be useful for some users.If some thing is missing from this list let me know i will add to this list. [125000900030] |Ubuntu [125000900040] |Ubuntu is a complete Linux-based operating system, freely available with both community and professional support. [125000900050] |It is developed by a large community and we invite you to participate too! [125000900060] |Project Homepage [125000900070] |http://www.ubuntu.com/ [125000900080] |Downloads [125000900090] |http://www.ubuntu.com/products/GetUbuntu/download?action=show redirect=download [125000900100] |Kubuntu [125000900110] |Kubuntu is a user friendly operating system based on KDE, the K Desktop Environment. [125000900120] |With a predictable 6 month release cycle and part of the Ubuntu project, Kubuntu is the GNU/Linux distribution for everyone. [125000900130] |Project HomePage [125000900140] |http://www.kubuntu.org/ [125000900150] |Downloads [125000900160] |http://www.kubuntu.org/download.php [125000900170] |Edubuntu [125000900180] |Edubuntu is a complete Linux-based operating system, freely available with community based support.The Edubuntu community is built on the ideas enshrined in the Edubuntu Manifesto: that software should be available free of charge, that software tools should be usable by people in their local language and despite any disabilities,and that people should have the freedom to customise and alter their software in whatever way they see fit. [125000900190] |Project HomePage [125000900200] |http://www.edubuntu.org/ [125000900210] |Downloads [125000900220] |http://www.edubuntu.org/Download [125000900230] |Xubuntu [125000900240] |Xubuntu is an official derivative of the Ubuntu open source operating system, using the Xfce desktop environment. [125000900250] |Xubuntu is intended for use on less-powerful computers or those who seek a highly efficient desktop environment on faster systems, and uses mostly GTK+ applications. [125000900260] |Project HomePage [125000900270] |http://www.xubuntu.org/ [125000900280] |Downloads [125000900290] |http://www.xubuntu.org/get [125000900300] |Fluxbuntu [125000900310] |Fluxbuntu is a light-weight, standards-compliant, Ubuntu-based Linux distribution featuring the Fluxbox window manager.The project’s primary goal is to develop an operating system that would run on a wide range of mobile devices and computers, both low-end and high-end.Recently since they started development on the PowerPC Architecture they also started development on support for the sony Playstation 3. [125000900320] |Project HomePage [125000900330] |http://fluxbuntu.org/ [125000900340] |Downloads [125000900350] |http://fluxbuntu.org/?q=node/3 [125000900360] |Scibuntu [125000900370] |This is Scibuntu, Ubuntu Linux for scientists and science students. [125000900380] |Scibuntu is not just another Linux distribution. [125000900390] |It is a script that adds scientific programs and other convinient tools to the plain desktop Ubuntu. [125000900400] |Project HomePage and Downloads [125000900410] |http://scibuntu.sourceforge.net/ [125000900420] |Linux Mint [125000900430] |Linux Mint’s purpose is to produce an elegant, up to date and comfortable GNU/Linux desktop based on Ubuntu. [125000900440] |Project Homepage [125000900450] |http://lt.k1011.nutime.de/index.html [125000900460] |Downloads [125000900470] |http://lt.k1011.nutime.de/download.html [125000900480] |Ubuntu Multi Media [125000900490] |Ubuntu Multimedia Center is a complete Linux-based operating system, freely available with community and professional support.It is also a live cd that is ubuntu derived and also free. [125000900500] |This system was inspired by the fact that ubuntu didn’t have much of a multimedia center.Because users would have to manually download the codecs for playing mp3’s and what not.The mail objective of this project is multimedia related programs available to users as easy as possible. [125000900510] |Project HomePage [125000900520] |http://ubuntummc.com/ [125000900530] |Guadalinex [125000900540] |Guadalinex is a Debian based distribution for the Andalusia area of Spain. [125000900550] |Ubuntu-based Guadalinex 2005 was released October 2005. [125000900560] |Version 3.0.1 was released June 16, 2006. [125000900570] |Project Homepage [125000900580] |http://www.guadalinex.org/ [125000900590] |Arabian Linux [125000900600] |Arabian Linux, also known as arl, is a bootable CD with a compilation of GNU/Linux software, full support for Arabic/English languages and automatic hardware detection. [125000900610] |This Arabic live-CD uses KDE as the default GUI, and has Arabic language enabled in consoles, pre-compiled ready-for-use softmodem drivers and a control panel in both Arabic and English. [125000900620] |Arabian is recommended for beginners. [125000900630] |Version 0.6 (Brick in the Wall) was released April 17, 2006. [125000900640] |Arabian Linux 0.7 Alpha 1 is out, based on Ubuntu 6.06 LTS. [125000900650] |Project HomePage [125000900660] |http://arabian.arabicos.com/ [125000900670] |MoLinux [125000900680] |MoLinux is a distribution developed by the regional government of Castilla la Mancha in Spain for use in the region’s government offices and schools. [125000900690] |Early version were based on Debian, and later Progeny. [125000900700] |Version 1.2 “Dulcinea”, released June 16, 2005 is Ubuntu-based. [125000900710] |Version 2.0 (Sancho) was released December 18, 2005. [125000900720] |A live CD version of 2.0 was released February 10, 2006. [125000900730] |MoLinux 2.2 (Rocinante) Live, based on Ubuntu Dapper 6.06.1, was released October 3, 2006. [125000900740] |Project Homepage [125000900750] |http://www.molinux.info/ [125000900760] |Ubuntu Lite [125000900770] |The idea of Ubuntu Lite is to bring the power of Ubuntu across to the users of Legacy systems. [125000900780] |So not just to make a small linux as this has been done before (Puppy Linux, Damn Small linux, the Rule Project). [125000900790] |Nor to make a useable linux based desktop Operating system (that has been done with Ubuntu Linux, Beatrix) The idea is to bring the power of ubuntu to the typical users of Legacy hardware (ie the grandma who gets an old P2 set up for her but does not know how to use it). [125000900800] |Project HomePage [125000900810] |http://ubuntulite.tuxfamily.org/ [125000900820] |EduPuppy GioveLUG [125000900830] |EduPuppy GioveLUG is a Linux distribution developed by GioveLUG of Terracina, Italy. [125000900840] |Its main purpose is to provide a free and intuitive operating system for children - with a good collection of educational tools and games. [125000900850] |Project Homepage [125000900860] |http://www.giovelug.org/articles.php?lng=en pg=98 [125000900870] |Downloads [125000900880] |http://www.giovelug.org/download.php?lng=en [125000900890] |gNewSense [125000900900] |A GNU/Linux project, to take all the binary blobs out of a rather popular distribution and make it all free. [125000900910] |In doing so we have also produced a set of scripts that allow anyone to create a GNU/Linux Distribution. [125000900920] |Project HomePage [125000900930] |http://www.gnewsense.org/ [125000900940] |Downloads [125000900950] |http://cdimage.gnewsense.org/ [125000900960] |SimplyMEPIS [125000900970] |SimplyMEPIS is a KDE-based, Debian-derived distro that focuses on desktop use. [125000900980] |The previous stable release came out in May of 2005, but the newest version of SimplyMEPIS is scheduled for release today, and it looks like a great release for anyone who’s interested in desktop Linux. [125000900990] |The SimplyMEPIS installer is a bit different from other installers you might be used to. [125000901000] |Rather than using an Anaconda -like installer or a text-mode installer like Debian’s or Ubuntu’s, you install SimplyMEPIS using a custom MEPIS installer after you boot into a live CD environment. [125000901010] |Project HomePage [125000901020] |http://www.mepis.org/ [125000901030] |Downloads [125000901040] |http://www.mepis.org/node/1462 [125000901050] |X-Evian LiveCD [125000901060] |X-Evian is a Live-CD based on the popular Ubuntu Linux distribution, but X-Evian has Xfce as desktop environment. [125000901070] |X- Evian is a selection and compilation which has been carefully chosen and configured for technological and social production and activist users. [125000901080] |Project HomePage [125000901090] |http://www.x-evian.org [125000901100] |Downloads [125000901110] |http://sourceforge.net/project/showfiles.php [125000901120] |Devubuntu [125000901130] |DevUbuntu is an Ubuntu-based Linux distribution designed for software developers, web masters and aspiring programmers.It includes a great variety of programming environments with extensive documentation. [125000901140] |Project HomePage [125000901150] |http://www.giovelug.org/articles.php?lng=en pg=106 [125000901160] |Ebuntu [125000901170] |Ebuntu is based on the Ubuntu distro, but provides Enlightenment DR17.The objective of the Ebuntu community project is to provide the maximum eye candy for the end-user using the enlightenment window manager and the related libraries.Ebuntu is based on the Ubuntu distro, but with E17 and not gnome [125000901180] |Project Homepage and Downloads [125000901190] |https://launchpad.net/products/ebuntu [125000901200] |Ichthux [125000901210] |Ichthux is an operating system aimed at Christian users. [125000901220] |It is based on Kubuntu in order to provide the best desktop environment of the moment, together with Christian programs and settings [125000901230] |Project HomePage [125000901240] |http://www.ichthux.com/ [125000901250] |Downloads [125000901260] |http://www.ichthux.com/en/download [125000901270] |Ubuntu Christian Edition [125000901280] |Ubuntu Christian Edition (also referred to as Ubuntu CE) is a complete operating system designed for Christians and based on the popular Ubuntu Linux distribution. [125000901290] |Out of the box, Ubuntu includes many applications for office, Internet,graphics, media, and just having fun. [125000901300] |Ubuntu Christian Edition, as with most Linux distributions, is completely free and is easy to use. [125000901310] |Project Homepage [125000901320] |http://www.whatwouldjesusdownload.com/christianubuntu/2006/07/about-ubuntu-christian-edition.html [125000901330] |Downloads [125000901340] |http://www.whatwouldjesusdownload.com/christianubuntu/2006/07/download.html [125000901350] |nUbuntu [125000901360] |nUbuntu or Network Ubuntu is a project to take the existing Ubuntu distribution and remaster it as a LiveCD and Full Install with tools needed for penetration-testing servers and networks. [125000901370] |The main idea is to keep Ubuntu’s ease of use and mix it with popular penetration testing tools. [125000901380] |Besides usage for network and server testing, nUbuntu will be made to be a desktop distribution for advanced Linux users. [125000901390] |Project Homepage [125000901400] |http://www.nubuntu.org/ [125000901410] |Downloads [125000901420] |http://www.nubuntu.org/downloads.php [125000901430] |Dubuntu [125000901440] |This is chinese based linux operationg system based on Ubuntu [125000901450] |Project Home page and downloads [125000901460] |http://www.dubuntu.com/ [125000901470] |zUbuntu [125000901480] |zUbuntu is an unofficial derivative of Ubuntu to the IBM eServer zSeries mainframe computers by Thomas Uhl. [125000901490] |It is currently a work in progress, as there are no releases available. [125000901500] |Project Homepage [125000901510] |https://launchpad.net/distros/zubuntu [125000901520] |Ubuntu Satanic Edition [125000901530] |Ubuntu SE is not currently a distro, it’s more a series of themes to transform the look of Ubuntu. [125000901540] |You must first download and install one of the standard Ubuntu variants and then upgrade to Ubuntu SE. [125000901550] |Project Homepage and Downloads [125000901560] |http://parker1.co.uk/satanic [125000901570] |ImpiLinux [125000901580] |Impi Linux is a South African Linux distribution based on Ubuntu, which focuses on the enterprise and government sector. [125000901590] |Project Homepage [125000901600] |http://www.impilinux.co.za/ [125000901610] |mEDUXa [125000901620] |mEDUXa is a Free Software GNU/Linux distribution developed for educational purposes that is part of the MEDUSA project. [125000901630] |It will be deployed in 35,000 computers distributed in 1100 schools, which represents 325,000 possible users (25,000 teachers and 300,000 students).the Canary Islands state schools. [125000901640] |Teachers and students will be able to use it through a dual boot, accessing it by a boot loader. [125000901650] |Project HomePage [125000901660] |http://www.grupocpd.com/archivos_documentos/info_meduxa/meduxa_project_released