1. Find the firefox profile directory
The following command does it on linux :
cd ~/.mozilla/firefox/*.default
2. Reorder the databases
Use the following command
for i in *.sqlite; do sqlite3 $i "vacuum"; done
p2p, web2.0 and live video
cd ~/.mozilla/firefox/*.default
for i in *.sqlite; do sqlite3 $i "vacuum"; done
0 comments:
Post a Comment