Skip to main content

Recently Updated Pages

Terraform Setup

Homelab Proxmox

Creating the Terraform role in PVE # pveum user add terraform@pve # pveum role add Terraform -pr...

Updated 1 week ago by etorres

FiOS Router

Homelab System

Set Router to Bridge Mode Login to router administration interface Select "My Network" on the top...

Updated 2 weeks ago by etorres

Service Decommissioning Checlist

Homelab Procedures

Purpose This checklist is to ensure that all aspects of an active service are decommissioned pro...

Updated 1 month ago by etorres

Service Provisioning Checlist

Homelab Procedures

Purpose This checklist is to ensure that all aspects of a new service are provisioned properly, ...

Updated 1 month ago by etorres

Tailscale Auto Cert Update Service

Homelab PiKVM

These systemd services allow me to update the Tailscale certificates for PiKVM every 80 days with...

Updated 1 month ago by etorres

/boot/config.txt

Homelab PiKVM

[pi4] Used to fix kvmd-otg and kvmd-tc358743 not starting at boot dtoverlay=tc358743 dtoverlay...

Updated 1 month ago by etorres

User Provisioning

Homelab Proxmox

Perform these following steps: pveum useradd etorres@pam pveum group add wheel -comment 'System...

Updated 3 months ago by etorres

systemd Shell Execution

Quick Reference

To start a shell with the same environment as a particular systemd service sudo systemd-run --pr...

Updated 4 months ago by etorres

Quick Git Commands

Quick Reference Programming

Remove merged branches git branch --merged origin/main | rg -v "main" | xargs git branch -d Mak...

Updated 4 months ago by etorres

Sops-Nix Setup

Homelab NixOS

To set up the system to run sops-nix, I usually use the host SSH key like so: nix run 'nixpkgs#s...

Updated 4 months ago by etorres

Bitwarden Secrets Manager on macOS

Homelab DevOps

Run this command: curl https://bws.bitwarden.com/install > bws.sh Review the downloaded script ...

Updated 6 months ago by etorres

Sops-Nix Env Files

Homelab NixOS

Create the plaintext env file to be used Do not commit any plaintext env files into version co...

Updated 6 months ago by etorres

New Host Checklist

Homelab NixOS

Provisioning Add terraform entry for VM, then run terraform plan, verify, and then terraform a...

Updated 6 months ago by etorres

Grafana Alloy

Homelab System

How to get WAL stats for alloy: alloy tools prometheus.remote_write wal-stats /var/lib/private/a...

Updated 6 months ago by etorres

When plasma won't start after a kernel upgrade

Client Devices KDE Fixes

Most likely it's something wrong with X, I fixed my issues by adding the following to /etc/sddm.c...

Updated 9 months ago by etorres

Printers

Client Devices

Unable to add AirPrint/mDNS/Bonjour Printer Verify if you are getting the following error in /va...

Updated 10 months ago by etorres

CUPS

Homelab Services

Firewall rules: 

Updated 10 months ago by etorres

Fix Intel Ethernet NIC Hang

Homelab Proxmox

Problem If ethernet hangs and you get this journal log: Mar 29 05:14:04 pve-01 kernel: e1000e 0...

Updated 11 months ago by etorres

Policy - systemd-resolved

Homelab SELinux

Updated 11 months ago by etorres

How to upgrade MariaDB inside Docker

Homelab Services

docker compose exec -it db bash -c "mariadb-upgrade -u root -p" Then enter password

Updated 1 year ago by etorres