Ubuntu16 Linux Install Webmin
Disini bisa paham cara install webmin pada Ubuntu.
INSTALLING WEBMIN
curl -o setup-repos.sh https://raw.githubusercontent.com/webmin/webmin/master/setup-repos.sh
sh setup-repos.sh
apt-get update
apt-get upgrade
shutdown -r now
sudo nano /etc/apt/sources.list
or by winscp /etc/apt/sources.list
add to end line
deb http://download.webmin.com/download/repository sarge contrib
wget -q -O- http://www.webmin.com/jcameron-key.asc | sudo apt-key add
apt-get update
apt-get upgrade
shutdown -r now
apt-get install webmin
FIX ERROR /WEBMIN REPO ERROR
After installing, open your web browser and browse to https://localhost:10000/
What's Your Reaction?






