From 9429c44ba1ca53f43d203c31ae167f87b5844e02 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 5 Dec 2024 11:32:22 +0200 Subject: Update content for html --- about/resources.html | 158 ++++++++++----------- ...4-12-03-f3s-kubernetes-with-freebsd-part-2.html | 13 +- gemfeed/atom.xml | 15 +- index.html | 2 +- uptime-stats.html | 2 +- 5 files changed, 102 insertions(+), 88 deletions(-) diff --git a/about/resources.html b/about/resources.html index f11bee18..101a3ec7 100644 --- a/about/resources.html +++ b/about/resources.html @@ -47,100 +47,100 @@ 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

@@ -149,31 +149,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



@@ -182,43 +182,43 @@ 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



This is a mix of tech and non-tech newsletters I am subscribed to. In random order:


Formal education



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 f8c61c18..a660b371 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 @@ -38,7 +38,7 @@
  • Installing FreeBSD
  • Base install
  • Latest patch level and customizing /etc/hosts
  • -
  • Additional packages after install
  • +
  • After install
  • ⇢ ⇢ Helix editor
  • ⇢ ⇢ doas
  • ⇢ ⇢ Periodic ZFS snapshotting
  • @@ -162,7 +162,7 @@ http://www.gnu.org/software/src-highlite --> END
    -

    Additional packages after install


    +

    After install



    After that, I installed the following additional packages:

    @@ -177,6 +177,8 @@ http://www.gnu.org/software/src-highlite -->
    Helix? It's my favourite text editor. I have nothing against vi but like hx (Helix) more!

    +https://helix-editor.com/
    +

    doas



    doas? It's a pretty neat (and KISS) replacement for sudo. It has far fewer features than sudo, which is supposed to make it more secure. Its origin is the OpenBSD project. For doas, I accepted the default configuration (where users in the wheel group are allowed to run commands as root):
    @@ -188,6 +190,8 @@ http://www.gnu.org/software/src-highlite -->
    root@f0:~ # cp /usr/local/etc/doas.conf.sample /usr/local/etc/doas.conf
     

    +https://man.openbsd.org/doas
    +

    Periodic ZFS snapshotting



    zfs-periodic is a nifty tool for automatically creating ZFS snapshots. I decided to go with the following configuration here:
    @@ -216,6 +220,8 @@ http://www.gnu.org/software/src-highlite --> monthly_zfs_snapshot_keep: 2 -> 6
    +https://github.com/ross/zfs-periodic
    +

    Uptime tracking



    uptimed? I like to track my uptimes. This is how I configured the daemon:
    @@ -258,7 +264,8 @@ http://www.gnu.org/software/src-highlite -->
    This is how I track the uptimes for all of my host:

    -Unveiling guprecords.raku: Global Uptime Records with Raku
    +Unveiling guprecords.raku: Global Uptime Records with Raku-
    +https://github.com/rpodgorny/uptimed

    Hardware check



    diff --git a/gemfeed/atom.xml b/gemfeed/atom.xml index 95f51da6..ada8df9f 100644 --- a/gemfeed/atom.xml +++ b/gemfeed/atom.xml @@ -1,6 +1,6 @@ - 2024-12-05T11:28:33+02:00 + 2024-12-05T11:31:52+02:00 foo.zone feed To be in the .zone! @@ -48,7 +48,7 @@
  • Installing FreeBSD
  • Base install
  • Latest patch level and customizing /etc/hosts
  • -
  • Additional packages after install
  • +
  • After install
  • ⇢ ⇢ Helix editor
  • ⇢ ⇢ doas
  • ⇢ ⇢ Periodic ZFS snapshotting
  • @@ -172,7 +172,7 @@ http://www.gnu.org/software/src-highlite --> END
    -

    Additional packages after install


    +

    After install



    After that, I installed the following additional packages:

    @@ -187,6 +187,8 @@ http://www.gnu.org/software/src-highlite -->
    Helix? It's my favourite text editor. I have nothing against vi but like hx (Helix) more!

    +https://helix-editor.com/
    +

    doas



    doas? It's a pretty neat (and KISS) replacement for sudo. It has far fewer features than sudo, which is supposed to make it more secure. Its origin is the OpenBSD project. For doas, I accepted the default configuration (where users in the wheel group are allowed to run commands as root):
    @@ -198,6 +200,8 @@ http://www.gnu.org/software/src-highlite -->
    root@f0:~ # cp /usr/local/etc/doas.conf.sample /usr/local/etc/doas.conf
     

    +https://man.openbsd.org/doas
    +

    Periodic ZFS snapshotting



    zfs-periodic is a nifty tool for automatically creating ZFS snapshots. I decided to go with the following configuration here:
    @@ -226,6 +230,8 @@ http://www.gnu.org/software/src-highlite --> monthly_zfs_snapshot_keep: 2 -> 6
    +https://github.com/ross/zfs-periodic
    +

    Uptime tracking



    uptimed? I like to track my uptimes. This is how I configured the daemon:
    @@ -268,7 +274,8 @@ http://www.gnu.org/software/src-highlite -->
    This is how I track the uptimes for all of my host:

    -Unveiling guprecords.raku: Global Uptime Records with Raku
    +Unveiling guprecords.raku: Global Uptime Records with Raku-
    +https://github.com/rpodgorny/uptimed

    Hardware check



    diff --git a/index.html b/index.html index d6adf093..f1943dd0 100644 --- a/index.html +++ b/index.html @@ -10,7 +10,7 @@

    foo.zone



    -This site was generated at 2024-12-05T11:28:33+02:00 by Gemtexter
    +This site was generated at 2024-12-05T11:31:52+02:00 by Gemtexter

    Welcome to the foo.zone. Everything you read on this site is my personal opinion and experience. You can call me a Linux/*BSD enthusiast and hobbyist. I mainly write about tech, IT, programming and sometimes also about self-improvement here. Note that this blog usually does not overlap with what I do at my day job as a Site Reliability Engineer.

    diff --git a/uptime-stats.html b/uptime-stats.html index f5c5435c..f01facfc 100644 --- a/uptime-stats.html +++ b/uptime-stats.html @@ -10,7 +10,7 @@

    My machine uptime stats



    -This site was last updated at 2024-12-05T11:28:33+02:00
    +This site was last updated at 2024-12-05T11:31:52+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.

    -- cgit v1.2.3