Ubuntu 12.04 - 13.04 - Disable Error Reporting

We've all seen messages like these and they are just annoying now:

To disable them, run this script with bash.

#!/bin/bash
export match_line="enabled=1"
export replace_line="enabled=0"
sudo sed -i "s;$match_line;$replace_line;g" /etc/default/apport

References

No comments:

Post a Comment