Browsing Tag
linux
132 posts
How I fixed a 0..1 brightness slider in vdu_controls (Philips Evnia DDC/CI bug)
I plugged a new monitor into my Kubuntu laptop last week. The brightness slider in the tray utility…
Building tiny-docker-go in Go: What I Learned from Building a Tiny Docker-like Runtime
Building tiny-docker-go in Go: What I Learned from Building a Tiny Docker-like Runtime I use Docker almost every…
WireGuard 技术解析:下一代 VPN 协议的设计、优势与实践
WireGuard 技术解析:下一代 VPN 协议的设计、优势与实践 [TOC] 引言 在虚拟专用网络(VPN)领域,传统协议如 OpenVPN 和 IPsec 长期占据主导地位,但它们也面临着配置复杂、代码臃肿、性能瓶颈等挑战。WireGuard 作为一款现代的、开源的 VPN 协议,自 2015 年由 Jason A.…
How to Fix Screenshot Shortcut Conflicts in Ubuntu 26.04 (Resolute)
The Problem: Custom Shortcuts Conflict (Windows + Shift + S) When moving to Ubuntu 26.04, you likely want…
How To Install ROG Control Center on Fedora 44,43 Based Distros (asusctl Guide)
If you’re running an Asus ROG/TUF laptop on Fedora 42,43,44, you’ve probably noticed there’s no official Armoury Crate…
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…