Advanced Search
Search Results
35 total results found
Linux Server
Linux Commands
Pfsense
Fortnite
Valheim
Restic backups
Linux Commands
Docker Apps
Traefik
Reverse Proxy
Best Settings
Mods
Docker Compose
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...
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 ...
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 ...
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. ...
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...
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...
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...
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 ...
1100 Switch 802.1Q VLAN Configuration Instructions
Introduction This manual provides step-by-step instructions for configuring VLANs on a pfSense device, specifically focusing on the requirements for tagging ports based on the type of connected device. Follow these instructions to ensure proper VLAN configura...
Graphics - 6/13/2024
How to setup mods
1. Download the Valheim Plus bundle which comes with the mod injector and needed files: https://www.nexusmods.com/valheim/mods/2323?tab=files 2. Drag all the contents into the Valheim directory folder D:\SteamLibrary\steamapps\common\Valheim 3. Start V...
List of good mods
How to install a mod: Download a mod should be a .dll file Copy the .dll file for the mod into the BepInEx plugin folder: D:\SteamLibrary\steamapps\common\Valheim\BepInEx\plugins Follow mod instructions Best Mod List: Mod Name Mod Link Worki...
Adding a VLAN interface with Netplan
Follow the below to add a VLAN through Netplan on a Ubuntu server 1. Open the Netplan Configuration File: sudo nano /etc/netplan/01-network-manager-all.yaml 2. Edit the File with the Correct Configuration: network: version: 2 ethernets: eno1: dhc...
Enable Docker port 2375 on Linux + Synology NAS
To enable Docker to listen on port 2375, you need to configure the Docker daemon to listen on this port. This is typically used for remote API access. Note that enabling Docker on port 2375 without TLS is not secure because it will expose the Docker API over a...
Pihole
Pihole on Synology NAS using MACVLAN services: pihole: image: pihole/pihole:latest container_name: pihole environment: - PIHOLE_UID=1026 # NEED TO UPDATE THIS TO WORK CORRECTLY (id in terminal) - PIHOLE_GI...
NUT UPS
Edit user settings NAS: sudo nano /usr/syno/etc/ups/upsd.users | sudo nano /etc/ups/upsd.users LINIX: sudo nano /etc/nut/upsd.users upsd.users [mac] password = cyber actions = set instcmds = all # allow user to change UPS sett...
Adding VLAN route in Synology NAS
First SSH into the NAS We need to copy an existing interface file and change the name and contents of this file. We first need to move into the following folder: cd /etc/sysconfig/network-scripts This folder contains all the interface config files (ls to sh...
Add a VLAN interface to Raspberry Pi
Note: The Pi needs to be plugged into a switch with the VLANs configured for the port Step 1: Go into the interface directory cd /etc/network/interfaces.d Step 2: Create a new interface sudo nano eth0.10 Step 3: Add the interface and route: auto eth0.10 ...
Change the DNS in Linux
1. Open the /etc/resolv.conf file sudo nano /etc/resolv.conf 2. Add/modify the lines and save (CTRL + S / CTRL + X): nameserver 192.168.1.9 # DNS 1 nameserver 192.168.1.8 # DNS 2 3. Make /etc/resolv.conf immutable: This will prevent any other services fro...
What's Up Docker container tags
Ignore container 'wud.watch=false' Container with name like librenms/librenms:24.8.1 'wud.tag.include=^\d+\.\d+\.\d+$$' Container with name like traefik:v3.0 'wud.tag.include=^v\d+\.\d+\.\d+$$' The below allows WUD to notify you when the latest ima...