The hash tag has no wiki summary.
1
vote
0answers
71 views
Deja-Dup Backup Failed - Invalid data - SHA 1 hash mismatch for file
On my most recent weekly backup today, Deja-Dup gave me this little love note:
Backup Failed
Invalid data - SHA1 hash mismatch for file:
...
12
votes
3answers
335 views
Are ubuntu packages (deb-files) only md5sum secured?
Introductory Background to the question below###
(so the question is more usable to more people)
Inside of an Ubuntu/debian-style package (*.deb file) there is a file named
/DEBIAN/md5sums which has ...
0
votes
1answer
730 views
Check hash (MD4, MD5, SHA-1, and CRC) on Ubuntu 12.04 and 12.10 [duplicate]
Possible Duplicate:
Where are the instructions for checking md5 checksums?
I have a lot of iso-files downloaded from internet. I want to check the hash from my Ubuntu 12.04 and 12.10. Is ...
1
vote
3answers
88 views
Recursively find every first file at each branch of a directory tree
Consider the following directory listing:
/a/1
/a/2
/a/3
/b/1
/b/2
/b/3/a
/b/3/b
/c/a.whatever
/c/b
/c/c
I want a command that will find the first (alphanumeric sort) file in each directory (inc ...