Verifying a File Download

You can verify the integrity of a downloaded file by checking the MD5sum.  What is an MD5sum?  To make a long story short, an MD5sum is a simple way to verify the integrity of a downloaded file.

Windows Tools

Download and install the free MD5Summer tool.

Linux Tools

From Linux command-line, run md5sum <name of file>