From 4413e91af3e1d62c8c50519f7a6839febabb31ee Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 5 Dec 2024 11:32:22 +0200 Subject: Update content for gemtext --- gemfeed/2024-12-03-f3s-kubernetes-with-freebsd-part-2.gmi | 13 ++++++++++--- .../2024-12-03-f3s-kubernetes-with-freebsd-part-2.gmi.tpl | 11 +++++++++-- gemfeed/atom.xml | 15 +++++++++++---- 3 files changed, 30 insertions(+), 9 deletions(-) (limited to 'gemfeed') diff --git a/gemfeed/2024-12-03-f3s-kubernetes-with-freebsd-part-2.gmi b/gemfeed/2024-12-03-f3s-kubernetes-with-freebsd-part-2.gmi index f7e7e1c1..79c8cd60 100644 --- a/gemfeed/2024-12-03-f3s-kubernetes-with-freebsd-part-2.gmi +++ b/gemfeed/2024-12-03-f3s-kubernetes-with-freebsd-part-2.gmi @@ -27,7 +27,7 @@ Let's continue... * ⇢ Installing FreeBSD * ⇢ ⇢ Base install * ⇢ ⇢ Latest patch level and customizing `/etc/hosts` -* ⇢ ⇢ Additional packages after install +* ⇢ ⇢ After install * ⇢ ⇢ ⇢ Helix editor * ⇢ ⇢ ⇢ `doas` * ⇢ ⇢ ⇢ Periodic ZFS snapshotting @@ -139,7 +139,7 @@ root@f0:~ # cat <>/etc/hosts END ``` -## Additional packages after install +## After install After that, I installed the following additional packages: @@ -151,6 +151,8 @@ root@f0:~ # pkg install helix doas zfs-periodic uptimed 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`): @@ -159,6 +161,8 @@ Helix? It's my favourite text editor. I have nothing against `vi` but like `hx` 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: @@ -184,6 +188,8 @@ root@f0:~ # sysrc monthly_zfs_snapshot_keep=6 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: @@ -217,7 +223,8 @@ NewRec 0 days, 00:07:33 | since Mon Dec 2 12:21:44 2024 This is how I track the uptimes for all of my host: -=> ./2023-05-01-unveiling-guprecords:-uptime-records-with-raku.gmi Unveiling `guprecords.raku`: Global Uptime Records with Raku +=> ./2023-05-01-unveiling-guprecords:-uptime-records-with-raku.gmi Unveiling `guprecords.raku`: Global Uptime Records with Raku- +=> https://github.com/rpodgorny/uptimed # Hardware check diff --git a/gemfeed/2024-12-03-f3s-kubernetes-with-freebsd-part-2.gmi.tpl b/gemfeed/2024-12-03-f3s-kubernetes-with-freebsd-part-2.gmi.tpl index 9b31c5e3..ed410af7 100644 --- a/gemfeed/2024-12-03-f3s-kubernetes-with-freebsd-part-2.gmi.tpl +++ b/gemfeed/2024-12-03-f3s-kubernetes-with-freebsd-part-2.gmi.tpl @@ -118,7 +118,7 @@ root@f0:~ # cat <>/etc/hosts END ``` -## Additional packages after install +## After install After that, I installed the following additional packages: @@ -130,6 +130,8 @@ root@f0:~ # pkg install helix doas zfs-periodic uptimed 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`): @@ -138,6 +140,8 @@ Helix? It's my favourite text editor. I have nothing against `vi` but like `hx` 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: @@ -163,6 +167,8 @@ root@f0:~ # sysrc monthly_zfs_snapshot_keep=6 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: @@ -196,7 +202,8 @@ NewRec 0 days, 00:07:33 | since Mon Dec 2 12:21:44 2024 This is how I track the uptimes for all of my host: -=> ./2023-05-01-unveiling-guprecords:-uptime-records-with-raku.gmi Unveiling `guprecords.raku`: Global Uptime Records with Raku +=> ./2023-05-01-unveiling-guprecords:-uptime-records-with-raku.gmi 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 c273daf3..1d9c6b66 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