这个工具其实我在两年前的小白时期还是经常用的,因为那时候对Linux比较陌生在为数server的时候帮了我很多工作,现在周末外面下雨,闲来无事莫名其妙的想起他来。

工具优点:最大特点是他是脚本安装 不需要手动编译; 图形界面 直观简单。功能强大可以管理类似web apache 用户管理DNS 等等服务

缺点:消耗资源,不利于对Linux的理解,有一些底层的错误无法通过该工具进行维护。

工具获取:http://sourceforge.net/projects/webadmin/files/webmin/    有很多版本,我就不在去下载了 我的数据盘里有1.6的所以我就不在去下载了

  当然你如果在Linux 下载wget http://sourceforge.net/projects/webadmin/files/webmin/1.610/webmin-1.610.tar.gz

  windows 下载:http://sourceforge.net/projects/webadmin/files/webmin/1.610/webmin-1.610.tar.gz  可以通过工具传到Linux server上

 下载完成后
tar zxvf webmin-1.160.tar.gz
cd webmin.1.160/
运行脚本
[root@A1 webmin-1.610]# ./setup.sh
[root@A1 webmin-1.610]# ./setup.sh
***********************************************************************
* Welcome to the Webmin setup script, version 1.610 *
***********************************************************************
Webmin is a web-based interface that allows Unix-like operating
systems and common Unix services to be easily administered. Installing Webmin in /opt/webmin-1.610 ... ***********************************************************************
Webmin uses separate directories for configuration files and log files.
Unless you want to run multiple versions of Webmin at the same time
you can just accept the defaults. Config file directory [/etc/webmin]:
Log file directory [/var/webmin]: ***********************************************************************
Webmin is written entirely in Perl. Please enter the full path to the
Perl interpreter on your system. Full path to perl (default /usr/bin/perl): Testing Perl ...
Perl seems to be installed ok ***********************************************************************
Operating system name: CentOS Linux
Operating system version: 6.4 ***********************************************************************
Webmin uses its own password protected web server to provide access
to the administration programs. The setup script needs to know :
- What port to run the web server on. There must not be another
web server already using this port.
- The login name required to access the web server.
- The password required to access the web server.
- If the webserver should use SSL (if your system supports it).
- Whether to start webmin at boot time. Web server port (default ):
Login name (default admin): admin
Login password:
Password again:
The Perl SSLeay library is not installed. SSL not available.
Start Webmin at boot time (y/n): y
***********************************************************************
Creating web server config files..
..done Creating access control file..
..done Inserting path to perl into scripts..
..done Creating start and stop scripts..
..done Copying config files..
..done Configuring Webmin to start at boot time..
..done Creating uninstall script /etc/webmin/uninstall.sh ..
..done Changing ownership and permissions ..
..done Running postinstall scripts ..
PID file /var/webmin/miniserv.pid does not exist
..done Enabling background status collection ..
PID file /var/webmin/miniserv.pid does not exist
..done Attempting to start Webmin mini web server..
Starting Webmin server in /opt/webmin-1.610
Pre-loaded WebminCore
..done ***********************************************************************
Webmin has been installed and started successfully. Use your web
browser to go to http://A1:10000/ and login with the name and password you entered previously. [root@A1 webmin-1.610]# curl http://localhost:10000
[root@A1 webmin-1.610]# ./setup.sh
***********************************************************************
* Welcome to the Webmin setup script, version 1.610 *
***********************************************************************
Webmin is a web-based interface that allows Unix-like operating
systems and common Unix services to be easily administered. Installing Webmin in /opt/webmin-1.610 ... ***********************************************************************
Webmin uses separate directories for configuration files and log files.
Unless you want to run multiple versions of Webmin at the same time
you can just accept the defaults. Config file directory [/etc/webmin]:
Log file directory [/var/webmin]: ***********************************************************************
Webmin is written entirely in Perl. Please enter the full path to the
Perl interpreter on your system. Full path to perl (default /usr/bin/perl): Testing Perl ...
Perl seems to be installed ok ***********************************************************************
Operating system name: CentOS Linux
Operating system version: 6.4 ***********************************************************************
Webmin uses its own password protected web server to provide access
to the administration programs. The setup script needs to know :
- What port to run the web server on. There must not be another
web server already using this port.
- The login name required to access the web server.
- The password required to access the web server.
- If the webserver should use SSL (if your system supports it).
- Whether to start webmin at boot time. Web server port (default ):
Login name (default admin): admin
Login password:
Password again:
The Perl SSLeay library is not installed. SSL not available.
Start Webmin at boot time (y/n): y
***********************************************************************
Creating web server config files..
..done Creating access control file..
..done Inserting path to perl into scripts..
..done Creating start and stop scripts..
..done Copying config files..
..done Configuring Webmin to start at boot time..
..done Creating uninstall script /etc/webmin/uninstall.sh ..
..done Changing ownership and permissions ..
..done Running postinstall scripts ..
PID file /var/webmin/miniserv.pid does not exist
..done Enabling background status collection ..
PID file /var/webmin/miniserv.pid does not exist
..done Attempting to start Webmin mini web server..
Starting Webmin server in /opt/webmin-1.610
Pre-loaded WebminCore
..done ***********************************************************************
Webmin has been installed and started successfully. Use your web
browser to go to http://A1:10000/ and login with the name and password you entered previously. [root@A1 webmin-1.610]# curl http://localhost:10000

如果可以通过curl 访问那么证明安装成功,但如果我们想在其他pc上浏览需要注意的是在iptables 中开启10000端口

这个程序是支持中文的 可以再里面进行设置

不在过多叙述!

Linux下的一个图形管理工具webmin的更多相关文章

  1. Linux 下的一个全新的性能测量和调式诊断工具 Systemtap, 第 3 部分: Systemtap

    Systemtap的原理,Systemtap与DTrace比较,以及安装要求和安装步骤本系列文章详细地介绍了一个Linux下的全新的调式.诊断和性能测量工具Systemtap和它所依赖的基础kprob ...

  2. Linux 下的一个全新的性能测量和调式诊断工具 Systemtap, 第 2 部分: DTrace

    DTrace的原理本系列文章详细地介绍了一个 Linux 下的全新的调式.诊断和性能测量工具 Systemtap 和它所依赖的基础 kprobe 以及促使开发该工具的先驱 DTrace 并给出实际使用 ...

  3. windows下 安装gitlab及其相关图形管理工具

    windows下 安装gitlab及其相关图形管理工具   在windows下安装git中文版客户端并连接gitlab   下载git Windows客户端 git客户端下载地址:https://gi ...

  4. 推荐一个linux下的web压力测试工具神器webbench

    推荐一个linux下的web压力测试工具神器webbench2014-04-30 09:35:29   来源:   评论:0 点击:880 用多了apache的ab工具之后你就会发现ab存在很多问题, ...

  5. Linux 下的一个全新的性能测量和调式诊断工具 Systemtap,第 1 部分: kprobe

    kprobe 的原理.编程接口.局限性和使用注意事项 本系列文章详细地介绍了一个Linux下的全新的调式.诊断和性能测量工具Systemtap和它所依赖的基础kprobe以及促使开发该工具的先驱DTr ...

  6. npm 是node.js下带的一个包管理工具

    npm 是node.js下带的一个包管理工具          npm install -g webpack webpack是一个打包工具 gulp是一个基于流的构建工具,相对其他构件工具来说,更简洁 ...

  7. ​Linux环境下搭建禅道管理工具-包含软件资源

    ​Linux环境下搭建禅道管理工具 1:百度云盘下载: 禅道--链接: https://pan.baidu.com/s/1Stu7nOZVIPO5TnpJWjWtiQ 提取码:dnik CentOs操 ...

  8. Linux下性能测量和调试诊断工具Systemtap

    一.简介 SystemTap是一个诊断Linux系统性能或功能问题的开源软件.它使得对运行时的Linux系统进行诊断调式变得更容易.更简单.有了它,开发者或调试人员不再需要重编译.安装新内核.重启动等 ...

  9. 在Linux下使用RAID--使用mdadm工具创建软件Raid 0(1)

    在Linux下使用RAID--使用mdadm工具创建软件Raid 0(1) RAID即廉价磁盘冗余阵列,其高可用性和可靠性适用于大规模环境中,相比正常使用,数据更需要被保护.RAID是一些磁盘的集合, ...

随机推荐

  1. 【BZOJ-2229】最小割 最小割树(最大流+分治)

    2229: [Zjoi2011]最小割 Time Limit: 10 Sec  Memory Limit: 259 MBSubmit: 1565  Solved: 560[Submit][Status ...

  2. XHTML与HTML的区别

    XHTML:可扩展超文本标记语言,是一种置标语言,表现方式与超文本标记语言(HTML)类似,不过语法上更加严格. 参考:http://baike.baidu.com/search/word?word= ...

  3. NuGet包调试源码的方法

    如果按照nuget官网给出的网址:https://docs.nuget.org/create/creating-and-publishing-a-symbol-package 那么你会发觉下载符号包的 ...

  4. 12.04 redmine

    sudo apt-get redmine-mysql mysql-server-5.5 sudo apt-get redmine-mysql redmine(中间会死一段时间,没关系,等会会过去) 安 ...

  5. Mac配置一些开发环境(随时补充)

    Mac安装mysql并启动 brew install mysql mysql.server start /usr/local/Cellar/mysql/5.6.10/support-files/mys ...

  6. Django admin coercing to Unicode: need string or buffer, tuple found

    见 http://stackoverflow.com/questions/29762306/django-admin-coercing-to-unicode-need-string-or-buffer ...

  7. Python ValueError: IO operation on closed file

    ValueError IO operation on closed file表示处理了已经被关闭的数据,在python 中 with语句的上下文会帮助处理,也就是说,当python的处理代码不对齐的时 ...

  8. IOS 学习笔记之UI

    自定义控件,实现部分 - (id)initWithFrame:(CGRect)frame descriptionText:(NSArray *)inText/*需要输入两个字符串*/ { self = ...

  9. Objective-C之NSArray(数组)默认排序与自定义排序

    在讲OC中数组的排序之前我先上一段代码,它是简单数组排序的一种方法(也就是元素是字符串或者数据的数组,因为后面要讲元素为类的数组排序) 代码1: NSArray *sortArr4 = [sortAr ...

  10. 【原】javascript数组操作

    继续我的第二遍<javascript高级程序设计第三版>,今天要做的笔记是array 一.数组的操作 1.数组的创建: var colors= new Array(); //创建一个数组 ...