pixel: Alec the geek. (Leverage) (leverage: hardison geek)
pixel ([personal profile] pixel) wrote in [community profile] linux4all2010-04-06 05:09 pm

Fedora vs. Ubuntu...

With the understanding that this is a total long shot: Has anyone switched from RHEL/Fedora to Ubuntu recently?

I started with RH based distros ~10 years ago, and managed a RHEL server and a few Fedora workstations for a few years for work, so Fedora felt like a natural choice for me when I decided to go linux only on my home desktop. I've been mostly happy with it, I'm very comfortable with yum and the RH way of doing things.

I did try Ubuntu briefly a few years ago and did run Debian on a desktop for a while ~2003, and while they were fine in that I didn't have big problems, I always felt like things were just a little different and in the end I went back to RH because it was good enough and familiar.

So here's the thing, I'm pondering switching to Ubuntu for both my primary desktop and my (2 year old now) Eee netbook. I don't really want to have 2 incompatible distros to work with and part of the motivation is that Ubuntu still maintains a netbook remix/spin but I'm fairly sure Fedora has dropped theirs (I can't find it.) It also seems like there are more packages available for Ubuntu or that they're more readily available.

Has anyone made this sort of switch? What did you feel you gained? Did you feel like you lost anything? Any gotchas that you encountered?

Anyone on the Ubuntu side of the fence have a good compelling reason to switch? I'm honestly not unhappy with Fedora just trying to see if the grass is greener on the other side.

And for the sake of some pretty: Have a few recent desktop screenshots...
GNOME on Fedora 12. (Bar on the bottom is an old version of Docky/Do)
Photobucket
Window-y goodness...
Photobucket
kerravonsen: 9th Doctor wearing his headlamp: Technical wizard (technical-wiz)

[personal profile] kerravonsen 2010-04-07 12:36 am (UTC)(link)
Reasons I like Ubuntu:
* A HUGE number of packages come standard; no dependency hell to get extra packages working
* It Just Works
* The six-monthly releases are a good balance between going mad with continual updates, and being frustrated with really old versions of programs

As for differences between the two; I use CentOS (RedHat clone) at work and Ubuntu at home. Mostly very similar to work with, just a few things that keep tripping me up when switching between one and the other.
AreaRedHatUbuntu
Package manager yum, install with "yum install", configured in /etc/yum*, add repos in /etc/yum.repos.d apt, install with "apt-get install", configured in /etc/apt/*, add repos in /etc/apt/sources.list.d
Apache Config in /etc/httpd, restart with /etc/init.d/httpd restart Config in /etc/apache2, restart with /etc/init.d/apache2 restart

Edited (formatting) 2010-04-07 00:38 (UTC)
kerravonsen: (Default)

[personal profile] kerravonsen 2010-04-07 01:17 am (UTC)(link)
Do you use things like 'service httpd restart'? Is that available in Ubuntu?
It is available; I simply don't use it because old habits are hard to break.