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