Skip to content

Instantly share code, notes, and snippets.

View cosjef's full-sized avatar

Jeffrey Costa cosjef

View GitHub Profile
@loganvolkers
loganvolkers / Byte Formatting for Google Sheets.md
Last active April 29, 2025 08:30
Byte formatting for Google Sheets
@longtailventures
longtailventures / gist:0df3d6a2df3c1efbfb7e7a2add7ebb20
Created July 18, 2018 20:20
pngcrush all .png files in folder
https://www.commandlinefu.com/commands/view/10996/pngcrush-all-.png-files-in-the-directory
find . -iname '*png' -exec pngcrush -ow -brute {} {}.crush \;
@bmatcuk
bmatcuk / create-usb.sh
Created May 30, 2019 04:38
Creating a Bootable Windows USB from ISO on a Mac
# First, we need to find our device. BEFORE inserting your USB drive, run the
# following:
diskutil list
# This will output a bunch of info about all of the disk drives connected to
# your Mac. Each entry will have a header in the form "/dev/diskX", where X is
# some number starting at 0. Now, insert your USB drive and run the command
# again. You should see a new entry. Make note of the name (ie, /dev/diskX).
diskutil list