On Thu, Aug 09, 2001 at 03:04:49AM -0700, Karsten M. Self wrote: > on Thu, Aug 09, 2001 at 11:46:59AM +0200, Arno Baier ([EMAIL PROTECTED]) > wrote: > > hi folks, > > i have 3 woddy boxes and until now i made for each a upgrade by downloading > > each file three times. now i want to set up x and kde, these are to many > > files to > > download them three times. > > is ther any solution to download the files and store them > > and upgrade the other boxes with these files? > > > > i will not set up an mirror, to low internet connection - to many files ! > > You can accomplish much the same effect as mirroring, more efficiently, > by setting up a transparent squid proxy. Your webrowsing will also > benefit.
any chance we can get that translated into english? :) (and is there a /translucent/ or /opaque/ squid proxy?) what's transparent, and how does a debster set it up? -- DEBIAN NEWBIE TIP #69 from Will Trillich <[EMAIL PROTECTED]> : Preparing to UPGRADE POSTGRESQL? If you have a second machine on your network that you can tinker with, do your upgrade there, first: you can have your current applications link to the remote database through the network: psql -h 192.168.2.17 myDB or in perl, $dbh = DBI->connect('dbi:Pg:dbname=myDB;host=192.168.2.17'); (You may need to tweak your 'host-based access' settings in /etc/postgresql/pg_hba.conf, first.) Once you're satisfied that all is well, upgrade your main server. No down time! See "man psql" and "man DBD::Pg" for details. Also see http://newbieDoc.sourceForge.net/ ...