Kategorie: Linux

Installation panel Webmin system Debian9

Today's tutorial describes a very simple and quick installation panel Webmin system Debian9.
What is Webmin?
Webmin is a graphical interface for server administration through a web browser.
Very useful especially novice administrators with server configuration, but not only, because its features are quite big.

At the beginning, add the repository Webmin.

edit file:

nano /etc/apt/sources.list

and add:

deb http://The following guide describes how to install the Webmin panel on a Debian system

The next step is to download and install the key

wget http://www.webmin.com/jcameron-key.asc
sudo apt-key add jcameron-key.asc

We update the list of packages:

apt update 

The last step is to install the webmin which we will command:

apt install webmin 

After the correct installation should receive a message in the console as below:

Webmin install complete. You can now login to 
https://your_server_ip:10000 as root with your 
root password, or as any user who can use `sudo`.

Webmin to log in using our adresuip:port.

If you have a firewall, we add exceptions for port 10000

Linux

Udostępnij
Opublikowane przez
Linux

Recent posts

KeePass2 2.52 w Ubuntu 22.04

The guide below describes how to install KeePass on Ubuntu. Całość wykonamy za pomocą kilku poleceń

4 years temu

Installing Master PDF editor in Ubuntu 22.04

Master PDF Editor is a comprehensive PDF program, which includes many features. Oprócz tworzenia i edycji

4 years temu

iotop - memory monitoring

Iotop jest prostym narzędziem dla systemów Uniksowych umożliwiającym monitorowanie użycia dowolnego nośnika pamięci flash/hdd/ssd w

4 years temu

Run multiple commands in one cron job

You can separate two or more commands with semicolons (;), Semicolon (;): służy do oddzielania

4 years temu

Changing the exif data of a photo in the Linux terminal

Poniższy poradnik opisuje w jaki sposób za pomocą konsoli możemy dokonać edycji danych zdjęcia exif.

4 years temu

Installing Rocket.Chat Server on Rocky Linux 8

The following guide describes how to install Rocket.Chat on Rocky Linux 8 Całość bardzo prosto zainstalujemy

4 years temu