FOR THE LOVE OF ALL THAT IS HOLY...PLEASE REMOVE ME. REMOVE ME.
REMOVE ME FROM THIS LIST!!!! ----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 03, 2004 11:04 PM Subject: Ltsp-discuss digest, Vol 1 #1564 - 3 msgs > Send Ltsp-discuss mailing list submissions to > [EMAIL PROTECTED] > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/ltsp-discuss > or, via email, send a message with subject or body 'help' to > [EMAIL PROTECTED] > > You can reach the person managing the list at > [EMAIL PROTECTED] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Ltsp-discuss digest..." > > > Today's Topics: > > 1. MALA DIRETA DE E-MAILS SEGMENTADOS GEN�RICOS (Luciana Ribeiro) > 2. Nailing down proxies and homepages for users (Andy Rabagliati) > 3. Re: nfs hangs on pivot_root (Eilert) > > --__--__-- > > Message: 1 > From: "Luciana Ribeiro" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Date: Thu, 3 Jun 2004 00:40:09 -0300 > Subject: [Ltsp-discuss] MALA DIRETA DE E-MAILS SEGMENTADOS GEN�RICOS > > Melhor site do segmento de e-mails separados por categorias, mala direta, > emails, mailing list, lista emails, lista e-mails, propaganda: > http://www.gueb.de/divulgamail > > Listas de email direcionadas para divulga��o de homepages ou venda de > produtos e servi�os via internet. E-mail marketing, spam, listas de mala > direta. programas gr�tis. Visite agora: > http://www.gueb.de/divulgamail > > > --__--__-- > > Message: 2 > Date: Thu, 3 Jun 2004 11:29:09 +0200 > From: Andy Rabagliati <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: [Ltsp-discuss] Nailing down proxies and homepages for users > > Folks, > > My schools use LTSP, with a wwwoffle offline web cache. > > I need to set up proxies and a default home page for all learners. > > This is a script I use for changing those settings on all > mozilla-ish browsers. > > Cheers, Andy! > > #! /bin/bash > # sed script for fixing disk cache, proxies, homepage > # Andy Rabagliati - http://wizzy.org.za/ > > PROXYHOST=_WIZZY_HOSTNAME_.wizzy.org.za > HOMEPAGE=http://_WIZZY_HOSTNAME_.wizzy.org.za/ > > for f in /usr/lib/*/defaults/pref/all.js /usr/lib/*/program/defaults/pref/all.js > do > sed -e 's%^.*"browser.cache.enable".*%pref("browser.cache.enable",false);//WIZZY%' \ > -e 's%^.*"network.proxy.type".*%pref("network.proxy.type",1);//WIZZY%' \ > -e 's%^.*"network.proxy.ftp".*%pref("network.proxy.ftp","'$PROXYHOST'");//WIZZY %' \ > -e 's%^.*"network.proxy.ftp_port".*%pref("network.proxy.ftp_port",8080);//WIZZY %' \ > -e 's%^.*"network.proxy.http".*%pref("network.proxy.http","'$PROXYHOST'")//WIZZ Y;%' \ > -e 's%^.*"network.proxy.http_port".*%pref("network.proxy.http_port",8080);//WIZ ZY%' \ > -e 's%^.*"network.proxy.ssl".*%pref("network.proxy.ssl","'$PROXYHOST'");//WIZZY %' \ > -e 's%^.*"network.proxy.ssl_port".*%pref("network.proxy.ssl_port",8080);//WIZZY %' \ > -e 's%^.*"general.config.filename".*%%' \ > -e '$apref("general.config.filename","mozilla.cfg");//WIZZY' < $f >/tmp/all.js > mv /tmp/all.js $f > done > > for f in /usr/lib/*/defaults/autoconfig/prefcalls.js > do > sed -e 's%^.*"browser.startup.homepage".*%%' \ > -e '$alockPref("browser.startup.homepage","'$HOMEPAGE'");//WIZZY' \ > < $f > /tmp/prefcalls.js > mv /tmp/prefcalls.js $f > touch ${f%/defaults/autoconfig/prefcalls.js}/mozilla.cfg > done > > > --__--__-- > > Message: 3 > Date: Thu, 03 Jun 2004 13:00:09 +0200 > From: [EMAIL PROTECTED] (Eilert) > Reply-To: [EMAIL PROTECTED] > Organization: Sprachschule Eilert > To: [EMAIL PROTECTED] > Subject: Re: [Ltsp-discuss] nfs hangs on pivot_root > > Hi Andre, > > > I just tried it out and ignored Yast's complaint. It seems to works now, > so I guess I was successful in principle: As far as I can see, the 10 > MBit terminals have a connection to nfs, and 100 MBit is running anyway. > > However, whenever I come to the software installation module, Yast > complains that both packets are installed. And when I click on remove > for the nfs-utils packet, it will do something and still complain when I > return :-O > > Any explanation for that? > > Rolf > > > > > --__--__-- > > _____________________________________________________________________ > 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 > > > End of Ltsp-discuss Digest > ------------------------------------------------------- This SF.Net email is sponsored by the new InstallShield X. >From Windows to Linux, servers to mobile, InstallShield X is the one installation-authoring solution that does it all. Learn more and evaluate today! http://www.installshield.com/Dev2Dev/0504 _____________________________________________________________________ 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
