|  About Me  |  Blogs  |  Photos  |  Publications  |  Resume  | 

Archive for December, 2004

SE k700i firmware version

Sunday, December 19th, 2004

To find out which firmware k700i is running, type in standby menu:

> * << * < *

Ignore whatever happens while you’re doing it.

Mine came shipped with R2L001.

MovableType spam blocker

Wednesday, December 15th, 2004

With popularity comes SPAM I’m really fed up the massive systematic, automated spam I’m getting on my blog comments so I installed the MT-blacklist plugin which performs content-based comment/trackback spam blocking.

Ubuntu

Tuesday, December 7th, 2004

I installed Ubuntu on my server a couple of weeks back and I’ve been quite happy with it so far. It is a debian based distribution which installs directly kernel 2.6 and gnome 2.8. It was perhaps the fastest linux installation I’ve experienced. Network, display and sound are all automatically configured and works!

I upgraded to [...]

Setup Dnsmasq for local network

Monday, December 6th, 2004

Dnsmasq as a lightweight DNS proxy and a DHCP server I use for my home network. apt-get install dnsmasq.

On my server eth0 is connect to my ADSL modem and gets dhcp from my ISP. eth1 is connected to the wireless access point which our laptops connects to, so we need to configure dnsmasq to listen [...]

Compiling JavaHL for Subclipse

Monday, December 6th, 2004

“Subclipse 0.9.14, we no longer ship native libraries (libsvnjavahl) for the Linux and OSX versions… Linux users will either have to build their own, or pester their packager to include the SVN javahl subsystem with their builds”
– Subclipse people.

First of all, %$%@^!

Once you have expressed your objections, download subversion source code (> v1.1).

Update: Check user [...]