Archive for November, 2007

Regular Expression Cheat Sheet

for you out there always trying to grep, ls, vi and etc … love jack daniels and he will have something for you … Here is it

regular_expressions_cheat_sheet.png

Workflow with Automator …

automator-icon

I have always use my mac for surfing, emailing, messaging & other stuff… there is always a set of application that i would want to start but lazy of starting it one by one… naturally i use, Automator…

Read more »

postgresql82-server compile error on Apple Leopard with Macports 1.5

I wasn’t able to compile postgresql82-server on my machine, it’s unable to compile php5 with postgresql-client support as well. Think there might be some bugs on it, here is some quick short cut fix, to enable php5 + Postgresql82 compile on your Apple.

First of all, make clean on your postgresql82 port;

sudo port -vd clean portgresql82

After that, make some changes on config file;

export EDITOR=vim
sudo port edit postgresql82

remove the line –with-bonjour

After that change to postgresql working directory and run make command


cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_databases_postgresql82/work/postgresql-8.2.5/
make

Now, it’s ready to compile and install

sudo port -vd install postgresql82-server

Done with postgresql, now with php5;

sudo port -dv install php5 +mysql5 +pear +postgresql +apache

MacPorts is fun.

* thanks spoonfork for putting up the solutions for me, wasn’t aware of it. Thanks Tun!

Update Your Apple Leopard Quicksilver

Quicksilver Website Offline

Quicksilver website has been down for the past few days, I believe many of you or me, just done fresh installed of Leopard, would not able to download latest quicksilver and plug in.

Bugs On Quicksilver Built 3813

The caused of the site offline was due to some bugs on version built 3813 cause massive update ping to their site and such massive traffic caused their blog gone offline.

Download Latest Built 3814

Quicksilver development team has put up the latest Built 3814, to make your quicksilver work as l337 before, here is the latest built, download and roll it on your Leopard!

Have fun with Quicksilver!