Horje
install webmin ubuntu Code Example
install webmin ubuntu
#Ubuntu 20.04 and 18.04

sudo nano /etc/apt/sources.list
# Add code in the list file
deb http://download.webmin.com/download/repository sarge contrib
# Ctrl + O for save and Ctrl + X for Exit
wget http://www.webmin.com/jcameron-key.asc
sudo apt-key add jcameron-key.asc
sudo apt update
sudo apt install webmin

# If you have Firewall Allow port 10000 to UFW
sudo ufw allow 10000




Shell

Related
clone a branch Code Example clone a branch Code Example
linux full permission to folder Code Example linux full permission to folder Code Example
git clone branch Code Example git clone branch Code Example
git clone fatal: unable to access SSL certificate problem: self signed certificate in certificate chain Code Example git clone fatal: unable to access SSL certificate problem: self signed certificate in certificate chain Code Example
github clone single brach Code Example github clone single brach Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10