When I burn a Linux LiveCD or LiveDVD, I use my vista laptop that has a wired connection.
One of the Linux computers can burn stuff, it's got antiX on it right now. I haven't tried burning anything once I took XP off it.
The other is openSUSE and it may or may not burn. Not sure if it's a supermulti drive or just a reader drive. It's been around for a long time.
Do I have to install software for Windows Vista to check MD5 hashes?
topic title: How to check a MD5 Hash on Windows?
6 posts
• Page 1 of 1
-
Posts: 21
- Joined: 13 Jan 2013
-
Posts: 4,164
- Joined: 20 Feb 2009
#2
Pretty good how to
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://community.linuxmint.com/tutorial/view/346"
linktext was:"http://community.linuxmint.com/tutorial/view/346"
====================================
Edit: submitted by Bitjam
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://support.microsoft.com/kb/841290"
linktext was:"http://support.microsoft.com/kb/841290"
====================================
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://community.linuxmint.com/tutorial/view/346"
linktext was:"http://community.linuxmint.com/tutorial/view/346"
====================================
Edit: submitted by Bitjam
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://support.microsoft.com/kb/841290"
linktext was:"http://support.microsoft.com/kb/841290"
====================================
-
Alanarchy
Posts 0 Alanarchy
#3
You could always simply install the checksum plugin into Spacefm.
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"https://github.com/IgnorantGuru/spacefm/wiki/Alv%27s-plugins-for-SpaceFM#wiki-Check%20sum"
linktext was:"https://github.com/IgnorantGuru/spacefm ... heck%20sum"
====================================
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"https://github.com/IgnorantGuru/spacefm/wiki/Alv%27s-plugins-for-SpaceFM#wiki-Check%20sum"
linktext was:"https://github.com/IgnorantGuru/spacefm ... heck%20sum"
====================================
This is hash creator and checker for files. In fact this is a kind of launcher for external utilities. This one - MD5 calculator. You may duplicate (see SpaceFM manual and it's copy-paste ability for menu items) entries of this plugin menu, replace MD5 utilities with sha256, for example, and you'll get a tool for other hash types. It is in my plans to add more hash types but not now.
-
Posts: 21
- Joined: 13 Jan 2013
#4
I downloaded a program from cnet which generates and checks MD5, SHA-1, and SHA 256 checksums.
Is there programs for Linux, besides the SpaceFM plug in for hashes?
I like GNOME 3 on my OpenSUSE rig and mite opt for GNOME 3 on the other spare computer. Something that works with GNOME 3 would be great.
Yeah I know, it's weird for me to talk about liking GNOME 3, a few releases ago people though it was the second worst desktop environment behind Unity.
Is there programs for Linux, besides the SpaceFM plug in for hashes?
I like GNOME 3 on my OpenSUSE rig and mite opt for GNOME 3 on the other spare computer. Something that works with GNOME 3 would be great.
Yeah I know, it's weird for me to talk about liking GNOME 3, a few releases ago people though it was the second worst desktop environment behind Unity.
-
Posts: 1,308
- Joined: 31 Aug 2009
#5
The standard Linux program is md5sum. The antiX LiveCD/USB comes with it built-in. Choose"check md5" from the"F4 Options" menu in the bootloader and it will all be checked for you automatically.
BTW, I posted this link
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://support.microsoft.com/kb/841290"
linktext was:"http://support.microsoft.com/kb/841290"
====================================
in the shoutbox. It describes Microsoft's" File Checksum Integrity Verifier utility".
BTW, I posted this link
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://support.microsoft.com/kb/841290"
linktext was:"http://support.microsoft.com/kb/841290"
====================================
in the shoutbox. It describes Microsoft's" File Checksum Integrity Verifier utility".
-
Alanarchy
Posts 0 Alanarchy
#6
You can do it at the command line. Just type
in a terminal, which gives you:
Code: Select all
$ cksum --help
Usage: cksum [FILE]...
or: cksum [OPTION]
Print CRC checksum and byte counts of each FILE.
--help display this help and exit
--version output version information and exit