Facebook Twitter Gplus RSS
 
 
formats

Upgrading CentOS 5.6 to CentOS 5.7

Published on September 21st, 2011

Before upgrading CentOS 5.6 to 5.7 it cannot be stressed enough how important it is to make a backup of your system before you do this. Actions listed in this post are written with the assumption that they will be executed by the root user running the bash or any other modern shell.

Clean All Packages

# yum clean all

The following command will get a list of packages that are going to be updated.

# yum list updates

Upgrade CentOS 5.6 to 5.7

# yum update

Finally reboot the server for Kernel changes to take effect

# reboot

Verify that CentOS 5.7 is working:

# cat /etc/redhat-release
CentOS release 5.7 (Final)

Or:

# lsb_release -a
LSB Version: :core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-noarch
Distributor ID: CentOS
Description: CentOS release 5.7 (Final)
Release: 5.7
Codename: Final

Or:

# rpm -q centos-release
centos-release-5-7.el5.centos

 
formats

CentOS 5.7 Released

Published on September 20th, 2011

CentOS Logo CentOS 5.7 is now available (see download link at the end of the article) for both 32-bit and 64-bit architectures and it is based on the upstream release of Red Hat Enterprise Linux 5.7. It contains lots of updates, bugfixes and new features.

CentOS 5.7 Downloads

You can download CentOS Linux 6 via the web/ftp server or via BitTorrent (recommended) client.

CentOS 5.7 DVD ISO downloads

CentOS 5.7 DVD ISO Torrents

Torrent files for the DVD’s are available at the following location:

 
formats

Installing Bacula on CentOS 6

Published on July 25th, 2011

Bacula BackupCentOS Logo Installing Bacula on CentOS 6 with Webmin interface quick start guide. The assumption for this CentOS 6 tutorial is that you are running as root and have a basic understanding of the software required but if you follow this tutorial you should be able to complete the task successfully.

What is Bacula

Bacula is a set of Open Source, enterprise ready, computer programs that permit you (or the system administrator) to manage backup, recovery, and verification of computer data across a network of computers of different kinds. Bacula is relatively easy to use and efficient, while offering many advanced storage management features that make it easy to find and recover lost or damaged files. In technical terms, it is an Open Source, enterprise ready, network based backup program.

Bacula Website: http://www.bacula.org/en/
(more…)

 
formats

CentOS 6 Webmin Install

Published on July 23rd, 2011

Webmincentos This brief yet effective tutorial will instruct you on how to install Webmin, a web-based interface for system administration for Linux, on CentOS 6

The assumption for this CentOS 6 Webmin tutorial is that you are running as root and have a basic understanding of the software required but if you follow this tutorial you should be able to complete the task successfully.

Learn more about Webmin: http://www.webmin.com/
(more…)

 
 
© [How2CentOS]
credit