--- trunk/www/working/download.html 2010/08/13 14:09:29 95 +++ trunk/www/working/download.html 2010/08/16 13:00:26 99 @@ -113,27 +113,64 @@

The files... [^]

-

-Installation package
-create-clonezilla-sysresccd-"myVersion".tar.gz [~ TARBALL_SIZEB]
- -Torrents
-The Pirate Bay | Linux Tracker
-The Pirate Bay | Linux Tracker
-The Pirate Bay | Linux Tracker
- -ISO files
-clonezilla-sysresccd-i686-"myVersion".iso [~ ISO_I686_SIZEB]
-clonezilla-sysresccd-amd64-"myVersion".iso [~ ISO_AMD64_SIZEB]
-clonezilla-sysresccd-i486-"myVersion".iso [~ ISO_I468_SIZEB]
-

+

Sources/installation package

+

The following file can be used to create Clonezilla-SysRescCD.

+ + + + + +
create-clonezilla-sysresccd-"myVersion".tar.gz [~ TARBALL_SIZEB]
+ +

Torrents

+ + + + + + + + + + +
i686:The Pirate Bay | Linux Tracker
x86-64:The Pirate Bay | Linux Tracker
i486:The Pirate Bay | Linux Tracker
+ +

ISO files

+ + + + + + + + + + + + + + + + + + + +
ArchLinksMD5
i686:clonezilla-sysresccd-i686-"myVersion".iso [~ ISO_I686_SIZEB]ISO_I686_MD5
x86-64:clonezilla-sysresccd-amd64-"myVersion".iso [~ ISO_AMD64_SIZEB]ISO_AMD64_MD5
i486:clonezilla-sysresccd-i486-"myVersion".iso [~ ISO_I486_SIZEB]ISO_I486_MD5
+ + + + + + + +

Which file to download? [^]

-

The short answer: clonezilla-sysresccd-i686-"myVersion".iso.
+

The short answer: clonezilla-sysresccd-i686-"myVersion".iso.

And here comes the long answer:

@@ -202,7 +239,7 @@
Luckily, there are better ways to check if the file is OK. Some mathematical functions are able to take any input and create a fixed-length string called checksum or hash. These functions have been designed so that if the input is edited a bit, the resulting hash is completely different.

-The pre-calculated hashes of the files can be found in the main page, next to the download links. The idea is that you're able to use hash calculator software in order to calculate the hash yourself and compare it to the pre-calculated one. If the hashes are different, the file is corrupted and you have to download it again. But if the hashes are identical, it's very unlikely that the file is corrupted. (Because there are finite number of possible hashes and infinite number of possible files, there are multiple files that share the same hash. However, it's very difficult to find out which files have a given hash.)
+The pre-calculated hashes of the files can be found next to the download links. The idea is that you're able to use hash calculator software in order to calculate the hash yourself and compare it to the pre-calculated one. If the hashes are different, the file is corrupted and you have to download it again. But if the hashes are identical, it's very unlikely that the file is corrupted. (Because there are finite number of possible hashes and infinite number of possible files, there are multiple files that share the same hash. However, it's very difficult to find out which files have a given hash.)

The pre-calculated hashes have been calculated using the MD5 algorithm. It's the most popular hash algorithm around, and there are a lot of MD5 hash calculators available.

@@ -230,11 +267,11 @@

Press Ctrl-Shift-V in order to paste the hash from the clipboard:

-

md5sum clonezilla-sysresccd-i686-"myVersion".iso | fgrep d41d8cd98f00b204e9800998ecf8427e

+

md5sum clonezilla-sysresccd-i686-"myVersion".iso | fgrep ISO_I686_MD5

Finally, press Enter and wait until you get command prompt again. If you get something like the following output, the file is OK:

-

d41d8cd98f00b204e9800998ecf8427e  clonezilla-sysresccd-i686-"myVersion".iso

+

ISO_I686_MD5  clonezilla-sysresccd-i686-"myVersion".iso

If you don't get any output, the file is corrupted and you have to download it again.