Larry Price

And The Endless Cup Of Coffee

How Linux Works: What Every Superuser Should Know

| Comments

Cover for How Linux Works
How Linux Works: Things Every Superuser Should Know
Brian Ward


The Gist

Linux is a complicated operating system which gives its users the freedom to do anything. This book details things that any Linux superuser should be aware of, including printing, networking, scripting, compiling source code, setting up users, and buying hardware.

My Feelings

I’ve been running Ubuntu as the only operating system on my home computer since the 11.04 Natty Narwhal release in 2011, and I’ve been using Ubuntu in varying degrees since 9.04 Lucid Lynx. I’ve also recently ported my wife’s computer over to Ubuntu after she finally got fed up with Linux. There is a course at Purdue called ECE364 that taught us lots of cool Linux commands which I had forgotten, so I’ve been looking for a good refresher. This book helped jog my memory of things like grep, sed, and awk. The book also provided lots of information on things that I’d been using for years without really realizing what I was doing.

This book was written in 2004, which was a long time ago in the computing world. In 2004, Ubuntu Linux (the most popular personal desktop Linux distribution) was released. Ward makes mentions of setting up network interfaces, firewalls, and printers through the terminal, which are all things that now are either done automatically by most operating systems or at a minimum have a GUI to support setup. Ward also mentions that CRT monitors are on the cheap, but if you want the best resolution an LCD monitor is the new cool thang. He talks about Pentium processors, half gigabytes of DDR, and slow, heavy laptops. Be warned that you won’t find anything in this book about 64-bit processors, SSDs, or cloud computing.

Most of the book is still very relevant. As mentioned previously, I got a lot of benefit from reading the section on common commands. The section on setting up dot-files was also extremely useful for me. There was also a lot of interesting information about the Linux filesystem being databases that I had never really thought about before.

Who Would Like This

Those new to Linux or those needing a refresher would benefit from scanning this book, at least the interesting sections. This book is not for people looking for bleeding-edge information on their new hardware or software. The reader can get a large amount of information that has aged well and will continue to be relevant for Linux users for years to come.