Category Archives: Linux
Siemens SE 587 Dynamic DNS Update script
Quick script I knocked up to update dynamic dns record at freedns.afraid.org, querying the router for its IP address. Uses expect to login via telnet to the router and curl to GET the http update url. #!/bin/bash # Siemens SE … Continue reading
Gedit document words autocompletion plugin
I followed a submission to reddit the other day highlighting a few choice plugins for gedit, as I am fond of using the default GNOME text editor. One plugin in particular caught my eye, the document words autocompletion plugin, written … Continue reading
PHP class using Imagick – resize, reflect or drop shadow
I’ve been spending a bit of time getting to know PHP classes over the Christmas holiday, and I’ve written a couple to test out my knowledge. The first is an image uploading class, which checks for various problems with files … Continue reading
No! Please don’t do it!
There are some highly entertaining examples on the net of command line program output, but it’s great when you’re doing some system maintenance in Linux on your own machine and a gem unexpectedly crops up: :~$ sudo /etc/init.d/dovecot restart [sudo] … Continue reading
Synaptics touchpad, SHMConfig, xorg.conf and Ubuntu Intrepid 8.10
EDIT – Please note that this post only refers to the 64 bit version of Ubuntu. Some significant changes have been happening to the X server over the past couple of releases of Ubuntu. One of the most noticeable alterations … Continue reading
FirstClass. On 64 bit AMD64 Ubuntu.
For my OU course in Web Applications Development, I have to use a piece of software called FirstClass, from OpenText. Thankfully the nice people at OpenText have packaged up a version for Debian and Ubuntu, version 8.315-2 (one major release … Continue reading
Amarok, Ubuntu Gutsy 7.10, Bluetooth and Sony MBR-100 Audio Receiver
As we all know Amarok is the best music player in the world, and it’s free. It’s only available on Linux at the moment but the devs are working hard to port it to Windows. Anyway I digress. I wanted … Continue reading
RT73 on Ubuntu 8.10 Intrepid Ibex
If you’ve used the Ralink RT73 chipset under Ubuntu for any length of time, you’ll know that the default drivers aren’t yet perfect (some supporting evidence). Some may have had more success, but in my experience they drop out regularly … Continue reading