translated

This commit is contained in:
KayGuoWhu 2014-05-28 15:07:44 +08:00
parent 84fe9d6e8f
commit b35789a311
2 changed files with 56 additions and 58 deletions

View File

@ -1,58 +0,0 @@
[KayGuoWhu翻译中]
Install Webmin On Ubuntu 14.04
================================================================================
![](http://180016988.r.cdn77.net/wp-content/uploads/2014/05/webmin-790x586.jpg)
[Webmin][1] is an open source, web based system administration tool for Unix/Linux. Using Webmin, you can setup and configure all services such as DNS, DHCP, Apache, NFS, and Samba etc via any modern web browsers. So, you dont have to remember all commands or edit any configuration files manually.
### Install Webmin On Ubuntu 14.04 LTS using official repository ###
Add the webmin official repository:
Edit file **/etc/apt/sources.list**,
sudo vi /etc/apt/sources.list
Add the following lines:
deb http://download.webmin.com/download/repository sarge contrib
deb http://webmin.mirror.somersettechsolutions.co.uk/repository sarge contrib
Add the GPG key:
sudo wget http://www.webmin.com/jcameron-key.asc
sudo apt-key add jcameron-key.asc
Update the sources list:
sudo apt-get update
Install webmin using the following command:
sudo apt-get install webmin
Allow the webmin default port “10000″ via firewall, if you want to access the webmin console from a remote system.
sudo ufw allow 10000
### Access Webmin console ###
Open up your browser and navigate to the URL **https://ip-address:10000/**. The following screen should appear. Enter the user name and password to log in to webmin console.
![Login to Webmin](http://180016988.r.cdn77.net/wp-content/uploads/2014/05/Login-to-Webmin-Mozilla-Firefox_010.png)
This is how my Webmin Dashboard looked.
![Webmin 1.690 on server.unixmen.local (Ubuntu Linux 14.04)](http://180016988.r.cdn77.net/wp-content/uploads/2014/05/Webmin-1.690-on-server.unixmen.local-Ubuntu-Linux-14.04-Mozilla-Firefox_011.png)
Thats it. Now youll be able to manage and configure your Ubuntu server graphically. Cheers!
--------------------------------------------------------------------------------
via: http://www.unixmen.com/install-webmin-ubuntu-14-04/
译者:[译者ID](https://github.com/译者ID) 校对:[校对者ID](https://github.com/校对者ID)
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出
[1]:http://www.webmin.com/

View File

@ -0,0 +1,56 @@
在Ubuntu 14.04中安装Webmin
================================================================================
![](http://180016988.r.cdn77.net/wp-content/uploads/2014/05/webmin-790x586.jpg)
[Webmin][1]是一款开源的、基于web的、适合Unix/Linux的系统管理工具。使用Webmin你可以通过任何一款现有的网页浏览器来设置和配置所有的系统服务比如DNS、DHCP、Apache、NFS和Samba等。因此你无需记住所有的命令或手动编辑任何的配置文件了。
### 使用官方仓库在Ubuntu 14.04 LTS上安装Webmin ###
添加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
添加GPG密钥
sudo 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
如果你想远程访问webmin的控制台则需要设置防火墙允许通过webmin的默认端口“10000”。
sudo ufw allow 10000
### 访问Webmin控制台 ###
打开你的浏览器,转到这个地址**https://ip-address:10000/**。将会出现下面的画面输入用户名和密码就可以登陆进webmin控制台了。
![Login to Webmin](http://180016988.r.cdn77.net/wp-content/uploads/2014/05/Login-to-Webmin-Mozilla-Firefox_010.png)
这是我的Webmin控制面板的样子。
![Webmin 1.690 on server.unixmen.local (Ubuntu Linux 14.04)](http://180016988.r.cdn77.net/wp-content/uploads/2014/05/Webmin-1.690-on-server.unixmen.local-Ubuntu-Linux-14.04-Mozilla-Firefox_011.png)
就是这样简单。现在你就可以图形化地管理和配置你的Ubuntu服务器了。欢呼吧
--------------------------------------------------------------------------------
via: http://www.unixmen.com/install-webmin-ubuntu-14-04/
译者:[KayGuoWhu](https://github.com/KayGuoWhu) 校对:[校对者ID](https://github.com/校对者ID)
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出
[1]:http://www.webmin.com/