Reboot

Reboot I am rebuilding my site using the static site generator Hugo instead of Jekyll.

November 5, 2023 · 1 min

Mini Split AC

Cooling My Homelab with a Mini-Split The best place to build my homelab is in my detached garage. The problem is that there is no AC and the temps are way too hot in the summer. My solution: install a mini-split air conditioner. This proved to be a challenging project but I’m happy with how it turned out. I won’t go into detail about the install process (there are tons of great tutorials on youtube)....

October 25, 2023 · 1 min

GitHub Commands Cheat Sheet

GitHub Commands Cheat Sheet git pull git add . git commit -m "update name" git push

October 25, 2023 · 1 min

Linux Commands Cheat Sheet

Linux Cheat Sheet (Work in Progress) This is a list of common Linux commands for my own personal use

October 25, 2023 · 1 min

Install AdGuard Home on Raspberry Pi

AdGuard Home on Raspberry Pi (work in progress) Using this guide I installed AdGuard home on a Raspberry Pi in order to run a home DNS server that will block ads and malicious websites. Ironically, the guide to install and configure AdGuard on pimylifeup.com is full of ads. This assumes you already have an OS installed on your Pi and you can ssh to the pi using the IP address....

October 25, 2023 · 2 min