From 5a6d993a4e3a3096fc80d46e31ea8c0b5338b520 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 29 Sep 2025 09:39:26 +0300 Subject: Update content for gemtext --- gemfeed/2024-12-03-f3s-kubernetes-with-freebsd-part-2.gmi | 9 ++++----- gemfeed/atom.xml | 13 ++++++------- gemfeed/index.gmi | 2 +- 3 files changed, 11 insertions(+), 13 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 601a2edd..70036e8a 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 @@ -1,4 +1,4 @@ -# f3s: Kubernetes with FreeBSD - Part 2: Hardware and base installation + f3s: Kubernetes with FreeBSD - Part 2: Hardware and base installation > Published at 2024-12-02T23:48:21+02:00 @@ -23,7 +23,6 @@ Let's continue... ## Table of Contents -* ⇢ f3s: Kubernetes with FreeBSD - Part 2: Hardware and base installation * ⇢ Deciding on the hardware * ⇢ ⇢ Not ARM but Intel N100 * ⇢ ⇢ Beelink unboxing @@ -177,13 +176,13 @@ root@f0:~ # cp /usr/local/etc/doas.conf.sample /usr/local/etc/doas.conf ```sh root@f0:~ # cat <>/etc/periodic.conf daily_zfs_snapshot_enable="YES" -daily_zfs_snapshot_pools="zroot,zdata" +daily_zfs_snapshot_pools="zroot zdata" daily_zfs_snapshot_keep="7" weekly_zfs_snapshot_enable="YES" -weekly_zfs_snapshot_pools="zroot,zdata" +weekly_zfs_snapshot_pools="zroot zdata" weekly_zfs_snapshot_keep="5" monthly_zfs_snapshot_enable="YES" -monthly_zfs_snapshot_pools="zroot,zdata" +monthly_zfs_snapshot_pools="zroot zdata" monthly_zfs_snapshot_keep="6" END ``` diff --git a/gemfeed/atom.xml b/gemfeed/atom.xml index f243bdc1..7a058662 100644 --- a/gemfeed/atom.xml +++ b/gemfeed/atom.xml @@ -1,6 +1,6 @@ - 2025-09-18T20:39:02+03:00 + 2025-09-29T09:38:00+03:00 foo.zone feed To be in the .zone! @@ -8048,7 +8048,7 @@ Jan 26 17:36:32 f2 apcupsd[2159]: apcupsd shutdown succeeded - f3s: Kubernetes with FreeBSD - Part 2: Hardware and base installation + Deciding on the hardware gemini://foo.zone/gemfeed/2024-12-03-f3s-kubernetes-with-freebsd-part-2.gmi 2024-12-02T23:48:21+02:00 @@ -8059,7 +8059,7 @@ Jan 26 17:36:32 f2 apcupsd[2159]: apcupsd shutdown succeeded This is the second 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.
-

f3s: Kubernetes with FreeBSD - Part 2: Hardware and base installation


+ f3s: Kubernetes with FreeBSD - Part 2: Hardware and base installation

Published at 2024-12-02T23:48:21+02:00

@@ -8085,7 +8085,6 @@ Jan 26 17:36:32 f2 apcupsd[2159]: apcupsd shutdown succeeded

Table of Contents



    -
  • f3s: Kubernetes with FreeBSD - Part 2: Hardware and base installation
  • Deciding on the hardware
  • Not ARM but Intel N100
  • Beelink unboxing
  • @@ -8260,13 +8259,13 @@ http://www.lorenzobettini.it http://www.gnu.org/software/src-highlite -->
    root@f0:~ # cat <<END >>/etc/periodic.conf
     daily_zfs_snapshot_enable="YES"
    -daily_zfs_snapshot_pools="zroot,zdata"
    +daily_zfs_snapshot_pools="zroot zdata"
     daily_zfs_snapshot_keep="7"
     weekly_zfs_snapshot_enable="YES"
    -weekly_zfs_snapshot_pools="zroot,zdata"
    +weekly_zfs_snapshot_pools="zroot zdata"
     weekly_zfs_snapshot_keep="5"
     monthly_zfs_snapshot_enable="YES"
    -monthly_zfs_snapshot_pools="zroot,zdata"
    +monthly_zfs_snapshot_pools="zroot zdata"
     monthly_zfs_snapshot_keep="6"
     END
     
    diff --git a/gemfeed/index.gmi b/gemfeed/index.gmi index 302b9dd9..2ee9a49f 100644 --- a/gemfeed/index.gmi +++ b/gemfeed/index.gmi @@ -19,7 +19,7 @@ => ./2025-01-15-working-with-an-sre-interview.gmi 2025-01-15 - Working with an SRE Interview => ./2025-01-01-posts-from-october-to-december-2024.gmi 2025-01-01 - Posts from October to December 2024 => ./2024-12-15-random-helix-themes.gmi 2024-12-15 - Random Helix Themes -=> ./2024-12-03-f3s-kubernetes-with-freebsd-part-2.gmi 2024-12-03 - f3s: Kubernetes with FreeBSD - Part 2: Hardware and base installation +=> ./2024-12-03-f3s-kubernetes-with-freebsd-part-2.gmi 2024-12-03 - Deciding on the hardware => ./2024-11-17-f3s-kubernetes-with-freebsd-part-1.gmi 2024-11-17 - f3s: Kubernetes with FreeBSD - Part 1: Setting the stage => ./2024-10-24-staff-engineer-book-notes.gmi 2024-10-24 - 'Staff Engineer' book notes => ./2024-10-02-gemtexter-3.0.0-lets-gemtext-again-4.gmi 2024-10-02 - Gemtexter 3.0.0 - Let's Gemtext again⁴ -- cgit v1.2.3