Skip to content

Instantly share code, notes, and snippets.

@fran0x
Last active September 21, 2016 16:05
Show Gist options
  • Save fran0x/a56dd64b1211ea331b0ffc733b570883 to your computer and use it in GitHub Desktop.
Save fran0x/a56dd64b1211ea331b0ffc733b570883 to your computer and use it in GitHub Desktop.
Cheat Sheet iMac
Action Command
Show Screen Fn + F11
Spotlight Search Command (⌘) + Space bar
Generate Command (⌘) + N
Go to Command (⌘) + O
Take Screenshot Command (⌘) + Shift + 4
Forward Delete Fn + Delete
  • To encrypt: openssl -e des3 -salt -in secrets.txt -out secrets.xxx
  • To decrypt: openssl -d des3 -salt -in secrets.xxx -out secrets.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment