https://github.com/sbrazzcode/codeworthsaving
A collection of modular code that I found/made and decided I wanted to keep
https://github.com/sbrazzcode/codeworthsaving
Last synced: 4 months ago
JSON representation
A collection of modular code that I found/made and decided I wanted to keep
- Host: GitHub
- URL: https://github.com/sbrazzcode/codeworthsaving
- Owner: SBrazzCode
- Created: 2021-01-03T08:26:18.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-03T08:42:09.000Z (over 5 years ago)
- Last Synced: 2025-10-04T19:06:52.136Z (8 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# codeWorthSaving
A collection of modular code that I found/made and decided I wanted to keep
# Table of Contents #
- [Scripting](#scripting)
- [Powershell](#powershell)
# Scripting
### PowerShell
##### CheckSum One-Liner ######
`get-filehash ./relativeLocationOfFileToCompare | select -expandproperty hash | compare-object theHashYouWantToCompare`
i.e.
`get-filehash .\kali-linux-2020.4-vbox-i386.ova | select -expandproperty hash | compare-object 64f6ca69ccb3efc79e350977d33109c380a744c26158c4e3956141535242e2ca`