James McDonald

Alcatel OmniPCX Voice Prompts

Just had to upload voice prompts to an Alcatel OmniPCX. The process: Record the message using the "Sound Recorder" on Windows 7 (which saves to WMA format and it's got a high sample rate and it got 2 channels etc) Upload to a Ubuntu 10.10 Linux box and use ffmpeg to...

WordPress for Android Video Upload

This link http://android.wordpress.org/2010/05/11/wordpress-for-android-version-1-2-geotagging-and-video-upload/ has the secret sauce for uploading 3gp videos to a wordpress blog namely the PJW Mime Config plugin. After installing PJW Mime Config the mime type you...

HP Officejet Pro 8500A A910a on Ubuntu 10.10

Update: The latest version of hplip has the correct entries in the installer/distros.dat file. Go to the aforementioned link and follow the instructions to install on Ubuntu 10.10 and it should work well for you. Just bought a new HP Officejet Pro 8500A A910a as my HP...

Exporting Dia Diagrams to PNG from the Command Line

A post from the Dia mailing list: I was asked to deliver some diagrams Dia diagrams I did, in PNG format. I just would imagine the nightmare it would have been to do this under "other" diagramming tools. for D in *.dia; do dia -t png -s 1024x $D; done I just checked...

Returning DDMMYY in Bash or CMD.exe

Anyone else have a better way on Windows. Let me know. # bash scripting MYDATE=`date +%d%m%y` echo $MYDATE # or all in one echo $(date +%d%m%y) rem Windows cmd.exe rem This gives you the correct format rem offsets rem 01234567890123 rem Mon 01/11/2010 set...

Run Ubuntu > 9.x Headless

Found this after too much Googling so listing here for future reference. Stop X Starting at Boot on an Upstart controlled system update-rc.d -f remove gdm doesn't work: That is because Ubuntu doesn't use System V init files for startup any more, it uses a program...

Finding your Thought Paradigm

I have recently finished reading a book on mind maps by Tony Buzan. In my working life I'm constantly getting deluged by different projects, or goals, all with multiple dependencies and when I try to get them straight by opening a word document and putting it `down on...

Password Obfuscation in VBS Admin Scripts

Sometimes you may want to authenticate to a remote share and do some admin task like create a zipped backup file on your local computer. The problem with the following script fragment is that the raw VBS file contains a plain text password. So how do you hide the...

Ubuntu 10.10 – A thing of beauty

Usually I am aware of the latest version of the Ubuntu operating system arriving a little before it's release time. This is mainly because there is some new feature that I am hanging out to try or bug that I want to leave behind. This time around I've been happily...

yum update Metadata file does not match checksum

Just had yum update cause a "Metadata file does not match checksum" As usual Google had an answer but for me it didn't work... My error was caused by danguardian web filtering blocking the download of the yum repository metadata files Dansguardian is configured with...

LinkedIn – Facebook for Adults

Time sinks: Facebook Twitter Stumbleupon I find LinkedIn is less of a time chewer, of course you can have many hours of fun updating your profile to include just about every facet of work experience you've been through. Creative writing :). I'm noticing LinkedIn...