From 6d00283fe222428cb66f54492dab2858317f3d3a Mon Sep 17 00:00:00 2001 From: Malin Freeborn Date: Fri, 1 May 2026 14:21:48 +0200 Subject: [PATCH] cmd: show test in journal vacuum --- command.rec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/command.rec b/command.rec index a05df57..9c04570 100644 --- a/command.rec +++ b/command.rec @@ -195,18 +195,22 @@ shell: sh bin: journalctl tag: system -aim: Limit the journal's size to 2 gigabytes +aim: Limit the systemd's journal size to 2 gigabytes cmd: journalctl --vacuum-size=2G ++ journalctl --disk-usage shell: sh bin: journalctl tag: system +tag: logs aim: Log the fact that you've installed your own `dnsmasq` on your system to `journalctl`, so that you can determine why your system's broken later cmd: logger "Installed new dnsmasq" + sudo journalctl -f shell: sh bin: journalctl +bin: logger tag: system +tag: logs aim: Convert markdown table to csv cmd: mlr --imarkdown --ocsv cat ${file}.md