设为首页  
联系我们  
加入收藏  
网页制作 冲浪宝典 图形图像 操作系统 软件教学 编程开发 认证考试 安全技术 站长专区 文学驿站 娱乐天地 游戏天地 办公软件
文章搜索
您的位置: 首页 >> 文章首页 >> 操作系统 >> Linux >> Webmin安装教程
精品推荐
Linux点击TOP10
·Linux下安装LumaQQ
·口袋里的Linux:在您的U盘上运行SLAX
·Linux命令Man解释:PPPD(8) :点对点daemon协议
·虚拟网络计算工具VNC使用指南
·Linux系统中如何正确安装摄像头驱动
·Linux 核心--4.内存管理
·Linux 内核文件系统与设备操作流程分析
·Ethernet HOWTO Linux以太网-HOWTO (4)型号的信息
·Linux精彩桌面 GNOME桌面主题安装实例
·Linux下Flash/Shockwave播放器安装
操作系统点击TOP10
·Windows Vista完全硬盘安装法
·Windows Vista 激活不求人
·Windows Vista局域网网络连接设置
·Windows Vista系统动态桌面截图欣赏
·Windows XP中磁盘的分区应用
·Windows NT/2000/XP 出现蓝屏并显示“STOP 0x0000007f”错误
·让Windows XP变身Vista
·一招搞定Vista系统软件不兼容问题
·教你如何正确配置和优化Windows Vista
·只转两圈 加快Windows XP启动速度
精选专题

Webmin安装教程

作者: 来源:网络文章 时间:2005-12-13 0:44:48

Webmin安装教程(1)    现在在互联网上可以找到非常多的免费的Linux管理工具,这的确大大方便了对系统的管理。对于一个有经验的系统管理员来说,如果能够方便地找到这些工具,并正确自如地加以运用,管理一个Linux系统将是一个非常容易的事情。而webmin就是一个免费的基于web界面的系统管理工具,可以通过浏览器对Linux系统进行远程配置和管理。

    从webmin的主页(http://www.webmin.com)介绍,可以知道,webmin内置一个web serverweb server和所有的cgi程序都是用perl 5编写的。目前的webmin版本支持多种UnixLinux版本,支持最好的是SolarisLinux (尤其是Redhat)和FreeBSDwebmin同时提供多种语言的界面支持,包括简体中文,不过,考虑到老外对中文的翻译水平,其翻译并不彻底,一些配置说明仍然是英文的。

Webmin下载

http://www.webmin.com 或者本站的“http://www.315safe.com/showarticle.ASP?NewsID=4851

webmin首页的右上角即可看到最新版本的下载信息,其下载包括两种包装,一种是tar压缩包,一种是rpm安装包。

Webmin安装

压缩包安装

# tar xvzf webmin-1.100.tar.gz

# cd webmin-1.100

   在该目录下有个README文件,指出了运行setup.sh即可完成安装过程,但是在安装后,不能删除本目录,因为webmin将从该目录运行。

# ./setup.sh

***********************************************************************

*            Welcome to the Webmin setup script, version 1.100        *

***********************************************************************

Webmin is a web-based interface that allows Unix-like operating

systems and common Unix services to be easily administered.

 

Installing Webmin in /usr/webmin-1.100 ...

 

***********************************************************************

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 5 interpreter on your system.

 

Full path to perl (default /usr/bin/perl): 检查Perl安装

 

Testing Perl ...

Perl seems to be installed ok

 

***********************************************************************

Operating system name:    Redhat Linux

Operating system version: 8.0

 

***********************************************************************

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 10000): 默认webmin web server的端口

Login name (default admin): 通过浏览器登录webmin的用户名,默认为admin

Login password: 输入用户登录密码

Password again: 再次输入用户登录密码

 

The Perl SSLeay library is not installed. SSL not available.

Start Webmin at boot time (y/n): y 是否在linux启动时运行webmin

***********************************************************************

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..

Created init script /etc/rc.d/init.d/webmin

..done

 

Creating uninstall script /etc/webmin/uninstall.sh ..

..done

 

Changing ownership and permissions ..

..done

 

Running postinstall scripts ..

..done

 

Attempting to start Webmin mini web server..

Starting Webmin server in /usr/webmin-1.100

..done

 

***********************************************************************

Webmin has been installed and started sUCcessfully. Use your web

browser to go to

 

  http://hostname:10000/

 

and login with the name and password you entered previously.

 

安装结束。

 

RPM安装

 

# rpm -ivh webmin-1.100-1.noarch.rpm

warning: webmin-1.100-1.noarch.rpm: V3 DSA signature: NOKEY, key ID CSc="0" numbertype="1" negative="False" hasspace="False" sourcevalue="11" unitname="F">11f63c51

Preparing...                ########################################### [100%]

Operating system is Redhat Linux 8.0

   1:webmin               ########################################### [100%]

Webmin install complete. You can now login to http://hostname:10000/

as root with your root password.

安装结束。

请注意,通过RPM安装后的webmin登录用户名默认为系统的root账号,这是与采用压缩包安装方式不同的地方。

进入Webmin

    好了,现在就可以看看webmin的真面目了。打开浏览器,在地址栏输入http://hostname或IP:10000,蓝色背景的webmin的登录界面即展现在眼前。如果是采用压缩包安装的,输入安装中提示的用户名和密码;如果是采用RPM安装的,则输入系统的root账号信息。

共2页 9 7 [1] [28 :>

Webmin安装教程 相关文章:
Webmin安装教程 相关软件:
特别声明:本站除部分特别声明禁止转载的专稿外的其他文章可以自由转载,但请务必注明出处和原始作者。文章版权归文章原始作者所有。对于被本站转载文章的个人和网站,我们表示深深的谢意。如果本站转载的文章有版权问题请联系编辑人员,我们尽快予以更正。
转载请注明来源:http://www.xgdown.com