Tuesday, May 06, 2014

What's whoopsie?

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

What's the quickest way to find duplicated files?

find . ! -empty -type f -exec md5sum {} + | sort | uniq -w32 -dD fdupes -r / linux_czkawka_gui.AppImage