Skip to content

Instantly share code, notes, and snippets.

@sonuame
Created August 25, 2020 10:31
Show Gist options
  • Save sonuame/994f47f2be4aa589f51d227f12b6f1c0 to your computer and use it in GitHub Desktop.
Save sonuame/994f47f2be4aa589f51d227f12b6f1c0 to your computer and use it in GitHub Desktop.
sudo nano /etc/apt/sources.list
add
deb http://download.webmin.com/download/repository sarge contrib
sudo apt update
wget -q -O- http://www.webmin.com/jcameron-key.asc | sudo apt-key add
sudo apt update
sudo apt install webmin
sudo ufw allow 10000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment