-
USB Mass Storage Devices compatibility – OpenWRT
To enhance compatibility with USB 3.0 mass storage devices on OpenWRT, you may need to install specific kernel modules and packages. Here are the general steps to maximize compatibility: Install USB Support Packages: Install USB 3.0 Driver: USB 3.0 support…
-
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.…