On Tue, 2009-10-06 at 12:57 -0400, Anthony Luscre wrote:
> 
> As we start the school year the Internet access has been painfully
> slow on our 3 LTSP setups (1- Fedora 9, 1 Fedora 11 and 1 Edubuntu 9)
> Firefox continuously hangs or will not load saying it has already
> loaded. Everything works fine when only a few users are on but once we
> reach 10 or more things crawl.
> Open Office and other apps are working fine.
> 
> HELP, if I cannot improve performance in the next few weeks, the
> teacher's protests will force me to abandon all LTSP at our district!
> 
> I have been trying to figure out a solution-

> 2. I have tried tweaking FireFox's about:config settings. The problem
> is I do not know how to change the about:config settings on all 400
> user accounts at our HS or 60 lab accounts at elementary. Does anyone
> know of a way to "push" out these FireFox changes to existing
> accounts?
Look at
https://developer.mozilla.org/en/Automatic_Mozilla_Configurator/Locked_config_settings

Roughly speaking, do this:

1). Create a mozilla.txt file containing your settings. Mine is:

//
lockPref("app.update.enabled", false);
lockPref("browser.startup.homepage", "http://localhost";);
lockPref("browser.safebrowsing.enabled", false);
lockPref("browser.safebrowsing.malware.enabled", false);
lockPref("browser.urlbar.maxRichResults", 0);
lockPref("browser.cache.offline.enable", false);
lockPref("browser.cache.disk.enable", false);

2). Create a rot13 encoded version of this file, named mozilla.cfg. 

3). Drop mozilla.cfg into firefox's root folder. On Ubuntu this is:
        
        /usr/lib/firefox-3.x.xx

where 3.x.xx is the current version. Not that you'll need to move this
file whenever you update firefox.

If anybody knows a simpler method...


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net

Reply via email to