Below is a collection of cloned applications that I used on Windows that made the switch to Ubuntu (almost) seamless. Most of these apps are extremely customizable, though all are functional and set to the most common preferences once installed. A few important notes for new Ubuntu/Linux users:
- If you don’t already have Ubuntu, download it, burn it to a CD, and install it! If you can’t burn it to a CD, they will also ship you about 5 copies for free (no shipping, no handling - they even pay postage. This is how I got my first copy in 2005). If you just want to try it, Ubuntu features a Live CD filesystem. Just pop it in and enjoy Ubuntu without actually installing it on your box or making any changes to your existing operating system. Keep in mind nothing will be saved to the hard disk, which makes the rest of this tutorial kind of useless.
- Quite a few of the installations in this tutorial will be through a console. By default Ubuntu installs a console (Applications -> System -> Terminal). Don’t worry. Most of the steps in this tutorial only require copy/paste into the console, and all have a GUI and are added to your Applications menu unless otherwise noted.
- The
sudofunction means "SuperUser Do" - in other words: "do this command as the root user (Administrator)." Nearly everything that could be considered a dangerous application or change requires you to enter your root password, even GUIfied programs. After the initial install and setup of Ubuntu it can be a pain in the ass, but don’t worry. You’ll get settled in and won’t have to enter your password as often as you’d think. - The apt-get program is a centralized command-line installer application (whereas Synaptic is a GUIfied aptitude client). There are thousands of packages available through apt-get, and they’re frequently updated as new versions arrive. Before you begin, please ensure your apt-get repositories are up to date. In a console type:
sudo apt-get update
sudo apt-get dist-upgrade
- The Ubuntu user forum is a *great* place to get information on different packages, technical issues, and environment suggestions, as is google! If you’re having trouble finding a good tutorial on a certain process or package, search google for packagename ubuntu. If the issue is with hardware, it’s likely already a known issue and has a workaround. Search for the product name, such as Broadcom 1390 ubuntu on google.
- Finally, if you want all the packages mentioned here (except Skype, the Firefox plugins, and Frostwire as they require some human interaction), in a console type:
wget http://www.thepemberton.com/allpackages.sh
sh ./allpackages.sh