First Post
Hello This is my First Post. My name is Amit Joshi, doing back end stuff. This blog is mostly on web framework like ROR, Nodejs, CI and Linux Server.
Search for a command to run...
Hello This is my First Post. My name is Amit Joshi, doing back end stuff. This blog is mostly on web framework like ROR, Nodejs, CI and Linux Server.
Linux Kernel Sysfs: Driver-Grade Data Management Example Overview Linux kernel sysfs is often introduced using trivial module parameters or static variables.This project goes beyond that baseline and demonstrates a driver-grade sysfs design built aro...

Building a Linux Kernel Module for Memory and Per-Process RSS via /proc User-space utilities such as top, htop, and free present a polished view of system memory usage, but they abstract away substantial kernel-level mechanics. To understand how Linu...

Creating a production-grade Linux daemon requires more than simply running a program in the background.A correct daemon must detach from the controlling terminal, manage lifecycle files, respond predictably to operating system signals, and clean up a...

1️⃣ Introduction Traversing kernel data structures safely is one of the most common challenges for Linux kernel developers.For example, iterating over all running processes seems straightforward, but the task list may change while you are reading it....

📌 Project: Process Logger & Memory Monitor Kernel Module Project Name: proc_mem_logger This project demonstrates how to write, debug, and safely operate a loadable Linux kernel module that periodically inspects system state from kernel space. The mo...
