Linux wideband (wbo2) sensor interface program

By dgtlmoon - Posted on 11 August 2008

Heres my Linux wideband monitor program for the Australian made WBo2 wideband sensor driver, specifically tested with the 2J1 unit. this program requires the wxPython interface modules..

# apt-get install python-wxgtk2.6
The program only prints out the wideband readings in a fairly primitive but usefull fasion, better than nothing!

GPRS Internet with your nokia and pppd and bluetooth

By dgtlmoon - Posted on 24 July 2008

Heres some tips on how i got my Nokia n93i to allow me to borrow it's GPRS internet connection via Three Australia.

Using my debian/lenny linux laptop on 2.6.24

1. Setup your rfcomm bluetooth interface

This is my /etc/bluetooth/rfcomm.conf file (also attached)
Replace your device mac address with which ever is the device address of your mobile phone..

# hcitool scan
Scanning ...
        00:xx:xx:xx:xx:xx       dgtlmoon

So in your rfcomm.conf put this..

rfcomm0 {

Drupal python background server

By dgtlmoon - Posted on 17 July 2008

Heres some code attached I wrote last year but havent published it on drupal.org just yet, it's my python background server for drupal actions, or put simply "Asynchronous python daemon for Drupal interaction"

Just perfect for managing actions that require long, cpu or filesystem intensive operations such as encrypting, building a file, or even interfacing with other hardware/usb/bluetooth etc etc

This is born out of the need to have a

My gnucash recipe

By dgtlmoon - Posted on 04 July 2008

heres my gnucash account recipe

Initial setup

- Set up your bank account as "Assets:BendigoBank passport account" or whatever your income lands into, set your opening balance as of the financial year

- set up a "Assets:AR" as type Accounts/R

- Setup any Expense sub-accounts, these need to be defined prior to importing the QIF as theres a bug in the QIF importer.

Importing your QIF

For savings/bank account type

The internet is expanding!

By dgtlmoon - Posted on 19 June 2008


GOLD! Absolute genius

UrbanTerror Game - How to spend a LOT of time

By dgtlmoon - Posted on 09 June 2008

I've been playing a LOT of UrbanTerror mostly because zog recommended it and it has AMD 64bit precompiled binaries available to play. This is a great game, the graphics arent so great, but as far as just get in there and start-shooting fix, its great. From the UrbanTerror site..

Urban Terror is a free multiplayer first person shooter, that does not require Quake III Arena. It is available for Windows, Linux and Macintosh. The current version is 4.1.

New drupal module: simplenews schedular ( reoccuring newsletters )

By dgtlmoon - Posted on 03 June 2008

A simple but effective drupal newsletter module

Simplenews scheduler sends a newsletter as a re-occurring item based on a schedule.

Simplenews scheduler does so by creating a new "edition" (rendered copy) of a node at the time that it required to be sent again, the original newsletter is never sent but all editions are according to a pre-defined schedule, this is triggered via hook_cron

New client site: Aussie work wear

By dgtlmoon - Posted on 01 June 2008

It's sure been great to produce a fairly traditional "ecommerce" site in drupal using Ubercart and paymate australia merchant interface.

So I bring you Aussie Work Wear , a very clean site for selling industrial / work wear with a great user interface.

Australia In the Making

By dgtlmoon - Posted on 31 May 2008

Found this great book printed in 1936! Covers everything from Ptolemy, to the Portugese fleets, Dutch fleets, drunken judges and lawyers as convicts! This book seems to pay particular attention to the colonization and formation of each state, explorers that traversed the land (Hume, Flinders etc) Plenty of maps and slabs of really interesting anecdotes

Normalizing your democracy / miro podcast volumes automatically

By dgtlmoon - Posted on 20 May 2008

Heres a handy script I use to normalize and compress the audio in podcasts downloaded by my Democracy / Miro player.

This is much nicer when im sitting at my desk working and listening, i dont need to fiddle with the volume-knob mid sub-routine when i'm coding, very handy for smoothing out audio in news feeds where they have a loud news banner/jingle/intro sound followed by various voices.

This just runs at cronjob using 'normalize-audio' audio package