Feed on
Posts
Comments

Category Archive for 'Geekery'

TrackPoint scrolling in Ubuntu 10.10

I just upgraded to Ubuntu 10.10 on my ThinkPad and the only issue so far is that TrackPoint scrolling had stopped working. To re-enable it I used GPointingDeviceSettings and set the following settings: The important change was to set the wheel emulation’s button to 2, not 4 as it appeared to have been set to. [...]

Read Full Post »

If you use an SMS gateway, such as Clickatell, to send SMS from your website or computer, you might want to set up your own simple return path for people to reply to those SMS and have them emailed to you. With an always-on Ubuntu 10.04 machine, an old mobile phone and a cheap pre-paid [...]

Read Full Post »

GNU gettext find and replace

GNU gettext is used by many open source projects for translation support. If you need to just do a find and replace in gettext source files, try this out to do a whole directory at once: 12345for i in *.po; do   echo "Processing $i"   msgfilter –no-wrap sed -e "s/OLD_TEXT/NEW_TEXT/g" < $i > /tmp/gettext [...]

Read Full Post »

Wireshark is a network protocol analyser, or packet sniffer, available for Ubuntu 10.04 via a simple sudo apt-get install wireshark. However to use it correctly, we need to change some permissions to ensure we’re not running the whole application as root. The following commands will let the adm group run Wireshark without elevated privileges – [...]

Read Full Post »

ABC’s The Drum is the ABC’s analysis and opinion site. It has a diverse range of contributors and I’ve found the RSS feed a little too active for my liking. That said, I love the latest presenter of Media Watch, Jonathan Holmes, and I wanted to read just his articles posted on The Drum. I [...]

Read Full Post »

« Newer Posts - Older Posts »