Advanced Search
Search Results
42 total results found
Linux Server
Linux Commands
Linux Commands
Adding a VLAN Route for Raspberry Pi
In this guide, we will walk you through the steps to configure a VLAN route on your Raspberry Pi. This will enable your Raspberry Pi to send VLAN packets efficiently. Steps to Configure a VLAN Route Step 1: Open the Terminal Begin by opening the terminal on...
Pfsense
Docker Apps
Managing CrowdSec with Docker
This guide provides instructions on managing CrowdSec through Docker commands. You will learn how to view metrics, manage bans, install collections, update and upgrade hubs, add a bouncer, and manually ban or unban IP addresses. Instructions Viewing Metrics ...
Traefik
Reverse Proxy
Managing Security with Fail2Ban
This guide provides instructions on managing security using Fail2Ban. You'll learn how to view the status of bans for the SSH daemon and other services protected by Fail2Ban. Fail2Ban Management Viewing the Status of Bans To view the status of bans for the ...
Fortnite
Best Settings
Creating a Macvlan in Docker
Creating a Macvlan Network for Docker This guide provides step-by-step instructions for creating a Macvlan network in Docker. A Macvlan network allows Docker containers to have their own MAC addresses, making them appear as physical devices on your network. ...
Valheim
Mods
Changing Directory Permissions in Linux
This guide provides step-by-step instructions for changing the ownership and permissions of a whole directory in Linux. Properly setting directory permissions is crucial for maintaining security and ensuring that the correct users have access to necessary file...
Docker Compose
Installing and Running Speedtest-CLI
This guide provides step-by-step instructions for installing and running Speedtest-CLI, a command-line interface for testing internet bandwidth using speedtest.net. The instructions cover installation on both Docker containers and the host system. Steps to In...
Restic backups
Monitoring UFW Logs for Blocked Connections
This guide provides instructions on how to monitor UFW (Uncomplicated Firewall) logs to detect and view blocked connections in real-time. This is useful for troubleshooting and ensuring that your firewall rules are working as expected. Steps to Monitor UFW Lo...
Git & Github
Forwarding the clients ip
Introduction This manual provides instructions on how to configure Traefik to forward the client's IP address correctly. By adding a specific middleware, you can ensure that the actual client's IP address is included in the request headers. Prerequisites ...