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, especially you accidentally click on a mail link on a website, and it took like years to fire up Entourage and ready to compose the email. In Mac OS X, there is no control panel to set default application like Windows/Linux. To solve the default mail application problem, it has to configure from Mail.app Preference, refer to the picture below.

takizo posted on May 29th, 2007 in Apple category | Tags: Apple, mac, mac osx
2 Comments »
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 in VI/VIM now? Good luck
takizo posted on May 28th, 2007 in Apple, Systems category | Tags: Apple, mac, mac osx
9 Comments »
cairo-traps.c: In function `_cairo_traps_init’:
cairo-traps.c:62: `INT32_MAX’ undeclared (first use in this function)
cairo-traps.c:62: (Each undeclared identifier is reported only once
cairo-traps.c:62: for each function it appears in.)
cairo-traps.c:63: `INT32_MIN’ undeclared (first use in this function)
Define below, in header file.
#define INT32_MIN (-0x7fffffff-1)
#define INT32_MAX 0x7fffffff
takizo posted on May 10th, 2007 in Systems category | 2 Comments »
Bought myself Linksys WUSB54G v4 from Low Yat. The USB Wireless adapter is around RM125-RM130. Next plan is extend the antenna for better signal. spoonfork, when should we start work on that?
takizo posted on April 27th, 2007 in Systems category | 2 Comments »
If you are running WordPress below version 2.1.2, patch it immediately, it leads to SQL Injection Vulnerabilities. Here is my test before patch.
wp-injection.pl http://www.takizo.com/blog/xmlrpc.php xxxxx xxxxx 10
The usage is correct
[*] Trying Host http://www.takizo.com/blog/xmlrpc.php ...
[+] The xmlrpc server seems to be working
--------------------
Username for id = 1 is:--> 3
AN
Md5 hash for user: 3
AN
is: 3
AND post_id = 10 union al
--------------------
Username for id = 2 is:--> 3
AN
Md5 hash for user: 3
AN
is: 3
AND post_id = 10 union al
Of course there are more I didn’t show la, just patch it! If you are lazy, this fellow can help you do it for free.
takizo posted on April 6th, 2007 in Systems category | Only ONE daring fellow comment »