About ruby on rails, hackintosh, iphone3g and etc.

Wednesday, February 10, 2010

Postbox discount coupon

Postbox Mac Email Client Discount Coupon. Use this discount coupon to save on Postbox Email Client: R6UYCBW to save $10 on Postbox! http://postbox-inc.com/ref.php?r=R6UYCBW



Click here to save $10 on Postbox

Update: I have been using postbox mac for exactly 1 month now and so far so good. Generally no problem and it has good IMAP support for google apps. Very fast and can search accurately. To get $10 discount, which is 25% savings on the price, click the link here. Mac Email Client PostBox Discount Coupon - 25% OFF

Sunday, January 24, 2010

Add Sources from Github

To add plugin from github, you may encounter problem. Add git hub as gem sources:

gem sources -a http://gems.github.com/


Saturday, January 23, 2010

Install Mysql in Snow Leopard

Download / install the 64-bit MySQL 5.1.37 from mysql.com
run the following commands:

sudo gem update --system

sudo env ARCHFLAGS="-arch x86_64" gem install mysql -- --with-mysql-config=/usr/local/mysql/bin/mysql_config