diff options
| author | Paul Buetow <paul@buetow.org> | 2024-12-02 23:57:05 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-12-02 23:57:05 +0200 |
| commit | 26a482dbc049154f846d7950dfbd2235cd199aed (patch) | |
| tree | 24468efa2fcb02264a0a48edccb86b4fa1483ed1 /gemfeed | |
| parent | 7b22e71cd786e3d2e80fb0659d72b0934234c028 (diff) | |
Update content for md
Diffstat (limited to 'gemfeed')
| -rw-r--r-- | gemfeed/2024-12-03-f3s-kubernetes-with-freebsd-part-2.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gemfeed/2024-12-03-f3s-kubernetes-with-freebsd-part-2.md b/gemfeed/2024-12-03-f3s-kubernetes-with-freebsd-part-2.md index af562ba0..a9862741 100644 --- a/gemfeed/2024-12-03-f3s-kubernetes-with-freebsd-part-2.md +++ b/gemfeed/2024-12-03-f3s-kubernetes-with-freebsd-part-2.md @@ -109,7 +109,7 @@ The installation was uneventful. I selected: * Guided ZFS on root (pool `zroot`) * Unencrypted ZFS (I will encrypt separate datasets later; I want it to be able to boot without human interaction) * Static IP configuration (to ensure that the boxes always have the same IPs, even after switching the router/DHCP server) -* I decided to enable the SSH daemon, NTP server, and NTP time synchronization at boot, and I also enabled powerd for automatic CPU frequency scaling. +* I decided to enable the SSH daemon, NTP server, and NTP time synchronization at boot, and I also enabled `powerd` for automatic CPU frequency scaling. * In addition to `root,` I added a personal user, `paul,` whom I placed in the `wheel` group. After doing all that three times (once for each Beelink PC), I had three ready-to-use FreeBSD boxes! Their hostnames are `f0`, `f1` and `f2`! @@ -203,6 +203,10 @@ NewRec 0 days, 00:07:33 | since Mon Dec 2 12:21:44 2024 %up 100.000 | since Mon Dec 2 12:21:44 2024 ``` +This is how I track the uptimes for all of my host: + +[Unveiling `guprecords.raku`: Global Uptime Records with Raku](./2023-05-01-unveiling-guprecords:-uptime-records-with-raku.md) + ## Hardware check ### Ethernet |
