This page provides guidance if you intend to download an ISO and burn your own CD or DVD instead of buying it from the Mepis Store.
Here are a few considerations to keep in mind:
BitTorrent file sharing (see also Section 8.1) provides an internet protocol for efficient mass transfer of data. It decentralizes the transfer in such a way as to utilize good bandwith connections and to minimize strain on low-bandwith connections. An added benefit is that most, if not all, BitTorrent clients perform error checking during the download process, so there is no need to do a separate md5sum check after your download is complete. It has already been done!
Volunteers from mepis.org and mepislovers.org usually have a seeded BitTorrent of the latest MEPIS Linux ISO registered at linuxtracker.org within 24 hours of its official release. Bit-torrent downloads may be somewhat slow following a major release.
If you are not familiar with BitTorrents, see the Links and Guides section for sources of more information.
If you are downloading a MEPIS Linux ISO via BitTorrent, you can skip the next section about verifying the md5sum and go directly to the next page:
After you have downloaded an ISO, the next step is to check its md5sum against the official one. The md5sum is the result of a complex calculation on the contents of a file: the outcome is a unique string. It will be identical to the official md5sum if your copy is authentic. The following steps will let you verify the integrity of the downloaded ISO on any OS platform:
Windows users should download a tool called md5summer (link below):
Method 1. The easiest way to check an ISO's integrity in Linux is to use K3b, the CD/DVD burner that is installed with MEPIS Linux 7.0. When you first load an ISO file into K3b, it will automatically calculate and display the md5sum. The final five numbers should match those in the md5sum file you downloaded with the ISO.
Method 2. If not using K3b, open up a console/terminal and type:
cd /directoryname
where directoryname indicates the location of the ISO and md5sum files. Then type:
md5sum filename.ISO
Be sure to replace filename with the actual filename.
Compare the number obtained by this calculation with the md5sum file downloaded from official site. If they are identical, your copy is identical to the official release.
Mac users need to open up a console/terminal and change into the directory with the ISO and md5sum files. Then issue this command:
md5 -c filename.md5sum
Be sure to replace filename with the actual filename.