diff --git a/command.rec b/command.rec index 4c82f75..09bda6a 100644 --- a/command.rec +++ b/command.rec @@ -163,6 +163,13 @@ shell: sh bin: journalctl tag: system +aim: Get back terminal after ssh freezes remote machine +cmd: ~. +shell: sh +bin: ssh +tag: system +tag: comfy + aim: Find errors since a date cmd: date=2027-01-01 + journalctl --since=${date} --grep="EXT4-fs error"