-
Wake On Lan
List the interfaces on your system for proper identification. The ip command will inform the names and states of them. Execute ethtool with the name of the interface that must be configured to wake on lan. To enable WOL on…
-
Wireguard
Using WireGuard on Debian involves several steps, including installing the WireGuard package, configuring the interface, and setting up the necessary keys. Here’s a basic guide to help you set up WireGuard on Debian using the command line: Install WireGuard: Update…
-
Debian + Apache + mariadb + letsencrypt + wordpress
Step 1: Update Your System First, make sure your system is up-to-date. Step 2: Install Apache Install Apache web server. Enable and start the Apache service. Step 3: Install MariaDB Install MariaDB server. Secure the MariaDB installation. Follow the prompts…
-
Haproxy.cfg configuration for acme challenge – openwrt
Updated configuration file for haproxy in openwrt. The acme-challenge was improved by having dedicated acls for each webserver containing a list of their own domains to redirect certbot traffic to another dedicated backend where those domains get their ssl certificates.…
-
sshuttle – Transparent proxy server for VPN over SSH
To create a hassle-free vpn connection to a remote server you need to expose port 22 in the target device. In these examples It is assumed that the remote server is either your edge device, directly connected to an edge…