-
haproxy – Reverse proxy ssl pass-through (OSI 4) – OpenWRT
Useful haproxy.cfg file for your reverse proxy needs with some added security. In frontend stats you need to change the default username:password to securely access (locally) the statistics webui at port 9000 or any other port you choose. This configuration…
-
Configure partition table, format and auto mount disks. MBR – EXT4
Connect the External HDD: Ensure that your external HDD is connected to your Debian system. Identify the Device: Use the lsblk or fdisk -l command to identify the device name of your external HDD. It will typically be something like…
-
Easy WAN-LAN speed test over cli
The following two debian tools makes it very easy to accurately measure your internet connection speed as well as in your LAN. Measuring internet connection speed Run it by typing: Measuring LAN connection speed Run the server in one device…
-
sshfs
For an easy way to obtain temporary access to a directory in a remote location using the sshfs command just type in your terminal: Make sure you have have already created the local directory to mount the remote directory, that…
-
Configure passwordless authentication
Server Side 1- In this scenario we are going to install an ssh server and configuring it so that it only accepts certificates to log in. 2- In the Remote Server: Ensure that password based ssh login is allowed in…