Tuesday, May 03, 2016

What is the 'whoopsie' process and how can I remove it?

How do I disable it on a server or via the command-line?
  • Just change the report_crashes parameter to false in the /etc/default/whoopsie file.
  • Then bid farewell to whoopsie with sudo service whoopsie stop.


     
http://askubuntu.com/questions/135540/what-is-the-whoopsie-process-and-how-can-i-remove-it

No comments:

Post a Comment

xfce4-screenshooter keyboard shortcut

sh -c 'xfce4-screenshooter --fullscreen --save "$HOME/Pictures/Screenshots/Screenshot_$(date +%Y-%m-%d_%H:%M:%S).png"' s...