From c6e6abcb2ff84eb2eab51ee6c07f7352e78d927b Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 24 Aug 2024 19:59:34 +0300 Subject: Update content for gemtext --- gemfeed/2023-09-25-dtail-usage-examples.gmi.tpl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gemfeed/2023-09-25-dtail-usage-examples.gmi.tpl') diff --git a/gemfeed/2023-09-25-dtail-usage-examples.gmi.tpl b/gemfeed/2023-09-25-dtail-usage-examples.gmi.tpl index 8c41c1f7..54a239ae 100644 --- a/gemfeed/2023-09-25-dtail-usage-examples.gmi.tpl +++ b/gemfeed/2023-09-25-dtail-usage-examples.gmi.tpl @@ -2,6 +2,10 @@ > Published at 2023-09-25T14:57:42+03:00 +<< template::inline::toc + +## Introduction + Hey there. As I am pretty busy this month personally (I am now on Paternity Leave) and as I still want to post once monthly, the blog post of this month will only be some DTail usage examples. They're from the DTail documentation, but not all readers of my blog may be aware of those! DTail is a distributed DevOps tool for tailing, grepping, catting logs and other text files on many remote machines at once which I programmed in Go. -- cgit v1.2.3 From fa3426b5d9ac9eeccaea3aa7e4eb44e1fa2eab65 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 26 Aug 2024 23:07:44 +0300 Subject: Update content for gemtext --- gemfeed/2023-09-25-dtail-usage-examples.gmi.tpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gemfeed/2023-09-25-dtail-usage-examples.gmi.tpl') diff --git a/gemfeed/2023-09-25-dtail-usage-examples.gmi.tpl b/gemfeed/2023-09-25-dtail-usage-examples.gmi.tpl index 54a239ae..1d8e960a 100644 --- a/gemfeed/2023-09-25-dtail-usage-examples.gmi.tpl +++ b/gemfeed/2023-09-25-dtail-usage-examples.gmi.tpl @@ -2,10 +2,6 @@ > Published at 2023-09-25T14:57:42+03:00 -<< template::inline::toc - -## Introduction - Hey there. As I am pretty busy this month personally (I am now on Paternity Leave) and as I still want to post once monthly, the blog post of this month will only be some DTail usage examples. They're from the DTail documentation, but not all readers of my blog may be aware of those! DTail is a distributed DevOps tool for tailing, grepping, catting logs and other text files on many remote machines at once which I programmed in Go. @@ -26,6 +22,10 @@ DTail is a distributed DevOps tool for tailing, grepping, catting logs and other | | ``` +<< template::inline::toc + +## Commands + DTail consists out of a server and several client binaries. In this post, I am showcasing their use! * Use `dtail` to follow logs -- cgit v1.2.3 From f4f38d93eee70b7a397c295a3b64eec3ac00075d Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 2 Feb 2025 10:58:22 +0200 Subject: fix --- gemfeed/2023-09-25-dtail-usage-examples.gmi.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gemfeed/2023-09-25-dtail-usage-examples.gmi.tpl') diff --git a/gemfeed/2023-09-25-dtail-usage-examples.gmi.tpl b/gemfeed/2023-09-25-dtail-usage-examples.gmi.tpl index 1d8e960a..8dc6f852 100644 --- a/gemfeed/2023-09-25-dtail-usage-examples.gmi.tpl +++ b/gemfeed/2023-09-25-dtail-usage-examples.gmi.tpl @@ -236,7 +236,7 @@ E-Mail your comments to `paul@nospam.buetow.org` :-) Other related posts are: -<< template::inline::index dtail +<< template::inline::rindex dtail I hope you find the tools presented in this post useful! -- cgit v1.2.3