19 9 / 2011

If you had issue with phpMyAdmin regarding mcrypt module, please do the following:

  1. download mcrypt library from http://sourceforge.net/projects/mcrypt/files/Libmcrypt/2.5.8/ not the mcrypt
  2. then, you need to get to know your current PHP version using phpinfo(); mine is PHP-5.3.6, so I would download the following file from php.net - http://museum.php.net/php5/php-5.3.6.tar.gz
  3. before do any installation, please read the tutorial by  Michael Gracie

Enjoy!

28 7 / 2011

Iyup, you can safely delete all those Mail attachments previously downloaded to your hard drive. Is it safe? In my case, it works! Bare in mind, all my email are stored online, thanks to Google IMAP service which enable us to read emails and at the same time sync them no matter from which devices we read our emails. Kewl, right?

As shared by andrejK at Apple Support Communities forum, when upgrading from Snow Leopard to Lion, it generate duplicates of the original mail database. You may click on the link for the explaination.

Well, in order to remove the Mail attachments, Copy-Paste the following code onto your Terminal

find -d ~/Library/Mail/ -type d -name Attachments -print -exec rm -rf {} \;

I have managed to gain whooping 10GB of storage. All the best!

28 7 / 2011

Iyup, when booting Mac OS X Lion, it popup alert notification on unsupported PowerPC applications. It’s a bit annoying to get such notification. So, I did some googling on the web and it turns out that Vodafone 3G USB dongle that caused the problem.

Since, there is no way to remove it using the Vodafone software, I end up manually remove the list of files as suggested by marblr site except the kernel extensions. It could be useful in the future.

Summary:

From /Library/LaunchAgents/

  • cn.com.zte.usbswapper.plist
  • de.novamedia.NovamediaDiskSuppressor

and remove the followings:

  • /Library/Application Support/Vodafone
  • /Applications/Vodafone Mobile Connect

Good luck!