Skip to content
  • HOME
  • BLOGS
CONTACT NOW

Linux

Posted inLinux

Important Linux Tools I Use Frequently

Working with Linux regularly, I have come across a set of tools that I now use almost every day. These commands help me understand what is happening in the system,…
Read More
Posted by By Dev May 17, 2025Posted inLinuxNo Comments
Posted inLinux

Linux Process Management (Part 3/3)

Understanding Kernel Threads in Linux Kernel threads are a fundamental part of the Linux operating system, enabling the kernel to perform background operations efficiently. Unlike user-space processes, kernel threads are…
Read More
Posted by By Dev April 12, 2025Posted inLinuxNo Comments
Posted inLinux

Linux Process Management (Part 2/3)

The Process Family Tree Process Hierarchy All Linux processes originate from the init process (PID 1), which is started by the kernel during boot. Parent-Child Relationships Each process has exactly…
Read More
Posted by By Dev April 8, 2025Posted inLinuxNo Comments
Posted inLinux

Linux Process Management (Part 1/3)

Understanding how Linux manages processes and execution contexts is essential for any systems programmer or curious engineer. In this post, we'll break down the core concepts, with clear tables and…
Read More
Posted by By Dev April 7, 2025Posted inLinuxNo Comments
Posted inLinux

Character Device and Driver

Introduction Character devices are one of the fundamental types of devices in a Linux system. Unlike block devices, which deal with large chunks of data (such as hard drives), character…
Read More
Posted by By Dev March 10, 2025Posted inLinuxNo Comments

Posts pagination

1 2 Next page
Copyright 2025 — . All rights reserved.
Scroll to Top