Search direct from Safari address bar
One of the things I keep doing in Safari – trying to search from address bar as Chrome and Firefox do. http://hackemist.com/SafariOmnibar fixes it.
One of the things I keep doing in Safari – trying to search from address bar as Chrome and Firefox do. http://hackemist.com/SafariOmnibar fixes it.
I installed PostgreSQL on my new MacBook Air today via Homebrew. Having installed it I was mystified why I could not connect without specifically specifying the host was localhost. e.g. yes:postgres ian$ psql –list psql: could not connect to server: Permission denied Is the server running locally and accepting connections on Unix domain socket \ “/var/pgsql_socket/.s.PGSQL.5432″? Instead I would have to specify “psql –host=localhost –list”. Turns out that 10.7 has postgres installed by default (or…