Various bits of flotsam that washed up on our computers, before we moved to a better blog system in November 2004. Now a repository for YouTube videos and testing new tools. Go to http://www.b12partners.net/wp/ for more recent content.

Saturday, June 19, 2004

Safari 'favicons'' delete trick

from "Nugget"macosxhints - Cached 'favicons' in Safari can cause slowdowns:


You can easily purge the unused icons from the cache with the following command from Terminal.app: (just cut and paste)

find $HOME/Library/Safari/Icons -type f -atime +30 -name "*.cache" -delete


This might get around the problem that Safari slows down over time. Or not.....

0 Comments:

Post a Comment

Links to this post:

Create a Link

<< Home