Created
August 25, 2020 10:31
-
-
Save sonuame/994f47f2be4aa589f51d227f12b6f1c0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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