diff options
| author | Paul Buetow <paul@buetow.org> | 2024-12-05 11:32:22 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-12-05 11:32:22 +0200 |
| commit | facc83ff8cd77c1f38a4644aa5634944ef467d91 (patch) | |
| tree | 6c581c78dd09396a0664c9f22e2a59db29bd9ff9 /gemfeed | |
| parent | 845fd437eba6a398a4463c70e61bba0399b74553 (diff) | |
Update content for md
Diffstat (limited to 'gemfeed')
| -rw-r--r-- | gemfeed/2024-12-03-f3s-kubernetes-with-freebsd-part-2.md | 13 |
1 files changed, 10 insertions, 3 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 710b6b5b..23dd19fa 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 @@ -27,7 +27,7 @@ Let's continue... * [⇢ Installing FreeBSD](#installing-freebsd) * [⇢ ⇢ Base install](#base-install) * [⇢ ⇢ Latest patch level and customizing `/etc/hosts`](#latest-patch-level-and-customizing-etchosts) -* [⇢ ⇢ Additional packages after install](#additional-packages-after-install) +* [⇢ ⇢ After install](#after-install) * [⇢ ⇢ ⇢ Helix editor](#helix-editor) * [⇢ ⇢ ⇢ `doas`](#doas) * [⇢ ⇢ ⇢ Periodic ZFS snapshotting](#periodic-zfs-snapshotting) @@ -139,7 +139,7 @@ root@f0:~ # cat <<END >>/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/](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](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](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: -[Unveiling `guprecords.raku`: Global Uptime Records with Raku](./2023-05-01-unveiling-guprecords:-uptime-records-with-raku.md) +[Unveiling `guprecords.raku`: Global Uptime Records with Raku-](./2023-05-01-unveiling-guprecords:-uptime-records-with-raku.md) +[https://github.com/rpodgorny/uptimed](https://github.com/rpodgorny/uptimed) # Hardware check |
