m3n3chm0’s Place ©

Life is killing me

Speedyfox en linux, mac, windows… Agilizar el inicio de Firefox

Increase Firefox 3.* Performance by Optimizing the SQLite Databases [Windows, Linux and Mac OSX]

Since version 3.0, Firefox changed the way it saves your bookmarks, history, cookies, passwords and so on – it now uses SQLite databases. This has some advantages but also disadvantages because over time, the databases are growing in size and become fragmented and this affects the time Firefox needs to start. But the SQLite databases can be optimized which improves the Firefox startup time and from my experience, also improves the awasomebar performance which becomes much more responsive and faster!

How to optimize the SQLite databases in Firefox
-For Linux:

Before we get started, make sure you have sqlite3 installed. For Ubuntu:

CODE
sudo apt-get install sqlite3

Close Firefox and run the following command in a terminal:

-For Firefox 3.0.*:

CODE
for f in ~/.mozilla/firefox/*/*.sqlite; do sqlite3 $f ‘VACUUM;’; done

-For Firefox 3.5.*:

CODE
for f in ~/.mozilla/firefox-3.5/*/*.sqlite; do sqlite3 $f ‘VACUUM;’; done

I suggest you make it a script and then put it in startup so that it will optimize your SQLite databases on each computer startup. To do this, create a new file in your home folder, let’s call it: speed_ff.sh, and paste this in the file:

-For Firefox 3.0.*:

CODE
#!/bin/sh
for f in ~/.mozilla/firefox/*/*.sqlite; do sqlite3 $f ‘VACUUM;’; done

-For Firefox 3.5.*:

CODE
#!/bin/sh
for f in ~/.mozilla/firefox-3.5/*/*.sqlite; do sqlite3 $f ‘VACUUM;’; done

Then me have to make it executable. To do this, use the terminal to navigate to the folder where you created the speed_ff.sh file and:

CODE
chmod +x speed_ff.sh

Now, to run the script on every startup, go to System > Preferences > Startup Applications, click “Add”, in the NAME field enter whatever you want and in the COMMAND field enter the full path to the newly created speed_ff.sh file.

-For Windows

Download IniFox which containts 2 files and extact the archive in the Firefox profile folder. The Firefox profile folder is in the following location:

* Windows XP: C:\Documents and Settings\[username]\Application Data\Mozilla\Firefox\Profiles\[randomcharacters.default]
* Windows Vista: C:\Users\[username]\AppData\Roaming\Mozilla\Firefox\Profiles\[randomcharacters.default]
* Windows 7: C:\Users\[username]\AppData\Roaming\Mozilla\Firefox\Profiles\[randomcharacters.default]

Then you must close Firefox and run the IniFox.bat file. When you start Firefox again you can see that the browser starts quicker. You can also check the .sqlite file size before and after running IniFox, and you will see a noticeable difference.

Windows users – you may also want to check out this post about speeding Firefox 3.5 startup too.

Credits for IniFox: infospyware

-For Mac OSX:

Close Firefox and run the following command:

CODE
cd ~/Library/Application\ Support/Firefox/Profiles/
for f in */*.sqlite; do sqlite3 $f ‘VACUUM;’; done

Septiembre 19, 2009 Publicado por m3n3chm0 | Informática,internet,frikadas...noticias | | Aún no hay comentarios

Buscador / downloads mp3 | Beemp3.com

Buscar, encontrar, descargar !!!

www.beemp3.com

Septiembre 15, 2009 Publicado por m3n3chm0 | Informática,internet,frikadas...noticias | | 2 comentarios

m3n3chm0 Star Effects Bodyboard

Septiembre 10, 2009 Publicado por m3n3chm0 | Bodyboard | | Aún no hay comentarios

IBA Doniños 2009 PRO – Ferrol – Bodyboard


m3n3chm0 DK

m3n3chm0 invert

INVERT – animación GIF – m3n3chm0

Bea – m3n3chm0 – Bego

Con los PROS

Yo y Dave Winchester

Yo y Ben Player

Yo y Brad Hughes

Yo y Mitch Rawlings

Yo y Tamega

Nosotros y Ryan Hardy

Nosotros y Dave Hubbard

Nosotros y Dave Winchester



The family

Mitch Rawlings

Dave Winchester y Terry Mckenna

Dave Winchester

Ardiel Jimenez

Ardiel Jimenez

Ardiel Jimenez

Ben Player

Brad Huhges

Yiyi Obenza

Yiyi Obenza

Dave Hubbard

Dave Hubbard

Dave Hubbard

Mike Stewart

Cristian Pérez

Dave Winchester y su family

Winchester Ganador Doniños 09 IBA

Entrega de premios

Nosotros en la entraga


Dave Hubbard hablando in spanish :) que CRACK !!

Septiembre 9, 2009 Publicado por m3n3chm0 | Bodyboard | | Aún no hay comentarios

ver justin TV toda la liga gratis sin comprar cuenta premium

Lo único que tenemos que hacer cuando nos aparece el limite máximo de usuarios gratis por pais en JUSTIN.TV, es usar un proxy de algun país que no vea mucho futbol xDDDD … así estaremos seguros de que nunca nos va a “petar” y nunca nos pedirá cuenta premium.

Configuráis vuestro navegador,  o utilizando foxyproxy, el addon de firefox con un proxy de japón por ejemplo, USA, Canadá…. y a ver toda la liga gratis de nuevo.

:)

Septiembre 2, 2009 Publicado por m3n3chm0 | Informática,internet,frikadas...noticias | | 2 comentarios