Archive for October, 2009

Firefox Vacuuming to speed up autocomplete

Tuesday, October 27th, 2009

Tools -> error console
Paste the following in the evaluate bar:
Components.classes["@mozilla.org/browser/nav-history-service;1"].getService(Components.interfaces.nsPIPlacesDatabase).DBConnection.executeSimpleSQL(“VACUUM”);

This cleans up the SQLite DB

Ubuntu 9.10 coming…

Saturday, October 24th, 2009