If you are on Windows:
1) Please go to
http://unxutils.sourceforge.net/ and download
http://unxutils.sourceforge.net/UnxUtils.zip2) Extract it into your C:\Windows\System32 directory
3) Open up a command prompt by via one of these methods:
a) Start > Programs > Accessories Command Prompt
b) Start Menu > Run > Cmd [ENTER KEY]
c) Start Menu Search > cmd [ENTER KEY]
(Method varies with Windows version)
4) In the command prompt, type this and hit the [ENTER KEY]
cd c:\
5) Once the terminal command is open, type this in it and hit the [ENTER KEY] if you want the 32-bit version:
wget -c -t0
http://distro.ibiblio.org/pub/linux/dis ... ore-32.iso or
For the 64-bit version, do this:
wget -c -t0
http://distro.ibiblio.org/pub/linux/dis ... ore-64.isoIf you are already on Linux, just do step 5. That's it.
Now whether you're on Windows or Linux (or Mac), just burn the ISO to DVD and proceed with runing it from the live CD and/or the normal installation process.
I never download via a web browser since I prefer wget instead. Unixutils is a collection of Linux commands which have been ported over to Windows via the CygWin compiler.