Skip to content

Instantly share code, notes, and snippets.

@nilsonpessim
Last active September 15, 2021 14:10
Show Gist options
  • Save nilsonpessim/45a02e35e0839c2e0b9ed544a403558b to your computer and use it in GitHub Desktop.
Save nilsonpessim/45a02e35e0839c2e0b9ed544a403558b to your computer and use it in GitHub Desktop.
echo "deb http://download.webmin.com/download/repository sarge contrib" | sudo tee -a /etc/apt/sources.list
echo "deb http://webmin.mirror.somersettechsolutions.co.uk/repository sarge contrib" | sudo tee -a /etc/apt/sources.list
apt -y install gnupg
wget -q http://www.webmin.com/jcameron-key.asc -O- | sudo apt-key add -
apt -y update
apt -y install webmin apt-transport-https
https://ip:10000/
dpkg-reconfigure tzdata
Webmin -> Change Language
https://www.webmin.com/lang.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment