Install Webmin to CentOS 6.x
In this short tutorial I’m going to write a few lines required for correct installation of Webmin to CentOS 6.x. For more information about Webmin please visit : http://www.webmin.com/With your editor (vi, nano or similar) open yum repository file : vi /etc/yum.repos.d/webmin.repo and paste following code : [Webmin] name=Webmin Distribution Neutral #baseurl=http://download.webmin.com/download/yum mirrorlist=http://download.webmin.com/download/yum/mirrorlist enabled=1 Go back […]