Created
June 30, 2015 20:09
Revisions
-
samukasmk created this gist
Jun 30, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ # Command shasum -a 256 /path/to/file | cut -c-12 # Example: > shasum -a 256 ~/Desktop/Python-3.4.0.tgz | cut -c-12 (master⚡) d2c83ea02177 # learned in: https://coderwall.com/p/bbfjrw/calculate-checksum-for-chef-s-remote_file-resource