Jump to content
2 posts in this topic

Recommended Posts

hi,

 

An md5 is a number that is generated from any file and allows you to confirm a file downloaded off the internet is not currupted or tampered with.

 

Once you have downloaded the idenab file, you can:

 

On a mac or linux box: open a terminal (applications->utilities->terminal)

and type the following command to get the md5:

 

md5sum ./<filename>

 

(replacing <filename> with the name of downloaded file)

 

if the number that is displayed is identical to the md5sum posted in the ideneb docs, you know your download didnt get currupted.

×
×
  • Create New...