Linux software

All posts tagged Linux software

(on Wikipedia)
Software >

A file can be “summarized” into a short string. That string can be compared with the file again to determine if it’s the same file. This is often used when downloading a file to check it after the fact. This sort of thing is built into compression software, but using md5sum is way faster/easier because it doesn’t need to put the file in a container and uncompress it to use it.

There are various other programs which do similar things, like sha256sum. These all come with almost all Linux distributions.

Continue Reading