mxsr / linux-logs.md

Last active 4 months ago

Like 0

mxsr revised this gist 9 months ago · df54f44

1 file changed, 11 insertions

linux-logs.md (file created)
@@ -0,0 +1,11 @@
1 + Last error logs from the previous boot:
2 +
3 + ```
4 + journalctl -b -1 -p err..alert
5 + ```
6 +
7 + Last error logs from the boot before that:
8 +
9 + ```
10 + journalctl -b -2 -p err..alert
11 + ```