Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2354897
  • 博文数量: 609
  • 博客积分: 10061
  • 博客等级: 上将
  • 技术积分: 5920
  • 用 户 组: 普通用户
  • 注册时间: 2008-06-25 08:30
文章分类

全部博文(609)

文章存档

2010年(13)

2009年(39)

2008年(558)

我的朋友

分类: LINUX

2008-09-12 21:37:19

Install Webmin that you can operate your server from web browser.

 
[1]     Install Net::SSLeay first

[root@ns ~]# yum -y install perl-Net-SSLeay

Loading "fastestmirror" plugin
Loading "installonlyn" plugin
Setting up Install Process
Setting up repositories
Loading mirror speeds from cached hostfile
Reading repository metadata in from local files
Parsing package install arguments
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package perl-Net-SSLeay.i386 0:1.30-4.fc6 set to be updated
--> Running transaction check
 
Dependencies Resolved
 
===========================================================
Package
Arch
Version
Repository
Size

===========================================================
Installing:
  perl-Net-SSLeay
i386
1.30-4.fc6
base
195 k
 
Transaction Summary
===========================================================
Install
1 Package(s)

Update
0 Package(s)

Remove
0 Package(s)

 
Total download size: 195 k
Downloading Packages:
(1/1): perl-Net-SSLeay
100% |====================| 195 k 00:00

Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
  Installing:   perl-Net-SSLeay
############################# [1/1]

 
Installed: perl-Net-SSLeay.i386 0:1.30-4.fc6
Complete!


[2]     Install Webmin

[root@ns ~]# wget

 
[root@ns ~]# rpm -Uvh webmin-1.360-1.noarch.rpm

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

Operating system is CentOS Linux
   1:webmin
################################# [100%]

Webmin install complete. You can now login to
as root with your root password.
[root@ns ~]# vi /etc/webmin/miniserv.conf
allow=127.0.0.1 192.168.0.0/24
// bottom: add IPs you permit to access

 
[root@ns ~]# /etc/rc.d/init.d/webmin restart

Stopping Webmin server in /usr/libexec/webmin
Starting Webmin server in /usr/libexec/webmin
[3]     Access to 'https://(your hostname):10000' with web browser. Following screen is shown, Login with root.


[4] You can operate your server on here.


阅读(1555) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~