Is pre-linking worth it?
Is pre-linking worth it?
Posted Jul 23, 2009 21:37 UTC (Thu) by ariveira (guest, #57833)In reply to: Is pre-linking worth it? by zlynx
Parent article: Is pre-linking worth it?
Yep;
for f in ~/.mozilla/firefox/*/*.sqlite; do sqlite3 $f 'VACUUM;'; done
from time to time
