How To Use Linux
How To Use Linux
If you're not sure, be aware that it's possible to keep your current operating
system and dedicate part of your hard drive to Linux (and you can even run both at
the same time if you run one on a virtual machine.)
Image titled Use Linux Step 2
2
Test your hardware with a "Live CD" that is supplied by many of the distributions
of Linux. This is helpful if you feel uncomfortable with installing a second
operating system on your computer. A live CD will allow you to boot into a Linux
environment from the CD, without the need to install anything on your computer.
Ubuntu and some other Linux distributions also offer CDs or DVDs that allow you to
boot into a Live mode, and then install from the same disk.
Image titled Use Linux Step 3
3
Attempt the tasks you usually use your computer for. Search for solutions if you
can't word-process or burn a CD for example. Make a note of what you want to do,
can do and cannot do before you take the plunge.
Image titled Use Linux Step 4
4
Learn the distributions of Linux. When referring to "Linux", this most often means
a "GNU/Linux Distribution." A distribution is a collection of software that runs on
top of a very small program called the Linux kernel.
Image titled Use Linux Step 5
5
Consider dual-booting. This will help you understand partitioning as well as
letting you continue to use Windows. But be sure to back up all your personal data
and settings before you try to set up a dual boot.
Image titled Use Linux Step 6
6
Install software. Get used to installing and uninstalling software as soon as you
can. Understanding package management and repositories is good for fundamentally
understanding Linux.
Image titled Use Linux Step 7
7
Learn to use (and enjoy using) the command-line interface. This is known as
'Terminal', 'terminal window', or 'shell'. One of the primary reasons many users
switch to Linux is because it features the terminal, so don't be intimidated by it.
It is a powerful ally that doesn't have the same limitations of a Windows command
prompt. You can just as easily use Linux without ever using a terminal as you would
on Mac OSX. Using "apropos" can help you find a command that does a certain task.
Try "apropos user" to see a list of commands that have the word "user" in their
description.
Image titled Use Linux Step 8
8
Familiarize yourself with the Linux file system. You will first notice that there
is no longer the "C:\" you are used to in Windows. Everything starts at the root of
the file system (aka "/") and different hard drives are accessed through the /dev
directory. Your home directory, which you typically find in C:\Documents and
Settings in Windows XP and 2000, is now located in /home/(your user name)/.
Image titled Use Linux Step 9
9
Keep investigating the potential of your Linux install. Try encrypted partitions,
new and very fast file system (like btrfs), redundant parallel disks that increase
both speed and reliability (RAID's) and try to install Linux on a bootable USB
stick. You'll soon discover that you can do a lot of things!