| Author |
Message |
bill
Joined: 28 May 2008 Posts: 396
|
Posted: Tue 19 Mar 2013, 11:15 Post subject:
Where to purchase ISOs and Devs? (Solved) Subject description: Dialup is too slow for big files. |
|
Can someone give me the info on purchasing the following
# PuppyStudio3.3-rt.iso
# devx_studio_1337.sfs
Since I am limited to dial-up, downloading is not an option.Thanks bill
|
|
Back to top
|
|
 |
Semme
Joined: 07 Aug 2011 Posts: 2052 Location: World_Hub
|
Posted: Tue 19 Mar 2013, 11:41 Post subject:
|
|
Bill- shoot this guy a line.
|
|
Back to top
|
|
 |
ally

Joined: 19 May 2012 Posts: 352 Location: lincoln
|
Posted: Tue 19 Mar 2013, 12:23 Post subject:
|
|
bill pm sent
|
|
Back to top
|
|
 |
bill
Joined: 28 May 2008 Posts: 396
|
Posted: Tue 19 Mar 2013, 17:43 Post subject:
|
|
Thanks Semme and ally,I have PMed ally so I should have this old box back up and running before too long.Seems my puppy went out for a long walk and never returned. regards !
|
|
Back to top
|
|
 |
Dewbie
Joined: 15 Apr 2010 Posts: 1425
|
Posted: Thu 21 Mar 2013, 10:36 Post subject:
|
|
bill, have a look over here.
|
|
Back to top
|
|
 |
bill
Joined: 28 May 2008 Posts: 396
|
Posted: Fri 22 Mar 2013, 08:46 Post subject:
Subject description: Entered by moderator ?: Dialup is too slow for big files. |
|
Thanks dewbie for your input.One of the moderators made the entry "Dialup is too slow for big files" which basically makes it crystal clear,the
situation that prompted me to query where and how to get these two large files.While I won't slag any option to get access online,I will
be required at a later date to get a more efficient connection.cheers
|
|
Back to top
|
|
 |
Ted Dog

Joined: 13 Sep 2005 Posts: 987 Location: Heart of Texas
|
Posted: Fri 22 Mar 2013, 13:36 Post subject:
|
|
wget -c worked for me for years, yes it may take days, but no body generally needs to call me during the 11:30pm-6:00am timeframe. There is a version for windows and the command switches work the same as linux versions.
wget was made when the internet was slow and connections dropped whenever it felt like it. Also setting to limit rate used by wget so that you can surf while its SLOWLY pulling a file across the intertubes.
|
|
Back to top
|
|
 |
Dewbie
Joined: 15 Apr 2010 Posts: 1425
|
Posted: Fri 22 Mar 2013, 20:47 Post subject:
|
|
More details on wget commands here.
|
|
Back to top
|
|
 |
Semme
Joined: 07 Aug 2011 Posts: 2052 Location: World_Hub
|
Posted: Fri 22 Mar 2013, 20:56 Post subject:
|
|
Unless I'm mistaken, I'd swear you meant here.
| Code: | | wget --limit-rate=*k --user-agent="Opera/9.80 (X11; Linux i686) Presto/2.12.388 Version/12.14" --http-user=puppy --http-password=linux --no-cache --no-cookies --no-http-keep-alive *url |
.. as an example.
|
|
Back to top
|
|
 |
Ted Dog

Joined: 13 Sep 2005 Posts: 987 Location: Heart of Texas
|
Posted: Sat 23 Mar 2013, 01:28 Post subject:
|
|
| Semme wrote: | Unless I'm mistaken, I'd swear you meant here.
| Code: | | wget --limit-rate=*k --user-agent="Opera/9.80 (X11; Linux i686) Presto/2.12.388 Version/12.14" --http-user=puppy --http-password=linux --no-cache --no-cookies --no-http-keep-alive *url |
.. as an example. |
pro-tip: always use wget -c even from start, also place --limit-rate switch LAST so you can CRTL-C up-arrow to bring back the command to edit and backspace over the --limit-rate switch when not surfing (like sleeping/eating/RR) then up-arrow twice to limit rate off and on as needed.
| Code: |
E:\>wget -c http://superb-dca2.dl.sourceforge.net/project/alphaos/alphaOS_2.0.0-
20130322.iso --limit-rate=10k
--2013-03-23 12:27:17-- http://superb-dca2.dl.sourceforge.net/project/alphaos/a
lphaOS_2.0.0-20130322.iso
Resolving superb-dca2.dl.sourceforge.net... 209.61.193.20
Connecting to superb-dca2.dl.sourceforge.net|209.61.193.20|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 108632064 (104M) [application/octet-stream]
Saving to: `alphaOS_2.0.0-20130322.iso'
1% [ ] 1,349,536 9.93K/s in 3m 54s
2013-03-23 12:31:13 (5.64 KB/s) - Connection closed at byte 1349536. Retrying.
--2013-03-23 12:31:13-- (try: 2) http://superb-dca2.dl.sourceforge.net/project
/alphaos/alphaOS_2.0.0-20130322.iso
Connecting to superb-dca2.dl.sourceforge.net|209.61.193.20|:80... connected.
HTTP request sent, awaiting response... 206 Partial Content
Length: 108632064 (104M), 107282528 (102M) remaining [application/octet-stream]
Saving to: `alphaOS_2.0.0-20130322.iso'
4% [> ] 5,111,944 9.51K/s eta 3h 37m
|
This is also handy if your a slow surfer, I hate on dialup how if you stay inactive for a few minutes it drops the call. A slow file download with wget keeps the connection alive.
also after the big download check for delta files those are helpful to stay updated.
|
|
Back to top
|
|
 |
|