Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

🏠 Back to Blog

Systems

Notes on Linux systems administration, kernel internals, and system-level concepts.

Core Topics

System Fundamentals

System Services and Configuration

Development and Tools

System Internals

  • Kernel
  • Interrupts
  • System Calls — user/kernel mode, trap mechanism, IDT, syscall numbers, C library wrappers, process states, fork/exec/exit/wait/waitpid, file I/O (open/read/write/close), signals (kill/sigaction), memory (brk/mmap)
  • Process Scheduling

Observability and Troubleshooting

Subdirectories

Bash

Shell scripting and bash-specific notes

Commands

Detailed documentation for specific Linux commands

Greybeard Qualification

Advanced Linux system administration topics