Virtualmin和webmin有什么区别和关系?
webmin是一个可运行于Linux/freebsd的web界面的主机管理系统,本身自带以及有人贡献了不少模块。而virtualmin则是它的一个虚拟主机管理模块
webmin官方站: http://www.webmin.com/
virtaulmin站点: http://www.virtualmin.com/
1.先安装webmin
Installing the RPM
wget http://prdownloads.sourceforge.net/webadmin/webmin-1.660-1.noarch.rpm
rpm -U webmin-1.660-1.noarch.rpm
Using the Webmin YUM repository
If you like to install and update Webmin via RPM, create the/etc/yum.repos.d/webmin.repo?file containing :
[Webmin]
name=Webmin Distribution Neutral
#baseurl=http://download.webmin.com/download/yum
mirrorlist=http://download.webmin.com/download/yum/mirrorlist
enabled=1
You should also fetch and install my GPG key with which the packages are signed, with the commands :
wget http://www.webmin.com/jcameron-key.asc
rpm --import jcameron-key.asc
You will now be able to install with the command :
yum install webmin
All dependencies should be resolved automatically.
2.再安装virtulmin
wget http://software.virtualmin.com/gpl/scripts/install.sh
sh ./install.sh