journalctl recipes: 7 invocations (–since, -u, -p, –grep, -k, -b, –no-pager) that replace tail -f /var/log/…
Most of my muscle memory still types tail -f /var/log/syslog first, then realises three seconds later that the box is on Ubuntu 22 and syslog is sparse — most of the actual log content lives in journald. I had …