diff options
Diffstat (limited to 'gemfeed/2022-10-30-installing-dtail-on-openbsd.md')
| -rw-r--r-- | gemfeed/2022-10-30-installing-dtail-on-openbsd.md | 27 |
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: |
