Disclaimer
All content on this site are my own thoughts and opinions not those of my employer or projects I contribute to.
Archives
- Months
- December 2007 (1)
- November 2007 (5)
- October 2007 (3)
- September 2007 (8)
- August 2007 (3)
- July 2007 (4)
- June 2007 (10)
- May 2007 (15)
- April 2007 (11)
- March 2007 (8)
- February 2007 (18)
- January 2007 (23)
- Years
- Months
Yearly Archives: 2007
Christmas
Merry humbug to everyone who believes that some bloke called Jesus was born 2007 years ago today, Merry Christmas to others who joins in the madness just because its ‘easier’ that way. Christmas is overly commercialised nowadays and has lost … Continue reading
Posted in Life, Site
Leave a comment
Ekiga VoIP client and SIPGate
Ekiga is a VoIP client for GNOME. I recently registered with SIPGate.co.uk as I am planning to have a go at setting up Asterisk sometime in the near future. Sadly it wasn’t a well documented process and after searching Google, … Continue reading
Subversion and Apache Gotcha
So, this is the second time I have tried to address the problem I was getting with some Subversion repositories I was trying to configure to be served by Apache. I was trying to use the SVNPath directive to serve … Continue reading
Posted in Internet, Linux, Network, Subversion
Tagged apache, errors, Network, problems, Subversion
Leave a comment
Another Thunderbird Tip
Thunderbird’s default sorting is the wrong way around, IMHO. This has always annoyed me, I found out how to reverse it.
The Day the Routers Died…
Watch on YouTube
Posted in Humour, Internet, Music, Videos
Leave a comment
Thunderbird Tip
So for ages I have been using Thunderbird combined with server side mail sorting, what has been annoying me for a year or so is that Thunderbird only checks the Inbox folder. I had to manually check all the others … Continue reading
Posted in Internet, Linux, Windows
Leave a comment
Upgraded
I just upgraded this blog using a Subversion patch, seems to be working ok, will keep and eye out for any 404s see if I missed any new files and the like. I also started to burn my feed.
Posted in Site, Web, WordPress
Leave a comment
Pocket PC 2002 Skipping the Welcome Programme
When you hard reset a Pocket PC device it runs a Welcome one time tutorial programme, this can be skipped, by hooking it up to a computer and deleting the Welcome shortcut inside \Windows\Startup. Took me a while to find … Continue reading
Posted in Humour, Windows
Leave a comment
Akismet Sanitised
I made the Akismet plugin a little more sane after discovering it sent the entire $_SERVER array to akismets servers. I changed: $ignore = array( ‘HTTP_COOKIE’ ); foreach ( $_SERVER as $key => $value ) if ( !in_array( $key, $ignore … Continue reading
Posted in Web, WordPress
Leave a comment