首 页 ┆ 源码下载 ┆ IT学院 ┆ 字体下载 ┆ 模板下载 ┆ 源码发布 ┆ 广告合作 ┆ 网站地图 ┆ 虚拟主机 ┆ 中文域名
► 设为首页
► 加入收藏
► 联系我们
源码下载 >> ASP源码 | PHP源码 | ASP.net源码 | JSP源码 | CGI源码 | VC/C++源码 | VB源码 | Delphi源码 | Flash源码
文章学院 >> 网络编程 | 网页设计 | 图形图象 | 数据库 | 服务器 | 网络媒体 | 网络安全 | 操作系统 | 办公软件 | 软件开发 | 黑客知识
字体下载 >> 精制字体 | 非英字体 | 艺术字体 | 著名字体 | 哥特式 | 简单字体 | 手写体 | 节假日 | 图案字体 | 精度像素 | 中文字体
模板下载 >> 企业门户 | 数码网络 | 休闲娱乐 | 影视音乐 | 旅游名胜 | 文化艺术 | 电子商务 | 个性展示 | 登陆导航 | Flash模板
►►您当前的位置:源码园 → IT学院 → 操作系统 → FreeBSD → 文章内容

Unix/Linux下的“魔法兔仔”, webmin

作者:佚名  来源:网上收集  发布时间:2006-5-22 18:41:13
期以来,Unix/Linux一直让人忌讳莫深。对于刚刚接触Unix的系统管理员来说,正确高效地完成各 种关键的系统配置简直是一件不可能的任务。即使是一个很有经验的Unix的管理员,也常常会为某些复杂的配置文件的格式而苦恼。Unix程序大多采用从某一个或多个特定名字文本中读取配置的方式,如果需要配置参数,则需要手工修改这些散落在系统各个角落的文本.因此拥有一个Unix上的GUI管理工具一直是广大Unix爱好者的美好愿望。 Webmin是一个基于Web的Unix系统管理工具。管理员通过浏览器访问Webmin的各种管理功能并完成相应的管理动作。目前Webmin支持绝大多数的Unix系统,这些系统除了各种版本的Linux以为还包括:AIX、HPUX、Solaris、Unixware、Irix和FreeBSD等。   相对于其他GUI管理工具而言,Webmin具有如下显著优点:   Web管理方式使得Webmin同时具有本地和远程管理的能力;   插件式结构使得Webmin具有很强的扩展性和伸缩性。目前Webmin提供的标准管理模块几乎涵盖了常见的Unix管理,而且第三方的管理模块也被不断地被开发出来;   访问控制和SSL支持为远程管理提供了足够的安全性;   国际化支持,提供多国语言版本,包括简体中文。 好了,让我们试试吧 。
期以来,Unix/Linux一直让人忌讳莫深。对于刚刚接触Unix的系统管理员来说,正确高效地完成各 种关键的系统配置简直是一件不可能的任务。即使是一个很有经验的Unix的管理员,也常常会为某些复杂的配置文件的格式而苦恼。Unix程序大多采用从某一个或多个特定名字文本中读取配置的方式,如果需要配置参数,则需要手工修改这些散落在系统各个角落的文本.因此拥有一个Unix上的GUI管理工具一直是广大Unix爱好者的美好愿望。 Webmin是一个基于Web的Unix系统管理工具。管理员通过浏览器访问Webmin的各种管理功能并完成相应的管理动作。目前Webmin支持绝大多数的Unix系统,这些系统除了各种版本的Linux以为还包括:AIX、HPUX、Solaris、Unixware、Irix和FreeBSD等。   相对于其他GUI管理工具而言,Webmin具有如下显著优点:   Web管理方式使得Webmin同时具有本地和远程管理的能力;   插件式结构使得Webmin具有很强的扩展性和伸缩性。目前Webmin提供的标准管理模块几乎涵盖了常见的Unix管理,而且第三方的管理模块也被不断地被开发出来;   访问控制和SSL支持为远程管理提供了足够的安全性;   国际化支持,提供多国语言版本,包括简体中文。 好了,让我们试试吧   首先,在webmin的主页或其镜象站点http://www.webmin.com,下载webmin,有tar.gz格式和rpm格式等可选,下面我们以最通用的   tar.gz格式来讲解安装步骤:   1.安装Webmin需要先安装perl5.0.6或以上版本。如果目标系统上没有安装perl的话,需要到http://www.cpan.org下载并安装{perl-for- linux},同时需要安装常用的perl模块;如果你需要Webmin支持SSL,你还需要安装OpenSSL和perl模块Net::SSLeay。我的系统是FreeBSD5.4,下载的是最新版的1.210。解压后进入文件夹执行./setup.pl进行安装,安装过程很简单。看提示就可以了。[CODE]********************************************************************** Welcome to the Webmin setup script, version 1.210 ************************************************************************Webmin is a web-based interface that allows Unix-like operatingsystems and common Unix services to be easily administered.Installing Webmin in /home/sun/webmin-1.210 ...***********************************************************************Webmin uses separate directories for configuration files and log files.Unless you want to run multiple versions of Webmin at the same timeyou 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 thePerl 5 interpreter on your system.Full path to perl (default /usr/bin/perl):Testing Perl ...Perl seems to be installed ok***********************************************************************Operating system name: FreeBSDOperating system version: 2005***********************************************************************Webmin uses its own password protected web server to provide accessto 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 10000):Login name (default admin):Login password:Password again:Use SSL (y/n): yStart Webmin at boot time (y/n): y***********************************************************************Creating web server config files....doneCreating access control file....doneInserting path to perl into scripts....doneCreating start and stop scripts....doneCopying config files....doneConfiguring Webmin to start at boot time..Added to bootup script /etc/rc.local..doneCreating uninstall script /etc/webmin/uninstall.sh ....doneChanging ownership and permissions ....doneRunning postinstall scripts ....doneAttempting to start Webmin mini web server..Starting Webmin server in /home/sun/webmin-1.210..done***********************************************************************Webmin has been installed and started successfully. Use your webbrowser to go to https://FreeBSD.com:10000/and login with the name and password you entered previously.Because Webmin uses SSL for encryption only, the certificateit uses is not signed by one of the recognized CAs such asVerisign. When you first connect to the Webmin server, yourbrowser will ask you if you want to accept the certificatepresented, as it does not recognize the CA. Say yes.root@FreeBSD# [QUOTE]试用了一下,真是强大到不得了。

[] [返回上一页] [打 印]
  • 上一篇文章:硬盘、分区引导和操作系统加载程序
  • 下一篇文章:解决Fatal error: Call to undefined function: preg_match()

  • 相关文章:
  • Linux/Unix环境下的make命令详解
  • [图文]Windows XP 中如何安装UNIX打印服务
  • UnixFAQ2003
  • Unix类操作系统入门
  • Unix下的E-mial炸弹
  • scounix5.05系统intelpro100+网卡安装心得
  • Unix 备份与压缩
  • LINUX与UNIX SHELL编程指南 下载
  • 介绍一个下载LINUX、UNIX资料的网站,很不错
  • IBM服务器中所用到UNIX系统AIX
  • UNIX应急响应攻略
  • 一个很简单但是最常用的SED例子:UNIXDOS文本格式转换...
关于本站 - 网站帮助 - 广告合作 - 下载声明 - 友情连接 - 网站地图 - 源码发布
Copyright © 2003-2009 Ymyasp.Com. All Rights Reserved .
备案序号:粤ICP备07029071号