Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Fri Jul 25, 2008 4:27 am 
Offline
Senior Newbie

Joined: Thu Jul 24, 2008 9:39 pm
Posts: 6
What is a stable, easy-to-use, and newb friendly Linux distro? (I've never used Linux before.)


Top
   
 Post subject:
PostPosted: Fri Jul 25, 2008 4:35 am 
Offline
Senior Member
User avatar

Joined: Tue Jan 04, 2005 7:32 am
Posts: 277
Website: http://www.betadome.com/
Location: Ålesund, Norway
Skype: neonnero
Twitter: neonnero
For a beginner, I'd recommend either Ubuntu or Debian. Ubuntu is actually based on Debian, so they are pretty similar, and both are easy to maintain.


Top
   
 Post subject:
PostPosted: Fri Jul 25, 2008 6:46 am 
Offline
Senior Member

Joined: Fri May 02, 2008 8:44 pm
Posts: 1121
I second Ubuntu. It's a tad bit more user-friendly than Debian, despite being very similar. Ubuntu also comes with more recent versions of most packages (at least for now). Debian is supposed to be more stable because its older packages have been tried and tested for a longer period, but I haven't noticed any instability with Ubuntu, either.

Just to name one, I love the new Uncomplicated Firewall (ufw) in Ubuntu 8.04!!! That means I no longer need to mess up my firewall settings from time to time. Of course you can install that on Debian too, but it takes a bit of tweaking (due to Debian's older Python).


Top
   
 Post subject:
PostPosted: Fri Jul 25, 2008 7:24 am 
Offline
Senior Member
User avatar

Joined: Fri Oct 24, 2003 3:51 pm
Posts: 965
Location: Netherlands
I add my vote for Ubuntu. I still prefer Shorewall to UFW - lets you have really fine grained control over traffic to/from your Linode.

_________________
/ Peter


Top
   
 Post subject:
PostPosted: Fri Jul 25, 2008 5:14 pm 
Offline
Senior Newbie

Joined: Thu Jul 24, 2008 9:39 pm
Posts: 6
What about CentOS, isn't it made for servers?


Top
   
 Post subject:
PostPosted: Fri Jul 25, 2008 6:18 pm 
Offline
Senior Member
User avatar

Joined: Fri Oct 24, 2003 3:51 pm
Posts: 965
Location: Netherlands
You asked for "stable, easy-to-use, and newb friendly". CentOS only does stable.

_________________
/ Peter


Top
   
 Post subject:
PostPosted: Fri Jul 25, 2008 6:39 pm 
Offline
Senior Member
User avatar

Joined: Tue Jan 04, 2005 7:32 am
Posts: 277
Website: http://www.betadome.com/
Location: Ålesund, Norway
Skype: neonnero
Twitter: neonnero
John King wrote:
What about CentOS, isn't it made for servers?

Well, just about any Linux distro can be made for servers, depending on what you install on it, really.

CentOS is loosely based on Red Hat / Fedora, and also comes with a package system.

I don't use it myself, though, but experience tells be that Ubuntu might be slightly better if you're just starting out on Linux. I believe the Ubuntu edition installed on a Linode is without X windows (ie. much like the "Server" edition you can download from the Ubuntu website).

If I were you, I'd start off with Ubuntu, and later move on to CentOS once you're more comfortable with the basics of Linux (in general). That's just my personal opinion, though. If you want similar package systems, you have Ubuntu and Debian in one group (both use APT), and CentOS and Fedora Core in another group (both use YUM).

What's great about Linux, is that with all the different flavors of it simply draws up the selection to personal preference.

Each distribution is just as stable as the next; how well it runs depends on your own fine tuning of it.

Considering you're absolutely new to Linux in general, I'd go for Ubuntu, as I believe it's more beginner-friendly.


Top
   
 Post subject:
PostPosted: Fri Jul 25, 2008 7:02 pm 
Offline
Senior Member

Joined: Sun Nov 30, 2003 2:28 pm
Posts: 245
NeonNero wrote:
CentOS is loosely based on Red Hat / Fedora, and also comes with a package system.

CentOS is identical to Red Hat EL, except for removal of trademarks.
NeonNero wrote:
If I were you, I'd start off with Ubuntu, and later move on to CentOS once you're more comfortable with the basics of Linux (in general).


My personal opinion would be, why bother? Either is quite suitable for a Linode, but the details of adminning them are different (different package managers, different network configuration, etc.), and I don't see much reason to change from one to the other. Unless you just want to, of course. I would definitely stick with one of the majors (Debian/Ubuntu, CentOS or Fedora) for initial install, just because there are more people around to answer questions.

_________________
The irony is that Bill Gates claims to be making a stable operating system and Linus Torvalds claims to be trying to take over the world.
-- seen on the net


Top
   
 Post subject:
PostPosted: Fri Jul 25, 2008 9:27 pm 
Offline
Senior Newbie

Joined: Fri May 30, 2008 11:19 am
Posts: 11
I actually find Centos to be easier to work but I guess its all personal preference. I prefer rpm and yum to ubuntu's package management and its pretty standard init script and chkconfig make my life easier.


Top
   
 Post subject:
PostPosted: Fri Jul 25, 2008 10:03 pm 
Offline
Senior Newbie

Joined: Thu Jul 24, 2008 9:39 pm
Posts: 6
Thanks for all the help! I think I will go with Ubuntu.


Top
   
 Post subject:
PostPosted: Fri Jul 25, 2008 10:06 pm 
Offline
Senior Member
User avatar

Joined: Tue Jan 04, 2005 7:32 am
Posts: 277
Website: http://www.betadome.com/
Location: Ålesund, Norway
Skype: neonnero
Twitter: neonnero
fendrish78 wrote:
I actually find Centos to be easier to work but I guess its all personal preference. I prefer rpm and yum to ubuntu's package management and its pretty standard init script and chkconfig make my life easier.


We had a RHEL server someone installed for us once. It was installed, but never put into proper use. When it came time to put it into production use (or any use, for that matter -- it was just sitting there in an off-site datacenter space we rent), I tried my way around for a few weeks, and found rpm to be an endless headache to me (since I'm also used to Gentoo, that's saying a lot), so we ended up reinstalling it as Debian instead.

Yum (CentOS/Fedora) might be lightyears ahead compared to using "plain" rpm (Debian/Ubuntu), though, and probably just as easy to handle as apt, but I'm just guessing since I haven't had any first-hand experience with it.


Top
   
 Post subject:
PostPosted: Fri Jul 25, 2008 11:17 pm 
Offline
Senior Member

Joined: Sun Nov 30, 2003 2:28 pm
Posts: 245
NeonNero wrote:
Yum (CentOS/Fedora) might be lightyears ahead compared to using "plain" rpm (Debian/Ubuntu),


Errr, what? The rpm command on Redhat et. al. is equivalent to dpkg on Debian and its derivates. Yum is Redhat's (but originall SuSE, if I remember correctly) attempt at an apt (Debian) equivalent. I find Yum slightly clunky compared to apt, but that may be down to having much more experience with dpkg/apt.

_________________
The irony is that Bill Gates claims to be making a stable operating system and Linus Torvalds claims to be trying to take over the world.

-- seen on the net


Top
   
 Post subject:
PostPosted: Sat Jul 26, 2008 4:56 am 
Offline
Senior Member
User avatar

Joined: Tue Jan 04, 2005 7:32 am
Posts: 277
Website: http://www.betadome.com/
Location: Ålesund, Norway
Skype: neonnero
Twitter: neonnero
SteveG wrote:
NeonNero wrote:
Yum (CentOS/Fedora) might be lightyears ahead compared to using "plain" rpm (Debian/Ubuntu),

Errr, what? The rpm command on Redhat et. al. is equivalent to dpkg on Debian and its derivates. Yum is Redhat's (but originall SuSE, if I remember correctly) attempt at an apt (Debian) equivalent. I find Yum slightly clunky compared to apt, but that may be down to having much more experience with dpkg/apt.

As I said, since I hadn't had any first-hand experience with it, I only made a wild guess. I wasn't aware of the comparison of rpm to dpkg. Fortunately (for me), I haven't yet been "forced" to deal with dpkg directly.


Top
   
PostPosted: Sat Jul 26, 2008 1:02 pm 
Offline
Junior Member

Joined: Thu Nov 08, 2007 12:40 am
Posts: 34
John King wrote:
What is a stable, easy-to-use, and newb friendly Linux distro? (I've never used Linux before.)


I would recommend Centos. Ubuntu and Debian are good too however, Centos is very complete and easy to administer remotely.

Centos lets you start and stop services by simply typing service start,stop,restart service-name..ie service restart sendmail.

The logging in Centos is better. If you have a problem look at /var/log/messages or whatever your working on. I find Centos more complete in that regard.

I really like Slackware but you should install it at home and learn about it before you try to handle it remotely.


Top
   
 Post subject:
PostPosted: Tue Aug 05, 2008 6:34 am 
Offline
Senior Newbie

Joined: Sun Aug 03, 2008 11:51 am
Posts: 14
Website: http://fdcga.com
Location: Georgia, USA
SteveG wrote:
NeonNero wrote:
Yum (CentOS/Fedora) might be lightyears ahead compared to using "plain" rpm (Debian/Ubuntu),


Errr, what? The rpm command on Redhat et. al. is equivalent to dpkg on Debian and its derivates. Yum is Redhat's (but originall SuSE, if I remember correctly) attempt at an apt (Debian) equivalent. I find Yum slightly clunky compared to apt, but that may be down to having much more experience with dpkg/apt.

To be accurate, Yum is a total rewrite of Yup which was the rpm package manager for Yellow Dog Linux, not SuSE. You're partially right, Yum was written to support Redhat.

Jim.


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 4 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group