After installing PostgreSQL 8.4 on Lion, a PostgreSQL user pops up in the login window. To hide system users (including the PostgreSQL user) type the following in your terminal: sudo defaults write /Library/Preferences/com.apple.loginwindow Hide500Users -bool TRUE
The Daily Show With Jon Stewart Mon – Thurs 11p / 10c
I just realized that the Mac OS X Kernel reached version 10.0.0 (aka X) with Snow Leopard. Darwin Fast.local 10.0.0 Darwin Kernel Version 10.0.0: Fri Jul 31 22:46:25 PDT 2009; root:xnu-1456.1.25~1/RELEASE_X86_64 x86_64
I absolutely love the books from “The Pragmatic Programmers“. They are really well written and the cool thing is, you can get them as DRM free PDF. And the even cooler thing is, you buy and read them while there are being written! How great is that? Below is a screenshot of my Pragmatic Bookshelf [...]
sudo env ARCHFLAGS=”-arch x86_64″ gem install postgres
I’m using Git and Capistrano to deploy some ruby applications on multiple servers. My Git setup is done with gitosis which uses a key based authentication over ssh. The deployment script logs into the remote servers and checks out the current application version via Git. Now to have this working, one must forward the private [...]
Posted on June 20, 2009, 2:04 am, by schmidp, under
Snow Leopard.
First get and install the 64bit MySQL version: http://dev.mysql.com/get/Downloads/MySQL-5.1/mysql-5.1.35-osx10.5-x86_64.dmg/from/pick#mirrors Then install the MySQL gem the following way: sudo gem install mysql — –with-mysql-config=/usr/local/mysql/bin/mysql_config
Posted on June 13, 2009, 7:02 pm, by schmidp, under
Mac OS X.
sudo chflags hidden /path/to/directory
sudo gem install rubygems-update && sudo update_rubygems