Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
 Post subject: CentOS vs Ubuntu
PostPosted: Wed Sep 18, 2013 2:20 pm 
Offline
Senior Newbie
User avatar

Joined: Thu Dec 17, 2009 8:45 pm
Posts: 15
HI;

I've had linodes for the better part of the last several years. Though for most of this year I've have my sites on a managed service (some of the administration for one of my sites got too complicated and time consuming for me to deal with). That's no longer an issue and I'm ready to move my sites back to a Linode again.

I've always used CentOS on linode because it's what I was familiar with from working on Cpanel servers in the past. In the 90's I ran Solaris boxes (sparc and x86) and CentOS felt the most similar to that.

The last time I ran CentOS on Linode I recall running into a few things that felt like a real pain. (e.g. one was related to a problem with a library that was needed for a module that I was trying to compile into nginx and something just wasn't work another was I needed to use a FUSE mount for something I was doing and it never behaved properly).

I read somewhere that Ubuntu is the most widely used OS now on linode and recall in the past some people making negative comments about CentOS when I was chatting with them about it.

It seems to make the most sense for me to give Ubuntu a try. How much difference will I find in using Ubuntu vs CentOS?

I assume the learning curve to Ubuntu can't be that bad coming from CentOS. From what I've read it seems packages are a bit more available and well maintained for Ubuntu, does that seem like an accurate impression?

Thanks;

Jamie

_________________
Paw Dogs


Top
   
 Post subject: Re: CentOS vs Ubuntu
PostPosted: Wed Sep 18, 2013 2:31 pm 
Offline
Senior Member
User avatar

Joined: Sun Dec 27, 2009 11:12 pm
Posts: 1038
Location: Colorado, USA
apt-get vs yum
init.d/service vs chkconfig
sudo everything vs using a grown up login
modern to bleeding edge vs staid, stable, secure
cluster f**k of noobs vs system engineers on their community forums
apache2 vs httpd
rabid fanboys vs geeky engineers

Overall, it's not alllllllllllll that tough. With RHEL/CentOS going to Systemd (what a baaaaaaaaaaaad decision - guess what Redhat, I don't need a tablet/smartphone OS on my freaking server), we've been playing around with other OS options - probably move to Debian if RHEL/CentOS 7 turns out to screw us over on our half a bazillion scripts. Since both Debian and Ubuntu are free, why go with the copycat???

Of course YMMV - so do your own testing.

_________________
Either provide enough details for people to help, or sit back and listen to the crickets chirp.
Security thru obscurity is a myth - and really really annoying.


Top
   
 Post subject: Re: CentOS vs Ubuntu
PostPosted: Wed Sep 18, 2013 4:09 pm 
Offline
Senior Member

Joined: Mon Jan 02, 2012 12:45 pm
Posts: 365
Jamie,
As vonskippy noted there are a few differences between the two distros (and they are easy to learn), but most of your interaction with the Linode will be via cPanel.

We have a Linode running CentOS 5 and are testing two Linodes running Ubuntu. I've found that the major differences with day-to-day administration are based on how the control panel software we're using changes the overall system configuration.
- we're running Kloxo on CentOS (Kloxo turns out to be a PITA and was a bad choice on my part; CentOS works great).
- we're running Ajenti on one of the Ubuntu systems (very positive experience, except no email user management in Ajenti).
- we're running no control panel software on our other Ubuntu Linode.

I've had no troubles switching from CentOS to Ubuntu. If you've been using cPanel, and you're going to continue to use cPanel on your Linode, then you'll encounter very few bumps if you used Ubuntu.


MSJ


Top
   
 Post subject: Re: CentOS vs Ubuntu
PostPosted: Wed Sep 18, 2013 7:15 pm 
Offline
Senior Member

Joined: Sun May 23, 2010 1:57 pm
Posts: 315
Website: http://www.jebblue.net
vonskippy wrote:
Since both Debian and Ubuntu are free, why go with the copycat???


That is hardly a fair minded estimation considering all the hard work Ubuntu developers put into making a great OS, which stands on the shoulders of Debian a great foundation OS.


Top
   
 Post subject: Re: CentOS vs Ubuntu
PostPosted: Thu Sep 19, 2013 11:20 pm 
Offline
Senior Member
User avatar

Joined: Sun Jan 18, 2009 2:41 pm
Posts: 830
I've found both CentOS and Ubuntu server to be stable platforms. The main advantage of CentOS is the long-term support lifetime. Nice if you want to set something up and never have to make changes.

Ubuntu shines in the number of packages available (especially if you enable universe and multiverse). The CentOS base is quite slim, and you may need to add third-party repositories to get the software you want to run. Also some software versions can trail behind what's considered "current" (but that's not necessarily a bad thing).

Given the changes in direction Canonical has been making, I wonder about their commitment to continue producing Ubuntu server. I would expect them to support already-released versions for their announced lifetimes, but I could be wrong.

There are some differences in flavor, but you get used to it after a short time.

In brief, if I were setting up a server and CentOS offered the software packages and versions I needed, I'd choose it. Even if some non-standard packages had to be installed I might choose it. But if more than a smallish amount of futzing was required and Ubuntu offered up an easier path, I'd likely choose Ubuntu server.


Top
   
 Post subject: Re: CentOS vs Ubuntu
PostPosted: Fri Sep 20, 2013 3:27 am 
Offline
Senior Member

Joined: Wed Jan 21, 2009 7:13 pm
Posts: 126
Location: Portugal
Why not Debian?


Top
   
 Post subject: Re: CentOS vs Ubuntu
PostPosted: Fri Sep 20, 2013 11:58 am 
Offline
Senior Member
User avatar

Joined: Tue May 26, 2009 3:29 pm
Posts: 1691
Location: Montreal, QC
Debian's rolling release style is generally not as conducive to production environments as Ubuntu's predictable release and support schedules.

I'll admit that I'm less familiar with how CentOS works, but their support schedule seems to work differently.

Ubuntu considers each release to be a major revision, with LTS releases coming every four releases (falling on the spring release). They then support these LTS releases fully for 5 years.

CentOS breaks it down into major releases (like CentOS 6) and minor releases (like CentOS 6.1). Minor releases don't seem to change much; kernel version doesn't change, for example. They support a series (like 6) for six or seven years for full updates, and ten years for maintenance releases. This does seem to require that you continue to install minor releases, however.

So they're quite different strategies.

It would seem to me that CentOS is best for people who want consistency above all else and don't care if they're years behind on software, while Ubuntu is best for people who still want predictable reasonably long-term support, but do want to be able to occasionally refresh their software (such as upgrading between LTS releases every two to four years).

One issue I see with CentOS is that you have to start out with very out of date software when you first install it; the bleeding edge version of CentOS is using a kernel from four years ago. But that's just what some people want/need.


Top
   
 Post subject: Re: CentOS vs Ubuntu
PostPosted: Fri Sep 20, 2013 4:16 pm 
Offline
Senior Member
User avatar

Joined: Tue Nov 24, 2009 1:59 pm
Posts: 362
Uh? Debian is not rolling release. Rolling dev, in a sense.

The "unstable" (bleeding edge) branch is rolling, and "testing" branch (more stable than some other distros' releases) is rolling early on, but then slows down, and after a while becomes frozen, accepting only fixes. After it's decided to be good enough, "frozen" becomes new "stable" release, and new testing starts to roll.

The "release" itself, a.k.a. "stable", is usually quite outdated, but very well-tested, and does not receive any updates other than security patches.
There are refresher "point releases" (e.g. 7.1) that include repackaged patches and sometimes some small functionality updates.

Debian always provided support for most recent and previous release ("stable" and "oldstable").
And IIRC they just decided to aim for a 2-year cycle between releases. Might be 1-year, not sure, but doesn't quite sound right.

_________________
rsk, providing useless advice on the Internet since 2005.


Top
   
 Post subject: Re: CentOS vs Ubuntu
PostPosted: Fri Sep 20, 2013 10:45 pm 
Offline
Senior Member
User avatar

Joined: Sun Jan 18, 2009 2:41 pm
Posts: 830
When a new stable release is made, Debian continues to provide updates to oldstable for about a year. So any given Debian stable release has about a three-year lifetime. Ubuntu is (at the moment) supporting LTS releases for five years, and CentOS is at around ten years for current releases.


Top
   
 Post subject: Re: CentOS vs Ubuntu
PostPosted: Sat Sep 21, 2013 8:16 am 
Offline
Senior Member
User avatar

Joined: Tue Nov 24, 2009 1:59 pm
Posts: 362
I stand corrected. Pretty sure in the past oldstable was supported for as long as it existed, but I guess that changed.

_________________
rsk, providing useless advice on the Internet since 2005.


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


Who is online

Users browsing this forum: Dweeber and 3 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