Archive for March, 2007

VNSECON07: Vietnam Security Conference 2007 in Ho Chi Minh City

VNSECON’07 is going to held at Ho Chi Minh city on 2nd-4th August 2007. Call for paper is opened right now, for more information please visit VNSECON07 official website.

With the growing speed of Vietnam IT industry and the increasing number of local Vietnamese people who get interested into information security research as well as underground community, it is necessary to have an event that enable the dissemination, discussion and sharing of security information between the security community, government, academic organizations and companies.

VMWare Fusion, Virtual Machine for Mac OSX

Beside Parallel, now VMWare is also supporting their virtual machine product on Mac OS X. Check out VMWare Fusion Beta for Mac. I am going to try it out….

Excel Logo Quiz Answer Cracked

This prove Microsoft Excel password protection is the best software ever in the world, because it’s so easy to crack. Pity the fellow who put the effort on the logo quiz and protect it.

People around me has been cracking their head doing the logo quiz. Well, who care how many you answer? I got all the answer :) Microsoft Rocks!

Download the answer here. If you want the unprotect password, it’s TTGTTUZXPFVTGVS

So Sad Yet Look So Suck on Discoloration Macbook

I thought new case replacement will solve my white color MacBook Discoloration problem. But it doesn’t! How sad it’s, and how many time I have to send my machine back to service center and replace with new casing again and again and again. Regret of buying White color, I should buy Black if I know the discoloration issue is not solve by Apple at time being. Now, the worst come to me is the bottom of the case started to turn into yellowish….

Apple Defects: Some MacBooks Still Staining After Case Replacement

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 server through socket ‘/opt/local/var/run/mysql5/mysqld.sock’ (13) in /Users/paulooicongjen/myproject/web/info.php on line 10
Could not connect: Can’t connect to local MySQL server through socket ‘/opt/local/var/run/mysql5/mysqld.sock’ (13)

The error message is caused by the folder mode created by MySQL installation by default. To solve this problem, change your folder mode to 755 and restart apache.

cd /opt/local/var/run
sudo chmod 755 mysql5
sudo apachectl restart

It should works now!

Next Page »