summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-12-05 11:32:22 +0200
committerPaul Buetow <paul@buetow.org>2024-12-05 11:32:22 +0200
commitfacc83ff8cd77c1f38a4644aa5634944ef467d91 (patch)
tree6c581c78dd09396a0664c9f22e2a59db29bd9ff9
parent845fd437eba6a398a4463c70e61bba0399b74553 (diff)
Update content for md
-rw-r--r--about/resources.md158
-rw-r--r--gemfeed/2024-12-03-f3s-kubernetes-with-freebsd-part-2.md13
-rw-r--r--index.md2
-rw-r--r--uptime-stats.md2
4 files changed, 91 insertions, 84 deletions
diff --git a/about/resources.md b/about/resources.md
index 23d0d16e..30eab909 100644
--- a/about/resources.md
+++ b/about/resources.md
@@ -35,98 +35,98 @@ You won't find any links on this site because, over time, the links will break.
In random order:
-* DNS and BIND; Cricket Liu; O'Reilly
+* Leanring eBPF; Liz Rice; O'Reilly
+* Effective awk programming; Arnold Robbins; O'Reilly
* Raku Fundamentals; Moritz Lenz; Apress
-* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications
-* Modern Perl; Chromatic ; Onyx Neon Press
+* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly
* The Docker Book; James Turnbull; Kindle
-* Effective Java; Joshua Bloch; Addison-Wesley Professional
-* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible
-* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton
-* The Practise of System and Network Administration; Thomas A. Limoncelli, Christina J. Hogan, Strata R. Chalup; Addison-Wesley Professional Pro Git; Scott Chacon, Ben Straub; Apress
+* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible
+* Modern Perl; Chromatic ; Onyx Neon Press
+* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press
* Higher Order Perl; Mark Dominus; Morgan Kaufmann
-* Effective awk programming; Arnold Robbins; O'Reilly
+* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers
+* C++ Programming Language; Bjarne Stroustrup;
* Developing Games in Java; David Brackeen and others...; New Riders
-* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt
-* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook
-* The Pragmatic Programmer; David Thomas; Addison-Wesley
-* Java ist auch eine Insel; Christian Ullenboom;
-* Perl New Features; Joshua McAdams, brian d foy; Perl School
-* Pro Puppet; James Turnbull, Jeffrey McCune; Apress
-* Site Reliability Engineering; How Google runs production systems; O'Reilly
-* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly
-* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly
* Funktionale Programmierung; Peter Pepper; Springer
-* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications
+* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner
+* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly
* Concurrency in Go; Katherine Cox-Buday; O'Reilly
* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly
-* Terraform Cookbook; Mikael Krief; Packt Publishing
-* Data Science at the Command Line; Jeroen Janssens; O'Reilly
-* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly
-* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers
+* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications
* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers
-* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible
+* The Pragmatic Programmer; David Thomas; Addison-Wesley
+* Effective Java; Joshua Bloch; Addison-Wesley Professional
+* DNS and BIND; Cricket Liu; O'Reilly
* Polished Ruby Programming; Jeremy Evans; Packt Publishing
+* Data Science at the Command Line; Jeroen Janssens; O'Reilly
* Systemprogrammierung in Go; Frank Müller; dpunkt
-* Leanring eBPF; Liz Rice; O'Reilly
-* C++ Programming Language; Bjarne Stroustrup;
-* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press
-* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner
+* Raku Recipes; J.J. Merelo; Apress
+* Site Reliability Engineering; How Google runs production systems; O'Reilly
+* Perl New Features; Joshua McAdams, brian d foy; Perl School
+* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly
+* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications
* Ultimate Go Notebook; Bill Kennedy
+* Pro Puppet; James Turnbull, Jeffrey McCune; Apress
+* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly
* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional
-* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly
-* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press
-* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly
+* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press
+* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible
* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson
+* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt
+* Terraform Cookbook; Mikael Krief; Packt Publishing
+* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton
+* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly
* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly
-* Raku Recipes; J.J. Merelo; Apress
+* The Practise of System and Network Administration; Thomas A. Limoncelli, Christina J. Hogan, Strata R. Chalup; Addison-Wesley Professional Pro Git; Scott Chacon, Ben Straub; Apress
+* Java ist auch eine Insel; Christian Ullenboom;
+* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook
## Technical references
I didn't read them from the beginning to the end, but I am using them to look up things. The books are in random order:
+* Relayd and Httpd Mastery; Michael W Lucas
* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley
-* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly
+* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly
* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley
-* The Linux Programming Interface; Michael Kerrisk; No Starch Press
-* Relayd and Httpd Mastery; Michael W Lucas
* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly
-* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly
+* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly
+* The Linux Programming Interface; Michael Kerrisk; No Starch Press
## Self-development and soft-skills books
In random order:
-* Staff Engineer: Leadership beyond the management track; Will Larson; Audible
-* Atomic Habits; James Clear; Random House Business
-* Stop starting, start finishing; Arne Roock; Lean-Kanban University
+* The Joy of Missing Out; Christina Crook; New Society Publishers
+* So Good They Can't Ignore You; Cal Newport; Business Plus
+* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press
+* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing
* The Power of Now; Eckhard Tolle; Yellow Kite
* Ultralearning; Scott Young; Thorsons
+* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook
+* Eat That Frog!; Brian Tracy; Hodder Paperbacks
+* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK
+* Soft Skills; John Sommez; Manning Publications
+* Atomic Habits; James Clear; Random House Business
* 101 Essays that change the way you think; Brianna Wiest; Audible
-* Deep Work; Cal Newport; Piatkus
-* The Off Switch; Mark Cropley; Virgin Books
-* The Good Enough Job; Simone Stolzoff; Ebury Edge
-* So Good They Can't Ignore You; Cal Newport; Business Plus
* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select
-* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK
+* The Bullet Journal Method; Ryder Carroll; Fourth Estate
+* Influence without Authority; A. Cohen, D. Bradford; Wiley
+* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne
+* The Off Switch; Mark Cropley; Virgin Books
+* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd
+* Deep Work; Cal Newport; Piatkus
* Psycho-Cybernetics; Maxwell Maltz; Perigee Books
+* Ultralearning; Anna Laurent; Self-published via Amazon
* Digital Minimalism; Cal Newport; Portofolio Penguin
+* Slow Productivity; Cal Newport; Penguin Random House
+* Stop starting, start finishing; Arne Roock; Lean-Kanban University
+* Staff Engineer: Leadership beyond the management track; Will Larson; Audible
* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business
-* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd
-* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press
-* The Joy of Missing Out; Christina Crook; New Society Publishers
-* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook
-* Influence without Authority; A. Cohen, D. Bradford; Wiley
* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books
-* Slow Productivity; Cal Newport; Penguin Random House
-* Soft Skills; John Sommez; Manning Publications
* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion
-* Ultralearning; Anna Laurent; Self-published via Amazon
-* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne
+* The Good Enough Job; Simone Stolzoff; Ebury Edge
* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly
-* The Bullet Journal Method; Ryder Carroll; Fourth Estate
-* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing
-* Eat That Frog!; Brian Tracy; Hodder Paperbacks
[Here are notes of mine for some of the books](../notes/index.md)
@@ -134,30 +134,30 @@ In random order:
Some of these were in-person with exams; others were online learning lectures only. In random order:
-* F5 Loadbalancers Training; 2-day on-site training; F5, Inc.
-* Red Hat Certified System Administrator; Course + certification (Although I had the option, I decided not to take the next course as it is more effective to self learn what I need)
-* Scripting Vim; Damian Conway; O'Reilly Online
-* Cloud Operations on AWS - Learn how to configure, deploy, maintain, and troubleshoot your AWS environments; 3-day online live training with labs; Amazon
+* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training
* Functional programming lecture; Remote University of Hagen
* Developing IaC with Terraform (with Live Lessons); O'Reilly Online
-* Apache Tomcat Best Practises; 3-day on-site training
* AWS Immersion Day; Amazon; 1-day interactive online training
-* Protocol buffers; O'Reilly Online
-* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online
+* Cloud Operations on AWS - Learn how to configure, deploy, maintain, and troubleshoot your AWS environments; 3-day online live training with labs; Amazon
+* F5 Loadbalancers Training; 2-day on-site training; F5, Inc.
+* Structure and Interpretation of Computer Programs; Harold Abelson and more...;
* MySQL Deep Dive Workshop; 2-day on-site training
+* Ultimate Go Programming; Bill Kennedy; O'Reilly Online
+* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online
+* Red Hat Certified System Administrator; Course + certification (Although I had the option, I decided not to take the next course as it is more effective to self learn what I need)
+* Protocol buffers; O'Reilly Online
* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online
+* Scripting Vim; Damian Conway; O'Reilly Online
+* Apache Tomcat Best Practises; 3-day on-site training
* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online
-* Structure and Interpretation of Computer Programs; Harold Abelson and more...;
-* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training
-* Ultimate Go Programming; Bill Kennedy; O'Reilly Online
## Technical guides
These are not whole books, but guides (smaller or larger) which I found very useful. in random order:
-* Raku Guide at https://raku.guide
* How CPUs work at https://cpu.land
* Advanced Bash-Scripting Guide
+* Raku Guide at https://raku.guide
## Podcasts
@@ -165,41 +165,41 @@ These are not whole books, but guides (smaller or larger) which I found very use
In random order:
-* Deep Questions with Cal Newport
* Maintainable
-* The Pragmatic Engineer Podcast
-* Backend Banter
+* Deep Questions with Cal Newport
* Hidden Brain
-* The ProdCast (Google SRE Podcast)
-* Go Time (Changelog)
* Dev Interrupted
-* Ship it (Changelog)
+* Go Time (Changelog)
+* The Pragmatic Engineer Podcast
* Cup o' Go [Golang]
+* Ship it (Changelog)
+* Backend Banter
+* The ProdCast (Google SRE Podcast)
### Podcasts I liked
I liked them but am not listening to them anymore. The podcasts have either "finished" (no more episodes) or I stopped listening to them due to time constraints or a shift in my interests.
-* Java Pub House
* CRE: Chaosradio Express [german]
-* FLOSS weekly
* Modern Mentor
+* FLOSS weekly
+* Java Pub House
## Newsletters I like
This is a mix of tech and non-tech newsletters I am subscribed to. In random order:
+* Monospace Mentor
* The Valuable Dev
* Golang Weekly
-* byteSizeGo
+* The Imperfectionist
+* Ruby Weekly
* Applied Go Weekly Newsletter
-* Andreas Brandhorst Newsletter (Sci-Fi author)
* VK Newsletter
-* The Imperfectionist
* Register Spill
+* Andreas Brandhorst Newsletter (Sci-Fi author)
* Changelog News
-* Ruby Weekly
-* Monospace Mentor
+* byteSizeGo
# Formal education
diff --git a/gemfeed/2024-12-03-f3s-kubernetes-with-freebsd-part-2.md b/gemfeed/2024-12-03-f3s-kubernetes-with-freebsd-part-2.md
index 710b6b5b..23dd19fa 100644
--- a/gemfeed/2024-12-03-f3s-kubernetes-with-freebsd-part-2.md
+++ b/gemfeed/2024-12-03-f3s-kubernetes-with-freebsd-part-2.md
@@ -27,7 +27,7 @@ Let's continue...
* [⇢ Installing FreeBSD](#installing-freebsd)
* [⇢ ⇢ Base install](#base-install)
* [⇢ ⇢ Latest patch level and customizing `/etc/hosts`](#latest-patch-level-and-customizing-etchosts)
-* [⇢ ⇢ Additional packages after install](#additional-packages-after-install)
+* [⇢ ⇢ After install](#after-install)
* [⇢ ⇢ ⇢ Helix editor](#helix-editor)
* [⇢ ⇢ ⇢ `doas`](#doas)
* [⇢ ⇢ ⇢ Periodic ZFS snapshotting](#periodic-zfs-snapshotting)
@@ -139,7 +139,7 @@ root@f0:~ # cat <<END >>/etc/hosts
END
```
-## Additional packages after install
+## After install
After that, I installed the following additional packages:
@@ -151,6 +151,8 @@ root@f0:~ # pkg install helix doas zfs-periodic uptimed
Helix? It's my favourite text editor. I have nothing against `vi` but like `hx` (Helix) more!
+[https://helix-editor.com/](https://helix-editor.com/)
+
### `doas`
`doas`? It's a pretty neat (and KISS) replacement for `sudo`. It has far fewer features than `sudo`, which is supposed to make it more secure. Its origin is the OpenBSD project. For `doas`, I accepted the default configuration (where users in the `wheel` group are allowed to run commands as `root`):
@@ -159,6 +161,8 @@ Helix? It's my favourite text editor. I have nothing against `vi` but like `hx`
root@f0:~ # cp /usr/local/etc/doas.conf.sample /usr/local/etc/doas.conf
```
+[https://man.openbsd.org/doas](https://man.openbsd.org/doas)
+
### Periodic ZFS snapshotting
`zfs-periodic` is a nifty tool for automatically creating ZFS snapshots. I decided to go with the following configuration here:
@@ -184,6 +188,8 @@ root@f0:~ # sysrc monthly_zfs_snapshot_keep=6
monthly_zfs_snapshot_keep: 2 -> 6
```
+[https://github.com/ross/zfs-periodic](https://github.com/ross/zfs-periodic)
+
### Uptime tracking
`uptimed`? I like to track my uptimes. This is how I configured the daemon:
@@ -217,7 +223,8 @@ NewRec 0 days, 00:07:33 | since Mon Dec 2 12:21:44 2024
This is how I track the uptimes for all of my host:
-[Unveiling `guprecords.raku`: Global Uptime Records with Raku](./2023-05-01-unveiling-guprecords:-uptime-records-with-raku.md)
+[Unveiling `guprecords.raku`: Global Uptime Records with Raku-](./2023-05-01-unveiling-guprecords:-uptime-records-with-raku.md)
+[https://github.com/rpodgorny/uptimed](https://github.com/rpodgorny/uptimed)
# Hardware check
diff --git a/index.md b/index.md
index adcc153b..1785e1c4 100644
--- a/index.md
+++ b/index.md
@@ -1,6 +1,6 @@
# foo.zone
-> This site was generated at 2024-12-05T11:28:33+02:00 by `Gemtexter`
+> This site was generated at 2024-12-05T11:31:52+02:00 by `Gemtexter`
Welcome to the foo.zone. Everything you read on this site is my personal opinion and experience. You can call me a Linux/*BSD enthusiast and hobbyist. I mainly write about tech, IT, programming and sometimes also about self-improvement here. Note that this blog usually does not overlap with what I do at my day job as a Site Reliability Engineer.
diff --git a/uptime-stats.md b/uptime-stats.md
index 8183abd8..407d2ad0 100644
--- a/uptime-stats.md
+++ b/uptime-stats.md
@@ -1,6 +1,6 @@
# My machine uptime stats
-> This site was last updated at 2024-12-05T11:28:33+02:00
+> This site was last updated at 2024-12-05T11:31:52+02:00
The following stats were collected via `uptimed` on all of my personal computers over many years and the output was generated by `guprecords`, the global uptime records stats analyser of mine.