From cfd592b9de5d172c8b73d56f436d384f4bf39df1 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 5 May 2025 22:21:45 +0300 Subject: Update content for html --- about/novels.html | 2 +- about/podcasts.txt | 3 +- about/resources.html | 186 ++--- about/technical-references.txt | 1 + ...4-11-17-f3s-kubernetes-with-freebsd-part-1.html | 8 +- ...4-12-03-f3s-kubernetes-with-freebsd-part-2.html | 6 +- gemfeed/DRAFT-kubernetes-with-freebsd-part-5.html | 40 +- gemfeed/atom.xml | 16 +- .../wireguard-full-mesh.svg | 772 +++++++++++++++++++++ index.html | 2 +- uptime-stats.html | 77 +- 11 files changed, 959 insertions(+), 154 deletions(-) create mode 100644 gemfeed/f3s-kubernetes-with-freebsd-part-5/wireguard-full-mesh.svg diff --git a/about/novels.html b/about/novels.html index 0f67e827..c83d3b29 100644 --- a/about/novels.html +++ b/about/novels.html @@ -102,6 +102,7 @@ _-" . ' + . . ,//////0\ | /00HHHHHHHMMMMM
  • 2021 - Mars Discovery (german) - Maschinenintelligenz-Trilogie, Paperback
  • 2022 - Eklipse (german), Paperback
  • 2022 - Ruf der Unendlichkeit (german), Audiobook
  • +
  • 2023 - Oxygen: Welt ohne Sauerstoff, Andreas Brandhorst, Audiobook (german), Paperback
  • 2024 - Infinitia (german), Audiobook
  • 2024 - Zeta (german), Andreas Brandhorst, Audiobook
  • 2024 - Der Riss (german), Andreas Brandhorst, Paperback
  • @@ -142,7 +143,6 @@ _-" . ' + . . ,//////0\ | /00HHHHHHHMMMMM

    Unread books already in my shelf



    diff --git a/about/podcasts.txt b/about/podcasts.txt index 182d02cc..c7c4ce9e 100644 --- a/about/podcasts.txt +++ b/about/podcasts.txt @@ -9,4 +9,5 @@ * Maintainable * Fork Around And Find Out * The ProdCast (Google SRE Podcast) -* BSD Now +* BSD Now [BSD] +* Modern Mentor diff --git a/about/resources.html b/about/resources.html index e603adb9..26ff6b6d 100644 --- a/about/resources.html +++ b/about/resources.html @@ -51,104 +51,105 @@ In random order:


    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:


    Self-development and soft-skills books



    In random order:


    Here are notes of mine for some of the books

    @@ -157,31 +158,31 @@ Some of these were in-person with exams; others were online learning lectures only. In random order:


    Technical guides



    These are not whole books, but guides (smaller or larger) which I found very useful. in random order:


    Podcasts



    @@ -190,30 +191,31 @@ In random order:


    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.


    Newsletters I like



    @@ -221,16 +223,16 @@

    Magazines I like(d)


    @@ -238,10 +240,10 @@ This is a mix of tech I like(d). I may not be a current subscriber, but now and then, I buy an issue. In random order:


    Formal education



    diff --git a/about/technical-references.txt b/about/technical-references.txt index 20b34486..bebde49e 100644 --- a/about/technical-references.txt +++ b/about/technical-references.txt @@ -5,3 +5,4 @@ * The Linux Programming Interface; Michael Kerrisk; No Starch Press * Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly * Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly +* Go: Design Patterns for Real-World Projects; Mat Ryer; Packt diff --git a/gemfeed/2024-11-17-f3s-kubernetes-with-freebsd-part-1.html b/gemfeed/2024-11-17-f3s-kubernetes-with-freebsd-part-1.html index 8382e37b..056a9891 100644 --- a/gemfeed/2024-11-17-f3s-kubernetes-with-freebsd-part-1.html +++ b/gemfeed/2024-11-17-f3s-kubernetes-with-freebsd-part-1.html @@ -21,10 +21,10 @@
    These are all the posts so far:

    -2025-04-05 f3s: Kubernetes with FreeBSD - Part 4: Rocky Linux Bhyve VMs
    -2025-02-01 f3s: Kubernetes with FreeBSD - Part 3: Protecting from power cuts
    -2024-12-03 f3s: Kubernetes with FreeBSD - Part 2: Hardware and base installation
    2024-11-17 f3s: Kubernetes with FreeBSD - Part 1: Setting the stage (You are currently reading this)
    +2024-12-03 f3s: Kubernetes with FreeBSD - Part 2: Hardware and base installation
    +2025-02-01 f3s: Kubernetes with FreeBSD - Part 3: Protecting from power cuts
    +2025-04-05 f3s: Kubernetes with FreeBSD - Part 4: Rocky Linux Bhyve VMs

    f3s logo

    @@ -52,7 +52,7 @@

    Why this setup?



    -My previous setup was great for learning Terraform and AWS, but it is too expensive. Costs are under control there, but only because I am shutting down all containers after use (so they are offline ninety percent of the time and still cost around $20 monthly). With the new setup, I could run all containers 24/7 at home, which would still be cheaper in terms of electricity consumption. I have a 50 MBit/s uplink (I could have more if I wanted, but it is plenty for my use case already).
    +My previous setup was great for learning Terraform and AWS, but it is too expensive. Costs are under control there, but only because I am shutting down all containers after use (so they are offline ninety percent of the time and still cost around $20 monthly). With the new setup, I could run all containers 24/7 at home, which would still be cheaper in terms of electricity consumption. I have a 400 MBit/s uplink (I could have more if I wanted, but it is more than plenty for my use case already).

    From babylon5.buetow.org to .cloud

    diff --git a/gemfeed/2024-12-03-f3s-kubernetes-with-freebsd-part-2.html b/gemfeed/2024-12-03-f3s-kubernetes-with-freebsd-part-2.html index 361ab8ec..b7ff9e38 100644 --- a/gemfeed/2024-12-03-f3s-kubernetes-with-freebsd-part-2.html +++ b/gemfeed/2024-12-03-f3s-kubernetes-with-freebsd-part-2.html @@ -21,10 +21,10 @@
    These are all the posts so far:

    -2025-04-05 f3s: Kubernetes with FreeBSD - Part 4: Rocky Linux Bhyve VMs
    -2025-02-01 f3s: Kubernetes with FreeBSD - Part 3: Protecting from power cuts
    -2024-12-03 f3s: Kubernetes with FreeBSD - Part 2: Hardware and base installation (You are currently reading this)
    2024-11-17 f3s: Kubernetes with FreeBSD - Part 1: Setting the stage
    +2024-12-03 f3s: Kubernetes with FreeBSD - Part 2: Hardware and base installation (You are currently reading this)
    +2025-02-01 f3s: Kubernetes with FreeBSD - Part 3: Protecting from power cuts
    +2025-04-05 f3s: Kubernetes with FreeBSD - Part 4: Rocky Linux Bhyve VMs

    f3s logo

    diff --git a/gemfeed/DRAFT-kubernetes-with-freebsd-part-5.html b/gemfeed/DRAFT-kubernetes-with-freebsd-part-5.html index b661c125..df837a01 100644 --- a/gemfeed/DRAFT-kubernetes-with-freebsd-part-5.html +++ b/gemfeed/DRAFT-kubernetes-with-freebsd-part-5.html @@ -15,14 +15,14 @@
    This is the fith 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.

    -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).
    +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).

    These are all the posts so far:

    -2025-04-05 f3s: Kubernetes with FreeBSD - Part 4: Rocky Linux Bhyve VMs
    -2025-02-01 f3s: Kubernetes with FreeBSD - Part 3: Protecting from power cuts
    -2024-12-03 f3s: Kubernetes with FreeBSD - Part 2: Hardware and base installation
    2024-11-17 f3s: Kubernetes with FreeBSD - Part 1: Setting the stage
    +2024-12-03 f3s: Kubernetes with FreeBSD - Part 2: Hardware and base installation
    +2025-02-01 f3s: Kubernetes with FreeBSD - Part 3: Protecting from power cuts
    +2025-04-05 f3s: Kubernetes with FreeBSD - Part 4: Rocky Linux Bhyve VMs

    f3s logo

    @@ -34,13 +34,39 @@

    -

    TODO


    +

    Introduction


    +
    +By default, traffic within my home LAN, including traffic inside a k3s cluster, is not encrypted. While it resides in the "secure" home LAN, adopting a zero-trust policy means encryption is still preferable to ensure confidentiality and security. So we decide to secure all the traffic of all f3s participating hosts by building a mesh network of all participating hosts as shown in this graph:
    +
    +Full Mesh network
    +
    +Whereas f0, f1, and f2 are the FreeBSD base hosts, r0, r1, and r2 are the Rocky Linux Bhyve VMs, and blowfish and fishfinger are two OpenBSD systems running on the internet (as mentioned in the first blog of this series—these systems are already built; in fact, this very blog is served by those OpenBSD systems).
    +
    +As we can see from the graph, it is a true full-mesh network, where every host has a VPN tunnel to every other host. The benefit is that we do not need to route traffic through intermediate hosts (significantly simplifying the routing configuration). However, the downside is that there is some overhead in configuring and managing all the tunnels.
    +
    +For simplicity, we also establish VPN tunnels between f0 <-> r0, f1 <-> r1, and f2 <-> r2. Technically, this wouldn't be strictly required since the VMs rN are running on the hosts fN, and there is no network traffic leaving the box. However, it simplifies the configuration as we don't have to account for exceptions, and we are going to automate the mesh network configuration anyway (read on).
    +
    +

    Deciding on WireGuard


    +
    +I have decided on using WireGuard as the VPN technology for this purpose.
    +
    +WireGuard is a lightweight, modern, and secure VPN protocol designed for simplicity, speed, and strong cryptography. It is an excellent choice due to its minimal codebase, ease of configuration, high performance, and robust security, utilizing state-of-the-art encryption standards. WireGuard is supported on various operating systems, and its implementations are compatible with each other. Therefore, establishing WireGuard VPN tunnels between FreeBSD, Linux, and OpenBSD is seamless. This cross-platform availability makes it suitable for setups like the one described in this blog series.
    +
    +We could have used Tailscale for an easy to setup and manage a WireGuard network, but the benefits of creating our own mesh network are:


    +https://en.wikipedia.org/wiki/WireGuard
    +https://www.wireguard.com/
    +https://tailscale.com/
    +

    diff --git a/gemfeed/atom.xml b/gemfeed/atom.xml index cb0d2f7c..890a69c2 100644 --- a/gemfeed/atom.xml +++ b/gemfeed/atom.xml @@ -1,6 +1,6 @@ - 2025-05-02T00:26:00+03:00 + 2025-05-05T22:21:05+03:00 foo.zone feed To be in the .zone! @@ -2953,10 +2953,10 @@ http://www.gnu.org/software/src-highlite -->
    These are all the posts so far:

    -2025-04-05 f3s: Kubernetes with FreeBSD - Part 4: Rocky Linux Bhyve VMs
    -2025-02-01 f3s: Kubernetes with FreeBSD - Part 3: Protecting from power cuts
    -2024-12-03 f3s: Kubernetes with FreeBSD - Part 2: Hardware and base installation (You are currently reading this)
    2024-11-17 f3s: Kubernetes with FreeBSD - Part 1: Setting the stage
    +2024-12-03 f3s: Kubernetes with FreeBSD - Part 2: Hardware and base installation (You are currently reading this)
    +2025-02-01 f3s: Kubernetes with FreeBSD - Part 3: Protecting from power cuts
    +2025-04-05 f3s: Kubernetes with FreeBSD - Part 4: Rocky Linux Bhyve VMs

    f3s logo

    @@ -3325,10 +3325,10 @@ dev.cpu.0.freq: 2922
    These are all the posts so far:

    -2025-04-05 f3s: Kubernetes with FreeBSD - Part 4: Rocky Linux Bhyve VMs
    -2025-02-01 f3s: Kubernetes with FreeBSD - Part 3: Protecting from power cuts
    -2024-12-03 f3s: Kubernetes with FreeBSD - Part 2: Hardware and base installation
    2024-11-17 f3s: Kubernetes with FreeBSD - Part 1: Setting the stage (You are currently reading this)
    +2024-12-03 f3s: Kubernetes with FreeBSD - Part 2: Hardware and base installation
    +2025-02-01 f3s: Kubernetes with FreeBSD - Part 3: Protecting from power cuts
    +2025-04-05 f3s: Kubernetes with FreeBSD - Part 4: Rocky Linux Bhyve VMs

    f3s logo

    @@ -3356,7 +3356,7 @@ dev.cpu.0.freq: 2922

    Why this setup?



    -My previous setup was great for learning Terraform and AWS, but it is too expensive. Costs are under control there, but only because I am shutting down all containers after use (so they are offline ninety percent of the time and still cost around $20 monthly). With the new setup, I could run all containers 24/7 at home, which would still be cheaper in terms of electricity consumption. I have a 50 MBit/s uplink (I could have more if I wanted, but it is plenty for my use case already).
    +My previous setup was great for learning Terraform and AWS, but it is too expensive. Costs are under control there, but only because I am shutting down all containers after use (so they are offline ninety percent of the time and still cost around $20 monthly). With the new setup, I could run all containers 24/7 at home, which would still be cheaper in terms of electricity consumption. I have a 400 MBit/s uplink (I could have more if I wanted, but it is more than plenty for my use case already).

    From babylon5.buetow.org to .cloud

    diff --git a/gemfeed/f3s-kubernetes-with-freebsd-part-5/wireguard-full-mesh.svg b/gemfeed/f3s-kubernetes-with-freebsd-part-5/wireguard-full-mesh.svg new file mode 100644 index 00000000..f2f4f359 --- /dev/null +++ b/gemfeed/f3s-kubernetes-with-freebsd-part-5/wireguard-full-mesh.svg @@ -0,0 +1,772 @@ + + + + + + + + 2025-05-04T06:41:23.234045 + image/svg+xml + + + Matplotlib v3.6.3, https://matplotlib.org/ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/index.html b/index.html index 1e5fcb5b..b93380e6 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@

    Hello!



    -This site was generated at 2025-05-02T11:57:02+03:00 by Gemtexter
    +This site was generated at 2025-05-05T22:21:05+03:00 by Gemtexter

    Welcome to the ...

    diff --git a/uptime-stats.html b/uptime-stats.html index 02c0c264..6772368c 100644 --- a/uptime-stats.html +++ b/uptime-stats.html @@ -13,7 +13,7 @@

    My machine uptime stats



    -This site was last updated at 2025-05-02T11:57:02+03:00
    +This site was last updated at 2025-05-05T22:21:05+03: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.

    @@ -36,21 +36,21 @@ +-----+----------------+-------+ | 1. | alphacentauri | 671 | | 2. | mars | 207 | -| 3. | *earth | 177 | +| 3. | *earth | 179 | | 4. | callisto | 153 | | 5. | dionysus | 136 | | 6. | tauceti-e | 120 | -| 7. | *makemake | 74 | -| 8. | uranus | 59 | +| 7. | *makemake | 76 | +| 8. | *uranus | 59 | | 9. | pluto | 51 | | 10. | mega15289 | 50 | -| 11. | *fishfinger | 43 | -| 12. | *t450 | 43 | +| 11. | *t450 | 43 | +| 12. | *fishfinger | 43 | | 13. | phobos | 40 | | 14. | mega8477 | 40 | | 15. | *mega-m3-pro | 39 | -| 16. | sun | 33 | -| 17. | *blowfish | 33 | +| 16. | *blowfish | 33 | +| 17. | sun | 33 | | 18. | *f2 | 25 | | 19. | *f1 | 20 | | 20. | moon | 20 | @@ -67,9 +67,9 @@ +-----+----------------+-----------------------------+ | 1. | vulcan | 4 years, 5 months, 6 days | | 2. | sun | 3 years, 9 months, 26 days | -| 3. | uranus | 3 years, 9 months, 5 days | +| 3. | *uranus | 3 years, 9 months, 5 days | | 4. | uugrn | 3 years, 5 months, 5 days | -| 5. | *earth | 3 years, 4 months, 19 days | +| 5. | *earth | 3 years, 4 months, 24 days | | 6. | *blowfish | 3 years, 4 months, 17 days | | 7. | deltavega | 3 years, 1 months, 21 days | | 8. | pluto | 2 years, 10 months, 29 days | @@ -80,7 +80,7 @@ | 13. | *t450 | 1 years, 3 months, 29 days | | 14. | mega8477 | 1 years, 3 months, 25 days | | 15. | host0 | 1 years, 3 months, 9 days | -| 16. | *makemake | 1 years, 3 months, 3 days | +| 16. | *makemake | 1 years, 3 months, 5 days | | 17. | tauceti-e | 1 years, 2 months, 20 days | | 18. | *mega-m3-pro | 0 years, 11 months, 27 days | | 19. | callisto | 0 years, 10 months, 31 days | @@ -96,10 +96,10 @@ +-----+----------------+-------+ | Pos | Host | Score | +-----+----------------+-------+ -| 1. | uranus | 336 | +| 1. | *uranus | 342 | | 2. | vulcan | 275 | | 3. | sun | 238 | -| 4. | *earth | 233 | +| 4. | *earth | 234 | | 5. | *blowfish | 213 | | 6. | uugrn | 211 | | 7. | alphacentauri | 201 | @@ -109,7 +109,7 @@ | 11. | dionysus | 156 | | 12. | mega15289 | 147 | | 13. | tauceti | 141 | -| 14. | *makemake | 129 | +| 14. | *makemake | 131 | | 15. | tauceti-f | 108 | | 16. | *t450 | 101 | | 17. | tauceti-e | 96 | @@ -128,9 +128,9 @@ | Pos | Host | Downtime | +-----+----------------+-----------------------------+ | 1. | dionysus | 8 years, 3 months, 16 days | -| 2. | uranus | 6 years, 4 months, 15 days | +| 2. | *uranus | 6 years, 7 months, 31 days | | 3. | alphacentauri | 5 years, 11 months, 18 days | -| 4. | *makemake | 3 years, 1 months, 9 days | +| 4. | *makemake | 3 years, 2 months, 2 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 | @@ -158,12 +158,12 @@ +-----+----------------+-----------------------------+ | Pos | Host | Lifespan | +-----+----------------+-----------------------------+ -| 1. | uranus | 9 years, 12 months, 20 days | +| 1. | *uranus | 10 years, 4 months, 5 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. | *makemake | 4 years, 3 months, 12 days | -| 6. | *earth | 3 years, 10 months, 6 days | +| 5. | *makemake | 4 years, 4 months, 7 days | +| 6. | *earth | 3 years, 10 months, 10 days | | 7. | sun | 3 years, 10 months, 2 days | | 8. | uugrn | 3 years, 5 months, 5 days | | 9. | *blowfish | 3 years, 4 months, 18 days | @@ -193,13 +193,13 @@ | 2. | Linux 3... | 550 | | 3. | Linux 5... | 162 | | 4. | Linux 4... | 161 | -| 5. | *Linux 6... | 156 | +| 5. | *Linux 6... | 159 | | 6. | FreeBSD 11... | 153 | | 7. | FreeBSD 13... | 116 | | 8. | *OpenBSD 7... | 86 | | 9. | *FreeBSD 14... | 79 | | 10. | Darwin 13... | 40 | -| 11. | *Darwin 23... | 33 | +| 11. | Darwin 23... | 33 | | 12. | FreeBSD 5... | 25 | | 13. | Linux 2... | 22 | | 14. | Darwin 21... | 17 | @@ -225,13 +225,13 @@ | 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. | *Linux 6... | 2 years, 7 months, 15 days | +| 6. | *Linux 6... | 2 years, 7 months, 22 days | | 7. | FreeBSD 11... | 2 years, 4 months, 28 days | | 8. | Linux 2... | 1 years, 11 months, 21 days | | 9. | *FreeBSD 14... | 1 years, 5 months, 2 days | | 10. | Darwin 13... | 1 years, 3 months, 25 days | | 11. | FreeBSD 6... | 1 years, 3 months, 9 days | -| 12. | *Darwin 23... | 0 years, 11 months, 9 days | +| 12. | Darwin 23... | 0 years, 11 months, 9 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 | @@ -255,21 +255,21 @@ | 2. | *OpenBSD 7... | 424 | | 3. | FreeBSD 10... | 406 | | 4. | Linux 5... | 317 | -| 5. | *Linux 6... | 176 | +| 5. | *Linux 6... | 177 | | 6. | Linux 4... | 175 | | 7. | FreeBSD 11... | 159 | | 8. | Linux 2... | 121 | | 9. | *FreeBSD 14... | 93 | | 10. | Darwin 13... | 80 | | 11. | FreeBSD 6... | 75 | -| 12. | *Darwin 23... | 59 | +| 12. | Darwin 23... | 56 | | 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 24... | 18 | +-----+----------------+-------+ @@ -282,10 +282,11 @@ +-----+------------+-------+ | Pos | KernelName | Boots | +-----+------------+-------+ -| 1. | *Linux | 1051 | +| 1. | *Linux | 1054 | | 2. | *FreeBSD | 944 | | 3. | *Darwin | 144 | | 4. | *OpenBSD | 96 | +| 5. | *NetBSD | 1 | +-----+------------+-------+
    @@ -294,14 +295,15 @@ Uptime is the total uptime of a host over the entire lifespan.

    -+-----+------------+----------------------------+
    -| Pos | KernelName |                     Uptime |
    -+-----+------------+----------------------------+
    -|  1. |     *Linux | 27 years, 8 months, 6 days |
    -|  2. |   *FreeBSD | 11 years, 4 months, 3 days |
    -|  3. |   *OpenBSD |  7 years, 3 months, 8 days |
    -|  4. |    *Darwin | 4 years, 7 months, 19 days |
    -+-----+------------+----------------------------+
    ++-----+------------+-----------------------------+
    +| Pos | KernelName |                      Uptime |
    ++-----+------------+-----------------------------+
    +|  1. |     *Linux | 27 years, 8 months, 13 days |
    +|  2. |   *FreeBSD |  11 years, 4 months, 3 days |
    +|  3. |   *OpenBSD |   7 years, 3 months, 8 days |
    +|  4. |    *Darwin |  4 years, 7 months, 19 days |
    +|  5. |    *NetBSD |   0 years, 1 months, 1 days |
    ++-----+------------+-----------------------------+
     

    Top 20 Score's by KernelName


    @@ -312,10 +314,11 @@ +-----+------------+-------+ | Pos | KernelName | Score | +-----+------------+-------+ -| 1. | *Linux | 1835 | +| 1. | *Linux | 1836 | | 2. | *FreeBSD | 794 | | 3. | *OpenBSD | 464 | | 4. | *Darwin | 301 | +| 5. | *NetBSD | 2 | +-----+------------+-------+
    -- cgit v1.2.3