PortCommodore.com (site map) - (random page)
MAIN - LINUX -

LARRY'S BEGINNING LINUX TIPS

Here are some things to help you get started and comfortable using Linux as fast and as painless as possible, this is not a detailed explanation of what to do, but some pointers of what helped me along. Read all these before doing anything.

Also I heartily recommend getting a good book on beginning with Linux, make sure it is geared to what distribution you choose (or that has a distribution included) make sure before buying any book that you are comfortable with how it is presenting help and that it will indeed answer your questions, read some of the nitty-gritty part in the book store to make sure it will help you. There are now Dummies books for Linux, such as Ubuntu Linux for Dummies, which is a great start for those not to up on disk usage and installing programs in the first place.

IF YOU AREN'T A DOS/UNIX COMMAND LINE WHIZ, START WITH A FRIENDLY DISTRIBUTION

There are over a hundred Linux Distributions out there, if you are a newbie to Linux (AKA a noob), start with something that will not overwhelm you when you start out

Going Commercial
- The major commercial linux distributions usually have an easy to run/install user interface in their packages. The ones I am familiar with are Mandriva (formerly Mandrake), Suse, Fedora Care (AKA Red Hat), and Linspire. These are sold commercially but are also available in free versions (without support and some of the proprietary features of the commercial versions) to download and burn one your own CDs.

Popular Free Distributions - There as been a lot of work done on improving many of the free distributions, where the ease of use for the new user can rival the commercial counterparts. Some of the popular and easy free distributions are Ubuntu (Which is what I'm using currently), Knoppix, Simply Mepis. While there is not paid support (except from third party vendors), many of these distributions have a very active, helpful community of users constantly sharing information about solving problems.

Where to Get Linux Distributions - If you have high speed internet and a CD/DVD burner on your computer you can download a distribution off of the internet. The place to find links to all the distributions (as well as more info on their differences) is Distro Watch which keeps tracks of all the popular distributions as well as proving links to the sites where you can download the disc images directly.

If you don't have a high speed connection you can also get distributions from:

TRY OUT A "LIVE DISTRIBUTION" TO TEST YOUR HARDWARE
Before you install linux you should actually test-run Linux on your computer!  There are several "live distribution" CDs available such as Knoppix , Dynebolic, and Ubuntu (ubuntu offers free mailing of their live/regular CD sets!). More distributions can found at: DistroWatch.com. By running a Live CD you can see if your computer will have any problems to begin with, if you can get the live CD working where you can run the programs you are doing ok, but if you can't get it to boot or have problems with the graphics cards you might want to research running Linux on your computer's configuration first.

Tip: If your computer does not boot the live CD the computer probably needs to be setup to boot from the CD drive first in your system's BIOS (you see a mention of it when your computer first starts up, such as 'press [F2] for BIOS settings' look for your 'boot device order' in the settings and make sure your CD-ROM is checked before your HDD. Make sure not to mess with other BIOS settings at they can greatly affect the operation of your computer.)

INSTALLATION

USING LINUX

If everything is running ok and you now have menus full of stuff to explore and learn, as you do don't try to cram it in all at once! Remember to take breaks from nose-to-the grindstone learning and explore. Even if you are a pro at MacOS or Windows, a lot of this will be very foreign territory for you now so stop now and again and play a game or try out some of the programs let Linux entertain you and get yourself more acclimated to some of the cool stuff that your computer can do now. Get up from the keyboard and take a walk, eat, etc. Once you are ready to continue, there is more to learn:

  1. looking for answers
    There is sooo much help for the Linux beginner it is so mind-numbingly staggering, and is now a case of literally not being able to see the trees through the forest. You will find some folks are not very nice when you ask a starting out question, mainly because that question is answered in so many other places. Besides a good beginners book (mentioned above). Learn about Linux's MAN command, also the Linux newsgroups - use the Usenet newsgroups archive Google Groups to search the 20+ years of newsgroup discussions, include "linux" (and possibly your distribution name) as part of the search words when looking for linux specific information.

  2. navigating your Linux OS (knowing what information goes where, and how to get there) Learn the directories of where your data is stored, and how to locate important files, how to edit files (this will be a place where you have to use the terminal and Root level access to change some things. Terminal commands you should now are: CP, LS, CD UPDATEDB, LOCATE, SU, EXIT. If you are familiar with windows, directories are separated with '/' instead of '\' the lowest directory (root) is just /

  3. modifying configuration files (through the GUI and editing text files).
    locate your text editors and lean how they work, it is a necessity also to how to use a terminal based text editor such as Pico, VI or EMACS (Pico looks the easiest) this is in case you have to do some reconfiguring without the aid of the graphical interface or to work faster.

  4. installing programs/upgrades.
    The last bit is necessary in order for you to keep your distribution up-to-date, installing programs and updating Linux is not just the 'let the updater handle it' and 'click on the setup.exe' icon, Parts of it are becoming a bit easier, but others will never be just point and click (which is good, because those bits keep linux free from viruses and malicious/ignorant users from harming your system). Some packages/updates are easier to install as they are 'packages' designed by the linux distributor to make the process as painless as possible. Others may require a bit more work like compiling programs from source code (it sounds a lot more scarier then it actually is, usually it entails editing a text file to adjust some settings, and entering a couple extra commands).