Skip to content

Instantly share code, notes, and snippets.

@DevSecOpsGuy
Last active December 21, 2020 10:47
Show Gist options
  • Save DevSecOpsGuy/7f483afec7279c93fd2a7f134c8cbed8 to your computer and use it in GitHub Desktop.
Save DevSecOpsGuy/7f483afec7279c93fd2a7f134c8cbed8 to your computer and use it in GitHub Desktop.
Webmin on Ubuntu 18.04
" https://youtu.be/ZpKab5cOG1g "
sudo apt update
sudo apt install software-properties-common apt-transport-https wget
wget -q http://www.webmin.com/jcameron-key.asc -O- | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] http://download.webmin.com/download/repository sarge contrib"
sudo apt install webmin
login to https://localhost:10000/
sudo ufw allow 10000/tcp
sudo ufw status numbered
@DevSecOpsGuy
Copy link
Author

@chatrughan
Copy link

you are an absolute boss in Linux. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment