Posted: May 8th, 2008 | Author: xanda | Filed under: IT Related | Tags: 2.4.1, compile, compile pidgin from source, pidgin, ubuntu, ubuntu compile pidgin | 4 Comments »
I’ve installed the latest pidgin (currently 2.4.1) using default repo from ubuntu 8.04 and i’ve found a bug. If my Yahoo Messenger buddy invisible and suddenly he/she appear online with status, I’m not be able to see they appear online until he/she change her/his status to available (with no status).
I’ve done several tests and finally come out with this solution: Compile it from source without ubuntu patch.
First, remove your old Pidgin configuration files and update your package list
rm -dfr ~/.purple
sudo apt-get update |
rm -dfr ~/.purple
sudo apt-get update
Now install build-essential
sudo apt-get install build-essential |
sudo apt-get install build-essential
Now install the Pidgin’s dependencies
sudo apt-get build-dep pidgin |
sudo apt-get build-dep pidgin
Ok.. you need to download the original pidgin source code
wget http://heanet.dl.sourceforge.net/sourceforge/pidgin/pidgin-2.4.1.tar.bz2 |
wget http://heanet.dl.sourceforge.net/sourceforge/pidgin/pidgin-2.4.1.tar.bz2
Extract the file and enter the extracted directory
tar -jxvf pidgin-2.4.1.tar.bz2
cd pidgin-2.4.1 |
tar -jxvf pidgin-2.4.1.tar.bz2
cd pidgin-2.4.1
Run configure with –enable-gnutls=yes because it is required for MSN and Google Talk
./configure --prefix=/usr --enable-gnutls=yes |
./configure --prefix=/usr --enable-gnutls=yes
In my case (Intel Pentium Core Duo), I’ve enable CFLAGS options for processor optimization
CFLAGS="-march=prescott -O2 -pipe -fomit-frame-pointer" ./configure --prefix=/usr --enable-gnutls=yes |
CFLAGS="-march=prescott -O2 -pipe -fomit-frame-pointer" ./configure --prefix=/usr --enable-gnutls=yes
You can simply use the command without the CFLAGS above, or if you want to optimize the pidgin to suit your processor, you can refer to Safe_Cflags page (yeah.. I’m a fanatic Gentoo user)
Now, run make and it will start compiling. Owh ya, it gonna takes some time
Finally, become root and run make install
Enjoy!~
Ubuntu 8.04 is a mistake!
Credits:
Thanks to Munzir, Adib and Yeh. They are my tester. Hahaha..
Gentoo wiki for the CFLAGS
Posted: April 17th, 2008 | Author: xanda | Filed under: IT Related, Project | Tags: fyp, xanara, Xanara Rescue CD | 2 Comments »

I’m proud to announce that Xanara Rescue CD is now in pre-final release (for my FYP) before it is submitted. Current latest version is Beta 2.5 and I’ll post the changelogs, full details and some screenshots latest by Saturday (I’ll try lah). ISO also will be uploaded once the full details is published.
Feel free to visit Xanara Rescue CD’s project page
Posted: April 14th, 2008 | Author: xanda | Filed under: LinuxSIG | Tags: hack, hackattack, LinuxSIG | No Comments »

Start: 21/04/2008 – 10:00am
End: 23/04/2008 – 5:00pm
Timezone: GMT+8
About
Hack Attack is a web-based hack game testing players in their knowledge of Web security. There are 4 levels in total and each one of them has their own security flaw caused by bad programming and misconfiguration. Players have to find these so called flaws and exploit them to gain access to the next level using only a web browser.
Prize
Be the fastest to beat all 4 levels within 20 minutes and win a seat for Hack in the Box Security Conference 2008 – Kuala Lumpur (HITBSecConf2008), sponsored by Hack in the Box (M) Sdn. Bhd.
Event Details
Date: 21st – 23rd April 2008 (Week 12)
Time: 10.00 AM – 5.00 PM
Venue: Lobby, Block B (Old Fosee), Multimedia University (Malacca Campus)
Website: http://hackattack08.linuxsig.net
Registration: Free
Posted: April 10th, 2008 | Author: xanda | Filed under: IT Related, My Self, Project | Tags: streamyx, tweak | 1 Comment »
Sorry guys… I didn’t mean to show you my screenshot

Hahahaha… I’ll post the discussion on how to get the same/almost the same speed in my next post