summaryrefslogtreecommitdiff
path: root/gemfeed/2022-10-30-installing-dtail-on-openbsd.gmi
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-08-26 23:07:44 +0300
committerPaul Buetow <paul@buetow.org>2024-08-26 23:07:44 +0300
commitfa3426b5d9ac9eeccaea3aa7e4eb44e1fa2eab65 (patch)
treef391aa531e8837ffe3ef0601d2a3aa8135c9fcca /gemfeed/2022-10-30-installing-dtail-on-openbsd.gmi
parent87d2c5cdd30fbed688eeac23e173398e95edda10 (diff)
Update content for gemtext
Diffstat (limited to 'gemfeed/2022-10-30-installing-dtail-on-openbsd.gmi')
-rw-r--r--gemfeed/2022-10-30-installing-dtail-on-openbsd.gmi27
1 files changed, 12 insertions, 15 deletions
diff --git a/gemfeed/2022-10-30-installing-dtail-on-openbsd.gmi b/gemfeed/2022-10-30-installing-dtail-on-openbsd.gmi
index da44662d..3492650a 100644
--- a/gemfeed/2022-10-30-installing-dtail-on-openbsd.gmi
+++ b/gemfeed/2022-10-30-installing-dtail-on-openbsd.gmi
@@ -2,6 +2,18 @@
> Published at 2022-10-30T11:03:19+02:00
+This will be a quick blog post, as I am busy with my personal life now. I have relocated to a different country and am still busy arranging things. So bear with me :-)
+
+ In this post, I want to give a quick overview (or how-to) about installing DTail on OpenBSD, as the official documentation only covers Red Hat and Fedora Linux! And this blog post will also be used as my reference!
+
+=> https://dtail.dev
+
+I am using Rexify for my OpenBSD automation. Check out the following article covering my Rex setup in a little bit more detail:
+
+=> ./2022-07-30-lets-encrypt-with-openbsd-and-rex.gmi Let's Encrypt with OpenBSD and Rex
+
+I will also mention some relevant `Rexfile` snippets in this post!
+
```
,_---~~~~~----._
_,,_,*^____ _____``*g*\"*,
@@ -42,7 +54,6 @@
## Table of Contents
* ⇢ Installing DTail on OpenBSD
-* ⇢ ⇢ Introduction
* ⇢ ⇢ Compile it
* ⇢ ⇢ Install it
* ⇢ ⇢ ⇢ Rexification
@@ -54,20 +65,6 @@
* ⇢ ⇢ Use it
* ⇢ ⇢ Conclusions
-## Introduction
-
-This will be a quick blog post, as I am busy with my personal life now. I have relocated to a different country and am still busy arranging things. So bear with me :-)
-
- In this post, I want to give a quick overview (or how-to) about installing DTail on OpenBSD, as the official documentation only covers Red Hat and Fedora Linux! And this blog post will also be used as my reference!
-
-=> https://dtail.dev
-
-I am using Rexify for my OpenBSD automation. Check out the following article covering my Rex setup in a little bit more detail:
-
-=> ./2022-07-30-lets-encrypt-with-openbsd-and-rex.gmi Let's Encrypt with OpenBSD and Rex
-
-I will also mention some relevant `Rexfile` snippets in this post!
-
## Compile it
First of all, DTail needs to be downloaded and compiled. For that, `git`, `go`, and `gmake` are required: