Skip to content

Information, Cybersecurity & Technology

Just another IT & Cybersecurity Page

Menu
  • How to …
    • Linux
      • How to: Debian indestructable with btrfs
      • How to: install office2k3 on Linux
      • How to: SSH Passwordless Login
      • How to: Install Webmin on Debian based Systems
      • How to: Easy Get Free SSL/TLS Certificate
      • How to: configure Bind9
    • KALI-Linux
      • How to Kali
        • Kali steps i do after Installation
      • How to: Fix Kali 2022.1 Wifi problems.
        • Blog
  • Contact
  • About
  • Home

How to: Install Webmin on Debian based Systems

Getting Started

before we’re starting, it’s recommended to update ur system package cache to the latest version and install required packages

apt-get update -y && apt-get install gnupg2 curl wget -y

Installing Webmin

First, download and add the GPG key

wget -qO - http://www.webmin.com/jcameron-key.asc | gpg --dearmor > /etc/apt/trusted.gpg.d/jcameron-key.gpg

Next, add the Webmin repository to the Apt

echo "deb http://download.webmin.com/download/repository sarge contrib" > /etc/apt/sources.list.d/webmin.list

After the repository is added, update the package cache and install webmin

apt-get update -y && apt-get install webmin -y

Manage Webmin

First, enable Webmin and fire it up

// This enable Webmin Service on Boot
systemctl enable webmin
// systemctl commands for webmin
systemctl start webmin
systemctl stop webmin
systemctl restart webmin
systemctl status webmin

// alternate 
// service commands for webmin
service webmin start
service webmin stop
service webmin restart
service webmin status

By default Webmin listens to port 10000, u can check it

netstat -tulpn |grep 10000

// alternate 
ss -antpl |grep 10000

U should see the follow output:

netstat -tulpen |grep 10000
command: netstat -tulpn |grep 10000
ss -antpl |grep 10000
ss -antpl |grep 10000

Last

  • grub recover btrfs
  • FIX Missing firmware
  • NMAP Cheat Sheet v1
  • Recover from Snapshot
  • How To: fix Soundproblem on Kali 2022.3

Archive

  • Februar 2024
  • Juni 2023
  • Mai 2023
  • Oktober 2022
  • September 2022
  • Juni 2022
  • April 2022
  • März 2022
  • Februar 2022
  • November 2021

#android #bootloader #btrfs #bugbounty #cheetsheet #CVE #cybersecurity #cybersecurityawareness #CyberSecurityNews #cybersecuritytraining #Debian #emailharvester #encryptedUSBDrive #ethicalhacking #EthicalHackingOnlineTraining #grub #grubrescue #hackers #hacking #howto #informationsecurity #informationtechnology #infosec #infosec#infosecurity #infosecurity #install #kali #soundproblem #kalilinux #kernel #linux #LUKS #maleware #missingfirmware #nmap #pentesting #privacy #recovery #rescue #rusia #secureYourData #snapshot #waragainstukraine CVE ImHex Reverse Engineers

Information, Cybersecurity & Technology 2025 .