How To Rewrite URLs with mod_rewrite for Apache on Ubuntu 20
Prerequisites
To follow this tutorial, you will need:
One Ubuntu 16.04 server set up with this initial server setup tutorial, including a sudo non-root user and firewall.
Apache 2 installed on your server by following Step 1 of How To Install Linux,...
Command line interface for testing internet bandwidth using speedtest.net
How to check Internet Speed via Terminal?
Nvidia laptop, dual monitor problem in Debian
ls-command: how to display the file size?
ls -lah
-l use a long listing format
-a, --all do not hide entries starting with.
-h --human-readable
When used with the -l option, use unit suffixes: Byte, Kilobyte, Megabyte, Gigabyte, Terabyte and Petabyte in order to reduce the number of digits to three or less using base...
How To Install Webmin on Debian 10
Installing Webmin
sudo nano /etc/apt/sources.list
Then add this line to the bottom of the file to add the new repository:
deb http://download.webmin.com/download/repository sarge contrib
sudo apt update
Then install gnupg1:
sudo apt install gnupg1
Following that, download the Webmin PGP key with wget:
wget http://www.webmin.com/jcameron-key.asc
sudo apt-key add jcameron-key.asc
sudo apt update
sudo apt...