Mourning the loss of our friend, WhitPhil.
There's no such thing as a stupid question, but they're the easiest to answer.
JoinTour
Login
Search
 
Linux and Unix
Tag Cloud
access audio black screen blue screen boot bsod connection crash dell desktop driver drivers dvd email error excel firefox hard drive hardware hijackthis internet keyboard laptop malware monitor network networking outlook problem processor recovery registry cleaner router safe mode screen slow sound spyware trojan upgrade vba video virus vista vundo windows windows 7 windows vista windows xp wireless
Search
Search for:
Tech Support Guy Forums > Operating Systems > Linux and Unix >
Best Linux OS?

Tip: Click here to scan for System Errors and Optimize PC performance
[ Sponsored Link ]

Closed Thread
 
Thread Tools
Metys's Avatar
Member with 53 posts.
 
Join Date: Oct 2003
Location: Seattle WA
11-Oct-2003, 08:36 PM #1
Question Best Linux OS?
im a n00b to linux so im just looking for a distribution thats pretty easy to use but runs well.

i really dont know anything about what i should look for in an os for linux so somebody who has some knowledge help me plz!


thanx in advance,

-metys
LinuxGold's Avatar
Member with 88 posts.
 
Join Date: Oct 2003
11-Oct-2003, 09:47 PM #2
Linux distributions came in different flavors depending on your character, knowing you're new to linux:

-Looking for fast way to install, easy upgrade and configurability, use Redhat

-Looking for highly detailed, easy install, easy upgrade and configurability, use Debian.

-Looking for highly detailed, (boot camp style to REALLY learn how linux core works) auto/manual install option, manual or auto upgrade and manual or auto configurability, use Slackware

Personally, I would recommend to learn shell scripting, learn how /etc directory works on each file by file, by then you're done learning, you will learn how linux works rather quickly and you will be up and running in making a better decision on which distribution is right for you.
Whiteskin's Avatar
Distinguished Member with 2,051 posts.
 
Join Date: Nov 2002
Location: Alberta, Canada
Experience: Windows: Decent. Unix/Linux: Advanced +1
11-Oct-2003, 11:43 PM #3
I agree with LinuxGold. It mainly depends on how you like to work with it. If you like a good packaging system, go with Debian. If you like compiling from source go with gentoo (not for newbs!!!!!) if you want to go from source then i wouldnt actually go with linux, i'd actually go with freebsd, because it has the ports system, and a package managment that is ahead of everything with the exeption of debian.
__________________
emerge world_domination;
Smart Questions gentoo
Ubuntu
linux google:Shiny!
Metys's Avatar
Member with 53 posts.
 
Join Date: Oct 2003
Location: Seattle WA
12-Oct-2003, 02:13 PM #4
perhaps ill try slackware... sounds like its what i need to learn how it works. thanx again fella's
Whiteskin's Avatar
Distinguished Member with 2,051 posts.
 
Join Date: Nov 2002
Location: Alberta, Canada
Experience: Windows: Decent. Unix/Linux: Advanced +1
12-Oct-2003, 02:31 PM #5
And Remember.... man pages are your best friends (besides us of course)
ReNxWar's Avatar
Senior Member with 166 posts.
 
Join Date: Apr 2003
Location: North Carolina
13-Oct-2003, 01:29 AM #6
Mandrake is geared more towards everyday users. I used it for alittle while and it seemed very user friendly.
codejockey's Avatar
Senior Member with 1,410 posts.
 
Join Date: Feb 2002
13-Oct-2003, 02:24 AM #7
Lots of good thoughts from previous posters. However, as a die-hard Slackware user, I have to recommend against Slackware for a first-time installation. Slackware aims to be the most 'Unix-like" distribution (whatever that means); my rough translation is that it provides many of the user-hostile features of Unix: cryptic configuration files, arcane command syntax, plenty of terminal-mode/non-GUI/command-line interaction and a subtle "less is more" attitude. True, all of these features are available in other distributions (), but usually not quite as readily as in Slackware.

If you know you want to learn about what's really happening underneath all of the pretty screen displays and dialog boxes, Slackware is a fine choice. But understand: you are driving a stick-shift here, not an automatic.

Hope this helps.
__________________
The slowest component still sits at the keyboard.
AbvAvgUser's Avatar
Distinguished Member with 2,313 posts.
 
Join Date: Oct 2002
Location: Mumbai, India
Experience: Intermediate
13-Oct-2003, 09:13 AM #8
I use RedHat 9. Simpley because its the most popular version and therefore there are many books available that are specifically written for RedHat. No oher version has so many specifically written books.
tgm's Avatar
tgm tgm is offline
Junior Member with 4 posts.
 
Join Date: Oct 2003
14-Oct-2003, 11:06 AM #9
Here is another thing to keep in mind. You might some day want to load some third party software on your machine. The fact of the matter is that most third party products support RedHat. Not that RedHat is any better Linux; just that it is probably the most popular and has very good support (corporate users demand this). Another warning: many of the third party vendors do not immediately support the latest Linux version. It seems somewhat typical that most of them are one level back for 6 months or so. So for example, these days the current RedHat version is 9; so you will find that most vendors are supporting version 8 instead. The drawback to installing a version level back is all the updates that need to be installed too. In the case of RedHat it means that you really need to learn the rpm software install process as a high priority item on your study list.
LinuxGold's Avatar
Member with 88 posts.
 
Join Date: Oct 2003
14-Oct-2003, 10:38 PM #10
Hmm... here's another thing, issue this command and analyze:

(If you got the world of time to yourself)

cd /usr/bin
for i in * ; do man $i ; done


(If you got limited time)

cd /usr/bin
ls
(pick a utility then issue this command)
man <utilityname>

After learning all those utilities, you will be able to use commandline fluently.

BTW, as far as freebsd and linux in comparison are concerned, they're good on their thing. =)
8inchFloppy's Avatar
Junior Member with 3 posts.
 
Join Date: Oct 2003
18-Oct-2003, 07:23 AM #11
other distros to try (not so popular, but rather functional) - ELX Linux BizDesktop (much like Windoze) SOTL Linux (Server Optimised), Redhat I found rather less intuitive and configurable than Mandrake. For a full featured and scalable install I would go MDK, RH, or for ease of use - one of the many smaller distros. Check out linux.org for a list.
AbvAvgUser's Avatar
Distinguished Member with 2,313 posts.
 
Join Date: Oct 2002
Location: Mumbai, India
Experience: Intermediate
20-Oct-2003, 02:32 AM #12
Yahoo has a messenger clone written for RedHat upto the latest version 9. This is just an example. Almost all third party softwares are available for RedHat. There are very few other versions supported. For a newbie like me, RedHat is the most obvious choice.
kmk740's Avatar
Junior Member with 4 posts.
 
Join Date: Aug 2003
20-Oct-2003, 07:17 PM #13
I'm a new user to Linux and I am running Redhat 9. I must say that I am pleasantly surprised at how many third party developers there are creating Redhat compatible software. That being said, the user that noted the issue of keeping third party software up to date with the current versions of Redhat is right on target. Case in point, the dns2go client: While it is currently running on my Redhat 9 system, it's latest client version is designed for Redhat 8.

Another thing to keep in mind while selecting your Linux OS: What will it's primary use be? If you simply want to delve into the world of Linux I say try as many of the OS's that you can. Toy around with one for a month and then install a different OS and see how it compares. If you do intend on choosing and actually using a platform for a long period of time I suggest you go with Redhat...but my opinion is skewwed being that Redhat is the only one I've tinkered with...but I intend on using for awhile and so far it does exactly what I need it to!
Closed Thread Bookmark and Share

THIS THREAD HAS EXPIRED.
Are you having the same problem? We have volunteers ready to answer your question, but first you'll have to join for free. Need help getting started? Check out our Welcome Guide.

Smart Search

Find your solution!



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
WELCOME TO TECH SUPPORT GUY! Are you looking for the solution to your computer problem? Join our site today to ask your question -- for free! Our site is run completely by volunteers who want to help you solve your computer problems. See our Welcome Guide to get started.

Thread Tools


You Are Using:
Server ID
Advertisements do not imply our endorsement of that product or service.
All times are GMT -5. The time now is 08:10 AM.
Copyright © 1996 - 2009 TechGuy, Inc. All rights reserved.
Powered by vBulletin, Copyright © 2000 - 2009, Jelsoft Enterprises Ltd.
Powered by Cermak Technologies, Inc.