This blog will contain non-technical, fun and personal posts. All my technical posts will be posted on SMD's blog, http://www.smd.com.my. Looking forward to see you there! :-)

Active Sharing - YouTube

YouTube has made a new feature called active sharing. You can see other users that have enabled the feature and watch the same video. It’s like “Who is online” feature. You can enable or disable at any time here.
Cool Huh!

VMware Server Is Available In Feisty Commercial

VMware server has been added to Canonical’s commercial software repository. In order to try it out, add the commercial repostiory through Add/Remove Programs and search for VMware. Or insert
deb http://archive.canonical.com/ubuntu feisty-commercial main
into your /etc/apt/sources.list. The package name is vmware-server. You’ll need to install app-install-data-commercial.
sudo apt-get install app-install-data-commercial
sudo apt-get install vmware-server
And it will install VMware [...]

Install Qemu And KQemu

If you note that the comment page in my blog has been added with I use Ubuntu Feisty Fawn (7.04) as an operating system. Getting VMWare Server to run on Ubuntu Feisty is a pain. There’s a reason I hate closed source software, on the whole it sucks.
What is Qemu? Qemu is an emulator. [...]