Recent Books
Quick Reference
Client Devices
Miscellaneous manuals that do not fit under system administration i.e. desktop-related setup.
Homelab
Guides/manuals for administrative tasks
Miscellaneous Manuals
Odds and ends for items that I don't want to keep a physical manual for
Plant Care
Good to know for my plant collection
Recently Updated Pages
Terraform Setup
Creating the Terraform role in PVE # pveum user add terraform@pve # pveum role add Terraform -pr...
FiOS Router
Set Router to Bridge Mode Login to router administration interface Select "My Network" on the top...
Service Decommissioning Checlist
Purpose This checklist is to ensure that all aspects of an active service are decommissioned pro...
Service Provisioning Checlist
Purpose This checklist is to ensure that all aspects of a new service are provisioned properly, ...
Tailscale Auto Cert Update Service
These systemd services allow me to update the Tailscale certificates for PiKVM every 80 days with...
/boot/config.txt
[pi4] Used to fix kvmd-otg and kvmd-tc358743 not starting at boot dtoverlay=tc358743 dtoverlay...
User Provisioning
Perform these following steps: pveum useradd etorres@pam pveum group add wheel -comment 'System...
systemd Shell Execution
To start a shell with the same environment as a particular systemd service sudo systemd-run --pr...
Quick Git Commands
Remove merged branches git branch --merged origin/main | rg -v "main" | xargs git branch -d Mak...
Sops-Nix Setup
To set up the system to run sops-nix, I usually use the host SSH key like so: nix run 'nixpkgs#s...