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...
Bitwarden Secrets Manager on macOS
Run this command: curl https://bws.bitwarden.com/install > bws.sh Review the downloaded script ...
Sops-Nix Env Files
Create the plaintext env file to be used Do not commit any plaintext env files into version co...
New Host Checklist
Provisioning Add terraform entry for VM, then run terraform plan, verify, and then terraform a...
Grafana Alloy
How to get WAL stats for alloy: alloy tools prometheus.remote_write wal-stats /var/lib/private/a...
When plasma won't start after a kernel upgrade
Most likely it's something wrong with X, I fixed my issues by adding the following to /etc/sddm.c...
Printers
Unable to add AirPrint/mDNS/Bonjour Printer Verify if you are getting the following error in /va...
CUPS
Firewall rules:
Fix Intel Ethernet NIC Hang
Problem If ethernet hangs and you get this journal log: Mar 29 05:14:04 pve-01 kernel: e1000e 0...
Policy - systemd-resolved
How to upgrade MariaDB inside Docker
docker compose exec -it db bash -c "mariadb-upgrade -u root -p" Then enter password