< Where to start off >
If you're wondering what to read first, I recommend starting off with these tuXfiles:
An introduction to the Linux command line
Collection of selected Linux tutorials teaching you the basics of the Linux command line. If you know nothing about the Linux command line and don't know which tuXfiles you should read first, start here.
Linux keyboard shortcuts
If you already know how to use the command line, make sure you know the keyboard shortcuts listed in this cheat sheet. The shortcuts make your life much more easier!
Linux's directory structure
Have you ever wondered where are all the executables located in Linux? Do you know what do the /proc
, /usr/local
and /etc
directories contain? Learn how the directories are organized in Linux.
How to change the default window manager
One of the most often asked Linux questions is: "How do I change the default window manager?"
Compiling and installing software from source
Learn how to unpack tar.gz
and tar.bz2
packages, compile and install software from source, and uninstall the software you've compiled yourself.