Got an iPhone or iPad? We have a brand new Pastebin App for both devices, and it's totally free! Click here to download the new Pastebin App for iOS.
Guest

Untitled

By: a guest on Feb 12th, 2012  |  syntax: None  |  size: 0.28 KB  |  hits: 39  |  expires: Never
download  |  raw  |  embed  |  report abuse
Copied
  1. # Install Webmin via APT
  2. sudo sh -c 'wget -q -O - http://www.webmin.com/jcameron-key.asc | apt-key add -'
  3. sudo sh -c 'echo "deb http://download.webmin.com/download/repository sarge contrib" >> /etc/apt/sources.list'
  4. sudo apt-get update
  5. sudo apt-get install -y webmin
  6. ufw allow 10000