On Line 2333 of SL/Form.pm add single quotes to $expires variable # remove expired locks $query = qq|DELETE FROM semaphore WHERE expires < '$expires'|; $dbh->do($query) || $self->dberror($query); Error: **DBD::Pg::db do failed: ERROR: operator does not exist:...
IT Tips
GNUCash Heading Banner Graphic Setup
I have been playing with the correct graphic resolutions to get my GNUCash Fancy Invoice header to print correctly. I think I have stumbled on the correct settings. This is for a PNG format Heading Banner file. Using gimp I did the following: Explanation: Using the...
SQL Ledger
Problem: Error! This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6) %&-line parsing enabled. entering extended mode (./1204165120_invoice_1.tex LaTeX2e <2005/12/01> Babel and hyphenation patterns for english, usenglishmax, dumylang, noh yphenation, loaded. !...
Say my name, say my name – Google Search
Every now and again, as an exercise in vanity, I type "James McDonald" into Google Search to see where in the scheme of things I rank according to them. Today I typed in my name and was surprised to see this website is on the first page of results. Usually I would...
Windows SBS 2003 Restore to Different Hardware
I have a Windows 2003 SBS SP1 box on a Dell PE750. As a disaster recovery trial I decided to try and recover it to a Dell PE1950 which obviously has different hardware. The PE750 has "Intel Pro/1000 CT" nics and the PE1950 has "Broadcom NetXtreme II GigE" Nics not to...
Getting Java working on Ubuntu 8.04 Development Branch
Java will not run unless I do the following hack which will set the environment variable system wide. vi /etc/environment PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games" LANG="en_AU.UTF-8" LANGUAGE="en_AU:en"...
Java on Ubuntu hardy (development branch) fails to launch
I have upgraded Ubuntu 7.10 to 8.04 in the dev branch some things aren't working. I installed the latest openoffice from OpenOffice.org and it wouldn't install using the provided java installer and when I installed it using the deb download it couldn't find Java....
Delete a pppoe connection in Ubuntu
I swapped from a bridge adsl modem setup (the connection is defined and terminates as ppp0 on my Linux box) to a ADSL Router setup where the username and password is in the ADSL Router itself. The problem was that my Linux box still had the pppoe connection defined...
Is free Antivirus just as good as the paid offerings?
I have been asked several time recently whether free(as in beer) antivirus programs are 'just as good' as the paid "Name Brand" offerings. The short answer is no. However if you are cash strapped then you really should install some sort of virus protection even if...
A very cool article about lsof
http://dmiessler.com/study/lsof/
