• Zombies in a Kubernetes Cluster

    A recent finding arose when I was reviewing my Kubernetes cluster. I noticed several odd processes lingering on one of my nodes. As I began my investigation, I learned that they were zombie processes! 🧟🧟🧟 Read on to see how I learned about, detected, and emulated them.

  • Sync Your Settings Across Devices with a Personal Dotfiles Repository

    Maintaining consistent configuration settings across multiple devices can be a hassle, but a personal dotfiles repository is a great solution. By storing your dotfiles in a Git repository, you can easily manage and synchronize your preferred settings, ensuring a seamless experience no matter which computer you’re using.

  • Setting Default Font in VSCode Using Pacman Triggers

    As part of my recent journey using Arch Linux as a daily driver, I have been deep into the weeds on customization. One of these items has been changing the font globally inside Visual Studio Code.

  • Mount LUKS Btrfs for arch-chroot

    LUKS and BTRFS make for an interesting combination if you ever need to perform some work on another drive. This is a step-by-step procedure I wrote for myself and thought it would be useful to share with others.

  • Global .gitignore

    A global .gitignore file allows you to specify patterns for files and directories that should be ignored by Git across all repositories on your system.

  • Development Container Base Images

    Today I want to introduce one of my repositories regarding Development Containers. Without further ado, let’s dive in.

  • Hello world!

    Welcome to my first ever blog post!