Revision history for VerificationCommands
Additions:
~-https://docs.voidlinux.org/installation/index.html#verifying-images
Additions:
~-The authenticity of the acquired file is verified by using the **//gpg//** command: **%%gpg --import gnupg-pubkey.txt && gpg --verify <image_file>.iso.asc <image_file>.iso%%**
Deletions:
**%%gpg --import gnupg-pubkey.txt && gpg --verify <image_file>.iso.asc <image_file>.iso%%**
Additions:
~-Having downloaded any file, one will need to verify its integrity and its authenticity.
~-If //wget// is not used to acquire the file then one should verify the integrity of the acquired file by using the **//sha256sum//** or **//sha512sum//** command: **%%sha256sum --check --ignore-missing sha256sum.txt%%**
~-The authenticity of the acquired file is verified by using the **//gpg//** command:
**%%gpg --import gnupg-pubkey.txt && gpg --verify <image_file>.iso.asc <image_file>.iso%%**
==References==
~-https://www.system-rescue.org/Download/
~-If //wget// is not used to acquire the file then one should verify the integrity of the acquired file by using the **//sha256sum//** or **//sha512sum//** command: **%%sha256sum --check --ignore-missing sha256sum.txt%%**
~-The authenticity of the acquired file is verified by using the **//gpg//** command:
**%%gpg --import gnupg-pubkey.txt && gpg --verify <image_file>.iso.asc <image_file>.iso%%**
==References==
~-https://www.system-rescue.org/Download/
Deletions:
~-If //wget// is not used to acquire the file then one should verify the integrity of the acquired file by using the **//sha256sum//** or **//sha512sum//**, and **//gpg//** commands, as demonstrated here:
~~-https://www.system-rescue.org/Download/
Additions:
~-To ensure that the file is downloaded completely and without corruption use the **//wget//** command, e.g.: **%%wget -c /<image_file_location>/<image_file>.iso%%**
~-If //wget// is not used to acquire the file then one should verify the integrity of the acquired file by using the **//sha256sum//** or **//sha512sum//**, and **//gpg//** commands, as demonstrated here:
~-If //wget// is not used to acquire the file then one should verify the integrity of the acquired file by using the **//sha256sum//** or **//sha512sum//**, and **//gpg//** commands, as demonstrated here:
Deletions:
~-If //wget// is not used to acquire the file then one should verify the integrity of the acquired file by using the //sha256sum// or //sha512sum//, and //gpg// commands, as demonstrated here:
Additions:
~-If //wget// is not used to acquire the file then one should verify the integrity of the acquired file by using the //sha256sum// or //sha512sum//, and //gpg// commands, as demonstrated here:
Deletions:
Additions:
~-For example, an image file may have the file extension //.iso// or //.img//. It is an exact copy, or image, of a complete file system.
Deletions:
Additions:
====VerificationCommands====
~-Having downloaded any file, one will need to verify its authenticity.
For example, an image file may have the file extension //.iso// or //.img//. It is an exact copy, or image, of a complete file system.
~-To ensure that the file is downloaded completely and without corruption use the //wget// command, e.g.: **%%wget -c /<image_file_location>/<image_file>.iso%%**
~-If //wget// is not used then one should verify its integrity by verifying its checksum, as demonstrated here:
~~-https://www.system-rescue.org/Download/
~-Having downloaded any file, one will need to verify its authenticity.
For example, an image file may have the file extension //.iso// or //.img//. It is an exact copy, or image, of a complete file system.
~-To ensure that the file is downloaded completely and without corruption use the //wget// command, e.g.: **%%wget -c /<image_file_location>/<image_file>.iso%%**
~-If //wget// is not used then one should verify its integrity by verifying its checksum, as demonstrated here:
~~-https://www.system-rescue.org/Download/
Deletions:
~-https://www.system-rescue.org/Download/