About 1,690,000 results
Open links in new tab
  1. Generate md5 checksum for all files in a directory - Ask Ubuntu

    Jul 10, 2013 · To regenerate an @md5Sum.md5 in a specific directory, when you changed or added files for instance, either delete the @md5Sum.md5 file or rename it and run the generate command …

  2. Why doesn't changing a file's name change its checksum?

    Oct 25, 2020 · As far as I know changing even a bit of a file, will change the whole checksum result, but when I change a file's name this does not affect its checksum (I've tried SHA-1, SHA-256 and MD5). …

  3. How to make archive file with checksum like tar.md5 or tar.gz.md5?

    Aug 20, 2022 · 0 How can I add checksum information to a TAR archive, as in file.tar -> file.tar.md5 or file.tar.gz -> file.tar.gz.md5 I have searched everywhere but there is no guide or app about it. I need …

  4. A simpler way of comparing md5 checksum? - Unix & Linux Stack …

    Jun 5, 2013 · md5 *file* | grep *given_checksum* e.g. md5 file.zip | grep -i B4460802B5853B7BB257FBF071EE4AE2 but it seemed funny to me to require grep and the pipe …

  5. checksum - How do I get the MD5 sum of a directory's contents as one ...

    The md5sum program does not provide checksums for directories. I want to get a single MD5 checksum for the entire contents of a directory, including files in sub-directories. That is, one combined

  6. system installation - Ubuntu MD5 File - Ask Ubuntu

    Oct 30, 2023 · 2 How do I find the actual MD5 file on ubuntu's website to compare the download with? I am trying to verify the ubuntu-22.04.3-desktop-amd64 download file for a computer class I am taking. …

  7. md5sum - How to change MD5 of a file - Ask Ubuntu

    Dec 3, 2016 · We can get MD5 of a file by using md5sum so my questions are: Could the MD5 be changed? How to change the MD5?

  8. How to get the MD5 hash of a string directly in the terminal?

    Jul 20, 2011 · How do I get the MD5 hash of a string directly from the terminal? For example, I want the string abcdefg hashed. Currently the md5sum command only accepts a filename as input. I want to …

  9. shell - Most practical way to compare md5 checksums - Unix & Linux ...

    4 It seems to me that .md5 checksum files provided for verifying downloads mostly contain the checksum for the file to verify, but not the filename. Using md5sum that's seemingly a bit impractical, …

  10. 24.04 - Easy way to Verify Ubuntu ISO? - Ask Ubuntu

    Apr 26, 2024 · After verifying the ISO is good and using it to create a bootable thumb drive, you can double check everything went ok by removing the thumb drive, plugging it back in, and running these …