The Best of Hack and /: Linux Admin Crash Course is published!
This book doesn't aim to be an exhaustive guide to everything you need to know to be a system administrator. Instead, this book allows me to act as a remote mentor to someone starting out in IT or system administration whether as a full-time job or as a full stack developer.
It's available in premium hardcover, paperback, and ebook forms here:
https://www.lulu.com/spotlight/kyle_rankin
Thanks to the excellent suggestion from @agx, I have created a sample chapter for the book. A link is available on the product page for each version of the book, or you can check it out directly here:
What software did you use for layout?
@jebba I used vim and LaTeX.
@ljs @jebba With the help of a few macros (which I'm sure you also set up in EMACS), it is *very* fast to format a book compared to GUI tools or Word/LibreOffice templates. Most of the text for this book was already written other than some front material and chapter intros. Learning LaTex, iterating through formatting, editing, indexing, and waiting for page proofs to arrive took less than 4 weeks from start to book launch.
@ljs @jebba This is why I like the LaTeX workflow. If you are using a publisher's Word/LibreOffice template, the temptation is to write the book directly in the formatting tool, so your writing ends up being interrupted by formatting.
With $text_editor + LaTeX, I can focus on the writing first (I do basic formatting hints in markdown). This lets me write the full draft and keep my focus on the writing before I worry about layout and formatting.