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 --- .../2024-12-03-f3s-kubernetes-with-freebsd-part-2.html | 13 ++++++++++--- gemfeed/atom.xml | 15 +++++++++++---- 2 files changed, 21 insertions(+), 7 deletions(-) (limited to 'gemfeed') 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



    -- cgit v1.2.3