cmd: return terminal after ssh freeze
This commit is contained in:
@@ -163,6 +163,13 @@ shell: sh
|
|||||||
bin: journalctl
|
bin: journalctl
|
||||||
tag: system
|
tag: system
|
||||||
|
|
||||||
|
aim: Get back terminal after ssh freezes remote machine
|
||||||
|
cmd: <Return>~.
|
||||||
|
shell: sh
|
||||||
|
bin: ssh
|
||||||
|
tag: system
|
||||||
|
tag: comfy
|
||||||
|
|
||||||
aim: Find errors since a date
|
aim: Find errors since a date
|
||||||
cmd: date=2027-01-01
|
cmd: date=2027-01-01
|
||||||
+ journalctl --since=${date} --grep="EXT4-fs error"
|
+ journalctl --since=${date} --grep="EXT4-fs error"
|
||||||
|
|||||||
Reference in New Issue
Block a user