Last active 1 month ago

mxsr revised this gist 7 months ago. Go to revision

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 + ```
Newer Older