Getting started with Linux | |
This page is intended as a beginner's guide to Linux. For someone used to Windows, the main thing to remember is that Linux is different. There is lots to learn, so you need some patience and perseverance. Linux doesn't suit everyone, but that's ok. For more background on Linux and free software, check out this page. And there are some notes on migrating from Windows to Linux. Linux software is mostly licenced under the GPL, which is different to what most people are used to. Commercial licences, such as Microsoft's EULA, are designed to protect the vendor's revenue stream, but the GPL licence is designed to protect the user's freedom. It's a philosophical difference. There are bound to be errors and omissions here, so please let me know if you have any constructive suggestions. | |
1. PreparationYou need some hardware to run Linux on, and better hardware is better. While you can run Linux on older computers, it isn't a good choice for beginners. Getting best performance out of limited resources takes more expertise and even then, there is a limit to what you can achieve. In general, you are better off setting up a dual boot on your modern up-to-date PC, than to try Linux on the five year old, unused PC in the corner. You need to clear some room on your hard disk for Linux. Microsoft Windows systems often have one big partition on the hard drive. Linux systems can use two (one for system and one for swap) but often have more. Also read about setting up partitions. | |
2. Choose a DistroA distro is a distribution of software, a compilation of kernel, drivers, applications and other software, together with an installer. There are hundreds of Linux distros, the most popular ones for general use are Knoppix is a live CD (or DVD). This is a great way to try Linux, as it runs completely off the CD and doesn't need to install or change anything on your hard disk. Most distros now come with a live CD version. This is also good for testing hardware before you buy.There are many places to get a distro from, such as;
| |
3. InstallationBoot off the live CD (you may need to alter BIOS to do this) and just follow the instructions. When prompted, be sure to enter at least one user, and a root password (if asked for one). | |
4. Use and maintainDon't log in as root! Instead, log in as a normal user and only use root privileges when you must. To do this, start a console, then precede the command with
There's no c: drive! Linux doesn't allocate drive letters, so there is no c: drive, nor a: or d: drives. The Linux filesystem includes all accessible drives and devices in one system under / also called root. Some info on common commands. | |
5. Common Problemsmodems - Those winmodems can be a hassle. Find out more here. X server - the X server controls the graphics display, keyboard and mouse. If you boot up and get a text login instead of the graphical one you were expecting, it is probably because some X server settings are wrong. Log in as root and run ATI graphics cards are generally not well supported on Linux. | |
5. Getting HelpIf you need help, try the places listed below. There are also some good guidelines over here. | |
6. Philosophy and Community(some prose on philosophy, community to go here) | |
7. Windows ApplicationsYou can run Windows applications under Linux using wine. Wine is not an emulator, and instead provides functions as though the programmes are running on Windows. |
Updated: 28 February 2009 |