CentOS6 安装Webmin

官网:http://www.webmin.cn/download.html
参考:http://spikedighole.blog.163.com/blog/static/176998045201562805435418/

01# uname -a               
02Linux localhost.localdomain 2.6.32-573.18.1.el6.x86_64 #1 SMP Tue Feb 9 22:46:17 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
03# cat /etc/redhat-release
04CentOS release 6.7 (Final)
05# rpm -qa|grep webmin
06webmin-1.780-1.noarch
07 
08 
09# webadmin安装升级会用到perl-Net-SSLeay
10yum -y install perl-Net-SSLeay
12wget http://jaist.dl.sourceforge.net/project/webadmin/webmin/1.780/webmin-1.780-1.noarch.rpm
13rpm -ivh webmin-1.780-1.noarch.rpm
14netstat -ntlp|grep 10000

 

发表回复