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 nodejs via homebrew 
Shell :: to create repo from cmd 
Shell :: rmdir unix 
Shell :: online centos terminal 
Shell :: bash create user with encrypted password 
Shell :: create linux user with non interactive shell 
Shell :: linux how to execute a file 
Shell :: installing dbeaver 
Shell :: linux ubuntu update time 
Shell :: shell get creation date of file 
Shell :: bash read command examples 
Shell :: git initialize 
Shell :: debian mark package as manually installed 
Shell :: develop - FETCH_HEAD instead of origin develop 
Shell :: apache airflow install 
Shell :: bash vi exit 
Shell :: jenkins as docker container 
Shell :: docker best practices 
Shell :: Rename File with the rename Command 
Shell :: open rdp port windows 10 using command line 
Shell :: how to update git password in windows 
Shell :: le wagon setup 
Shell :: github change commit date 
Shell :: git checkout master 
Shell :: jq filter by key 
Shell :: install carla for manjaro 
Shell :: public access denied assmebla 
Shell :: mac Os dark icons for ubuntu 20.04 
Shell :: gunicorn gevent websocket 
Shell :: bash monitoring background jobs 
ADD CONTENT
Topic
Content
Source link
Name
2+1 =