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! :-)

Installing Pidgin IM From The Source

Gaim has a new name, Pidgin! Not just a new name, they also have a new look for their website, a new project URL (www.pidgin.im), a new mascot and many features.
Install Pidgin In Ubuntu
1. First step is to get pidgin source code, in your terminal
wget http://sourceforge.net/project/downloading.php?group_id=235&filename=pidgin-2.0.0.tar.bz2
2. Then, install required development package.
sudo apt-get install libxml2-dev [...]

Using Qemu By Example

Yesterday, I wrote a post about how to install Qemu and KQemu in Ubuntu Linux. There’re more interesting things about Qemu. Let’s get started with basic usage of Qemu. Following example creates 2GB disk image for Fedora Core 6.
qemu-img create fc6.img 2G
Start Qemu with following command,
qemu -hda fc6.img -cdrom /dev/cdrom -boot d -m 256 -enable-audio [...]

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. [...]

Ubuntu On Dell PCs

CNet-News is reporting that Dell will shortly announce a partnership with Canonical to offer Ubuntu Feisty Fawn (7.04) pre-loaded on desktops and notebooks. Last february, Dell has made a survey to gather feedback directly from consumers about what their favoruite distro.
More on CNet-News…
News on Dell…
Ubuntu Rox!

Ubuntu Feisty - 1st Thoughts

After the release of Ubuntu Feisty Fawn, I upgraded my Thinkpad. The simplest way to upgrade is to use Updater Manager (make sure you have “update-manager-core” to enable release upgrader). All seems to work, except for:
ACPI Module Running Slow
I found that it takes more than a minute to load ACPI modules and start hald daemon [...]

Ubuntu Feisty Fawn Is Coming!

To all ubuntu fans, please clear your calendar on 19th April 2007. The next release of ubuntu (named Feisty Fawn) will be released this coming thursday.
Get ready to upgrade!

Feisty CDs Through ShipIt

Yeah! It’s a great news. Feisty Fawn (The next release of ubuntu) is to be available through ShipIt.
Go Ubuntu!