Linux下的一个图形管理工具webmin
这个工具其实我在两年前的小白时期还是经常用的,因为那时候对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的更多相关文章
- Linux 下的一个全新的性能测量和调式诊断工具 Systemtap, 第 3 部分: Systemtap
Systemtap的原理,Systemtap与DTrace比较,以及安装要求和安装步骤本系列文章详细地介绍了一个Linux下的全新的调式.诊断和性能测量工具Systemtap和它所依赖的基础kprob ...
- Linux 下的一个全新的性能测量和调式诊断工具 Systemtap, 第 2 部分: DTrace
DTrace的原理本系列文章详细地介绍了一个 Linux 下的全新的调式.诊断和性能测量工具 Systemtap 和它所依赖的基础 kprobe 以及促使开发该工具的先驱 DTrace 并给出实际使用 ...
- windows下 安装gitlab及其相关图形管理工具
windows下 安装gitlab及其相关图形管理工具 在windows下安装git中文版客户端并连接gitlab 下载git Windows客户端 git客户端下载地址:https://gi ...
- 推荐一个linux下的web压力测试工具神器webbench
推荐一个linux下的web压力测试工具神器webbench2014-04-30 09:35:29 来源: 评论:0 点击:880 用多了apache的ab工具之后你就会发现ab存在很多问题, ...
- Linux 下的一个全新的性能测量和调式诊断工具 Systemtap,第 1 部分: kprobe
kprobe 的原理.编程接口.局限性和使用注意事项 本系列文章详细地介绍了一个Linux下的全新的调式.诊断和性能测量工具Systemtap和它所依赖的基础kprobe以及促使开发该工具的先驱DTr ...
- npm 是node.js下带的一个包管理工具
npm 是node.js下带的一个包管理工具 npm install -g webpack webpack是一个打包工具 gulp是一个基于流的构建工具,相对其他构件工具来说,更简洁 ...
- Linux环境下搭建禅道管理工具-包含软件资源
Linux环境下搭建禅道管理工具 1:百度云盘下载: 禅道--链接: https://pan.baidu.com/s/1Stu7nOZVIPO5TnpJWjWtiQ 提取码:dnik CentOs操 ...
- Linux下性能测量和调试诊断工具Systemtap
一.简介 SystemTap是一个诊断Linux系统性能或功能问题的开源软件.它使得对运行时的Linux系统进行诊断调式变得更容易.更简单.有了它,开发者或调试人员不再需要重编译.安装新内核.重启动等 ...
- 在Linux下使用RAID--使用mdadm工具创建软件Raid 0(1)
在Linux下使用RAID--使用mdadm工具创建软件Raid 0(1) RAID即廉价磁盘冗余阵列,其高可用性和可靠性适用于大规模环境中,相比正常使用,数据更需要被保护.RAID是一些磁盘的集合, ...
随机推荐
- 【bzoj2730】 HNOI2012—矿场搭建
http://www.lydsy.com/JudgeOnline/problem.php?id=2730 (题目链接) 题意 给出一张图,问如果删掉其中一个点,使得其他每个节点都有一个安全撤离的出口, ...
- Markdown 语法说明
Markdown 语法说明 (简体中文版) / (点击查看快速入门) 概述 宗旨 Markdown 的目标是实现「易读易写」. 可读性,无论如何,都是最重要的.一份使用 Markdown 格式撰写的文 ...
- android 事件传递机制 心得
看了网上很多资料. 最后我发现可以用很简单的几句话就能把它说清楚 1 每个 viewgroup 内都有 三个方法 a dispatchTouchEvent 是自己决定要不要(管他爹)要这个苹果的 一般 ...
- Jquery 随便写些知识点
针对jQuery随便写些觉得还挺实用的一些东西,也没系统的去理一番,只是想到哪写到哪,写的不完全也请多见谅. jQuery和其他javascript库产生$符号冲突了?$符号想必用jQuery的人都不 ...
- Compiler Warning (level 3) C4800
#pragma warning( disable : 4800 ) // forcing bool 'true' or 'false' ,忽略4800 警告#pragma warning( disab ...
- kali linux 2.0安装sublime text 2
第一种方法:Download the Sublime Text 2 & Extract it:32位:$ wget http://c758482.r82.cf2.rackcdn.com/Sub ...
- 《JavaScript权威指南》学习笔记 第七天 DOM操作
由衷的觉得,随着IT技术的广泛的运用,个人电脑以及智能手机的使用,信息的获取与传播更为简单.但是我们获取有用信息的难度相反是越来越大了,想要保持住自己的注意力越来越难了.除了吃饭睡觉,我的精力都在电脑 ...
- Rsync
转自:http://www.mike.org.cn/blog/index.php?load=read&id=639###pp=0 [rsync实现网站的备份,文件的同步,不同系统的文件的同步, ...
- 深入JVM-常用Java虚拟机参数
一.跟踪调试参数 1.1 跟踪垃圾回收-读懂虚拟机日志 Java的一大特色就是支持自动的垃圾回收(GC),但是有时候,如果垃圾回收频繁出现,或者占用了太长的CPU时间,就不得不引起重视.此时,就需要一 ...
- python学习笔记-(九)模块
基础知识 1. 定义 模块:用来从逻辑上组织python代码(变量,函数,类,逻辑----实现一个功能),本质就是.py结尾的python文件(文件名:test.py,对应的模块就是test) 包:用 ...