Showing posts with label osx. Show all posts
Showing posts with label osx. Show all posts

Thursday, August 28, 2014

Cool Utilities for OSX Terminal

  1. open
  2. pbcopy, pbpaste
  3. mdfind
  4. screencapture
  5. launchctl
  6. say
  7. diskutil
  8. brew
Ref: http://lifehacker.com/eight-terminal-utilities-every-os-x-command-line-user-s-1593793109

Friday, August 1, 2014

Restart VirtualBox services in OSX (Useful for running genymotion in mac)


Run the following command to restart VBox in mac:

sudo /Library/StartupItems/VirtualBox/VirtualBox restart

Whenever your genymotion emulator cannot restart in macos, try this.

Friday, February 21, 2014

OpenOffice keeps showing the restoring window in OSX


If your OpenOffice just keeps showing the restoring window / reopen document window in OSX:




Simply remove all the contents in the following directory:

/Users/<user name>/Library/Saved Application State/org.openoffice.script.savedState

Horrible implementation...

CSP on Apache

To add CSP to root if sort of funny. The following will NOT work for most cases !!     <LocationMatch "^/$">        Header s...