:: How to installing WebMin on CentOS
+ create webmin.repo
|
0 |
vi /etc/yum.repos.d/webmin.repo |
add these line:
|
0 1 2 3 4 |
[Webmin] name=Webmin Distribution Neutral #baseurl=http://download.webmin.com/download/yum mirrorlist=http://download.webmin.com/download/yum/mirrorlist enabled=1 |
+ import webmin repo key
|
0 1 |
wget http://www.webmin.com/jcameron-key.asc rpm --import jcameron-key.asc |
+ installing webmin via yum
|
0 |
yum install webmin |
+ access webmin
|
0 |
http://yourhostname:10000 |
