C#中动态数组(ArrayList )应用实例子(三层代码:数据访问层,业务层,页面层) 使用User Control做HTML生成

Webmin的安装使用

2008年1月7日 13:32:11 admin linux

Webmin是一个基于Web方式的系统管理工具,用于管理Unix系统。这是一个开源项目,
该项目于2001年1月1日启动,
Sourceforge.net网址:http://sourceforge.net/projects/webadmin
Webmin官方网址:http://www.webmin.com/
官方介绍如下:
Webmin is a web-based interface for system administration for Unix. Using any modern web browser, you can setup user accounts, Apache, DNS, file sharing and much more. Webmin removes the need to manually edit Unix configuration files like /etc/passwd, and lets you manage a system from the console or remotely。
Webmin consists of a simple web server, and a number of CGI programs which directly update system files like /etc/inetd.conf and /etc/passwd. The web server and all CGI programs are written in Perl version 5, and use no non-standard Perl modules
就是说Webmin由一个简单的Web服务器和若干CGI(由PERL 5.0开发)程序构成,可以使用Webmin设置用户帐号、Apache、DNS、文件共享,等等。Webmin程序可以直接修改系统文件,比如 /etc/passwd ,使你可以通过控制台或远程进行系统管理。
Webmin的Virtualmin模块值得一提,它是用于进行虚拟主机管理的工具。
Webmin对简体中文的支持程度已达到49%。
Webmin最新稳定版本是1.330(2007-02-27 16:08发布),可以到http://sourceforge.net/projects/webadmin下载。
我的操作系统是red hat,使用rpm文件安装,文件名是webmin-1.330-1.noarch.rpm。你可以根据自己的操作系统选择不同的安装文件类型。
执行 rpm –Uvh webmin-1.330-1.noarch.rpm
Ok 安装结束。
Webmin的端口号默认是10000,访问http://127.0.0.1:10000即可进行管理,如果看不到webmin登陆页面,很可能是你的防火墙阻止了对10000端口的访问,可以暂时关闭防火墙
命令为:service iptables stop
记得及时配置防火墙使之允许10000端口
可暂时使用root用户登陆,密码为root的密码。
第一次登录后界面为英文,可以进入webmin节点,点击“Change Language and Theme”修改语言,在Webmin UI Language中可以看到“Simplified Chinese (ZH_CH)”选项,选之。退出Webmin重启,可以看到有一部分变成中文了。

标签:linux  webmin  

点击这里获取该日志的TrackBack引用地址

相关文章

发表评论

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。


图标汇集

最近发表

最新评论及回复

最近留言