One Thing Well

A weblog about simple, useful software.

You can follow along on Twitter or via the feed. Don't hesitate to get in touch. Sponsor the site.

Banish Flash Cookies

I honestly can’t think of a good reason to allow Flash cookies space on your computer.1

To banish them forever, under Linux:

rm -r ~/.macromedia ~/.adobe
ln -s /dev/null ~/.adobe
ln -s /dev/null ~/.macromedia

See also


  1. @mischakrilova points out that you need to keep them around if you play Flash games.