Install Yum on RHEL4
In my company they purchased some software from Autodesk that comes on Redhat Enterprise 4, i needed to install some packages on the system for the use of some internal applications, instead of installing packages and all the dependencies, i though using automatic installer like yum would be better, below is the steps to have yum installed on your RHEL4 machine :
1. Install rhel4
2. Download Yum rpm package
wget http://gd.tuwien.ac.at/opsys/linux/yum/2.0/yum-2.0.5-1.noarch.rpm
3. Install the package
rpm -Uvh yum-2.0.5-1.noarch.rpm4. Edit repositories location
nano /etc/yum.conf
Change the baseurl in [base] to
http://mirror.centos.org/centos/4/os/$basearch/
Change the baseurl in [updates] to
http://mirror.centos.org/centos/4/updates/$basearch/
5- Install the full yum with all its dependencies.
yum install yumKnow your System Administrator
There are four major species of Unix sysad:
1.The TECHNICAL THUG. Usually a systems programmer who has been forced into system administration; writes scripts in a polyglot of the Bourne shell, sed, C, awk, perl, and APL.
2.The ADMINISTRATIVE FASCIST. Usually a retentive drone (or rarely, a harridan ex-secretary) who has been forced into system administration.
3.The MANIAC. Usually an aging cracker who discovered that neither the Mossad nor Cuba are willing to pay a living wage for computer espionage. Fell into system administration; occasionally approaches major competitors with indesp schemes.
4.The IDIOT. Usually a cretin, morpohodite, or old COBOL programmer selected to be the system administrator by a committee of cretins, morphodites, and old COBOL programmers.