Download ArticleDownload Article

Most desktop computers run some version of Microsoft Windows, but most servers and a growing number of desktop computers run on Linux kernels, which are flavors of Unix. Learning your way around Linux is traditionally daunting at first, as it seems quite different from Windows, but many current versions are easy to use as they are designed to mimic the Windows look-and-feel. Moving to Linux can be a very rewarding experience, as Linux can be customized more easily, and is generally much faster than Microsoft Windows.

  1. How.com.vn English: Step 1 Become familiar with the system.
    Try downloading and installing it on your computer. 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.)
  2. Step 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.
    Advertisement
  3. How.com.vn English: Step 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.
  4. How.com.vn English: Step 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.
  5. How.com.vn English: Step 5 Consider dual-booting.
    This will help you understand partitioning as well as letting you continue to use Microsoft Windows. Be sure to back up all your personal data and settings before you try to set up a dual boot.
  6. How.com.vn English: Step 6 Install software...
    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.
  7. How.com.vn English: Step 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.
  8. How.com.vn English: Step 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)/.
  9. How.com.vn English: Step 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!
  10. Advertisement

Community Q&A

Search
Add New Question
  • Question
    Is it better to install Kali Linux instead of Ubuntu?
    How.com.vn English: Community Answer
    Community Answer
    Kali Linux is a distribution for penetration testing with tools for this. If you just want to learn how Linux works, these tools are not relevant, so you could just install Ubuntu.
  • Question
    How can I shutdown a Linux operating system?
    How.com.vn English: Community Answer
    Community Answer
    It depends which desktop environment you've chosen. The Unity desktop has a gear at the top right which you can click for shut down options. The Gnome desktop also has a pop-up you can open from the top right which offers a shutdown button. If you're not sure what desktop environment you even have, you can still shut it down using the terminal command: "shutdown 0" which will shutdown the computer immediately.
  • Question
    How can I get Linux?
    How.com.vn English: Community Answer
    Community Answer
    Download an ISO file for your distribution of choice, burn it to a live CD, and boot then onto it.
See more answers
Ask a Question
200 characters left
Include your email address to get a message when this question is answered.
Submit
      Advertisement

      Tips

      • Build your first Linux system with a specific function in mind, and follow a HOWTO document step by step. For example, the steps in setting up a file server are pretty simple, and you can find many sites that lead you through the process step by step. This will familiarize you with where things are located, what they do, and how to change them.
      • Refer to directories as "directories" and not "folders"; although the two words seem synonymous, "folders" are a Windows concept.
      • Be patient, and be prepared, if you really want to learn to use GNU. Avoid moving from distro to distro to find the one that gets everything right. You will learn the most from learning how to fix what doesn't work.
      Show More Tips
      Submit a Tip
      All tip submissions are carefully reviewed before being published
      Thanks for submitting a tip for review!
      Advertisement

      Warnings

      • On all *nix systems (Linux, UNIX, *BSD, etc.), the administrator or superuser account is 'root'. You are the administrator of your computer, but 'root' is not your user account. If the installation process doesn't do it, make yourself a regular account with 'useradd <yourname>' and use that for your daily business. The reason for this separation between you the user and you the administrator is that *nix systems assume root knows what he's doing and is not malicious. Therefore, there are no warnings. If you type certain commands the system will silently delete every single file on your computer, without prompting for confirmation, because that's what root asked it to do.
      • Sometimes people suggest malicious commands so double check commands before you type them.
      • Do not run rm -rf / or sudo rm -rf / unless you are seriously considering deleting all of your data. Run the command 'man rm' for more details.
      • Similarly, don't create a file named '-rf'. If you run a command to delete all files in that directory it will parse the '-rf' file as a command line argument and delete all files in the sub-directories as well.
      • It may be tempting to type blindly "curses" you found on some web site, expecting that they will do the described task. However this frequently fails just because you have a newer version, slightly different hardware or another distribution. Try to execute each "curse" with the --help option first and understand that it is doing. Then it is usually very easy to fix various small problems (/dev/sda -> /dev/sdb and so on), achieving the described goal.
      • Always back up your files before you attempt to re-partition your drives when installing Linux. Back up your files to removable media such as CD's, DVDs, USB disks, or a different hard drive (not a different partition).
      Advertisement

      Things You'll Need

      • Linux distribution (can generally be downloaded for free from the Internet)

      About This Article

      How.com.vn is a “wiki,” similar to Wikipedia, which means that many of our articles are co-written by multiple authors. To create this article, 73 people, some anonymous, worked to edit and improve it over time. This article has been viewed 802,407 times.
      How helpful is this?
      Co-authors: 73
      Updated: April 19, 2024
      Views: 802,407
      Categories: Featured Articles | Linux
      Thanks to all authors for creating a page that has been read 802,407 times.

      Is this article up to date?

      ⚠️ Disclaimer:

      Content from Wiki How English language website. Text is available under the Creative Commons Attribution-Share Alike License; additional terms may apply.
      Wiki How does not encourage the violation of any laws, and cannot be responsible for any violations of such laws, should you link to this domain, or use, reproduce, or republish the information contained herein.

      Notices:
      • - A few of these subjects are frequently censored by educational, governmental, corporate, parental and other filtering schemes.
      • - Some articles may contain names, images, artworks or descriptions of events that some cultures restrict access to
      • - Please note: Wiki How does not give you opinion about the law, or advice about medical. If you need specific advice (for example, medical, legal, financial or risk management), please seek a professional who is licensed or knowledgeable in that area.
      • - Readers should not judge the importance of topics based on their coverage on Wiki How, nor think a topic is important just because it is the subject of a Wiki article.

      Advertisement