diff options
| author | Paul Buetow <paul@buetow.org> | 2024-12-02 23:52:11 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-12-02 23:52:11 +0200 |
| commit | 7b22e71cd786e3d2e80fb0659d72b0934234c028 (patch) | |
| tree | 718590ef6a0d9b210e936627c6e32a68dedde72f | |
| parent | 8a3574d3899b5c6a1157a38336f0c8effba245b8 (diff) | |
Update content for md
| -rw-r--r-- | about/resources.md | 166 | ||||
| -rw-r--r-- | gemfeed/2024-12-03-f3s-kubernetes-with-freebsd-part-2.md | 2 | ||||
| -rw-r--r-- | index.md | 2 | ||||
| -rw-r--r-- | uptime-stats.md | 2 |
4 files changed, 86 insertions, 86 deletions
diff --git a/about/resources.md b/about/resources.md index db38da48..3e22c5df 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: -* Site Reliability Engineering; How Google runs production systems; O'Reilly -* DNS and BIND; Cricket Liu; O'Reilly * 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 Docker Book; James Turnbull; Kindle -* Systemprogrammierung in Go; Frank Müller; dpunkt -* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* The Pragmatic Programmer; David Thomas; Addison-Wesley +* Effective awk programming; Arnold Robbins; O'Reilly * Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* Funktionale Programmierung; Peter Pepper; Springer +* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press * Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* Raku Fundamentals; Moritz Lenz; Apress -* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner -* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt * Developing Games in Java; David Brackeen and others...; New Riders -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly -* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly -* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* DNS and BIND; Cricket Liu; O'Reilly +* Leanring eBPF; Liz Rice; O'Reilly +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications +* Terraform Cookbook; Mikael Krief; Packt Publishing +* Modern Perl; Chromatic ; Onyx Neon Press +* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton +* The Docker Book; James Turnbull; Kindle * Higher Order Perl; Mark Dominus; Morgan Kaufmann +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications +* Ultimate Go Notebook; Bill Kennedy +* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly +* Site Reliability Engineering; How Google runs production systems; O'Reilly +* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* Perl New Features; Joshua McAdams, brian d foy; Perl School +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly * Java ist auch eine Insel; Christian Ullenboom; -* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt +* Raku Fundamentals; Moritz Lenz; Apress +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner * Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* Ultimate Go Notebook; Bill Kennedy +* C++ Programming Language; Bjarne Stroustrup; * Concurrency in Go; Katherine Cox-Buday; O'Reilly -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook -* Effective Java; Joshua Bloch; Addison-Wesley Professional +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly * Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* Funktionale Programmierung; Peter Pepper; Springer * DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible -* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* C++ Programming Language; Bjarne Stroustrup; -* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* Perl New Features; Joshua McAdams, brian d foy; Perl School -* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly +* Effective Java; Joshua Bloch; Addison-Wesley Professional +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers * Raku Recipes; J.J. Merelo; Apress -* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* Effective awk programming; Arnold Robbins; O'Reilly -* Modern Perl; Chromatic ; Onyx Neon Press -* Terraform Cookbook; Mikael Krief; Packt Publishing -* Polished Ruby Programming; Jeremy Evans; Packt Publishing -* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* Leanring eBPF; Liz Rice; O'Reilly -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications +* The Pragmatic Programmer; David Thomas; Addison-Wesley +* Systemprogrammierung in Go; Frank Müller; dpunkt +* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly +* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly ## 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: -* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley * BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley -* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly -* Relayd and Httpd Mastery; Michael W Lucas -* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly * The Linux Programming Interface; Michael Kerrisk; No Starch Press +* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley +* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly +* Relayd and Httpd Mastery; Michael W Lucas * Implementing Service Level Objectives; Alex Hidalgo; O'Reilly +* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly ## Self-development and soft-skills books In random order: +* The Off Switch; Mark Cropley; Virgin Books * Slow Productivity; Cal Newport; Penguin Random House -* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly +* Deep Work; Cal Newport; Piatkus +* Influence without Authority; A. Cohen, D. Bradford; Wiley +* Stop starting, start finishing; Arne Roock; Lean-Kanban University +* The Good Enough Job; Simone Stolzoff; Ebury Edge +* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne +* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press +* Digital Minimalism; Cal Newport; Portofolio Penguin +* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* The Joy of Missing Out; Christina Crook; New Society Publishers +* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook * So Good They Can't Ignore You; Cal Newport; Business Plus -* The Off Switch; Mark Cropley; Virgin Books * Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing +* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion +* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly +* The Power of Now; Eckhard Tolle; Yellow Kite * 101 Essays that change the way you think; Brianna Wiest; Audible * Atomic Habits; James Clear; Random House Business -* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK -* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion +* Eat That Frog!; Brian Tracy; Hodder Paperbacks +* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd * Never Split the Difference; Chris Voss, Tahl Raz; Random House Business -* Psycho-Cybernetics; Maxwell Maltz; Perigee Books -* Digital Minimalism; Cal Newport; Portofolio Penguin -* Deep Work; Cal Newport; Piatkus -* The Joy of Missing Out; Christina Crook; New Society Publishers -* The Bullet Journal Method; Ryder Carroll; Fourth Estate -* Staff Engineer: Leadership beyond the management track; Will Larson; Audible -* Influence without Authority; A. Cohen, D. Bradford; Wiley * The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select -* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd +* Ultralearning; Anna Laurent; Self-published via Amazon +* Soft Skills; John Sommez; Manning Publications * The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books -* Stop starting, start finishing; Arne Roock; Lean-Kanban University -* The Power of Now; Eckhard Tolle; Yellow Kite +* The Bullet Journal Method; Ryder Carroll; Fourth Estate * Ultralearning; Scott Young; Thorsons -* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne -* Soft Skills; John Sommez; Manning Publications -* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press -* The Good Enough Job; Simone Stolzoff; Ebury Edge -* Ultralearning; Anna Laurent; Self-published via Amazon -* Eat That Frog!; Brian Tracy; Hodder Paperbacks -* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook +* Staff Engineer: Leadership beyond the management track; Will Larson; Audible [Here are notes of mine for some of the books](../notes/index.md) @@ -134,22 +134,22 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: -* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training -* Developing IaC with Terraform (with Live Lessons); O'Reilly Online -* Functional programming lecture; Remote University of Hagen -* The Well-Grounded Rubyist Video Edition; David. A. Black; 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 +* Ultimate Go Programming; Bill Kennedy; O'Reilly Online +* Functional programming lecture; Remote University of Hagen * 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) +* Apache Tomcat Best Practises; 3-day on-site training +* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online * Scripting Vim; Damian Conway; O'Reilly Online * AWS Immersion Day; Amazon; 1-day interactive online training -* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online -* Protocol buffers; 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 -* Apache Tomcat Best Practises; 3-day on-site training -* MySQL Deep Dive Workshop; 2-day on-site training -* Ultimate Go Programming; Bill Kennedy; O'Reilly Online +* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online * Structure and Interpretation of Computer Programs; Harold Abelson and more...; +* MySQL Deep Dive Workshop; 2-day on-site training +* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training +* Protocol buffers; O'Reilly Online * F5 Loadbalancers Training; 2-day on-site training; F5, Inc. +* Developing IaC with Terraform (with Live Lessons); O'Reilly Online ## Technical guides @@ -164,41 +164,41 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: -* The ProdCast (Google SRE Podcast) +* Maintainable +* Ship it (Changelog) * Cup o' Go [Golang] -* Hidden Brain -* Dev Interrupted * Deep Questions with Cal Newport -* Maintainable * Go Time (Changelog) +* The ProdCast (Google SRE Podcast) * The Pragmatic Engineer Podcast -* Ship it (Changelog) +* Dev Interrupted * Backend Banter +* Hidden Brain ### 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. -* Modern Mentor -* CRE: Chaosradio Express [german] * Java Pub House +* CRE: Chaosradio Express [german] * FLOSS weekly +* Modern Mentor ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: -* Applied Go Weekly Newsletter -* VK Newsletter -* The Valuable Dev -* The Imperfectionist +* Register Spill * byteSizeGo -* Monospace Mentor +* The Valuable Dev * Changelog News -* Register Spill +* Golang Weekly * Ruby Weekly +* VK Newsletter +* Applied Go Weekly Newsletter +* Monospace Mentor * Andreas Brandhorst Newsletter (Sci-Fi author) -* Golang Weekly +* The Imperfectionist # 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 c4a49d9e..af562ba0 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 @@ -65,7 +65,7 @@ The Beelink comes with the following specs: * Four USB 3.2 Gen2 ports (maybe I want to mount something externally at some point) * Dimensions and weight: 115*102*39mm, 280g * Silent cooling system. -* HDMI output (needed only for the initial installation) +* HDMI output (needed only for the initial installation and maybe for troubleshooting later) * Auto power on via WoL (may make use of it) * Wi-Fi (not going to use it) @@ -1,6 +1,6 @@ # foo.zone -> This site was generated at 2024-12-02T23:48:21+02:00 by `Gemtexter` +> This site was generated at 2024-12-02T23:51:40+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 9b9365c8..69eb5b62 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-02T23:48:21+02:00 +> This site was last updated at 2024-12-02T23:51:40+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. |
