Documents
Some nice documents to share
Generic documentation.
Nice commands
Verify checksums
echo "'known SHA 256 sum of the file' 'name of the file'" | sha256sum -c
Generic documentation.
echo "'known SHA 256 sum of the file' 'name of the file'" | sha256sum -c