-
Recent Posts
Recent Comments
- Adam Stoller on DBD::mysql, MySQL and OS X Lion
- Hugo Masupha on IPv6 and Shartak
- Merlijn on ip6tables and CentOS 5.6
- Sean on Reading: Nightlord by Garon Whited
- Roger on .mobi top level domain.. WHY?
Archives
- August 2011
- July 2011
- May 2011
- April 2011
- November 2010
- October 2010
- August 2008
- May 2008
- April 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
- January 2006
- December 2005
- November 2005
- October 2005
- September 2005
- August 2005
- July 2005
- June 2005
- May 2005
- April 2005
- March 2005
- February 2005
- January 2005
- December 2004
- November 2004
- October 2004
- September 2004
- August 2004
- July 2004
- June 2004
- May 2004
- April 2004
- March 2004
- February 2004
- January 2004
- December 2003
- November 2003
- October 2003
- July 2003
- June 2003
- May 2003
- February 2003
- January 2003
- December 2002
- November 2002
- October 2002
- September 2002
- August 2002
Categories
Meta
Category Archives: Linux
IPv6 and Shartak
Over the last couple of weeks I’ve been trying to figure out IPv6. Having worked through some of the IPv6 certification at http://ipv6.he.net/ I now have an IPv6 enabled web server and mail server as well as IPv6 connectivity at … Continue reading
ip6tables and CentOS 5.6
Having just recently obtained an IPv6 address for my server, I figured it would be a good idea to setup a firewall on the IPv6 address. Although most services are bound to the main IPv4 address only, it doesn’t hurt … Continue reading
Compiling on a 64 bit Linux
I’m currently in the process of upgrading my old server to a nice new 64 bit CentOS 5 install and came across a few issues rebuilding some of the packages. In general I try not to use customised versions of … Continue reading
Upgrading CentOS4 to CentOS5 – rpm error
After a recent upgrade of a server from CentOS 4.4 to 5.1 using yum, I ran into a bit of a problem with rpm. Pretty much any rpm command would result in the following error: rpmdb: Program version 4.3 doesn’t … Continue reading
SMF and the case of the missing pound signs
I’ve been helping a friend setup a new forum using Simple Machines Forum (SMF) and even though it worked fine on a previous installation I’d done, the pound signs (UK currency, not a #) just wouldn’t show up as anything … Continue reading
yum reports bad marshal data
I’ve been trying to check for updates on one of my CentOS machines using yum and got the following error. root:~# yum upgrade Loading “installonlyn” plugin Options Error: bad marshal data
Using vmware server console on Mac OSX
Just recently I’ve been experimenting with VMWare Server on a Linux host and although it’s easy enough to use the console to manage it from a Windows PC, I normally only have my aging PowerBook to hand. Since there’s no … Continue reading
MySQL bug (followup)
As a followup to my previous MySQL bug post, I tried PostgreSQL and didn’t like it all that much. I found there was too much of a learning curve for someone who’s only really used MySQL to any great extent. … Continue reading
MySQL bug
It seems that in gaining over 100,000 players, Kevan’s Urban Dead game has managed to find a bug in MySQL that causes corruption of indexes. Unfortunately no-one at MySQL AB is able to replicate the bug so it can’t be … Continue reading
iChat AV through Linux NAT
This assumes the following conditions: * the Linux gateway is forwards all outgoing traffic after rewriting the source address as the external IP (i.e NAT) * the incoming policy is to drop all packets unless they’re related to an existing … Continue reading