Open Photos
Photos menu > Preferences
Click on Use as System Photo Library
Source: Apple Discussions
Open Photos
Photos menu > Preferences
Click on Use as System Photo Library
Source: Apple Discussions
Terminal:
sudo mv /.quota.ops.user /.quota.ops.user.orig
sudo mv /.quota.user /.quota.user.orig
Source: Apple Discussions
Terminal:
sqlite3 ~/Library/Keychains/*/ocspcache.sqlite3 ‘DELETE FROM responses WHERE responderURI LIKE “%http://%.globalsign.com/%”;’
Source: StackExchange
Source: Apple.com Discussions
View > Toolbars > Customize Toolbars and Menus…
Click on Menu Bar row and select Reset
Quit Word and relaunch
Source: StackExchange
Terminal:
defaults write com.google.Chrome DisablePrintPreview -bool true
Source: OSXDaily
System Preferences
Network
Click the Gear button and choose Manage Virtual Interfaces
+ New Link Aggregate
Select the ports to aggregate
Create
Source: Apple
Download ffmpegXbinaries here:
ffmpegXbinaries20060307.zip
Copy mencoder to /usr/local/bin
Terminal:
cat 1.avi 2.avi 3.avi > tmp.avi
mencoder -forceidx -oac copy -ovc copy tmp.avi -o output.avi
Source: SuperUser
OSX 10.9 Mavericks will not Install with a Blank Password.
System Preferences > User & Groups > Select an account with admin rights
Change Password
Source: Apple
Copy these items from source to destination:
~/Library/Mail
~/Library/Preferences/com.apple.mail.plist
Source: MacInstruct