August 2008
14 posts
gumstix.com - gps module →
Gumstix are ultrasmall low power computers running linux and suitable for creating embedded applications.
Dell's Eee-killer to ship with Ubuntu preinstalled →
Top 25 Linux Games →
Search and replace across multiple files (linux)
I usually use perl -pi or sed to replace strings in multiple source code files. Today I found out about ‘rpl’
sudo apt-get install rpl
rpl will let you search and replace across multple files without having to remember perl -pi syntax etc.
rpl -R -x .html “Foo” “Bar” *
The -x option specifies a file extention to process, -R tells it to work recursively
PositionIT Codesprint article →
This is a short article I wrote for PositionIT advertising the FOSS4GEO code sprint.
Internet Speed Test - Bandwidth Meter →
VMware Server 1.0.6 On Ubuntu 8.04 Desktop →