How to install Webmin on Fedora

Saturday, June 27th, 2009 428 views

login to your shell, i will be using ssh so i send this command: wget http://prdownloads.sourceforge.net/webadmin/webmin-1.350-1.noarch.rpm Once it has finished downloadin i send this command: rpm -U webmin-1.350-1.noarch.rpm The rest of the install will be done automatically to the directory /usr/libexec/webmin The administration username set to root and the password to your current root password. [...]

How to install cPanel/ WHM on Fedora 9

Saturday, June 27th, 2009 693 views

At the time of writing cPanel/WHM was not officially support Fedora 9, however to install cPanel you can do the following: yum -y install tcp_wrappers-devel perl tar mkdir /home/whm cd /home/whm wget http://layer1.cpanel.net/latest sh latest & Done.