Changing Default Mail Application in Mac OS X
No matter how many times I tried to configured Thunder Bird as default mail application in Thunder Bird Preference, it will still open up Mail.app / Entourage when I click on a mail link on Firefox Browser. It’s kinda annoying,…
Mac OSX iTerm: Arrow Key Not Working in VI/VIM
If your arrow keys are not working with iTerm during using VI/VIM. Try add this line into /etc/bashrc or .profile TERM=linux After that source ~/.profile (if you edit in .profile) source /etc/bashrc (if you edit in bashrc) Arrow keys working…
MySQL Cannot Connect with PHP in OSX
I think some of you might have problem connecting to MySQL with PHP(mysql_connect) in Max OS X if you configured MySQL5 with Darwin Ports. Most probably you will get these error message; Warning: mysql_connect() [function.mysql-connect]: Can’t connect to local MySQL…
Install MySQL5 on Mac OSX With Darwin Port
Before installing MySQL5, please be sure you have Darwin Port installed on your OS X. If yes, let’s start to roll now… Fire up your terminal and type port variants mysql5 You will see variants support for mysql5 installation. mysql5…
TextMate: Creating New Project in Shell Instantly
Been using TextMate recently, really loving it like hell. There is a best part of TextMate that you can create a New Project instantly from your www folder. But first and foremost you got to create symlink to /bin. To…
Recent Comments