That was easy to find with a quick web search - https://cdimage.debian.org/cdimage/archive/
If you already have a downloaded image file, which should be either 11.9.0 DVD1 or 11.9.0 live, or a netinstall, just download the matching checksum image to see if it is the same as the official release.
You can check if the checksum matches by putting the file, say SHA256SUMS, in the same directory as the image file and run:The checksums file contains checksums for all the image files so say you are checking DVD1 it will show OK for that one if checksum is correct, and "no file found" or something for all the others. If checksum matches you have the official image.
If you already have a downloaded image file, which should be either 11.9.0 DVD1 or 11.9.0 live, or a netinstall, just download the matching checksum image to see if it is the same as the official release.
You can check if the checksum matches by putting the file, say SHA256SUMS, in the same directory as the image file and run:
Code:
sha256sum -c SHA256SUMS
Statistics: Posted by sunrat — 2024-05-15 05:15