Convert RHEL 6 to CentOS 6.3
Every so often I search the Internet and I find what I am looking for to solve a problem. This site has all of the steps to do what I wanted to do. I have a server at my house that has been turned off for a few months. It had an expired RHEL 6 license and I did not want to continue to pay for the subscription since the client that I built it for was no longer my customer. I did want to continue to use the server so I wanted to convert it to CentOS. I found some simple steps and then I tweaked them for the current release. So these are the steps to upgrade from RHEL 6 to CentOS 6.3 # yum clean all # mkdir ~/centos # cd ~/centos # wget http://mirror.centos.org/centos-6/6.3/os/x86_64/RPM-GPG-KEY-CentOS-6 # wget http://mirror.centos.org/centos-6/6.3/os/x86_64/Packages/centos-release-6-3.el6.centos.9.x86_64.rpm # wget http://mirror.centos.org/centos-6/6.3/os/x86_64/Packages/yum-3.2.29-30.el6.centos.noarch.rpm # wget http://mirror.centos.org/centos-6/6.3/os/x86_64/Package...