Geotagging my photos in Linux with the RoyalTek RGM3800

Well its full name is the “RoyalTek SiRF Star III GPS Receiver + Data-Logger RGM3800″ but that was too long for the title. I am using amd64 Gentoo Linux. Now, I should thank Miguel for his blog post on the RoyalTek RGM3800 which helped a lot with me getting this all to work on Gentoo [...]

Cancelling hard drive format in Windows

I was formatting a USB external hard drive with NTFS (same thing would apply to FAT I believe). I unchecked quick format which meant it took an age on the large 750GB hard drive, so I thought I would cancel it. The drive was then not recognised my Windows (I am using Windows 7). So [...]

javac is not available for sun-jre-bin-1.6 on x86_64

When trying to compile some java code on my x86_64 (amd64) 64bit Gentoo machine I was greeted with the following error message: * javac is not available for sun-jre-bin-1.6 on x86_64 * IMPORTANT: some Java tools are not available on some VMs on some architectures This can be fixed by installing and/or setting the jdk [...]

Disk performance: why aren’t you using ionice yet?

A cool article about a lesser known Linux command, ionice, it’s like nice but for disk usage. http://friedcpu.wordpress.com/2007/07/17/why-arent-you-using-ionice-yet/

* ERROR: wrong args ( > ) when redirecting output from an init script

While writing a script to help ease maintenance of my Gentoo installation (i.e. the portage tree) I came across the following error when trying to redirect the standard output of stopping/starting the rsync deamon /etc/init.d/rsyncd stop > /dev/null ..stopping rsyncd.. * ERROR: wrong args ( > ) The line in the script was: $SUDO /etc/init.d/rsyncd [...]

Failed to execute default Terminal Emulator (when trying to open a terminal in Thunar)

If you get this if you are using xubuntu or ubuntu then go to the section where you change your default application and change the terminal to konsole or some other gui terminal such as xterm. I think this is caused by the xfce terminal not being able to cope with 24-bit colour or something. [...]

Useful project for linux web devs…

IEs4Linux Internet Explorers for Linux, versions 5-7(in the Beta). Very useful for checking website designs with IE in Linux!