xywuyiba6 发表于 2018-5-7 11:17:56

在 Ubuntu Server 11.04 上安装 Webmin

  Webmin是目前功能最强大的基于Web的Unix系统管理工具。管理员通过浏览器 访问Webmin的各种管理功能并完成相应的管理动作。目前Webmin支持绝大多数的Unix系统,这些系统除了各种版本的linux以为还包 括:AIX、HPUX、Solaris、Unixware、Irix和FreeBSD等。

  下面是在最新发布的 Ubuntu Server 11.04 上安装 Webmin 的方法:
  编辑 /etc/apt/sources.list 文件
  

  
sudo vi /etc/apt/sources.list
  

  增加如下两行:
  

  
deb http://download.webmin.com/download/repository sarge contrib
  deb http://webmin.mirror.somersettechsolutions.co.uk/repository sarge contrib
  

  保存并退出 vi 编辑器 (:wq)
  接下来导入GPG证书
  

  
wget http://www.webmin.com/jcameron-key.asc
  
sudo apt-key add jcameron-key.asc
  

  

  更新软件源列表
  

  
sudo apt-get update
  

  安装 Webmin
  

  
sudo apt-get install webmin
  

  使用浏览器打开 http://serverip:10000/

  登录(使用服务器的系统帐号和密码)后的界面截图:
页: [1]
查看完整版本: 在 Ubuntu Server 11.04 上安装 Webmin