What is the easiest way (using a graphical tool or command line on Ubuntu Linux) to know if two binary files are the same or not (except for the time stamps)? I do not need
Use sha1 to generate checksum:
sha1 [FILENAME1] sha1 [FILENAME2]