diff options
author | mms <michal@sapka.me> | 2024-03-29 21:48:02 +0100 |
---|---|---|
committer | mms <michal@sapka.me> | 2024-03-29 21:48:02 +0100 |
commit | f0dc443d3e01fbb3401de972c9833bee8c438430 (patch) | |
tree | 5ace4d8fe41f327095f6c80b4f55b2ffcfd121b4 /content/blog | |
parent | 297280c8d667a7eaeb3b7473cad47b1bcef1a132 (diff) |
fix: export fixes
Diffstat (limited to 'content/blog')
-rw-r--r-- | content/blog/2024/absolute-freebsd.md | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/content/blog/2024/absolute-freebsd.md b/content/blog/2024/absolute-freebsd.md index 9cd23a4..38f7248 100644 --- a/content/blog/2024/absolute-freebsd.md +++ b/content/blog/2024/absolute-freebsd.md @@ -21,13 +21,13 @@ Let's start with the bad, as I have two gripes with the book. Cover {{< /img-r >}} -First, only halfway through MWL informs the reader that thos book is aimed at _server administrators_. +First, only halfway through MWL informs the reader that this book is aimed at _server administrators_. I am primarily a PC user of FreeBSD, so not all the knowledge is usable. -Counter argument: if you run FreeBSD, out of all other OSes, there is a huge chance you will want to know its ins-and-outs. +Counter argument: if you run FreeBSD, out of all other OSes, there is a huge chance you will want to know its ins and outs. Second: this book is partially an advert. MWL wrote other books which deepen the knowledge one might get from this book - Jails, ZFS, and other file systems. -Those are huge subjects and they well deserve a dedicated book each, but even though we have _Absolute_ book here, it is not absolute. +Those are huge subjects, and they well deserve a dedicated book each, but even though we have _Absolute_ book here, it is not absolute. Want to use Jails? Better get yourself _FreeBSD Mastery: Jails_. @@ -37,7 +37,7 @@ And what it is, is nothing short of amazing. We start with learning what FreeBSD is, why to use it, and how to install it. All of those go much deeper than the official _Guide_ go. -After this brief (if 100 pages can be considered brief) introduction,: we are thrown in the deepest pits of _FreeBSD_. +After this brief (if 100 pages can be considered brief) introduction, we are thrown into the deepest pits of _FreeBSD_. We have no idea how to use it, but MWL jumps into the booting process. It makes sense, as not using SystemD is one of the most praised elements of BSDs, but I would prefer to learn how to install a program. Nope! @@ -48,7 +48,7 @@ MWL shows the new administrator how the OS _operates_ before showing how to _ope To be an effective administrator, one needs to know the _whats_ more than _hows_. It's much easier to do something when one has the base knowledge. -Then we jump to backing up the OS. +Then, we jump to backing up the OS. Surely, any administrator needs to know how to do it[^fn:1]. It's one of those things, which are impossible to fix _during_ an outage. @@ -60,18 +60,18 @@ Let's talk about networking in _FreeBSD_. Want to have a secure system? Sure you do, so there's a chapter for you! Interested in how the hard drive is used? -ZFS, UFS and other acronyms? +ZFS, UFS, and other acronyms? Here you go! There's a lot of info on how data becomes 1s and 0s on a disc. MWL even throws tidbits of historical knowledge as one may encounter such systems. We are now on page 371, the middle point. -The reader proved himself worthy and the plot thickens. +The reader has proven himself worthy, and the plot thickens. Time to learn how to use the OS! And we start with a great surprise: in my Linux days the `/etc` was always a labyrinth of random files. -For _FreeBSD_ we've got an in-depth analysis of everything that the default installation throws there. -And after that we **finally** learn how to install Firefox in a chapter called "Making Your System Useful". -After that we're wrapping up with upgrading the system and erratas plus advanced topics for specific installs - like email send-out or DHCP. +For _FreeBSD,_ we've got an in-depth analysis of everything that the default installation throws there. +After that, we **finally** learn how to install Firefox in a chapter called "Making Your System Useful". +After that, we're wrapping up with upgrading the system and advanced topics for specific installs - like email send-out or DHCP. We end with the (aforementioned) Jails and information about how to engage with the community and involve yourself with FreeBSD development. Is _Absolute FreeBSD_ an absolute book? @@ -88,7 +88,7 @@ I give it a 4.75/5. ## Meta {#meta} - Read as PDF on Onyx Boox Note Air 2. -- Issues bought from Humble Bundle +- Book bought from Humble Bundle - Next up: "The C programming language" by K&R. Wish me luck! |