Skip to content

Instantly share code, notes, and snippets.

@ntulip
Created March 21, 2013 18:31
Show Gist options
  • Save ntulip/5215458 to your computer and use it in GitHub Desktop.
Save ntulip/5215458 to your computer and use it in GitHub Desktop.
check your ubuntu logs
# http://ubuntuforums.org/showthread.php?t=2035442&s=2fd15b2a74f9f2ca29acab1ce5933614&p=12140524#post12140524
sudo grep 'warning\|oops\|segfault\|error' -iHnr /var/log/dmesg /var/log/syslog /var/log/kern.log /var/log/Xorg.0.log $HOME/.xsession-errors > $HOME/mylog.txt && nano $HOME/mylog.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment