- Encrypt Folder: I was looking for a way to encrypt a specific folder on mac. Turns out this is quite simple to do - http://www.mactrast.com/2012/07/how-to-password-protect-files-or-folders-on-your-mac
- Quick Steps:
- Fire up Disk Utility
- From the File menu, select New, and then select Disk Image from Folder…
- Select which folder you would like to protect. choose a folder to protect
- Choose the “AES-128″ encryption option (or 256-bit for extra security), and press Save
- Enter your desired new password twice.
Saturday, November 22, 2014
Useful OSX links
Useful Shortcuts for VLC and Youtube
VLC Player (osx shortcuts)
Youtube (osx shortcuts)
Description | Shortcut |
---|---|
Increase Playback Speed | Cmd+= |
Reduce Playback Speed | Cmd+- |
Jump ahead | Opt+Cmd+RightArrow |
Jump back | Opt+Cmd+LeftArrow |
Jump to time | Cmd+J |
Youtube (osx shortcuts)
Description | Shortcut |
---|---|
Increase Playback Speed | Sh + > |
Reduce Playback Speed | Sh + < |
Jump ahead (10 frames) | Cmd + RightArrow |
Jump back (10 frames) | Cmd + LeftArrow |
Jump ahead (5 frames) | RightArrow |
Jump back (5 frames) | LeftArrow |
Friday, November 14, 2014
Python related commands
A command to find the current PYTHONPATH - cat ~/.bash_profile | grep PYTHONPATH
Subscribe to:
Posts (Atom)