Skip to content

Instantly share code, notes, and snippets.

View jfnixon's full-sized avatar
🏠
Working from home

(John) Fred Nixon jfnixon

🏠
Working from home
  • Atlanta, GA
View GitHub Profile
@jfnixon
jfnixon / gist:2ab2c67e32da8ad7d96a85a287bd56dd
Created November 20, 2022 01:10
Look up journalctl errors
journalctl --no-pager --since today --grep 'fail|error|fatal' --output json|jq '._EXE' | \
sort | uniq -c | sort --numeric --reverse --key 1