Skip to content

Instantly share code, notes, and snippets.

@refactormyself
Created March 3, 2020 09:42
Show Gist options
  • Save refactormyself/d67091be063f1867cab5b8694341db2e to your computer and use it in GitHub Desktop.
Save refactormyself/d67091be063f1867cab5b8694341db2e to your computer and use it in GitHub Desktop.
Configure logs after installing a fresh linux Kernel BEFORE rebooting
dmesg -t > dmesg_current
dmesg -t -k > dmesg_kernel
dmesg -t -l emerg > dmesg_current_emerg
dmesg -t -l alert > dmesg_current_alert
dmesg -t -l crit > dmesg_current_alert
dmesg -t -l err > dmesg_current_err
dmesg -t -l warn > dmesg_current_warn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment