Book Errata
There’s a bit of clarification needed in Volume 1, Chapter 4, Preparation, of my book series, Using and Administering Linux – Zero to SysAdmin: 2nd Edition.
On page 107, Step 13 of preparing a Linux host for creating the VM, the command given is supposed to add a line to the /etc/fstab file that defines the Example mount point and the device that’s supposed to mount there. It’s not clear, but the fields in the fstab file are always required to be separated with tabs instead of spaces. You get errors when attempting to mount the Experiments device if spaces are used.
This is something that I learned a long time ago but had forgotten. Thanks to one of my local students here in Raleigh for informing me of this error.
More Stories
Tinkering with Immutable Linux: How Fedora Cosmic Atomic Won Me Over
I have been doing a lot of reading and listening to YouTube videos about immutable distributions and why they might...
Using Wildcards on the Bash Command Line
The function of any shell, whether Bash, KSH, CSH is to take commands entered on the command line; expand any...
2025 — a Great Year for Both.org
2025 was an amazing year for Both.org. We started with only a few visitors per day and grew rapidly. Although...
How Immutable Linux Could Save Libraries Thousands
Immutable systems like Silverblue can be configured for kiosk mode in libraries and other public spaces that allow patrons to use them for internet access and other uses but do not allow those patrons to change the core system in any way.
Counting words from online articles
Here’s how I automated counting words from a series of articles.