rhel – Internetblog.org.uk https://www.internetblog.org.uk Web hosting, Domain names, Dedicated servers Fri, 29 Jan 2016 11:05:52 +0000 en-US hourly 1 https://wordpress.org/?v=4.9.5 https://www.internetblog.org.uk/files/2016/01/cropped-favico-32x32.png rhel – Internetblog.org.uk https://www.internetblog.org.uk 32 32 Red Hat Enterprise Linux 6 coming soon https://www.internetblog.org.uk/post/1178/red-hat-enterprise-linux-6-coming-soon/ Wed, 07 Apr 2010 13:52:32 +0000 http://www.internetblog.org.uk/post/1178/red-hat-enterprise-linux-6-coming-soon/ Red fedoraRed Hat, a company that holds a large portion of the Linux server market, recently released the latest version of their OS, Red Hat Enterprise Linux 5.5. The first version of the 5.x series was released in 2007, and now RHEL 6 is said to be released soon.

RHEL is the child of Red Hat Linux, which was primarily a consumer Linux distribution, but many system administrators used it for enterprise-level web hosting servers. Eventually, Red Hat decided to cash in on the enterprise market and developed RHEL. To keep the consumer Linux users happy, they also released Fedora, a community-driven version of the same operating system.

Fedora’s development line is faster and usually has newer packages. Some system administrators who want cutting-edge technology, still use Fedora for web hosting. But for many businesses that want stable long-term releases, RHEL has been their reliable choice. Some of the improvements in version 5.5 include support for latest hardware, better virtualization support, and improved memory management. Red Hat has an annual revenue of $653 million.

Image Source: Wikimedia Commons

]]>
Updating Redhat Enterprise Linux 5 https://www.internetblog.org.uk/post/440/updating-redhad-enterprise-linux-5/ Tue, 01 Sep 2009 15:36:25 +0000 http://www.internetblog.org.uk/post/440/updating-redhad-enterprise-linux-5/ YUM logoUsers of Redhat Enterprise Linux (RHEL) were probably accustomed to using a command called “up2date” to update and install security patches and new software releases on their servers. As many well know, however, RHEL is based on the Fedora code base, and Fedora never relied on up2date. Instead, Fedora uses a package management system called YUM.

YUM has been a long time in the making, and it was expected that it would eventually be the main Redhat packaging system. Now that it is, it is important for users new to RHEL 5 or CentOS to know the differences. Here are some quick and easy steps:

1. Register your system with RHN (Redhat Network): # rhn_register
2. Display an updated software list: # yum list updates
3. Install all updates: # yum update

If you only want to apply certain updates and not others, you can search for specific packages with:

# yum list {package-name}

For example, if you wanted to find “mysql”, you would enter: # yum list mysql

Once you get started with YUM, you will see its advantages and ease of use, making RHEL5 or CentOS a breeze for you. Even if you are new to the server, you will be up-to-date and secure in no time.

]]>