Archive for the 'CentOS' Category

Downside to Enterprise Linux

Saturday, August 28th, 2010

(Note: For the purpose of this post CentOS is equivalent to RHEL)
It has been about 2 and 1/2 years since I built a dedicated server and chose CentOS instead of Fedora. Since I installed CentOS 5.1 I have used the upgrade process 4 times with no problems bringing me to version 5.5 with practically […]

CentOS 5.5 Released

Friday, May 14th, 2010

The CentOS team just announced the release of CentOS 5.5.
The wiki has the Release Notes. Most major changes can be found in the RHEL 5.5 release information (which CentOS is based).
Running
yum update
should update your system. Keep in mind the recent post-release updates should be syncing with the CentOS mirror soon.
As always, relatively smooth […]

Fedora and Linux Blogs

Tuesday, February 9th, 2010

I know the trend now is “status updates”, but I still enjoy reading blogs more. And I’ve been doing lots more reading and far less writing lately.
I thought I might share the Fedora and Linux blogs that I enjoy. (Sorry I don’t have an OPML link).
Fedora

Hans’ hacking log (Hans de Goede)
i, quaid (Karsten […]

CentOS 5.4 Released

Wednesday, October 21st, 2009

Well CentOS is officially released. Now the mailing list whining can be stopped … until at least 5.5!
For new installs grab an ISO. For upgrades (which is generally safe), just run:
# yum update
Or if you want to be very careful:
# yum clean all
# yum update glibc\*
# yum update yum\* rpm\* python\*
# yum clean […]

Default Xorg Resolution

Tuesday, September 15th, 2009

Recent versions of Linux and the Xorg X-Windows system have been engineered to require very little configuration settings to properly detect graphics options and display resolutions. In most cases graphics should “just work”.
The Xorg system stores all its configuration options in the file: xorg.conf. Many distributions including Fedora and CentOS keep this file […]

Command Line DVD Burning

Wednesday, August 19th, 2009

When I built my server, I only used a CD-RW/DVD-ROM combination drive. Whenever I remotely downloaded a ISO using wget or bittorrent, I would have to copy the 2-4GB file(s) from my server to either my desktop or laptop. I finally caved, and bought a DVD-RW drive for my server (even though it […]

CentOS 5.3 Released

Wednesday, April 1st, 2009

For those who might not be familiar with enterprise linux distributions, CentOS is a rebranded free version of Red Hat Enterprise Linux (RHEL). For enterprise usage Red Hat supports each release for 7 years, while carefully updating packages for backwards compatibility. Each .1 “point release” is an Service Pack update. RHEL 5.3 […]

Wikipedia Migrates from Fedora to Ubuntu

Friday, October 10th, 2008

The admins running Wikipedia are almost complete in migrating their servers from a mix of RedHat and Fedora to Ubuntu. The primary reasons behind the switch, according to Brion Vibber (Wikimedia CTO), were personal preference, Ubuntu availability on the desktop and better support/stability compared to Fedora. As a server, one might think that an enterprise […]