Post #1384904
2025-12-16 14:03 UTC
I’d say that journalctl is not only boot, but every service that runs on the computer has its logs collected through it, so you can use it as journalctl --grep="your regex". You can also add -k to check kernel logs, -b -n to check nth precedent boot or -b n to check the absolute nth boot. There is a lot that you can check with it and it is quite nice :)
Otherwise, I like eza as an ls replacement, or batcat as a human friendly cat
Replies (1)
-
@smiletolerantly@awful.systems 2025-12-16 15:42
Don’t forget the almighty: journalctl -fu And yes, I am always reading that as “fuck you, service”.