Search Windows and Linux Networking

Wednesday, April 13, 2011

Installing Webmin on Ubuntu 10.10

Installing Webmin

            webmin is very good web base interface for system administrator or those are not very good familiar to Linux platform. it provide web base interface for configere veryus kind of server in Linux such as Samba, Apache, DNS, MySql, IPtable (Firewall), user management  and many more.
           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. Please get more
information about Webmin here:

http://www.webmin.com

Install some dependencies:-

sudo apt-get install perl libnet-ssleay-perl 
sudo apt-get install openssl libauthen-pam-perl libpam-runtime 
sudo apt-get install libio-pty-perl

wget http://ftp.debian.org/pool/main/libm/libmd5-perl/libmd5-perl_2.03-1_all.deb

sudo dpkg -i   libmd5-perl_2.03-1_all.deb
 
wget http://sourceforge.net/projects/webadmin/files/webmin/1.510/webmin_1.510-2_all.deb/download 
 
sudo dpkg  -i   webmin_1.510-2_all.deb
 
sudo /etc/init.d/webmin  start   
 
 
To install current webmin version  
 
wget http://www.webmin.com/download/deb/webmin-current.deb 
 
sudo dpkg -i webmin-current.deb    


http://www.webmin.com/download/deb/webmin-current.deb        

.
You can now see the Webmin interface in your favourite browser by using the following
URLs:
https://localhost:10000 
OR

https://IP-address:10000

No comments:

Post a Comment