Author Archive
Wednesday, February 23rd, 2011
OK, “Google Authenticator” is actually the name of the smartphone apps provided by Google. What is it all about? It’s two factor authentication similar to the ones banks use to authenticate users to log in or to perform transactions. Corporate users might also have the same security method using smart card or RSA SecurID to [...]
Tags: Computing, Mobile
Posted in Computing, Technology | Comments Off
Saturday, February 12th, 2011
This is related to the previous post, where I had a lot of checked out Subversion working copies in my disk. They came from a Windows machine I used before I bought myself a Mac. For your information, in a Subversion working copy, there will always be a hidden folder named .svn in each directory, [...]
Tags: Computing, Mac
Posted in Computing, Mac | Comments Off
Saturday, February 12th, 2011
Since I moved to a new home I didn’t let my Linux servers run 24/7 so that I can save on electricity bills. It’s not so much about moving homes but it’s about the tariff increase. My 500W and 400W power supplies can easily reach the max usage of around 300W each which translates to [...]
Tags: Computing, Mac
Posted in Mac | Comments Off
Monday, February 7th, 2011
“Tak Nak“, literally translated to “Don’t Want” is a tag line for Malaysia’s anti smoking campaign. In true sense it means “Say No To Smoking”. It’s a collaboration between the Government and a few other organizations. I was lucky enough to have some time to recently visit the National Zoo of Malaysia (locally known as [...]
Tags: Malaysia
Posted in Malaysia | Comments Off
Thursday, December 9th, 2010
If you are a UniFi subscriber, and live in the Puchong (plus Damansara reported by achmatibrahim via Twitter) area you might have already been aware of the downtime since yesterday afternoon (8 December 2010). At the moment I am writing this post, it has been more than 12 hours. TM is not actively informing users [...]
Tags: Business, Malaysia, TMNET
Posted in Business, Malaysia, TM/TMNET | Comments Off
Saturday, November 6th, 2010
That’s what an Editor of the Cooks Source magazine told a writer when she called about the magazine taking her 5-year old article and publishing it in the magazine. If that’s true this blog wouldn’t have been taken down by GoDaddy a few months back because one of the sister blogs hosted in the same [...]
Tags: Business, Malaysia
Posted in Business, Malaysia | Comments Off
Friday, October 29th, 2010
I received a call just about 10 minutes ago, from an automated recording system. Dear customer, you have eight thousand of outstanding amount in the system. Please remit your payment immediately. Press 0 to talk to our customer service So I did. For the record I never had any relationship with this bank for anything. [...]
Tags: Business, Malaysia
Posted in Business, Malaysia | Comments Off
Saturday, September 25th, 2010
iPhone 4 has just been launched in Malaysia, and I have also been closely following the progress. Looking at SoyaCincau’s comparison between Maxis and DiGi, I was attempting to load DiGi’s page again. I have done this before. Instead of talking about iPhone 4 itself, I am going to see why the page is showing [...]
Tags: Business, Malaysia
Posted in Business, Malaysia | Comments Off
Thursday, September 9th, 2010
I saw quite a significant number of tweets mentioning Google Instant, and decided to check it out. Some people might already be aware of it or heard of it before but I am outdated, that I am willing to admit. First, I went to the Official Google Blog where I saw Search: now faster than [...]
Tags: Computing, Google
Posted in Computing, Google | Comments Off
Wednesday, September 8th, 2010
My son’s current favorite series are Special Agent OSO and the Mickey Mouse Clubhouse. He sometimes still watches Thomas & Friends. He can recognize Thomas in Toys ‘R’ Us even from the entrance a hundred meters away. I’ve been looking high and low for high quality, and updated DVDs for him to watch in the [...]
Tags: Media & Entertainment
Posted in Media & Entertainment | Comments Off
Saturday, August 14th, 2010
I had to transfer 2 WordPress blogs to another hosting provider last night, as the free one is going to expire today. It should be as easy as: Transfer the files Transfer the database Change DNS servers in registry to the new DNS servers Configure the new hosting location In a few hours after the [...]
Tags: Business, Computing, Malaysia
Posted in Business, Computing, Malaysia | Comments Off
Friday, August 6th, 2010
PHP does not have any SMTP authentication mechanism in its configuration, and most developer opt for PEAR packages to perform email sending via custom ports and SMTP authentication. I am one of those who will avoid using external packages as much as possible unless really necessary, and of course because I wanted a quick solution [...]
Tags: Computing, Development, Mac, PHP
Posted in Computing, Mac | Comments Off
Thursday, August 5th, 2010
If you’re one of the SysAdmins working for Maxis, and you celebrated the recent System Administrator’s Appreciation day, you should really think about your future. SysAdmins are supposed to make people life’s easier, not the other way round. Maxis has been implementing transparent proxy for some time now, I think to save on bandwidth usage [...]
Tags: Business, Computing, Malaysia
Posted in Business, Computing, Malaysia, Technology | Comments Off
Wednesday, August 4th, 2010
I wanted to be able to use my personal laptop to check my work email, so that I don’t have to carry around the 3kg DELL beast all the time. Sure, I can use the Blackberry but typing long emails on it can prove painful especially with fat fingers. I have VPN access, but Cisco [...]
Tags: Computing, Mac
Posted in Computing, Mac | Comments Off
Tuesday, July 20th, 2010
While attempting to compile djbdns 1.05 and daemontools 0.76 on a CentOS 5.5 I received the error: /usr/bin/ld: errno: TLS definition in /lib/libc.so.6 section .tbss mismatches non-TLS reference in envdir.o The problem can be eliminated by adding: -include /usr/include/errno.h In conf-cc files for each tarball. Don’t forget to install gcc first, if you have a [...]
Tags: Computing, Linux
Posted in Computing, Linux | Comments Off