Tag: Open Source
-
My Custom Linux Kernel
Since it seems site visits are starting to ramp up, I’ve decided to highlight the different branches integrated in my custom Linux kernel found on GitHub. Here’re the relevant links: Kernel Source: https://github.com/intersectRaven/linux Arch PKGBUILD: https://github.com/intersectRaven/arch-linux*the pkgver might be outdated since I only commit when there’s a major change**I use Arch btw… 🤣 Kernel Source…
-
OpenSource Troubles
This year has been quite a bit turbulent for the OpenSource community. Good thing there’s r/LinuxDrama now to keep track of things. 😝
-
Kubernetes LoadBalancer On-Prem
I finally got around to researching on how on-prem Kubernetes clusters deploy their own LoadBalancer. I can’t believe it was that easy! Anyways, for those interested, I used MetalLB and gave it a Class B/29 IP range for now. I still have other work to do so I can’t spend too much time on it…
-
Redis Fiasco
With all the fuss over Redis’ licensing change, I’m left scrambling for a drop-in replacement for both my personal, and work systems. I was initially going to go for Valkey but since they don’t have an official Docker image yet (STABLE), I’ve opted to use KeyDB for now. I’ve migrated all my managed systems and…