Author: webed
-
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 an interface (non-persistent) type: To make a persistent change in the interface edit the /etc/network/interfaces.d/eth0 (or…
-
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 the package list and install wireguard: Generate WireGuard Keys: Generate a private and public key…
-
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 to: Step 4: Create a Database for WordPress Log into MariaDB. Run the following SQL…
-
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 device (like a main router) and in a DMZ or or receiving forwarded ssh traffic…
-
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 is great if you have multiple domains behind a router and was built for openwrt…