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...