I switched my dev. environnement at work from MAMP to Zend Server Community Edition a while ago but was disappointed that my Mac Book could not migrate because of a MySql error. Every time I would try to run the server, I would get the following error:
1ERROR! MySQL PID file could not be found!
Googling [...]

So I play guitar (a little) and I used to play Guitar Hero on PS2 from time to time. Last year, for Christmas we got an XBox 360 and it was my intention all along to get Guitar Hero World Tour or Rock Band to try the drums. Little did I know where it would [...]

In addition to my previous post about how to display RTM tasks right on the desktop, I  should also mention that a Mac OS X Dashboard Widget is available to keep track of your RTM to do list. Combined with the iPhone app (available to Pro RTM users only), Apple freaks will have no excuse [...]

I use iCalBuddy and GeekTool to display the upcoming events from my calendar on my desktop.
When I started using Remember the Milk I decided I wanted my tasks to show on there, too.
I don’t know if I have a terrible memory or a long list of things to do but it looks like I can’t [...]

One of the reasons I had to install GIT was to be able to install these GitHub hosted Textmate plugins I find useful. The most important one of them being Ack in Project. It is so much better and faster than the built-in search in project feature included with Textmate.
Here is a quick post about [...]

There are a lot of how to’s out there with several solutions including installing from source, from binaries, with an installer. Here is how I’ve done it guided by the following posts:

Compiling and installing Git on Mac OS X
Installing Git on Mac OS X Leopard

First, I downloaded git from its homepage in bz2 format.
Then, I [...]

I frequently use Mac OS X, Windows XP and Linux (Debian, KDE4). I have a MacBook which I use by default to browse the Internet, answer email, etc. I turn on my desktop computer and run Linux if I’m about to edit a video. If I am about to code a little something from home, [...]

How to fix Apple Mail

January 31, 2009 | 2 Comments

Today, I experienced my first big bug with Apple Mac OS X 10.5 running on my Mac Book. I’ve used this laptop for a year and 3 months. I can easily tolerate a bug a year and be a very happy user, nonetheless, bugs need fixed.
Today, after turning on the laptop, Mail refused to run. [...]

I wanted to install Darwin Ports in order to install Qt4 on my Mac but that turned out unsessfully for me. Qt4 would install but I was unable to locate qmake in order to compile a Qt4 application.
Anyway, I found another way to acomplish this (which might also make it possible to install Amarok2 later [...]

The Darwin Ports are Unix packages ported for Mac OS X.
They can be downloaded from the Darwin Ports project page.
To install, simply download and run the package installer.
That done, modify your path by editing your .bash_profile file as follow
1PATH="/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin"
Relaunch your terminal and run
1sudo port selfupdate
To install a package run
1sudo port install <package_name>
To uninstall the darwin [...]

keep looking »