May 29th, 2008
Firefox is trying to get as many people as they could to download Firefox on the download day (which will be announced later). You can pledge your download here: http://www.spreadfirefox.com/en-US/worldrecord/!
Posted in Uncategorized | No Comments »
May 26th, 2008
If you get error as:
/usr/lib/vmware-server/bin/vmware-server-console: /usr/lib/vmware-server/lib/libpng12.so.0/libpng12.so.0: no version information available (required by /usr/lib32/libcairo.so.2)
/usr/lib/vmware-server/bin/vmware-server-console: /usr/lib/vmware-server/lib/libgcc_s.so.1/libgcc_s.so.1: version `GCC_4.2.0' not found (required by /usr/lib32/libstdc++.so.6)
/usr/lib/vmware-server/bin/vmware-server-console: /usr/lib/vmware-server/lib/libpng12.so.0/libpng12.so.0: no version information available (required by /usr/lib32/libcairo.so.2)
/usr/lib/vmware-server/bin/vmware-server-console: /usr/lib/vmware-server/lib/libgcc_s.so.1/libgcc_s.so.1: version `GCC_4.2.0' not found (required by /usr/lib32/libstdc++.so.6)
/usr/lib/vmware-server/bin/vmware-server-console: /usr/lib/vmware-server/lib/libpng12.so.0/libpng12.so.0: no version information available (required by /usr/lib32/libcairo.so.2)
/usr/lib/vmware-server/bin/vmware-server-console: /usr/lib/vmware-server/lib/libgcc_s.so.1/libgcc_s.so.1: version `GCC_4.2.0' not found (required by /usr/lib32/libstdc++.so.6)
Copy over two libraries:
$ sudo cp /lib/libgcc_s.so.1 /usr/lib/vmware-server-console/lib/libgcc_s.so.1/
$ sudo cp /usr/lib/libpng12.so.0 /usr/lib/vmware-server-console/lib/libpng12.so.0/
Posted in Hack, Linux | 2 Comments »
April 8th, 2008
Without any third party software (like Toast) it is actually easy to create ISO images in OS X.
- If you have a CD/DVD and want to create the ISO image, just use the Disk Utility in OS X.
- Open Disk Utility;
- Select the CD/DVD;
- Select New Image;
- Make sure that the Image Format is DVD/CD Master;
- This will create a .cdr file, just rename it to .iso (it is actually an ISO image)
- If you have an existing DMG file, you can use hdiutil to convert it:
hdiutil convert source.dmg -format UDTO -o target.iso
Posted in Mac | No Comments »
March 26th, 2008
Now you can watch all you can on http://www.southparkstudios.com/.
Posted in Tech Deal | No Comments »
February 20th, 2008
While Toshiba pull out of HD DVD and everyone expect HD DVD to die off…. LG issue this statement:
“LG believes that at this present moment in time, it is necessary to provide a player which supports both formats and therefore create simplicity and convenience for the existing HD DVD consumer.”
quote from UK Sky News.
Posted in Uncategorized | No Comments »
February 20th, 2008
Problem: I have been searching everywhere to look for something to record my TV shows off the SlingBox.
Solutions: The simples solution is to get At-Large Recorder (ALR) from Applian Technologie. The good thing about ALR is that it works well, record in good quality, can present time and channels, etc. I really have nothing against ALR. However, if you want to save $49.95 and willing to suffer poorer quality recording as well as half working solution… read on…
- First of all some Warnings… This solution only do 320 x 240 or 640 x 240 (Yes, you cannot do 640 x 480!) and change channel does not work for me, some claim that it works.
- Now, if you are still interested, head over to SlingBox SDK on SourceForge and download the SlingBox VLC (I have not tried the Recorder, yeah I know I am lazy).
- I assume that you have VLC installed. If not, get the VLC Media Player and install it. Extract the SlingBox VLC and copy libaccess_slingbox_plugin.dll into “C:\Program Files\VideoLAN\VLC\plugins”.
- Start VLC and Open preferences panel (Settings–>Preferences).
- Navigate to “Input/Codecs”–>”Access Module”–>”Slingbox”.
- Check “Advanced options” (lower right corner of Preferences panel).
- Enter the address, port (default is 5001) and password of your slingbox and click on “Save” to save the settings.
- In menu select File–>Open Network stream.
- In “Advance options”, check “Stream/Save” and click on “Settings…”.
- In the “Outputs”, select “Play locally” and “File” then click on the “Browse…” button to give a filename.
- You can play around with the various Encapsulation methods and Transcoding options to find “the best”.
- Click on “Ok” then “Ok” again and enjoy your recording.
Posted in Hack | 1 Comment »
February 19th, 2008
The general election of Malaysia is coming up, do you know where to vote? There is a Website for you to check, and yes you need your NRIC number.
Posted in Uncategorized | No Comments »
February 15th, 2008
For those who are interested in the Internet and Broadband usage statistic in 2007:
| Country |
Internet Users |
Broadband Subscribers |
| Africa |
44,319,240 |
1,097,200 |
| Australia |
15,504,531 |
4,700,200 |
| Brunei |
176,029 |
11,181 |
| China |
162,000,000 |
48,500,000 |
| Hong Kong |
4,878,713 |
1,796,200 |
| India |
60,000,000 |
2,520,000 |
| Indonesia |
20,000,000 |
1,008,200 |
| Malaysia |
14,904,000 |
1,106,000 |
| New Zealand |
3,200,000 |
683,500 |
| Philippines |
14,000,000 |
123,000 |
| Singapore |
2,421,800 |
796,500 |
| Taiwan |
15,400,000 |
4,505,800 |
| Thailand |
8,420,000 |
105,000 |
| Vietname |
18,226,701 |
516,600 |
Posted in Uncategorized | No Comments »
December 26th, 2007
Problem: I started using Digital Signature for my office email communication recently. Guess what… Outlook Express users start to complain that they couldn’t reply to my email.
Solution: It turned out that it is a very old bug in Outlook Express (KB816830) that if an email is digitally signed, it will sign the replied or forwarded email. This doesn’t really make sense because not everyone have digital signature. Here’s the workaround:
- To reply or forward a digitally signed email, first click on “Reply” or “Forward”.
- Next, select “Tools” from the menu and make sure that “Digitally sign” is not checked.
- Now, you can send the email.
Now the question is “Do I have to do this every time?” The answer is “Yes, you do”. (or someone might find some more permanent solution to this… please…)
Posted in Anoyance | No Comments »
December 24th, 2007
I have been running the Gomez PEER for ages. Sometime in 2007, they increased the payment and now I earn about $8-$10 a month and use that for my Skype calls. Pretty cool.
If you wish to join, just click on the image below and it will take you to Gomez PEER site to register with me as your referral.
Posted in Tech Deal | 3 Comments »