Browsing Tag
linux
127 posts
Linux Memory Explained: Swap, Kernel Slab, and skbuff — What Kubernetes Doesn’t Show You
Your kubectl top says the node has plenty of free memory. The node crashes anyway. Here’s what’s hiding…
The End of the Beginning, My Fedora Badges Contribution Journey
There’s something about endings that make you sit back and actually look at how far you’ve come. The…
How I repackaged the official Windows Codex MSIX into a working Linux .deb
I wanted a real Linux desktop app for Codex. At first, this looked like it should be straightforward:…
🚀 I Built PQPM — A Process Manager That Doesn’t Care What Language You Speak
And yes, your PHP queue workers, Go binaries, and Python bots can finally coexist in peace.** Suggested hero…
I Put an LLM Inside the Linux Kernel Scheduler. Here’s What Happened.
A few weeks ago, I did something that probably shouldn’t work. I replaced the CPU scheduling algorithm in…
Linux Shell Shortcuts That Will Save You Hours Every Week
Linux Shell Shortcuts That Will Save You Hours Every Week If you spend any significant time in the…
🧠 Linux Isn’t What You Think: Day 1 DevOps Foundation
“Most beginners say: “I’m learning Linux.” But today I realized something important: Linux is not Ubuntu. Linux is…
“Fuck You NVIDIA” (and What I Learned Staring at a Blank Screen)
When I A bug or an system display related issue I found in Arch Linux running with SDDM.…
Week 1
Week 01: Course Setup and Kali Linux Installation Disclaimer: The tools and techniques discussed in this blog are…
Python and Memory Management, Part 2: Heap Memory
In previous section, I talked about how objects are stored in memory and how they are stored in…