summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-12-01 12:53:00 +0200
committerPaul Buetow <paul@buetow.org>2024-12-01 12:53:00 +0200
commit30e4fadbdf77a5cc8865447736696596f4ca4d9c (patch)
tree809393637b247a6961998b0ce62ac90a3d8f5cca
parent1aaedef7810cc6740ebf4956cdcd70cbd331cbdd (diff)
Update content for gemtext
-rw-r--r--about/newsletters.txt2
-rw-r--r--about/now.gmi11
-rw-r--r--about/resources.gmi174
-rw-r--r--gemfeed/2016-04-09-jails-and-zfs-on-freebsd-with-puppet.gmi2
-rw-r--r--gemfeed/2022-07-30-lets-encrypt-with-openbsd-and-rex.gmi2
-rw-r--r--gemfeed/2024-01-13-one-reason-why-i-love-openbsd.gmi2
-rw-r--r--gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.gmi2
-rw-r--r--gemfeed/2024-11-17-f3s-kubernetes-with-freebsd-part-1.gmi8
-rw-r--r--gemfeed/2024-11-17-f3s-kubernetes-with-freebsd-part-1.gmi.tpl2
-rw-r--r--gemfeed/DRAFT-f3s-kubernetes-with-freebsd-hardware-setup.gmi4
-rw-r--r--gemfeed/atom.xml18
-rw-r--r--gemfeed/index.gmi2
-rw-r--r--index.gmi4
-rw-r--r--uptime-stats.gmi138
14 files changed, 192 insertions, 179 deletions
diff --git a/about/newsletters.txt b/about/newsletters.txt
index 053893c1..2011cce5 100644
--- a/about/newsletters.txt
+++ b/about/newsletters.txt
@@ -7,3 +7,5 @@
* The Imperfectionist
* The Valuable Dev
* VK Newsletter
+* Monospace Mentor
+* Changelog News
diff --git a/about/now.gmi b/about/now.gmi
index ce3357a8..6c4ae968 100644
--- a/about/now.gmi
+++ b/about/now.gmi
@@ -7,7 +7,6 @@ This is a "hidden" now site listing my personal projects.
## Now (in progress)
* Kitchen
-* ↑ Measure
* ↑ Plan
* ↑ Order
* ↑ Remove old one
@@ -24,6 +23,12 @@ This is a "hidden" now site listing my personal projects.
* ↑ Read it
* "Der Riss"
* ↑ Read it
+* "f3s"
+* ↑ The hardware and base install and blog post
+* ↑ k3s basic setup and blog post
+* ↑ ...
+* ↑ UPS... and Grafana dashboard
+
## Soon (???)
@@ -36,6 +41,10 @@ This is a "hidden" now site listing my personal projects.
## Done
+* "f3s"
+* ↑ Setting the stage blog post
+* Kitchen
+* ↑ Measure
* Gos (gosd/gos) / (Go)
* ↑ Retire buffer.com
* "Kubernetes Cookbook"
diff --git a/about/resources.gmi b/about/resources.gmi
index 984c747c..812fbab4 100644
--- a/about/resources.gmi
+++ b/about/resources.gmi
@@ -35,98 +35,98 @@ You won't find any links on this site because, over time, the links will break.
In random order:
-* Effective awk programming; Arnold Robbins; O'Reilly
-* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications
-* C++ Programming Language; Bjarne Stroustrup;
-* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly
-* Funktionale Programmierung; Peter Pepper; Springer
-* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications
-* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers
-* Effective Java; Joshua Bloch; Addison-Wesley Professional
-* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly
-* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly
-* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly
-* Developing Games in Java; David Brackeen and others...; New Riders
-* Systemprogrammierung in Go; Frank Müller; dpunkt
-* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly
* Site Reliability Engineering; How Google runs production systems; O'Reilly
-* Raku Fundamentals; Moritz Lenz; Apress
-* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt
-* DNS and BIND; Cricket Liu; O'Reilly
-* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press
+* Terraform Cookbook; Mikael Krief; Packt Publishing
+* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly
* Higher Order Perl; Mark Dominus; Morgan Kaufmann
+* The Docker Book; James Turnbull; Kindle
+* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications
+* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications
+* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly
+* Modern Perl; Chromatic ; Onyx Neon Press
* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton
-* Terraform Cookbook; Mikael Krief; Packt Publishing
-* Raku Recipes; J.J. Merelo; Apress
-* Data Science at the Command Line; Jeroen Janssens; O'Reilly
+* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers
* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly
-* Ultimate Go Notebook; Bill Kennedy
-* Java ist auch eine Insel; Christian Ullenboom;
-* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook
+* 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
+* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt
+* Effective Java; Joshua Bloch; Addison-Wesley Professional
+* Effective awk programming; Arnold Robbins; O'Reilly
+* Leanring eBPF; Liz Rice; O'Reilly
+* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly
+* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly
* Pro Puppet; James Turnbull, Jeffrey McCune; Apress
-* Perl New Features; Joshua McAdams, brian d foy; Perl School
* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional
+* Perl New Features; Joshua McAdams, brian d foy; Perl School
+* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly
+* Raku Fundamentals; Moritz Lenz; Apress
* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner
-* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; 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
-* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers
+* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson
+* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly
* Polished Ruby Programming; Jeremy Evans; Packt Publishing
+* Java ist auch eine Insel; Christian Ullenboom;
+* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers
+* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook
+* Funktionale Programmierung; Peter Pepper; Springer
+* Systemprogrammierung in Go; Frank Müller; dpunkt
+* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press
* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press
+* Data Science at the Command Line; Jeroen Janssens; O'Reilly
+* Ultimate Go Notebook; Bill Kennedy
+* DNS and BIND; Cricket Liu; O'Reilly
+* The Pragmatic Programmer; David Thomas; Addison-Wesley
+* Concurrency in Go; Katherine Cox-Buday; O'Reilly
* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible
+* C++ Programming Language; Bjarne Stroustrup;
+* Developing Games in Java; David Brackeen and others...; New Riders
+* Raku Recipes; J.J. Merelo; Apress
* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible
-* Modern Perl; Chromatic ; Onyx Neon Press
-* Leanring eBPF; Liz Rice; O'Reilly
-* The Docker Book; James Turnbull; Kindle
-* Concurrency in Go; Katherine Cox-Buday; O'Reilly
-* The Pragmatic Programmer; David Thomas; Addison-Wesley
-* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson
## 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
* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly
-* 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
* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley
+* 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
## Self-development and soft-skills books
In random order:
-* The Joy of Missing Out; Christina Crook; New Society Publishers
-* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing
+* The Off Switch; Mark Cropley; Virgin Books
+* Eat That Frog!; Brian Tracy; Hodder Paperbacks
* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK
-* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press
-* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook
-* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business
-* The Power of Now; Eckhard Tolle; Yellow Kite
-* So Good They Can't Ignore You; Cal Newport; Business Plus
-* Ultralearning; Anna Laurent; Self-published via Amazon
+* Soft Skills; John Sommez; Manning Publications
+* Digital Minimalism; Cal Newport; Portofolio Penguin
+* Stop starting, start finishing; Arne Roock; Lean-Kanban University
+* Ultralearning; Scott Young; Thorsons
+* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books
+* The Bullet Journal Method; Ryder Carroll; Fourth Estate
+* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing
* Psycho-Cybernetics; Maxwell Maltz; Perigee Books
-* Eat That Frog!; Brian Tracy; Hodder Paperbacks
-* 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
-* 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
-* The Off Switch; Mark Cropley; Virgin Books
-* Staff Engineer: Leadership beyond the management track; Will Larson; Audible
+* The Power of Now; Eckhard Tolle; Yellow Kite
+* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business
* Deep Work; Cal Newport; Piatkus
-* Ultralearning; Scott Young; Thorsons
-* Stop starting, start finishing; Arne Roock; Lean-Kanban University
-* Digital Minimalism; Cal Newport; Portofolio Penguin
-* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion
* Influence without Authority; A. Cohen, D. Bradford; Wiley
-* Soft Skills; John Sommez; Manning Publications
-* 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
-* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books
* 101 Essays that change the way you think; Brianna Wiest; Audible
+* The Good Enough Job; Simone Stolzoff; Ebury Edge
+* The Joy of Missing Out; Christina Crook; New Society Publishers
+* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook
+* Staff Engineer: Leadership beyond the management track; Will Larson; Audible
+* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd
* Atomic Habits; James Clear; Random House Business
+* Slow Productivity; Cal Newport; Penguin Random House
+* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion
+* So Good They Can't Ignore You; Cal Newport; Business Plus
+* Ultralearning; Anna Laurent; Self-published via Amazon
+* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press
+* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select
+* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne
=> ../notes/index.gmi Here are notes of mine for some of the books
@@ -134,29 +134,29 @@ In random order:
Some of these were in-person with exams; others were online learning lectures only. In random order:
-* Structure and Interpretation of Computer Programs; Harold Abelson and more...;
-* Ultimate Go Programming; Bill Kennedy; 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)
+* AWS Immersion Day; Amazon; 1-day interactive online training
* Cloud Operations on AWS - Learn how to configure, deploy, maintain, and troubleshoot your AWS environments; 3-day online live training with labs; Amazon
-* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online
* Functional programming lecture; Remote University of Hagen
-* F5 Loadbalancers Training; 2-day on-site training; F5, Inc.
+* Ultimate Go Programming; Bill Kennedy; O'Reilly Online
+* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online
* Developing IaC with Terraform (with Live Lessons); O'Reilly Online
-* 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.
+* MySQL Deep Dive Workshop; 2-day on-site training
* Scripting Vim; Damian Conway; O'Reilly Online
* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online
-* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online
-* MySQL Deep Dive Workshop; 2-day on-site training
-* AWS Immersion Day; Amazon; 1-day interactive online training
+* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online
+* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training
+* Structure and Interpretation of Computer Programs; Harold Abelson and more...;
* 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)
-* Protocol buffers; 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
* Advanced Bash-Scripting Guide
+* Raku Guide at https://raku.guide
## Podcasts
@@ -165,38 +165,40 @@ These are not whole books, but guides (smaller or larger) which I found very use
In random order:
* Cup o' Go [Golang]
+* Dev Interrupted
* Backend Banter
-* Go Time (Changelog)
-* The Pragmatic Engineer Podcast
-* Deep Questions with Cal Newport
+* Ship it (Changelog)
+* The ProdCast (Google SRE Podcast)
* Hidden Brain
-* Dev Interrupted
* Maintainable
-* The ProdCast (Google SRE Podcast)
-* Ship it (Changelog)
+* The Pragmatic Engineer Podcast
+* Go Time (Changelog)
+* 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.
-* Modern Mentor
-* CRE: Chaosradio Express [german]
* Java Pub House
+* Modern Mentor
* FLOSS weekly
+* CRE: Chaosradio Express [german]
## Newsletters I like
This is a mix of tech and non-tech newsletters I am subscribed to. In random order:
-* The Imperfectionist
-* Golang Weekly
* VK Newsletter
-* Andreas Brandhorst Newsletter (Sci-Fi author)
-* Register Spill
-* Applied Go Weekly Newsletter
+* Golang Weekly
+* The Imperfectionist
+* Monospace Mentor
* byteSizeGo
-* The Valuable Dev
* Ruby Weekly
+* Changelog News
+* Andreas Brandhorst Newsletter (Sci-Fi author)
+* The Valuable Dev
+* Applied Go Weekly Newsletter
+* Register Spill
# Formal education
diff --git a/gemfeed/2016-04-09-jails-and-zfs-on-freebsd-with-puppet.gmi b/gemfeed/2016-04-09-jails-and-zfs-on-freebsd-with-puppet.gmi
index a3d06706..78dc2553 100644
--- a/gemfeed/2016-04-09-jails-and-zfs-on-freebsd-with-puppet.gmi
+++ b/gemfeed/2016-04-09-jails-and-zfs-on-freebsd-with-puppet.gmi
@@ -402,6 +402,6 @@ Other *BSD related posts are:
=> ./2022-10-30-installing-dtail-on-openbsd.gmi 2022-10-30 Installing DTail on OpenBSD
=> ./2024-01-13-one-reason-why-i-love-openbsd.gmi 2024-01-13 One reason why I love OpenBSD
=> ./2024-04-01-KISS-high-availability-with-OpenBSD.gmi 2024-04-01 KISS high-availability with OpenBSD
-=> ./2024-11-17-f3s-kubernetes-with-freebsd-part-1.gmi 2024-11-17 f3s: Kubernetes with FreeBSD - Setting the stage - Part 1
+=> ./2024-11-17-f3s-kubernetes-with-freebsd-part-1.gmi 2024-11-17 f3s: Kubernetes with FreeBSD - Part 1: Setting the stage
=> ../ Back to the main site
diff --git a/gemfeed/2022-07-30-lets-encrypt-with-openbsd-and-rex.gmi b/gemfeed/2022-07-30-lets-encrypt-with-openbsd-and-rex.gmi
index 15eaa6bb..ac003c81 100644
--- a/gemfeed/2022-07-30-lets-encrypt-with-openbsd-and-rex.gmi
+++ b/gemfeed/2022-07-30-lets-encrypt-with-openbsd-and-rex.gmi
@@ -681,6 +681,6 @@ Other *BSD related posts are:
=> ./2022-10-30-installing-dtail-on-openbsd.gmi 2022-10-30 Installing DTail on OpenBSD
=> ./2024-01-13-one-reason-why-i-love-openbsd.gmi 2024-01-13 One reason why I love OpenBSD
=> ./2024-04-01-KISS-high-availability-with-OpenBSD.gmi 2024-04-01 KISS high-availability with OpenBSD
-=> ./2024-11-17-f3s-kubernetes-with-freebsd-part-1.gmi 2024-11-17 f3s: Kubernetes with FreeBSD - Setting the stage - Part 1
+=> ./2024-11-17-f3s-kubernetes-with-freebsd-part-1.gmi 2024-11-17 f3s: Kubernetes with FreeBSD - Part 1: Setting the stage
=> ../ Back to the main site
diff --git a/gemfeed/2024-01-13-one-reason-why-i-love-openbsd.gmi b/gemfeed/2024-01-13-one-reason-why-i-love-openbsd.gmi
index 857640ec..abb05ae7 100644
--- a/gemfeed/2024-01-13-one-reason-why-i-love-openbsd.gmi
+++ b/gemfeed/2024-01-13-one-reason-why-i-love-openbsd.gmi
@@ -56,6 +56,6 @@ Other *BSD related posts are:
=> ./2022-10-30-installing-dtail-on-openbsd.gmi 2022-10-30 Installing DTail on OpenBSD
=> ./2024-01-13-one-reason-why-i-love-openbsd.gmi 2024-01-13 One reason why I love OpenBSD (You are currently reading this)
=> ./2024-04-01-KISS-high-availability-with-OpenBSD.gmi 2024-04-01 KISS high-availability with OpenBSD
-=> ./2024-11-17-f3s-kubernetes-with-freebsd-part-1.gmi 2024-11-17 f3s: Kubernetes with FreeBSD - Setting the stage - Part 1
+=> ./2024-11-17-f3s-kubernetes-with-freebsd-part-1.gmi 2024-11-17 f3s: Kubernetes with FreeBSD - Part 1: Setting the stage
=> ../ Back to the main site
diff --git a/gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.gmi b/gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.gmi
index 7e0fcf88..60b18948 100644
--- a/gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.gmi
+++ b/gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.gmi
@@ -307,6 +307,6 @@ Other *BSD and KISS related posts are:
=> ./2023-10-29-kiss-static-web-photo-albums-with-photoalbum.sh.gmi 2023-10-29 KISS static web photo albums with `photoalbum.sh`
=> ./2024-01-13-one-reason-why-i-love-openbsd.gmi 2024-01-13 One reason why I love OpenBSD
=> ./2024-04-01-KISS-high-availability-with-OpenBSD.gmi 2024-04-01 KISS high-availability with OpenBSD (You are currently reading this)
-=> ./2024-11-17-f3s-kubernetes-with-freebsd-part-1.gmi 2024-11-17 f3s: Kubernetes with FreeBSD - Setting the stage - Part 1
+=> ./2024-11-17-f3s-kubernetes-with-freebsd-part-1.gmi 2024-11-17 f3s: Kubernetes with FreeBSD - Part 1: Setting the stage
=> ../ Back to the main site
diff --git a/gemfeed/2024-11-17-f3s-kubernetes-with-freebsd-part-1.gmi b/gemfeed/2024-11-17-f3s-kubernetes-with-freebsd-part-1.gmi
index 75e7fb24..a0723df0 100644
--- a/gemfeed/2024-11-17-f3s-kubernetes-with-freebsd-part-1.gmi
+++ b/gemfeed/2024-11-17-f3s-kubernetes-with-freebsd-part-1.gmi
@@ -1,4 +1,4 @@
-# f3s: Kubernetes with FreeBSD - Setting the stage - Part 1
+# f3s: Kubernetes with FreeBSD - Part 1: Setting the stage
> Published at 2024-11-16T23:20:14+02:00
@@ -6,7 +6,7 @@ This is the first blog post about my f3s series for my self-hosting demands in m
I will post a new entry every month or so (there are too many other side projects for more frequent updates—I bet you can understand).
-=> ./2024-11-17-f3s-kubernetes-with-freebsd-part-1.gmi 2024-11-17 f3s: Kubernetes with FreeBSD - Setting the stage - Part 1 (You are currently reading this)
+=> ./2024-11-17-f3s-kubernetes-with-freebsd-part-1.gmi 2024-11-17 f3s: Kubernetes with FreeBSD - Part 1: Setting the stage (You are currently reading this)
=> ./f3s-kubernetes-with-freebsd-part-1/f3slogo.png f3s logo
@@ -16,7 +16,7 @@ Let's begin...
## Table of Contents
-* ⇢ f3s: Kubernetes with FreeBSD - Setting the stage - Part 1
+* ⇢ f3s: Kubernetes with FreeBSD - Part 1: Setting the stage
* ⇢ ⇢ Why this setup?
* ⇢ ⇢ The infrastructure
* ⇢ ⇢ ⇢ Physical FreeBSD nodes and Linux VMs
@@ -156,7 +156,7 @@ Other *BSD-related posts:
=> ./2022-10-30-installing-dtail-on-openbsd.gmi 2022-10-30 Installing DTail on OpenBSD
=> ./2024-01-13-one-reason-why-i-love-openbsd.gmi 2024-01-13 One reason why I love OpenBSD
=> ./2024-04-01-KISS-high-availability-with-OpenBSD.gmi 2024-04-01 KISS high-availability with OpenBSD
-=> ./2024-11-17-f3s-kubernetes-with-freebsd-part-1.gmi 2024-11-17 f3s: Kubernetes with FreeBSD - Setting the stage - Part 1 (You are currently reading this)
+=> ./2024-11-17-f3s-kubernetes-with-freebsd-part-1.gmi 2024-11-17 f3s: Kubernetes with FreeBSD - Part 1: Setting the stage (You are currently reading this)
E-Mail your comments to `paul@nospam.buetow.org` :-)
diff --git a/gemfeed/2024-11-17-f3s-kubernetes-with-freebsd-part-1.gmi.tpl b/gemfeed/2024-11-17-f3s-kubernetes-with-freebsd-part-1.gmi.tpl
index 27e48c56..cd8e05b1 100644
--- a/gemfeed/2024-11-17-f3s-kubernetes-with-freebsd-part-1.gmi.tpl
+++ b/gemfeed/2024-11-17-f3s-kubernetes-with-freebsd-part-1.gmi.tpl
@@ -1,4 +1,4 @@
-# f3s: Kubernetes with FreeBSD - Setting the stage - Part 1
+# f3s: Kubernetes with FreeBSD - Part 1: Setting the stage
> Published at 2024-11-16T23:20:14+02:00
diff --git a/gemfeed/DRAFT-f3s-kubernetes-with-freebsd-hardware-setup.gmi b/gemfeed/DRAFT-f3s-kubernetes-with-freebsd-hardware-setup.gmi
index 5ee72e5c..a161a375 100644
--- a/gemfeed/DRAFT-f3s-kubernetes-with-freebsd-hardware-setup.gmi
+++ b/gemfeed/DRAFT-f3s-kubernetes-with-freebsd-hardware-setup.gmi
@@ -6,7 +6,7 @@ This is the second blog post about my f3s series for my self-hosting demands in
I will post a new entry every month or so (there are too many other side projects for more frequent updates—I bet you can understand).
-=> ./2024-11-17-f3s-kubernetes-with-freebsd-part-1.gmi 2024-11-17 f3s: Kubernetes with FreeBSD - Setting the stage - Part 1
+=> ./2024-11-17-f3s-kubernetes-with-freebsd-part-1.gmi 2024-11-17 f3s: Kubernetes with FreeBSD - Part 1: Setting the stage
=> ./f3s-kubernetes-with-freebsd-part-1/f3slogo.png f3s logo
@@ -32,7 +32,7 @@ Other *BSD-related posts:
=> ./2022-10-30-installing-dtail-on-openbsd.gmi 2022-10-30 Installing DTail on OpenBSD
=> ./2024-01-13-one-reason-why-i-love-openbsd.gmi 2024-01-13 One reason why I love OpenBSD
=> ./2024-04-01-KISS-high-availability-with-OpenBSD.gmi 2024-04-01 KISS high-availability with OpenBSD
-=> ./2024-11-17-f3s-kubernetes-with-freebsd-part-1.gmi 2024-11-17 f3s: Kubernetes with FreeBSD - Setting the stage - Part 1
+=> ./2024-11-17-f3s-kubernetes-with-freebsd-part-1.gmi 2024-11-17 f3s: Kubernetes with FreeBSD - Part 1: Setting the stage
E-Mail your comments to `paul@nospam.buetow.org` :-)
diff --git a/gemfeed/atom.xml b/gemfeed/atom.xml
index cd0f9727..4860a696 100644
--- a/gemfeed/atom.xml
+++ b/gemfeed/atom.xml
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
- <updated>2024-11-17T18:02:52+02:00</updated>
+ <updated>2024-12-01T12:52:29+02:00</updated>
<title>foo.zone feed</title>
<subtitle>To be in the .zone!</subtitle>
<link href="gemini://foo.zone/gemfeed/atom.xml" rel="self" />
<link href="gemini://foo.zone/" />
<id>gemini://foo.zone/</id>
<entry>
- <title>f3s: Kubernetes with FreeBSD - Setting the stage - Part 1</title>
+ <title>f3s: Kubernetes with FreeBSD - Part 1: Setting the stage</title>
<link href="gemini://foo.zone/gemfeed/2024-11-17-f3s-kubernetes-with-freebsd-part-1.gmi" />
<id>gemini://foo.zone/gemfeed/2024-11-17-f3s-kubernetes-with-freebsd-part-1.gmi</id>
<updated>2024-11-16T23:20:14+02:00</updated>
@@ -18,7 +18,7 @@
<summary>This is the first blog post about my f3s series for my self-hosting demands in my home lab. f3s? The 'f' stands for FreeBSD, and the '3s' stands for k3s, the Kubernetes distribution I will use on FreeBSD-based physical machines.</summary>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
- <h1 style='display: inline' id='f3s-kubernetes-with-freebsd---setting-the-stage---part-1'>f3s: Kubernetes with FreeBSD - Setting the stage - Part 1</h1><br />
+ <h1 style='display: inline' id='f3s-kubernetes-with-freebsd---part-1-setting-the-stage'>f3s: Kubernetes with FreeBSD - Part 1: Setting the stage</h1><br />
<br />
<span class='quote'>Published at 2024-11-16T23:20:14+02:00</span><br />
<br />
@@ -26,7 +26,7 @@
<br />
<span>I will post a new entry every month or so (there are too many other side projects for more frequent updates—I bet you can understand).</span><br />
<br />
-<a class='textlink' href='./2024-11-17-f3s-kubernetes-with-freebsd-part-1.html'>2024-11-17 f3s: Kubernetes with FreeBSD - Setting the stage - Part 1 (You are currently reading this)</a><br />
+<a class='textlink' href='./2024-11-17-f3s-kubernetes-with-freebsd-part-1.html'>2024-11-17 f3s: Kubernetes with FreeBSD - Part 1: Setting the stage (You are currently reading this)</a><br />
<br />
<a href='./f3s-kubernetes-with-freebsd-part-1/f3slogo.png'><img alt='f3s logo' title='f3s logo' src='./f3s-kubernetes-with-freebsd-part-1/f3slogo.png' /></a><br />
<br />
@@ -37,7 +37,7 @@
<h2 style='display: inline' id='table-of-contents'>Table of Contents</h2><br />
<br />
<ul>
-<li><a href='#f3s-kubernetes-with-freebsd---setting-the-stage---part-1'>f3s: Kubernetes with FreeBSD - Setting the stage - Part 1</a></li>
+<li><a href='#f3s-kubernetes-with-freebsd---part-1-setting-the-stage'>f3s: Kubernetes with FreeBSD - Part 1: Setting the stage</a></li>
<li>⇢ <a href='#why-this-setup'>Why this setup?</a></li>
<li>⇢ <a href='#the-infrastructure'>The infrastructure</a></li>
<li>⇢ ⇢ <a href='#physical-freebsd-nodes-and-linux-vms'>Physical FreeBSD nodes and Linux VMs</a></li>
@@ -179,7 +179,7 @@
<a class='textlink' href='./2022-10-30-installing-dtail-on-openbsd.html'>2022-10-30 Installing DTail on OpenBSD</a><br />
<a class='textlink' href='./2024-01-13-one-reason-why-i-love-openbsd.html'>2024-01-13 One reason why I love OpenBSD</a><br />
<a class='textlink' href='./2024-04-01-KISS-high-availability-with-OpenBSD.html'>2024-04-01 KISS high-availability with OpenBSD</a><br />
-<a class='textlink' href='./2024-11-17-f3s-kubernetes-with-freebsd-part-1.html'>2024-11-17 f3s: Kubernetes with FreeBSD - Setting the stage - Part 1 (You are currently reading this)</a><br />
+<a class='textlink' href='./2024-11-17-f3s-kubernetes-with-freebsd-part-1.html'>2024-11-17 f3s: Kubernetes with FreeBSD - Part 1: Setting the stage (You are currently reading this)</a><br />
<br />
<span>E-Mail your comments to <span class='inlinecode'>paul@nospam.buetow.org</span> :-)</span><br />
<br />
@@ -2646,7 +2646,7 @@ http://www.gnu.org/software/src-highlite -->
<a class='textlink' href='./2023-10-29-kiss-static-web-photo-albums-with-photoalbum.sh.html'>2023-10-29 KISS static web photo albums with <span class='inlinecode'>photoalbum.sh</span></a><br />
<a class='textlink' href='./2024-01-13-one-reason-why-i-love-openbsd.html'>2024-01-13 One reason why I love OpenBSD</a><br />
<a class='textlink' href='./2024-04-01-KISS-high-availability-with-OpenBSD.html'>2024-04-01 KISS high-availability with OpenBSD (You are currently reading this)</a><br />
-<a class='textlink' href='./2024-11-17-f3s-kubernetes-with-freebsd-part-1.html'>2024-11-17 f3s: Kubernetes with FreeBSD - Setting the stage - Part 1</a><br />
+<a class='textlink' href='./2024-11-17-f3s-kubernetes-with-freebsd-part-1.html'>2024-11-17 f3s: Kubernetes with FreeBSD - Part 1: Setting the stage</a><br />
<br />
<a class='textlink' href='../'>Back to the main site</a><br />
</div>
@@ -3003,7 +3003,7 @@ http://www.gnu.org/software/src-highlite -->
<a class='textlink' href='./2022-10-30-installing-dtail-on-openbsd.html'>2022-10-30 Installing DTail on OpenBSD</a><br />
<a class='textlink' href='./2024-01-13-one-reason-why-i-love-openbsd.html'>2024-01-13 One reason why I love OpenBSD (You are currently reading this)</a><br />
<a class='textlink' href='./2024-04-01-KISS-high-availability-with-OpenBSD.html'>2024-04-01 KISS high-availability with OpenBSD</a><br />
-<a class='textlink' href='./2024-11-17-f3s-kubernetes-with-freebsd-part-1.html'>2024-11-17 f3s: Kubernetes with FreeBSD - Setting the stage - Part 1</a><br />
+<a class='textlink' href='./2024-11-17-f3s-kubernetes-with-freebsd-part-1.html'>2024-11-17 f3s: Kubernetes with FreeBSD - Part 1: Setting the stage</a><br />
<br />
<a class='textlink' href='../'>Back to the main site</a><br />
</div>
@@ -7948,7 +7948,7 @@ rex commons
<a class='textlink' href='./2022-10-30-installing-dtail-on-openbsd.html'>2022-10-30 Installing DTail on OpenBSD</a><br />
<a class='textlink' href='./2024-01-13-one-reason-why-i-love-openbsd.html'>2024-01-13 One reason why I love OpenBSD</a><br />
<a class='textlink' href='./2024-04-01-KISS-high-availability-with-OpenBSD.html'>2024-04-01 KISS high-availability with OpenBSD</a><br />
-<a class='textlink' href='./2024-11-17-f3s-kubernetes-with-freebsd-part-1.html'>2024-11-17 f3s: Kubernetes with FreeBSD - Setting the stage - Part 1</a><br />
+<a class='textlink' href='./2024-11-17-f3s-kubernetes-with-freebsd-part-1.html'>2024-11-17 f3s: Kubernetes with FreeBSD - Part 1: Setting the stage</a><br />
<br />
<a class='textlink' href='../'>Back to the main site</a><br />
</div>
diff --git a/gemfeed/index.gmi b/gemfeed/index.gmi
index 187998b6..75c6bbdc 100644
--- a/gemfeed/index.gmi
+++ b/gemfeed/index.gmi
@@ -2,7 +2,7 @@
## To be in the .zone!
-=> ./2024-11-17-f3s-kubernetes-with-freebsd-part-1.gmi 2024-11-17 - f3s: Kubernetes with FreeBSD - Setting the stage - Part 1
+=> ./2024-11-17-f3s-kubernetes-with-freebsd-part-1.gmi 2024-11-17 - f3s: Kubernetes with FreeBSD - Part 1: Setting the stage
=> ./2024-10-24-staff-engineer-book-notes.gmi 2024-10-24 - 'Staff Engineer' book notes
=> ./2024-10-02-gemtexter-3.0.0-lets-gemtext-again-4.gmi 2024-10-02 - Gemtexter 3.0.0 - Let's Gemtext again⁴
=> ./2024-09-07-site-reliability-engineering-part-4.gmi 2024-09-07 - Site Reliability Engineering - Part 4: Onboarding for On-Call Engineers
diff --git a/index.gmi b/index.gmi
index b320cc31..6ef5390b 100644
--- a/index.gmi
+++ b/index.gmi
@@ -1,6 +1,6 @@
# foo.zone
-> This site was generated at 2024-11-17T18:02:52+02:00 by `Gemtexter`
+> This site was generated at 2024-12-01T12:52:29+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.
@@ -28,7 +28,7 @@ Welcome to the foo.zone. Everything you read on this site is my personal opinion
### Posts
-=> ./gemfeed/2024-11-17-f3s-kubernetes-with-freebsd-part-1.gmi 2024-11-17 - f3s: Kubernetes with FreeBSD - Setting the stage - Part 1
+=> ./gemfeed/2024-11-17-f3s-kubernetes-with-freebsd-part-1.gmi 2024-11-17 - f3s: Kubernetes with FreeBSD - Part 1: Setting the stage
=> ./gemfeed/2024-10-24-staff-engineer-book-notes.gmi 2024-10-24 - 'Staff Engineer' book notes
=> ./gemfeed/2024-10-02-gemtexter-3.0.0-lets-gemtext-again-4.gmi 2024-10-02 - Gemtexter 3.0.0 - Let's Gemtext again⁴
=> ./gemfeed/2024-09-07-site-reliability-engineering-part-4.gmi 2024-09-07 - Site Reliability Engineering - Part 4: Onboarding for On-Call Engineers
diff --git a/uptime-stats.gmi b/uptime-stats.gmi
index 5cc118fb..5071980d 100644
--- a/uptime-stats.gmi
+++ b/uptime-stats.gmi
@@ -1,6 +1,6 @@
# My machine uptime stats
-> This site was last updated at 2024-11-17T18:02:52+02:00
+> This site was last updated at 2024-12-01T12:52:29+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.
@@ -23,21 +23,21 @@ Boots is the total number of host boots over the entire lifespan.
+-----+----------------+-------+
| 1. | alphacentauri | 671 |
| 2. | mars | 207 |
-| 3. | *earth | 158 |
+| 3. | *earth | 162 |
| 4. | callisto | 153 |
| 5. | dionysus | 136 |
| 6. | tauceti-e | 120 |
| 7. | *makemake | 60 |
-| 8. | *uranus | 56 |
+| 8. | *uranus | 57 |
| 9. | pluto | 51 |
| 10. | mega15289 | 50 |
-| 11. | *t450 | 40 |
+| 11. | *t450 | 42 |
| 12. | phobos | 40 |
| 13. | mega8477 | 40 |
-| 14. | sun | 33 |
-| 15. | *fishfinger | 33 |
-| 16. | *blowfish | 25 |
-| 17. | *mega-m3-pro | 21 |
+| 14. | *fishfinger | 36 |
+| 15. | sun | 33 |
+| 16. | *blowfish | 32 |
+| 17. | *mega-m3-pro | 24 |
| 18. | moon | 20 |
| 19. | vulcan | 19 |
| 20. | tauceti | 16 |
@@ -57,20 +57,20 @@ Uptime is the total uptime of a host over the entire lifespan.
| 3. | *uranus | 3 years, 9 months, 5 days |
| 4. | uugrn | 3 years, 5 months, 5 days |
| 5. | deltavega | 3 years, 1 months, 21 days |
-| 6. | pluto | 2 years, 10 months, 29 days |
-| 7. | *blowfish | 2 years, 10 months, 27 days |
-| 8. | *earth | 2 years, 10 months, 16 days |
-| 9. | tauceti | 2 years, 3 months, 19 days |
-| 10. | *fishfinger | 2 years, 2 months, 24 days |
+| 6. | *blowfish | 2 years, 12 months, 3 days |
+| 7. | *earth | 2 years, 11 months, 21 days |
+| 8. | pluto | 2 years, 10 months, 29 days |
+| 9. | *fishfinger | 2 years, 4 months, 1 days |
+| 10. | tauceti | 2 years, 3 months, 19 days |
| 11. | mega15289 | 1 years, 12 months, 17 days |
| 12. | tauceti-f | 1 years, 9 months, 18 days |
| 13. | mega8477 | 1 years, 3 months, 25 days |
| 14. | host0 | 1 years, 3 months, 9 days |
| 15. | tauceti-e | 1 years, 2 months, 20 days |
| 16. | *makemake | 1 years, 2 months, 20 days |
-| 17. | callisto | 0 years, 10 months, 31 days |
-| 18. | alphacentauri | 0 years, 10 months, 28 days |
-| 19. | *t450 | 0 years, 10 months, 10 days |
+| 17. | *t450 | 0 years, 11 months, 14 days |
+| 18. | callisto | 0 years, 10 months, 31 days |
+| 19. | alphacentauri | 0 years, 10 months, 28 days |
| 20. | babylon5 | 0 years, 9 months, 25 days |
+-----+----------------+-----------------------------+
```
@@ -83,26 +83,26 @@ Score is calculated by combining all other metrics.
+-----+----------------+-------+
| Pos | Host | Score |
+-----+----------------+-------+
-| 1. | *uranus | 331 |
+| 1. | *uranus | 334 |
| 2. | vulcan | 275 |
| 3. | sun | 238 |
| 4. | uugrn | 211 |
-| 5. | alphacentauri | 201 |
-| 6. | *earth | 199 |
+| 5. | *earth | 206 |
+| 6. | alphacentauri | 201 |
| 7. | deltavega | 193 |
-| 8. | pluto | 182 |
-| 9. | *blowfish | 182 |
+| 8. | *blowfish | 189 |
+| 9. | pluto | 182 |
| 10. | dionysus | 156 |
-| 11. | mega15289 | 147 |
-| 12. | tauceti | 141 |
-| 13. | *fishfinger | 141 |
+| 11. | *fishfinger | 147 |
+| 12. | mega15289 | 147 |
+| 13. | tauceti | 141 |
| 14. | *makemake | 117 |
| 15. | tauceti-f | 108 |
| 16. | tauceti-e | 96 |
| 17. | callisto | 86 |
| 18. | mega8477 | 80 |
-| 19. | host0 | 76 |
-| 20. | *t450 | 71 |
+| 19. | *t450 | 78 |
+| 20. | host0 | 76 |
+-----+----------------+-------+
```
@@ -115,13 +115,13 @@ Downtime is the total downtime of a host over the entire lifespan.
| Pos | Host | Downtime |
+-----+----------------+-----------------------------+
| 1. | dionysus | 8 years, 3 months, 16 days |
-| 2. | *uranus | 5 years, 11 months, 20 days |
+| 2. | *uranus | 6 years, 1 months, 16 days |
| 3. | alphacentauri | 5 years, 11 months, 18 days |
| 4. | *makemake | 2 years, 6 months, 20 days |
| 5. | moon | 2 years, 1 months, 1 days |
| 6. | callisto | 1 years, 5 months, 15 days |
| 7. | mega15289 | 1 years, 4 months, 24 days |
-| 8. | *t450 | 1 years, 2 months, 12 days |
+| 8. | *t450 | 1 years, 2 months, 13 days |
| 9. | mars | 1 years, 2 months, 10 days |
| 10. | tauceti-e | 0 years, 12 months, 9 days |
| 11. | sirius | 0 years, 8 months, 20 days |
@@ -145,24 +145,24 @@ Lifespan is the total uptime + the total downtime of a host.
+-----+----------------+-----------------------------+
| Pos | Host | Lifespan |
+-----+----------------+-----------------------------+
-| 1. | *uranus | 9 years, 7 months, 26 days |
+| 1. | *uranus | 9 years, 9 months, 21 days |
| 2. | dionysus | 8 years, 6 months, 17 days |
| 3. | alphacentauri | 6 years, 9 months, 13 days |
| 4. | vulcan | 4 years, 5 months, 6 days |
| 5. | sun | 3 years, 10 months, 2 days |
| 6. | *makemake | 3 years, 8 months, 10 days |
| 7. | uugrn | 3 years, 5 months, 5 days |
-| 8. | mega15289 | 3 years, 4 months, 9 days |
-| 9. | *earth | 3 years, 3 months, 28 days |
+| 8. | *earth | 3 years, 5 months, 4 days |
+| 9. | mega15289 | 3 years, 4 months, 9 days |
| 10. | deltavega | 3 years, 1 months, 21 days |
-| 11. | pluto | 2 years, 10 months, 30 days |
-| 12. | *blowfish | 2 years, 10 months, 28 days |
+| 11. | *blowfish | 2 years, 12 months, 3 days |
+| 12. | pluto | 2 years, 10 months, 30 days |
| 13. | moon | 2 years, 4 months, 25 days |
-| 14. | tauceti | 2 years, 3 months, 22 days |
-| 15. | callisto | 2 years, 3 months, 13 days |
-| 16. | *fishfinger | 2 years, 2 months, 25 days |
+| 14. | *fishfinger | 2 years, 4 months, 1 days |
+| 15. | tauceti | 2 years, 3 months, 22 days |
+| 16. | callisto | 2 years, 3 months, 13 days |
| 17. | tauceti-e | 2 years, 1 months, 29 days |
-| 18. | *t450 | 1 years, 11 months, 21 days |
+| 18. | *t450 | 1 years, 12 months, 28 days |
| 19. | tauceti-f | 1 years, 9 months, 20 days |
| 20. | mars | 1 years, 8 months, 19 days |
+-----+----------------+-----------------------------+
@@ -181,20 +181,20 @@ Boots is the total number of host boots over the entire lifespan.
| 3. | Linux 5... | 162 |
| 4. | Linux 4... | 161 |
| 5. | FreeBSD 11... | 153 |
-| 6. | *Linux 6... | 120 |
+| 6. | *Linux 6... | 125 |
| 7. | FreeBSD 13... | 116 |
-| 8. | *OpenBSD 7... | 68 |
+| 8. | *OpenBSD 7... | 78 |
| 9. | Darwin 13... | 40 |
-| 10. | *Darwin 23... | 26 |
+| 10. | *Darwin 23... | 29 |
| 11. | FreeBSD 5... | 25 |
| 12. | Linux 2... | 22 |
| 13. | Darwin 21... | 17 |
-| 14. | Darwin 15... | 15 |
-| 15. | *FreeBSD 14... | 14 |
+| 14. | *FreeBSD 14... | 16 |
+| 15. | Darwin 15... | 15 |
| 16. | Darwin 22... | 12 |
| 17. | Darwin 18... | 11 |
-| 18. | OpenBSD 4... | 10 |
-| 19. | FreeBSD 7... | 10 |
+| 18. | FreeBSD 7... | 10 |
+| 19. | OpenBSD 4... | 10 |
| 20. | FreeBSD 6... | 10 |
+-----+----------------+-------+
```
@@ -208,19 +208,19 @@ Uptime is the total uptime of a host over the entire lifespan.
| Pos | KernelMajor | Uptime |
+-----+----------------+------------------------------+
| 1. | Linux 3... | 15 years, 10 months, 25 days |
-| 2. | FreeBSD 10... | 5 years, 9 months, 9 days |
-| 3. | *OpenBSD 7... | 5 years, 8 months, 20 days |
+| 2. | *OpenBSD 7... | 5 years, 11 months, 1 days |
+| 3. | FreeBSD 10... | 5 years, 9 months, 9 days |
| 4. | Linux 5... | 4 years, 10 months, 21 days |
| 5. | Linux 4... | 2 years, 7 months, 22 days |
| 6. | FreeBSD 11... | 2 years, 4 months, 28 days |
-| 7. | *Linux 6... | 1 years, 12 months, 31 days |
+| 7. | *Linux 6... | 2 years, 2 months, 6 days |
| 8. | Linux 2... | 1 years, 11 months, 21 days |
| 9. | Darwin 13... | 1 years, 3 months, 25 days |
| 10. | FreeBSD 6... | 1 years, 3 months, 9 days |
-| 11. | *FreeBSD 14... | 0 years, 9 months, 24 days |
-| 12. | OpenBSD 4... | 0 years, 8 months, 12 days |
-| 13. | Darwin 21... | 0 years, 8 months, 2 days |
-| 14. | *Darwin 23... | 0 years, 7 months, 25 days |
+| 11. | *FreeBSD 14... | 0 years, 10 months, 30 days |
+| 12. | *Darwin 23... | 0 years, 9 months, 6 days |
+| 13. | OpenBSD 4... | 0 years, 8 months, 12 days |
+| 14. | Darwin 21... | 0 years, 8 months, 2 days |
| 15. | Darwin 18... | 0 years, 7 months, 5 days |
| 16. | Darwin 22... | 0 years, 6 months, 22 days |
| 17. | Darwin 15... | 0 years, 6 months, 15 days |
@@ -240,23 +240,23 @@ Score is calculated by combining all other metrics.
+-----+----------------+-------+
| 1. | Linux 3... | 1045 |
| 2. | FreeBSD 10... | 406 |
-| 3. | *OpenBSD 7... | 364 |
+| 3. | *OpenBSD 7... | 377 |
| 4. | Linux 5... | 317 |
| 5. | Linux 4... | 175 |
| 6. | FreeBSD 11... | 159 |
-| 7. | *Linux 6... | 139 |
+| 7. | *Linux 6... | 145 |
| 8. | Linux 2... | 121 |
| 9. | Darwin 13... | 80 |
| 10. | FreeBSD 6... | 75 |
-| 11. | *FreeBSD 14... | 49 |
-| 12. | *Darwin 23... | 40 |
+| 11. | *FreeBSD 14... | 56 |
+| 12. | *Darwin 23... | 48 |
| 13. | OpenBSD 4... | 39 |
| 14. | Darwin 21... | 38 |
| 15. | Darwin 18... | 32 |
| 16. | Darwin 22... | 30 |
| 17. | Darwin 15... | 29 |
-| 18. | FreeBSD 13... | 25 |
-| 19. | FreeBSD 5... | 25 |
+| 18. | FreeBSD 5... | 25 |
+| 19. | FreeBSD 13... | 25 |
| 20. | Darwin 20... | 11 |
+-----+----------------+-------+
```
@@ -269,10 +269,10 @@ Boots is the total number of host boots over the entire lifespan.
+-----+------------+-------+
| Pos | KernelName | Boots |
+-----+------------+-------+
-| 1. | *Linux | 1015 |
-| 2. | *FreeBSD | 879 |
-| 3. | *Darwin | 126 |
-| 4. | *OpenBSD | 78 |
+| 1. | *Linux | 1020 |
+| 2. | *FreeBSD | 881 |
+| 3. | *Darwin | 129 |
+| 4. | *OpenBSD | 88 |
+-----+------------+-------+
```
@@ -284,10 +284,10 @@ Uptime is the total uptime of a host over the entire lifespan.
+-----+------------+-----------------------------+
| Pos | KernelName | Uptime |
+-----+------------+-----------------------------+
-| 1. | *Linux | 27 years, 1 months, 22 days |
-| 2. | *FreeBSD | 10 years, 8 months, 26 days |
-| 3. | *OpenBSD | 6 years, 3 months, 31 days |
-| 4. | *Darwin | 4 years, 1 months, 4 days |
+| 1. | *Linux | 27 years, 2 months, 28 days |
+| 2. | *FreeBSD | 10 years, 9 months, 30 days |
+| 3. | *OpenBSD | 6 years, 6 months, 12 days |
+| 4. | *Darwin | 4 years, 2 months, 16 days |
+-----+------------+-----------------------------+
```
@@ -299,10 +299,10 @@ Score is calculated by combining all other metrics.
+-----+------------+-------+
| Pos | KernelName | Score |
+-----+------------+-------+
-| 1. | *Linux | 1798 |
-| 2. | *FreeBSD | 750 |
-| 3. | *OpenBSD | 403 |
-| 4. | *Darwin | 266 |
+| 1. | *Linux | 1804 |
+| 2. | *FreeBSD | 757 |
+| 3. | *OpenBSD | 416 |
+| 4. | *Darwin | 274 |
+-----+------------+-------+
```