How to get started with Linux

Started by
14 comments, last by gumpy 18 years ago
I have never used any OS other than Windows. I love developing on it and it works fine for me, but I would like to expand my knowledge and get into Linux. I don't really know how to go about doing that. If anyone can point me to the absolute beginners guide to Linux I would appreciate it.
-janoside [Firestorm Engine]
Advertisement
First you must select a distrobution. I started out with ubuntu, but want not too happy with it. I then switched to Fedora Core 4. I enjoy fedora, but I imagine there is better too. Just read about the different distros at www.distrowatch.com
the bigest trick is to find one with good documentation, knowledge dadabase, and a active help forum. This is of course in addition to being stable.
It depends how you are going to use linux.
If you just want a platform that is easy to install/setup, install your applications/games and be on your way, Ubuntu/Fedora/Suse is good choises. They all focus on a easy install/setup process, and are complete in the sense that you get "everything and then some" installed by default.

If you are going to do development, configuration, administration, running servers, compile the newest kernel or just poke around with all the zillions of command line utilities available for linux, I would suggest a more "tight" distribution like Debian/Gentoo/Slackware.

I have used a few distributions since I started with linux, and I have used Debian for the last years. Some people say its has been the best/most stable distribution since day one, and Im not to argue with that.

Anyway, back to your question, if the last of the above scenarios is the case, it means that you do are willing to do some twiddeling yourself to make things work and dont expect everything to just work out of the box. You will want to make a bookmark to the linux howtos. Howtos is the name of the game when fiddeling with linux. Im sure there is a howto for almost everything. Another thing you will use a lot is the man pages.
If you need info about a speciffic utility, type $ man <utility> in a console window.
Using google to get info is another invaluable resource. The info about linux out there is vast...
One thing I do a lot is just copy and paste the error message(s) into google. There is always a forum out there discussing the exact same problem as yours ^^

I dont have any realy good beginners bookmarks at the moment, but Im sure google has quite a few of them. Just spend some time sorting out the good ones from all the bad/mediocre ones.

Happy hacking =)

[Edited by - pulpfist on March 5, 2006 4:29:32 AM]

I've been using Linux off-and-on as a desktop OS (as well as for my LAN's gateway/server OS) for a few years now. When I began on a trek into the Linux desktop OS world, it was a *lot* of trial, error, reading, and researching.

I've never had an easier time with a Linux OS, than when I gave Ubuntu a try. With the http://ubuntuguide.org/ site, you get a crash course in how software is installed in Debian-based OS's. With the http://ubuntuforums.org/ site, you have a community of ready-to-help folks who are actually polite (!) enough to respond to your posts (provided you at least sound like you've done a bit of leg-work on your own).

Linux is a great OS, but unless you proceed with caution, you might spend more time tweaking and researching, than actually getting work/play done. I have found that Ubuntu minimized that tweaking quite a bit.
I hear that Ubuntu Linux is great for beginners. It has a bunch of nice features. You might also want to pick up a book on Unix. Start to learn some of the basic commands. I think that most of the distros today do a pretty good job of detecting hardware and that makes the install easier. You might want to look into a live cd. You can try a bunch of the different distros without actually installing them. That makes it nice to play around with Linux and see if it works for you.
I love Ubuntu, but for an absolute beginner you may want to try Xandros. It is Debian-based like Ubuntu, but it is much, much more Windows-like at first glance. Of course, being Linux and all, it has all of the features of Linux just under the surface, so you can start to play with things as you feel more comfortable.
I would recommned that if you are looking to try out linux, go with Knoppix or Ubuntu.

Cheers,

Bob

[size="3"]Halfway down the trail to Hell...
Quote:Original post by MatrixCubed
I've never had an easier time with a Linux OS, than when I gave Ubuntu a try. With the http://ubuntuguide.org/ site, you get a crash course in how software is installed in Debian-based OS's.


That site has been deprecated(sp?) since Ubuntu 5.10 is out. Use http://help.ubuntu.com instead. Same setup, better contents, loads of errors fixed and targeted at the latest Ubuntu.

<hr />
Sander Marechal<small>[Lone Wolves][Hearts for GNOME][E-mail][Forum FAQ]</small>

Is Cygwin a good way to learn some Linux commands without having to install an entire distro?
Quote:Original post by Ezbez
Is Cygwin a good way to learn some Linux commands without having to install an entire distro?


I suppose, but if you wanted to do that you might want try a Live CD.

This topic is closed to new replies.

Advertisement