Firefox – Software-Update fehlgeschlagen

18 04 2009

Sollte es zu der obigen Fehlermeldung kommen so ist das meist nur bei eingeschränkten Benutzerkonten unter Windows XP oder Vista der Fall. Da diese Meldung ziemlich nervt habe ich gegoogelt und das hier gefunden.





Effective Firefox Tuning

7 02 2007

Hi Folks,

I found a good guide for firefox tuning online, what I missed was a simple way to apply the changes described there in the way of doing it using about:config of firefox and doing everything in the gui manually. It’s easier. Change into your firefox user directory for windows this should be something like (sorry for the german in the path ;-) :

C:\Dokumente und Einstellungen\Administrator\Anwendungsdaten\Mozilla\Firefox\Profiles\<Your_Profile_Name>\prefs.js

on linux:

/home/<Your_User_Directory>/.mozilla/firefox/<Your_Profile_Name>/prefs.js

put the following lines somewhere in bettween there:

user_pref("nglayout.initialpaint.delay", 0);
user_pref("plugin.expose_full_path", true);
user_pref("network.dns.disableIPv6", true);
user_pref("network.http.pipelining", true);
user_pref("network.http.pipelining.maxrequests", 8);
user_pref("network.http.proxy.pipelining", true);

save the file, restart firefox and have a look.