summaryrefslogtreecommitdiff
path: root/gemfeed/2022-10-30-installing-dtail-on-openbsd.md
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
commit9bb115af8b870e1171356ef3a7b3ddfff8dedd4f (patch)
tree07592f7ddfe903dcde9c54da05b0fbe4ec1bdf22 /gemfeed/2022-10-30-installing-dtail-on-openbsd.md
parent238eb92c1f28ecb4d44089b230f3345eecdc1af0 (diff)
Update content for md
Diffstat (limited to 'gemfeed/2022-10-30-installing-dtail-on-openbsd.md')
-rw-r--r--gemfeed/2022-10-30-installing-dtail-on-openbsd.md27
1 files changed, 12 insertions, 15 deletions
diff --git a/gemfeed/2022-10-30-installing-dtail-on-openbsd.md b/gemfeed/2022-10-30-installing-dtail-on-openbsd.md
index bf3d9a96..232e7bb4 100644
--- a/gemfeed/2022-10-30-installing-dtail-on-openbsd.md
+++ b/gemfeed/2022-10-30-installing-dtail-on-openbsd.md
@@ -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](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:
+
+[Let's Encrypt with OpenBSD and Rex](./2022-07-30-lets-encrypt-with-openbsd-and-rex.md)
+
+I will also mention some relevant `Rexfile` snippets in this post!
+
```
,_---~~~~~----._
_,,_,*^____ _____``*g*\"*,
@@ -42,7 +54,6 @@
## Table of Contents
* [⇢ Installing DTail on OpenBSD](#installing-dtail-on-openbsd)
-* [⇢ ⇢ Introduction](#introduction)
* [⇢ ⇢ Compile it](#compile-it)
* [⇢ ⇢ Install it](#install-it)
* [⇢ ⇢ ⇢ Rexification](#rexification)
@@ -54,20 +65,6 @@
* [⇢ ⇢ Use it](#use-it)
* [⇢ ⇢ Conclusions](#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](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:
-
-[Let's Encrypt with OpenBSD and Rex](./2022-07-30-lets-encrypt-with-openbsd-and-rex.md)
-
-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: