Tag: Open Source
-
Kernel Updates
I’ve been gone awhile due to family issues that came one after the other. Anyways, I’ve been distracting myself by updating my custom kernel, among other things. Here’s the new ones thus far.
-
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…