Skip to content
Menu
Lucky's Bookshelf
  • Browse
  • About
Lucky's Bookshelf

Book Summary: Learning Modern Linux by Michael Hausenblas

Posted on January 8, 2023January 14, 2024
Topics: Software Engineering, Textbooks

Rating: 8.0/10.

Learning Modern Linux: A Handbook for the Cloud Native Practitioner by Michael Hausenblas

Book about various parts of Linux systems, the kernel and its ecosystem. Even though I’ve used Linux for my development work for many years, a lot of this book was new to me, covering topics that most developers have interacted with at some level, but most don’t understand deeply. The text is a mixture of theoretical and practical knowledge, it covers a lot of topics without going into too much depth on any of them (it is only about 200 pages), but gives pointers to resources where you can learn more if you want. A lot of the book is diagnostic commands and example output, which you should follow along while reading (not too difficult because they are mostly commands to diagnose the state of various parts of the system). Another useful aspect is it tells you which commands are deprecated and newer versions are preferred, and it gives upgraded versions of many standard Linux commands.

Some of the topics covered in each chapter:

  • Ch1: Differences between environment, OS, kernel, Linux distribution; history of Linux.
  • Ch2: Overview of the kernel, which is basically an abstraction between applications and hardware. The kernel manages processes, virtual memory, the filesystem and provide syscalls for applications.
  • Ch3: Shell and scripting basics. Environment variables, basic commands (including modern versions of these), alternative shells, tmux multiplexing, bash scripting.
  • Ch4: Access control: managing users, file permission bits, UIDs for process permissions, capabilities for fine grained permission management.
  • Ch5: File system basic terminology and commands; VFS (virtual file system) allows the “everything is a file philosophy” with kernel information mapped to filesystems in /proc and /sys. Besides ordinary filesystems, there are also in-memory only and copy-on-write filesystems for efficiency.
  • Ch6: The Linux startup process using UEFI and bootstrapping; systemd which manages daemons (replacing cron jobs); package managers like yum and apt; namespaces and cgroups existed before Docker for resource isolation, but Docker made things easier, and is useful in many places for containerization.
  • Ch7: Networking: the TCP-IP stack (comprising of link, internet, transport and application layers), DNS, network tools like Curl, SSH, SCP.
  • Ch8: Common logging formats, tools to monitor system resource usage, tools to profile for performance.
  • Ch9: Miscellaneous topics: interprocess communication, virtual machines, container-centric Linux distros.

See more reviews on Amazon.com

Share this:

  • Click to share on Facebook (Opens in new window) Facebook
  • Click to share on LinkedIn (Opens in new window) LinkedIn
  • Click to share on Reddit (Opens in new window) Reddit
  • Click to share on X (Opens in new window) X

Most similar books:

Visual Studio Code for Python Programmers by April Speight Code Complete 2 by Steve McConnell Machine Learning Engineering on AWS by Joshua Arvin Lat System Design Interview by Alex Xu

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Search

Subjects

  • Topics (338)
    • Arts and Music (20)
    • Business / Finance (38)
    • Canada (15)
    • China (20)
    • Current Events (10)
    • Data Science / ML (16)
    • Economics (16)
    • History (33)
    • Indigenous (9)
    • Linguistics (21)
    • Mathematics (11)
    • Medicine / Health (17)
    • Natural Sciences (25)
    • Philosophy (15)
    • Self-Help / Career (16)
    • Social Sciences (22)
    • Software Engineering (27)
    • Startups (17)
    • World (34)
  • Type (119)
    • Classics (19)
    • Novels / Fiction (43)
    • Textbooks (57)
  • Uncategorized (2)

Lucky’s Bookshelf is a participant of the Amazon Affiliates Program.

©2025 Lucky's Bookshelf | Powered by SuperbThemes & WordPress