Recently Updated Pages
Login to Github in terminal
# 1. Install GH CLI sudo apt install -y gh # 2. Login via terminal gh auth login
Setup a new PBS client
Proxmox Backup Client on Raspberry Pi (ARM64) — Community Setup Guide This guide installs proxmo...
Autorestic quick start
Install autorestic: sudo wget -qO - https://raw.githubusercontent.com/cupcakearmy/autorestic/mas...
macvlan on VLAN interface eth0.50 (tagged VLAN 50)
sudo docker network create -d macvlan \ --subnet=192.168.50.0/24 \ --gateway=192.168.50.1 \...
DB File corruption fix
1) Stop writes + backup # stop the bot/container first cp -a bot.db bot.db.bak.$(date +%Y%m%d...
Handling Pull Requests from Forks (Maintainer Guide)
# Handling Pull Requests from Forks (Maintainer Guide) This guide explains how to safely wor...
Merge case (you’re merging main into your branch, and want your branch everywhere)
git checkout --ours $(git diff --name-only --diff-filter=U) && git add -A && git commit -m "Resol...
Rebase
What is git rebase (in plain English)? Rebase takes the commits on your current branch and repla...
Git Cheat Sheet
🔧 Setup Set your name and email git config --global user.name "Your Name" git config --globa...
Pull Requests
Even if you're the only person working on a project: It helps keep your main branch clean an...
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 thi...
Adding VLAN route in Synology NAS
First SSH into the NAS We need to copy an existing interface file and change the name and conten...
Creating a Macvlan in Docker
Creating a Macvlan Network for Docker This guide provides step-by-step instructions for creating...
SSH Key Authentication Setup Guide
🎯 Goal: Enable secure, passwordless SSH login from your client machine to your server using SSH ...
Restic Commands
Restic & Autorestic Backup Management Guide This guide provides step-by-step instructions for ma...
Configuring Custom Middleware Rules for Specific IP Addresses: Bypass or Apply Unique Middleware Sets
This setup demonstrates how to configure Traefik routers to apply different sets of middlewares b...
What's Up Docker container tags
Ignore container 'wud.watch=false' Container with name like librenms/librenms:24.8.1 'wud.tag...
Change the DNS in Linux
1. Open the /etc/resolv.conf file sudo nano /etc/resolv.conf 2. Add/modify the lines and save (...
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...
NUT UPS
Edit user settings NAS: sudo nano /usr/syno/etc/ups/upsd.users | sudo nano /etc/ups/upsd.users ...