summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--about/newsletters.txt2
-rw-r--r--about/now.md11
-rw-r--r--about/resources.md170
-rw-r--r--gemfeed/2024-11-17-f3s-kubernetes-with-freebsd-part-1.md4
-rw-r--r--gemfeed/index.md2
-rw-r--r--index.md4
-rw-r--r--uptime-stats.md138
7 files changed, 172 insertions, 159 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.md b/about/now.md
index ce3357a8..6c4ae968 100644
--- a/about/now.md
+++ b/about/now.md
@@ -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.md b/about/resources.md
index 68799d28..e3d46303 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:
-* Effective awk programming; Arnold Robbins; O'Reilly
-* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications
-* C++ Programming Language; Bjarne Stroustrup;
+* Data Science at the Command Line; Jeroen Janssens; O'Reilly
+* Java ist auch eine Insel; Christian Ullenboom;
+* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible
+* The Pragmatic Programmer; David Thomas; Addison-Wesley
* 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
+* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional
+* Site Reliability Engineering; How Google runs production systems; O'Reilly
* 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
+* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible
+* C++ Programming Language; Bjarne Stroustrup;
* 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
+* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications
+* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications
+* 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
+* Perl New Features; Joshua McAdams, brian d foy; Perl School
+* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner
* 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
-* Higher Order Perl; Mark Dominus; Morgan Kaufmann
-* 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
-* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly
-* Ultimate Go Notebook; Bill Kennedy
-* Java ist auch eine Insel; Christian Ullenboom;
+* The Docker Book; James Turnbull; Kindle
* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook
+* Ultimate Go Notebook; Bill Kennedy
* 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
-* 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
-* Polished Ruby Programming; Jeremy Evans; Packt Publishing
-* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press
-* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible
-* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible
+* Raku Fundamentals; Moritz Lenz; Apress
+* Funktionale Programmierung; Peter Pepper; Springer
* Modern Perl; Chromatic ; Onyx Neon Press
+* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly
+* Terraform Cookbook; Mikael Krief; Packt Publishing
+* Developing Games in Java; David Brackeen and others...; New Riders
+* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly
* Leanring eBPF; Liz Rice; O'Reilly
-* The Docker Book; James Turnbull; Kindle
+* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly
+* Effective awk programming; Arnold Robbins; O'Reilly
+* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers
+* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly
+* Raku Recipes; J.J. Merelo; Apress
+* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers
+* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton
+* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press
+* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press
+* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly
+* DNS and BIND; Cricket Liu; O'Reilly
+* Polished Ruby Programming; Jeremy Evans; Packt Publishing
* Concurrency in Go; Katherine Cox-Buday; O'Reilly
-* The Pragmatic Programmer; David Thomas; Addison-Wesley
+* Higher Order Perl; Mark Dominus; Morgan Kaufmann
* 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
+* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly
* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley
+* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley
+* 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:
-* 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 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
-* 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
+* Ultralearning; Anna Laurent; Self-published via Amazon
+* Atomic Habits; James Clear; Random House Business
* The Off Switch; Mark Cropley; Virgin Books
* Staff Engineer: Leadership beyond the management track; Will Larson; Audible
-* 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
+* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press
+* Slow Productivity; Cal Newport; Penguin Random House
+* So Good They Can't Ignore You; Cal Newport; Business Plus
+* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business
* 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
+* Stop starting, start finishing; Arne Roock; Lean-Kanban University
* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books
+* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne
+* Deep Work; Cal Newport; Piatkus
+* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing
+* Digital Minimalism; Cal Newport; Portofolio Penguin
+* The Bullet Journal Method; Ryder Carroll; Fourth Estate
+* The Joy of Missing Out; Christina Crook; New Society Publishers
+* Ultralearning; Scott Young; Thorsons
+* Psycho-Cybernetics; Maxwell Maltz; Perigee Books
+* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK
+* 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
+* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly
+* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook
* 101 Essays that change the way you think; Brianna Wiest; Audible
-* Atomic Habits; James Clear; Random House Business
+* The Power of Now; Eckhard Tolle; Yellow Kite
+* The Good Enough Job; Simone Stolzoff; Ebury Edge
[Here are notes of mine for some of the books](../notes/index.md)
@@ -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
-* 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
+* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training
+* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online
* F5 Loadbalancers Training; 2-day on-site training; F5, Inc.
* Developing IaC with Terraform (with Live Lessons); O'Reilly Online
-* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training
-* Scripting Vim; Damian Conway; O'Reilly Online
+* Functional programming lecture; Remote University of Hagen
+* Apache Tomcat Best Practises; 3-day on-site training
+* Cloud Operations on AWS - Learn how to configure, deploy, maintain, and troubleshoot your AWS environments; 3-day online live training with labs; Amazon
+* AWS Immersion Day; Amazon; 1-day interactive online training
+* Protocol buffers; 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
+* Scripting Vim; Damian Conway; O'Reilly Online
+* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online
+* Structure and Interpretation of Computer Programs; Harold Abelson and more...;
* MySQL Deep Dive Workshop; 2-day on-site training
-* AWS Immersion Day; Amazon; 1-day interactive online training
-* 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
@@ -164,39 +164,41 @@ These are not whole books, but guides (smaller or larger) which I found very use
In random order:
-* Cup o' Go [Golang]
-* Backend Banter
-* Go Time (Changelog)
* The Pragmatic Engineer Podcast
-* Deep Questions with Cal Newport
-* Hidden Brain
-* Dev Interrupted
+* Backend Banter
* Maintainable
* The ProdCast (Google SRE Podcast)
+* Cup o' Go [Golang]
+* Dev Interrupted
+* Go Time (Changelog)
+* Hidden Brain
* Ship it (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.
+* FLOSS weekly
* Modern Mentor
* CRE: Chaosradio Express [german]
* Java Pub House
-* FLOSS weekly
## Newsletters I like
This is a mix of tech and non-tech newsletters I am subscribed to. In random order:
+* Changelog News
+* The Valuable Dev
+* Ruby Weekly
+* VK Newsletter
+* Applied Go Weekly Newsletter
+* Monospace Mentor
* The Imperfectionist
+* byteSizeGo
* Golang Weekly
-* VK Newsletter
* Andreas Brandhorst Newsletter (Sci-Fi author)
* Register Spill
-* Applied Go Weekly Newsletter
-* byteSizeGo
-* The Valuable Dev
-* Ruby Weekly
# Formal education
diff --git a/gemfeed/2024-11-17-f3s-kubernetes-with-freebsd-part-1.md b/gemfeed/2024-11-17-f3s-kubernetes-with-freebsd-part-1.md
index 5c7df09b..af254e43 100644
--- a/gemfeed/2024-11-17-f3s-kubernetes-with-freebsd-part-1.md
+++ b/gemfeed/2024-11-17-f3s-kubernetes-with-freebsd-part-1.md
@@ -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
@@ -16,7 +16,7 @@ Let's begin...
## Table of Contents
-* [⇢ f3s: Kubernetes with FreeBSD - Setting the stage - Part 1](#f3s-kubernetes-with-freebsd---setting-the-stage---part-1)
+* [⇢ f3s: Kubernetes with FreeBSD - Part 1: Setting the stage](#f3s-kubernetes-with-freebsd---part-1-setting-the-stage)
* [⇢ ⇢ Why this setup?](#why-this-setup)
* [⇢ ⇢ The infrastructure](#the-infrastructure)
* [⇢ ⇢ ⇢ Physical FreeBSD nodes and Linux VMs](#physical-freebsd-nodes-and-linux-vms)
diff --git a/gemfeed/index.md b/gemfeed/index.md
index 1ce39023..37c8aefa 100644
--- a/gemfeed/index.md
+++ b/gemfeed/index.md
@@ -2,7 +2,7 @@
## To be in the .zone!
-[2024-11-17 - f3s: Kubernetes with FreeBSD - Setting the stage - Part 1](./2024-11-17-f3s-kubernetes-with-freebsd-part-1.md)
+[2024-11-17 - f3s: Kubernetes with FreeBSD - Part 1: Setting the stage](./2024-11-17-f3s-kubernetes-with-freebsd-part-1.md)
[2024-10-24 - 'Staff Engineer' book notes](./2024-10-24-staff-engineer-book-notes.md)
[2024-10-02 - Gemtexter 3.0.0 - Let's Gemtext again⁴](./2024-10-02-gemtexter-3.0.0-lets-gemtext-again-4.md)
[2024-09-07 - Site Reliability Engineering - Part 4: Onboarding for On-Call Engineers](./2024-09-07-site-reliability-engineering-part-4.md)
diff --git a/index.md b/index.md
index eaf0cdad..9f3d978b 100644
--- a/index.md
+++ b/index.md
@@ -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:50:15+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
-[2024-11-17 - f3s: Kubernetes with FreeBSD - Setting the stage - Part 1](./gemfeed/2024-11-17-f3s-kubernetes-with-freebsd-part-1.md)
+[2024-11-17 - f3s: Kubernetes with FreeBSD - Part 1: Setting the stage](./gemfeed/2024-11-17-f3s-kubernetes-with-freebsd-part-1.md)
[2024-10-24 - 'Staff Engineer' book notes](./gemfeed/2024-10-24-staff-engineer-book-notes.md)
[2024-10-02 - Gemtexter 3.0.0 - Let's Gemtext again⁴](./gemfeed/2024-10-02-gemtexter-3.0.0-lets-gemtext-again-4.md)
[2024-09-07 - Site Reliability Engineering - Part 4: Onboarding for On-Call Engineers](./gemfeed/2024-09-07-site-reliability-engineering-part-4.md)
diff --git a/uptime-stats.md b/uptime-stats.md
index 55ab9583..5b6c5a22 100644
--- a/uptime-stats.md
+++ b/uptime-stats.md
@@ -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:50:15+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 |
+-----+------------+-------+
```