Linux Laptop Build: Arch + Fluxbox + XFCE Panel
March 23, 2026
A hands-on rebuild of a lightweight Linux desktop using Arch Linux, Fluxbox, and XFCE4-panel. This project documents the installation challenges, repository changes, keyring updates, desktop configuration, and workflow adjustments required to create a fast, minimal, and highly customized Linux environment.
Python: Working with Files and Data
March 15, 2026
Learn how Python reads, writes, and processes files for real-world homelab automation. This guide covers working with text files, parsing CSV and JSON data, managing directories, generating summaries, and optionally encrypting archives for secure automated workflows.
Python: Variables Loops & Conditionals
March 08, 2026
Learn the core programming concepts behind Python automation: variables for storing data, conditionals for decision making, and loops for repeating tasks. These building blocks allow homelab scripts to respond to system conditions and scale across files, users, and servers.
Getting Started with Python in Your Homelab
March 01, 2026
Learn how to set up Python for reliable homelab automation. Covers installation, verification, writing minimal scripts, making scripts executable, and using virtual environments for dependency isolation.
Homelab: Full Network Architecture & Observability
February 22, 2026
Integrating structure, segmentation, enforcement, and monitoring in a homelab. Demonstrates deliberate VLAN planning, firewall policy, remote access, and layered observability for a secure and manageable network environment.