Tuesday, 27 July 2010

web server and remote access in ubuntu

install apache , php , mysql , also webmin ,sshd

sudo apt-get install apache2 php5 php5-mysql mysql-server ssh



write :
deb http://download.webmin.com/download/repository sarge contrib
into
/etc/apt/sources.list

echo 'deb http://download.webmin.com/download/repository sarge contrib' >> /etc/apt/sources.list


then :
cd ~
wget http://www.webmin.com/jcameron-key.asc
apt-key add jcameron-key.asc
apt-get update
apt-get install webmin

now you can use https://[server ip]:10000 and ssh into it

No comments:

Labels

Search This Blog