Heh, my girlfriend’s kucing is so gatal he refuses to get off the bed from my gf’s bed
btw his name is belang, and my girlfriend’s is Hazyati.. see you soon :)

Free and Open Source blogger with an attitude
I’ve seen few photos taken from a GPS capable camera and the photo can be traced back to its original location using photo-navigation capable GPS devices.
These GPS coordinates are stored inside JPEG files which comforms to EXIF specification (using GPS IFD). However, I found out the f-spot photo manager while capable of reading EXIF metadata from JPEG, it can’t display the GPS coordinates properly upon reading the JPEG files.
This is rather annoying to me as I can’t possibly know the location where the photo was taken.
exifprobe to the rescue
Fortunately there is exifprobe. A CLI tool which able to display GPS coordinate on JPEG files among other things. The displayed coordinate from EXIF probe are in this format
degree, minute, second
so this output
Latitude = 5,47,39 Longitude = 100,24,10
would become 5° 47′ 39″ N, 100° 24′ 10″ E which you can enter on google maps to get its location.
Easy isnt it
p/s: btw, The location is within Gunung Jerai camping area where it is a popular camping spot for locals and tourists in Kedah (Malaysia).
Some of you may encounter the message 403 Forbidden during Ubuntu Gutsy Security update, especially when you does your update using “sudo apt-get upgrade”.
The message was displayed because the Ubuntu team deliberately block security updates from the server side following reports that the updates are breaking xorg-server package (this very same incident also happened last year, during Dapper release).
Thankfully the issue has been handled by the Ubuntu team, and now you can continue updating your computer without any interruption or side effects from installing the security updates.
Was Ubuntu the only distro affected by this problem?
Credit to enforcer, now I know there are several other distro (OpenSuSE, Gentoo, Debian) besides Ubuntu that experienced this problem.
Should I install any security updates ?
It highly advisable to install security updates whenever they are available from the update server. Failure of doing so may expose your system to various security holes and vulnerability which can lead to your system being compromised by malicious party.

I guess you all have heard the news now. Sun Microsystem is going to acquire MySQL AB, the company behind the most popular open source database server, MySQL anytime soon.
After this acquisition, Sun would control the Java platform, JavaME embedded programming platform, SunOS/Solaris operating system, workstations, StarOffice suite, and now MySQL.
Seems appropriate to say “Everything under the Sun” now.
Tired of having Windows XP/Vista logo stickers on your Linux computer ? Now you can tear away those stickers and replace it with one included in the Free Software Stickers book.
Filled with hundreds of creative sticker design, the Free Software Stickers lets you announce to the world that you are using Free Software operated computer.

The book is a must-have for all Linux and Free Software geeks around the world. It has a collection of distro related stickers including Debian, SUSE, Slackware, Gentoo, Ubuntu, Fedora, kubuntu, Red Hat and various other non-Linux Free Software.
How do I get the sticker book ?
As with the spirit of Free Software, the sticker book is available for free through the internet. What you need to do is to select which sticker you want to put on your computer, and print it out using a self-adhesive photographic paper, which is easily obtainable from computer shops.
There you go, a great way to impress your friends at any Linux user group or FOSS-UG meetup!
Using the nearest server to your location does not guarantee that you will get faster connection speed, other factors such as network congestions, faulty routers and bandwidth may affect the speed of your software installations.
Thus it is best to update the sources.lst file from time to time to keep updated with the fastest mirror to you, to ensure faster software installation and updates on your computer.
Generally there are two ways to do this, one is by using Synaptic to check for the fastest mirror (works for Ubuntu too!) and secondly by using netselect-apt (currently does not work for Ubuntu).
How to get fastest apt-get mirror with netselect-apt (Debian)
Firstly you need to install netselect-apt. then just run the command by typing “netselect-apt distribution name” to get the fastest mirror. Append -n switch, if you want to include the non-free repository too
Example :
# netselect-apt lenny
Example (non-free repos) :
# netselect-apt -n lenny
The application will test each apt-get mirrors it could find on debian.org site and perform some connection to estimate its speed. At the end of the test, the fastest mirror will be selected and used in the /etc/apt/sources.lst file.
Nice, but does it work on Ubuntu?
Note that although Ubuntu has netselect-apt, the application is currently broken under Ubuntu
( as of Gutsy Gibbon ). Ubuntu users should try the Synaptic method instead.