| 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