(new Soapbox())->shout(array_map('strtoupper', $opinions)); //Shaun's blog


Me, elsewhere

GitHub
parseword
Miscellaneous public code

snuze
A PHP API client for Reddit

Bluesky
@parseword.bsky.social

Mastodon
@shaun@mastodon.xyz

Twitter
@parseword (abandoned)

XMPP chat
xmpp@shaunc.com
(Pidgin, Miranda, Swift, etc.)


Perfect is the enemy of good enough.

Deb Https //~upd~ Download.webmin.com/~upd~ Download/repository Sarge Contrib ❲99% LIMITED❳

Sync your package index and trigger the installation. sudo apt-get update sudo apt-get install webmin Accessing the Webmin Interface

Now, you can add the specific line to your sources list. You can do this by editing /etc/apt/sources.list or creating a new file in /etc/apt/sources.list.d/ . echo "deb https://webmin.com sarge contrib" | sudo tee /etc/apt/sources.list.d/webmin.list 4. Update and Install

Webmin occasionally updates their signing key. If you get a "signatures couldn't be verified" error, re-download the latest .asc key from their site. Sync your package index and trigger the installation

💡 Always use the HTTPS version of the repository line to protect your server's integrity during the download process. To help you secure your new setup: Are you using a specific (like UFW or iptables)?

Your system will reject the repository unless you provide the security key. This ensures the software hasn't been tampered with. wget -q http://webmin.com -O- | sudo apt-key add - 3. Add the Repository Line echo "deb https://webmin

Ensure port 10000 is open. If you use UFW, run sudo ufw allow 10000/tcp .

To properly use this repository, you need to follow a specific sequence to ensure your system trusts the source and can communicate with it. 1. Install Required Dependencies 💡 Always use the HTTPS version of the

Once the installation finishes, Webmin runs as a service on port 10000. https://your-server-ip:10000

Getting Webmin up and running on a Debian-based system requires connecting to the right package source. The repository line "deb webmin.com sarge contrib" is the classic configuration used to ensure your server pulls the latest version of this powerful web-based interface.

If you get an "unsupported transport" error, ensure apt-transport-https is installed.


Recent articles

📰 Collective Good Immigrant Pantry featured in Tennessee Lookout

📰 syslog-ng 4.6.0 failure to build on FreeBSD with IPv6 disabled

📰 178.128.0.34 is the spider for "webpagegg.com"

📰 Fixing BIND error "dns_master_load: file_name:line_num: ran out of space"

📰 Building and installing Transmission 4.0 on CentOS 7

📰 Ansible: Dynamically download the latest release of a GitHub project

📰 Migrating from auto-dnssec to dnssec-policy in BIND

📰 A current, updated jwhois.conf for modern times

📰 Resolving portmaster error "pkg-static: cmake-core-3.23.3 conflicts with cmake-3.23.3"

📰 Using jEdit's FTP plugin with hardened SSH server configurations

📰 PHP: Calculating CIDRs to represent an arbitary range of IPv4 addresses

📰 Resolving "Package 'openssl', required by 'virtual:world', not found" when building PHP on FreeBSD

📰 IPv4 CIDR size dimension table CTEs for MySQL and SQL Server

📰 Resolving rsyncd "unable to bind any inbound sockets" when using a non-standard port

📰 Fix for broken portmaster 3.19_29

▲ Back to top | Permalink to this page