Вы находитесь на странице: 1из 1

Webmin

webmin is a web control for UNIX like system.


you can vhange IP and dns very easily like windows and also you can share
files with
windows setup
you can Install install apache server
you can control database very easily
you can manage user and also permission with Webmin
you can use disk quota on user.
So lets start installing Webmin on centos
on ur browser type webmin
goto www.webmin.com
follow the instruction
Using the Yum repository..
download
USERMIN
usermin is a web interface that can be used by any user on a Unix system to easily
perform
task like reading mail, seeting up SSH or configuring mail forwaring. It can be
thought of as a
simplified version of Webmin designed for use by normal user rather than system
administrators.

yum install http://prdownloads.sourceforge.net/webmin/usermin-1.701-1.noarch.rpm


-y
rpm -U usermin-1.701-1.noarch.rpm

vi /etc/usermin/mimiserv.conf

#add follows line to the end (IP address you allow to acces)
allow=127.0.0.1 [your machine ip address]
#prohibit root login
denyuser=root {if you want to deney root user}

/etc/rc.d/init.d/usermin start

#### By default usermin listen on port 20000/tcp ,so you must open the same port or
disable the firewall

Вам также может понравиться