Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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
Comment

PREVIOUS NEXT
Code Example
Shell :: uninstall vscode ubuntu 
Shell :: bash for loop find 
Shell :: setup user in git 
Shell :: how to install vagrant on linux 
Shell :: git init at wrong folder 
Shell :: install cubecoders amp 
Shell :: npm cache clean vs clear 
Shell :: install youtube-dl in ubuntu 
Shell :: file search linux by text 
Shell :: wsl shutdown reboot 
Shell :: remove netbeans linux 
Shell :: formik npm 
Shell :: linux opengl 
Shell :: how to clear all the caches in ubuntu 
Shell :: scikit-learn install error 
Shell :: git reset amend 
Shell :: mac find application using port 
Shell :: laravel 9 install composer 
Shell :: how to see remote branch git 
Shell :: fingerprint login disabled ubuntu 20.04 
Shell :: pipenv an error occurred while installing psycopg2==2.8.4 
Shell :: write command docker without need write sudo 
Shell :: download vs code in linux 
Shell :: pwd as string powershell 
Shell :: npm port already in use 
Shell :: Unable to resolve module ./theming/DarkTheme from 
Shell :: linux remove all node_modules folders 
Shell :: git push all 
Shell :: fix shortcut virus cmd 
Shell :: selinux disable 
ADD CONTENT
Topic
Content
Source link
Name
6+9 =