- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Can anybody please forward me a link for free SHA...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2012 07:18 AM
07-19-2012 07:18 AM
Can anybody please forward me a link for free SHA1SUM code checker ?
Hi,
I have downlaod a iso file, and with SHA1SUM code, please send me a link for verifying the SHA1SUM code.
Thanks very much!
- Tags:
- ISO image
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2012 07:54 AM - edited 07-19-2012 07:56 AM
07-19-2012 07:54 AM - edited 07-19-2012 07:56 AM
Re: Can anybody please forward me a link for free SHA1SUM code checker ?
Do you have a command called 'sha1sum' on your server? If so, that will generate a sha1sum for you. The syntax is:
# sha1sum filname
where filename is the name of your iso file.
More information is available via 'man sha1sum' or 'info sha1sum'.
I have seen some examples that say the command is 'shasum' and some that say 'sha1sum'. Try both to see which one works for you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2012 03:47 PM
07-19-2012 03:47 PM
Re: Can anybody please forward me a link for free SHA1SUM code checker ?
At least in Debian Linux, sha1sum is included in the "coreutils" package. It is one of the basic system packages and marked "essential", so it should always be installed. The situation should be similar in most modern Linux distributions, i.e. it is very likely that the "sha1sum" command is already installed on your system.
The "shasum" command comes with the "perl" package, and can use multiple algorithms of the SHA family (not only SHA1, but also SHA224, SHA256, SHA384 and SHA512). If you have a non-ancient version of Perl installed on your Linux system, you're likely to have this command installed too.
For Windows or Mac, I might recommend HashTab: (the current version is free for personal use, $10 for a commercial license; older versions were totally free)
http://implbits.com/HashTab.aspx