Skip to content

Magenaut

  • Home
  • Topics
    • Notes
    • Tutorial
    • Bug fixing
    • Extension
    • Server
  • Q&A
  • Privacy Policy
  • About

hashsum

How do I redirect command output to a file?

August 10, 2022 by Magenaut

I have a command that I run in a folder that outputs MD5 hashes and filenames on the terminal:

Categories Q&A, Unix & Linux Tags hashsum, io-redirection, shell-script Leave a comment

Calculate md5sum of a CD/DVD

August 10, 2022 by Magenaut

I have an ISO file, which I burned to a CD. Now how can I check if the CD is correctly created? I would like a command that calculate the hash sum that I can use to check with the hash sum I calculate on the ISO file. Ideally the command should:

Categories Q&A, Unix & Linux Tags data-cd, hashsum, iso Leave a comment

How to find the hashing algorithm used to hash passwords?

August 9, 2022 by Magenaut

I have the working password and can see the hash (/etc/passwd). How do I find the hashing algorithm used to hash the password, without manually trying different algorithms until I find a match?

Categories Q&A, Unix & Linux Tags hashsum, passwd Leave a comment

generate consistent machine unique ID

August 9, 2022 by Magenaut

Can we generate a unique id for each PC, something like uuuidgen, but it will never change unless there are hardware changes? I was thinking about merging CPUID and MACADDR and hash them to generate a consistent ID, but I have no idea how to parse them using bash script, what I know is how can I get CPUID from

Categories Q&A, Unix & Linux Tags hardware, hashsum, linux, shell-script, uuid Leave a comment

Tar produces different files each time

August 8, 2022 by Magenaut

I often have large directories that I want to transfer to a local computer from a server. Instead of using recursive scp or rsync on the directory itself, I’ll often tar and gzip it first and then transfer it.

Categories Q&A, Unix & Linux Tags files, hashsum, tar Leave a comment

wpa_supplicant store password as hash (WPA-EAP with phase2=”auth=PAP”)

August 8, 2022 by Magenaut

Is there a way to store my password in /etc/wpa_supplicant/wpa_supplicant.conf as some hash instead of plaintext?

Categories Q&A, Unix & Linux Tags hashsum, password, security, wifi, wpa-supplicant Leave a comment

Simultaneously calculate multiple digests (md5, sha256)?

August 7, 2022 by Magenaut

Under the assumption that disk I/O and free RAM is a bottleneck (while CPU time is not the limitation), does a tool exist that can calculate multiple message digests at once?

Categories Q&A, Unix & Linux Tags hashsum, parallelism, shell-script Leave a comment

Find a file when you know its checksum?

August 6, 2022 by Magenaut

I have the md5sum of a file and I don’t know where it is on my system. Is there any easy option of find to identify a file based on its md5? Or do I need to develop a small script ?

Categories Q&A, Unix & Linux Tags aix, find, hashsum Leave a comment
  1. michealSmith07 on Is there a way to dynamically refresh the less command?August 21, 2022

    That is a very nice post. I like this post.

  2. anonymous on Fix libwacom9 dependency issue when upgrade DebianJune 27, 2022

    saved my day!! Thanks for the help…

  3. sreedhar on Fix libwacom9 dependency issue when upgrade DebianMay 10, 2022

    Thanks its working

  4. saintnick on Fix libwacom9 dependency issue when upgrade DebianMay 10, 2022

    remove libwacom2 worked for me as well

  5. ranafoul on Fix libwacom9 dependency issue when upgrade DebianApril 22, 2022

    apt remove libwacom2 helped on kali 2022.01. gr8

.net ajax asp.net asp.net-core asp.net-mvc asp.net-mvc-3 asp.net-mvc-4 asp.net-web-api bash c# command-line css custom-post-types custom-taxonomy dataframe dictionary django entity-framework functions gridview html iis javascript jquery json linux list matplotlib numpy pandas php plugin-development plugins posts python python-2.7 python-3.x security shell shell-script sql string vb.net webforms wp-query

© 2026 Magenaut • Built with GeneratePress