summaryrefslogtreecommitdiff
path: root/gemfeed
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-12-05 11:32:22 +0200
committerPaul Buetow <paul@buetow.org>2024-12-05 11:32:22 +0200
commit4413e91af3e1d62c8c50519f7a6839febabb31ee (patch)
tree47b3b39d9a3f9349699ec0a1beadf6c1f8ecfcbf /gemfeed
parent2a34f5be2526f82f4071e0680800829bec3e7862 (diff)
Update content for gemtext
Diffstat (limited to 'gemfeed')
-rw-r--r--gemfeed/2024-12-03-f3s-kubernetes-with-freebsd-part-2.gmi13
-rw-r--r--gemfeed/2024-12-03-f3s-kubernetes-with-freebsd-part-2.gmi.tpl11
-rw-r--r--gemfeed/atom.xml15
3 files changed, 30 insertions, 9 deletions
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 <<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/
+
### `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 <<END >>/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 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
- <updated>2024-12-05T11:28:33+02:00</updated>
+ <updated>2024-12-05T11:31:52+02:00</updated>
<title>foo.zone feed</title>
<subtitle>To be in the .zone!</subtitle>
<link href="gemini://foo.zone/gemfeed/atom.xml" rel="self" />
@@ -48,7 +48,7 @@
<li><a href='#installing-freebsd'>Installing FreeBSD</a></li>
<li>⇢ <a href='#base-install'>Base install</a></li>
<li>⇢ <a href='#latest-patch-level-and-customizing-etchosts'>Latest patch level and customizing <span class='inlinecode'>/etc/hosts</span></a></li>
-<li>⇢ <a href='#additional-packages-after-install'>Additional packages after install</a></li>
+<li>⇢ <a href='#after-install'>After install</a></li>
<li>⇢ ⇢ <a href='#helix-editor'>Helix editor</a></li>
<li>⇢ ⇢ <a href='#doas'><span class='inlinecode'>doas</span></a></li>
<li>⇢ ⇢ <a href='#periodic-zfs-snapshotting'>Periodic ZFS snapshotting</a></li>
@@ -172,7 +172,7 @@ http://www.gnu.org/software/src-highlite -->
<font color="#ff0000">END</font>
</pre>
<br />
-<h2 style='display: inline' id='additional-packages-after-install'>Additional packages after install</h2><br />
+<h2 style='display: inline' id='after-install'>After install</h2><br />
<br />
<span>After that, I installed the following additional packages:</span><br />
<br />
@@ -187,6 +187,8 @@ http://www.gnu.org/software/src-highlite -->
<br />
<span>Helix? It&#39;s my favourite text editor. I have nothing against <span class='inlinecode'>vi</span> but like <span class='inlinecode'>hx</span> (Helix) more!</span><br />
<br />
+<a class='textlink' href='https://helix-editor.com/'>https://helix-editor.com/</a><br />
+<br />
<h3 style='display: inline' id='doas'><span class='inlinecode'>doas</span></h3><br />
<br />
<span><span class='inlinecode'>doas</span>? It&#39;s a pretty neat (and KISS) replacement for <span class='inlinecode'>sudo</span>. It has far fewer features than <span class='inlinecode'>sudo</span>, which is supposed to make it more secure. Its origin is the OpenBSD project. For <span class='inlinecode'>doas</span>, I accepted the default configuration (where users in the <span class='inlinecode'>wheel</span> group are allowed to run commands as <span class='inlinecode'>root</span>):</span><br />
@@ -198,6 +200,8 @@ http://www.gnu.org/software/src-highlite -->
<pre><font color="#ff0000">root@f0</font><font color="#F3E651">:~</font><font color="#ff0000"> </font><i><font color="#ababab"># cp /usr/local/etc/doas.conf.sample /usr/local/etc/doas.conf</font></i>
</pre>
<br />
+<a class='textlink' href='https://man.openbsd.org/doas'>https://man.openbsd.org/doas</a><br />
+<br />
<h3 style='display: inline' id='periodic-zfs-snapshotting'>Periodic ZFS snapshotting</h3><br />
<br />
<span><span class='inlinecode'>zfs-periodic</span> is a nifty tool for automatically creating ZFS snapshots. I decided to go with the following configuration here:</span><br />
@@ -226,6 +230,8 @@ http://www.gnu.org/software/src-highlite -->
<font color="#ff0000">monthly_zfs_snapshot_keep</font><font color="#F3E651">:</font><font color="#ff0000"> </font><font color="#bb00ff">2</font><font color="#ff0000"> -</font><font color="#F3E651">&gt;</font><font color="#ff0000"> </font><font color="#bb00ff">6</font>
</pre>
<br />
+<a class='textlink' href='https://github.com/ross/zfs-periodic'>https://github.com/ross/zfs-periodic</a><br />
+<br />
<h3 style='display: inline' id='uptime-tracking'>Uptime tracking</h3><br />
<br />
<span><span class='inlinecode'>uptimed</span>? I like to track my uptimes. This is how I configured the daemon:</span><br />
@@ -268,7 +274,8 @@ http://www.gnu.org/software/src-highlite -->
<br />
<span>This is how I track the uptimes for all of my host:</span><br />
<br />
-<a class='textlink' href='./2023-05-01-unveiling-guprecords:-uptime-records-with-raku.html'>Unveiling <span class='inlinecode'>guprecords.raku</span>: Global Uptime Records with Raku</a><br />
+<a class='textlink' href='./2023-05-01-unveiling-guprecords:-uptime-records-with-raku.html'>Unveiling <span class='inlinecode'>guprecords.raku</span>: Global Uptime Records with Raku-</a><br />
+<a class='textlink' href='https://github.com/rpodgorny/uptimed'>https://github.com/rpodgorny/uptimed</a><br />
<br />
<h1 style='display: inline' id='hardware-check'>Hardware check</h1><br />
<br />