January 2009
18 posts
Authentication/PasswordSchemes - Dovecot Wiki →
Jan 27th
3 tags
xenconsole: Could not read tty from store: No such...
This is a very annoying error which seems to keep popping up, when trying to switch into a guest domain console: “xenconsole: Could not read tty from store: No such file or directory” Restarting the Xen Console - /usr/sbin/xenconsoled - fixes the problem. Not clear whats causing it right now….
Jan 27th
5 tags
Thin type in Safari
Because I always forget about this, I’m sticking it here: Light text on a dark background in Safari tends to produce heavy set type, simply adding this to your css will save the day: text-shadow: 0 0 0 #000; Reference: 24ways.org
Jan 26th
1 note
Centralized Backup Server With Amanda On CentOS |... →
Jan 25th
My Top 5 Artists (Week Ending 2009-1-25) →
Oasis (7)  Goo Goo Dolls (4)  Death Cab for Cutie (3)  The Boxer Rebellion (3)  Ryan Adams (3)  Imported from Last.fm Tumblr by JoeLaz
Jan 25th
5 tags
When 'C:\Program Files' is actually 'C:\PROGRA~1'
So for whatever reason Unison (text mode) on Vista just wouldn’t except paths in command line arguments that had a space in it - it just so happened that the SSH connect batch file lived in ‘Program Files”. I tried quoting the path, escaping the space - just about everything under the sun. The only method that worked in the end was to change the ‘Program Files’ part...
Jan 23rd
2 tags
Windows $PATH variable
Not being a Windows user, I always forget where how to change the system PATH variable. Of course like most Windows things, it’s simple and easy to find….. On Vista: Click Start and choose Control Panel Click System, on the right you’ll see “View basic information about your computer” On the left is a list of tasks, click “Advanced system settings.” Click the Environment...
Jan 23rd
4 tags
Query (cache) './NS/IN' denied
A new potential DNS DOS attack seems to of risen it’s ugly head, I’m getting a LOT of messages similar to this: Jan 22 16:15:20 comp named[20359]: client 76.9.16.171#57861: query (cache) './NS/IN' denied Jan 22 16:16:22 comp named[20359]: client 76.9.16.171#64042: query (cache) './NS/IN' denied Jan 22 16:17:25 comp named[20359]: client 76.9.16.171#16125: query (cache) './NS/IN'...
Jan 22nd
1 tag
My Top 5 Artists (Week Ending 2009-1-18) →
Bruce Springsteen (10)  Bloc Party (4)  Jimmy Eat World (3)  Alexisonfire (3)  Goo Goo Dolls (3)  Imported from Last.fm Tumblr by JoeLaz
Jan 21st
3 tags
gchecky - Google Checkout Python module →
Python module for Google Checkout API integration
Jan 21st
2 tags
Jan 20th
2 tags
Jan 20th
3 tags
Checkbox Problem
If you ever need to check a lot of checkboxes on a single and the interface doesn’t have an adequate facility for doing so (Exchange webmail…..), a little bit of javascript will save your mouse button; Type into the address bar and press enter: javascript: var checks = document.getElementsByTagName('input'); for(i=0;i<checks.length;i++) { checks[i].checked = 'checked'; };...
Jan 19th
Jan 12th
3 tags
Jan 11th
Browser Wars! →
Jan 9th
The Real Guitar Hero →
Jan 7th
“Nothing is more simple than one big button….. I’ll buy almost...”
– http://www.theonion.com/content/video/apple_introduces_revolutionary
Jan 7th