Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install webmin ubuntu 20.04

$ sudo apt update
$ sudo nano /etc/apt/sources.list

$ sudo nano /etc/apt/sources.list
. . .
deb http://download.webmin.com/download/repository sarge contrib
. . .

$ 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
#open it from
https://your_domain:10000
Comment

instalar webmin ubuntu 20.04

sudo systemctl status webmin
Comment

instalar webmin ubuntu 20.04

sudo apt install webmin
Comment

PREVIOUS NEXT
Code Example
Shell :: install glibc 
Shell :: how to check if oh my zsh is installed 
Shell :: firebase 8.10.0 install 
Shell :: if has bash 
Shell :: git clone fatal: unable to access SSL certificate problem: self signed certificate in certificate chain 
Shell :: xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun 
Shell :: how to know status psql in linux 
Shell :: apache2 reload 
Shell :: stop minikube 
Shell :: aws cli profiles list 
Shell :: delete empty files bash 
Shell :: kubectl pod stuck terminating 
Shell :: git show origin 
Shell :: npm fix deprecated packages globally 
Shell :: check folder sizes linux 
Shell :: factorial of a number bash 
Shell :: oh my zsh update 
Shell :: install angular animation 10.0.12 
Shell :: xclip string to clipboard 
Shell :: how to reload bashrc 
Shell :: install rspec globally 
Shell :: self-documenting makefile 
Shell :: restart nautilus from terminal 
Shell :: git get last commit id 
Shell :: docker post installation steps 
Shell :: revert git rebase 
Shell :: install opencv apt 
Shell :: history suggestion in terminal 
Shell :: how to see the history of the cmd 
Shell :: brew install ngrok 
ADD CONTENT
Topic
Content
Source link
Name
8+2 =