On Feb 3, 2008 9:12 AM, tms <[EMAIL PROTECTED]> wrote:
> Robert, is that just a setting in the web browser? Or is it set
> elsewhere? Let me know, and I can update the settings next Saturday.
Yes, just a setting in the browser.
Edit > Preferences > Advanced > Network (tab) >
Connection Settings > Manual Proxy Settings >
HTTP Proxy: 192.168.0.2
Port: 3128
Or add these two lines to the prefs.js file for student:
$ grep -i proxy.http ~student/.mozilla/firefox/*.default/prefs.js
user_pref("network.proxy.http", "192.168.0.2");
user_pref("network.proxy.http_port", 3128);
> These are the "new" cloned classroom machines, so whatever is missing
> from them (i.e., Scratch, caching, etc.) is also missing from the images
> on the shop server. Maybe once we get them "just right", we should make
> copies of the images, so the shop server clone script uses the
> newly-created images instead?
You should be able to get a copy from the previous class machines.
Another way is to do a fresh install using the notes on the wiki:
http://wiki.bworks.org/doku.php/debian_etch_install
although it looks as though there are a few things still missing (e.g.
proxy for Iceweasel)
Regards,
- Robert