Can someone (with a good modem) send me 10.1.5?

two threads by the same person (but different usernames) about the same thing? great. :)

*mail* you a 45 meg file? that's a bit big. even the smaller version is 22 megs. i agree with Ed: get the smaller files, though. you can also try to a) let software update handle it or b) get the file via the web from apple's support site.

if you want your computer to stay connected, use a 'tickler'. for example you could use ping, to ping a host in the terminal - the connection should stay up afaik.
 
In Terminal,
Code:
ping -i 60 www.apple.com
sends a ping to Apple every minute. That should keep most connections active...
 
Back
Top