Nov 29, 2025 · 8 min read · $> powered by #FD #filedescriptor 🧩 What You'll Learn from This Article By the end of this deep dive, you'll understand: What happens when you run a program from typing ./my_program to the moment your code actually executes. The difference between...
Join discussionSep 24, 2025 · 3 min read · Have you ever come across a situation where a critical file is locked by some running process and the usual sudo kill hammer isn't an option? That was my challenge in the SadServers Oaxaca scenario. The requirement sounded deceptively simple: the fil...
Join discussion
Sep 23, 2025 · 4 min read · If you’ve ever run into the dreaded “Too many open files” error on a Linux system, you’ve brushed against the world of file descriptors (FDs). For system engineers, DevOps practitioners, and backend developers, understanding FDs is crucial. They unde...
Join discussionJul 2, 2025 · 16 min read · Written by: Nurul HasanFor: Fellow C++ learners and curious mindsSpecial thanks to: ChatGPT. Let’s understand the full behind-the-scenes system behavior — from writing a C++ program, compiling it, linking it, and finally executing it. This will inclu...
Join discussionDec 21, 2024 · 14 min read · As a DevOps engineer working with large-scale systems, I've noticed that file descriptors are often overlooked until they become a problem. In this guide, we'll explore what file descriptors are, why they matter, and how to monitor them effectively u...
Join discussion