Skip to content

Instantly share code, notes, and snippets.

@gingray
Last active December 24, 2015 11:50
Show Gist options
  • Save gingray/ad61fcce5deab70dcbca to your computer and use it in GitHub Desktop.
Save gingray/ad61fcce5deab70dcbca to your computer and use it in GitHub Desktop.
MAC useful commands

###show all files in finder in terminal paste this commands enable to view hidden files

defaults write com.apple.finder AppleShowAllFiles YES

reload Finder

killall Finder

run postgres as a server

cat /usr/local/var/postgres/postmaster.pid
rm cat /usr/local/var/postgres/postmaster.pid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment