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
- Then bid farewell to whoopsie with
sudo service whoopsie stop
git branch -r \ | grep -v '\->' \ | sed "s,\x1B\[[0-9;]*[a-zA-Z],,g" \ | while read remote; do \ git branc...