Skip to main content

6 docs tagged with "linux"

View all tags

CPU Scheduling

CPU scheduling algorithms, metrics, multilevel queues, real-time scheduling, and how the Linux CFS scheduler works.

Essential Linux for DevOps & Cookbook

An exhaustive, 1000-line deep dive into Linux for DevOps, featuring advanced commands (awk, sed, find), network tracing, system tuning, and bash scripting.

File Systems & I/O

File system structures, disk scheduling, VFS, inodes, journaling, RAID, and Java NIO for high-performance I/O.

Linux Internals & System Calls

Linux kernel architecture, system call mechanism, signals, namespaces, cgroups, and essential Linux commands for developers.

Operating Systems Knowledge Base

A comprehensive knowledge base covering all major operating system concepts, with a focus on Linux internals and Java/JVM perspective.

Virtual Memory — Deep Dive

A comprehensive guide to virtual memory — covering address spaces, paging mechanics, swap, OOM killer, huge pages, NUMA, and practical Linux/JVM tuning for senior engineers.