Monthly Archives: October 2007

Using tcpdump on a linux-vserver guest

To debug a problem I’m working on, I need to be able to see network traffic on an interface inside a linux-vserver guest. To do this, you have to enable the CAP_NET_RAW capability for that guest. > echo “NET_RAW” >> … Continue reading

Posted in System Administration | Tagged , | Comments Off on Using tcpdump on a linux-vserver guest

Programming a client for the WHOIS protocol

I have a little task that involves programmatically determining whether DNS servers are set correctly for a domain. Since this project is written in Python, I first set out to see if there were any “whois” clients already available for … Continue reading

Posted in Programming, Web | Tagged , , , , | 4 Comments

Upgrading to WordPress 2.3 and the New Built-in Tagging Feature

I’ve barely completed an upgrade to WordPress 2.3. Out of many new improvements, one which stood out to me is the integrated tagging support. No longer, is it necessary to download one of the many tagging plugins. Some things I … Continue reading

Posted in Web | Tagged , , , , , , | Comments Off on Upgrading to WordPress 2.3 and the New Built-in Tagging Feature

More RAM? Or maybe a new Computer?

Well, my sister asked me today which is better, getting more RAM, or just getting a new computer. I’ll do my best to explain. Your CPU is directly responsible for the speed at which a computer program runs. If programs … Continue reading

Posted in Hardware | Tagged , , , , , , | 5 Comments

Gentoo Init Scripts for Cherrypy

A few of the web applications I am hosting/developing are written with TurboGears which uses Cherrypy as its applications server. I have a couple things that need fixed for hosting CherryPy web applications on my Gentoo systems. First, there are … Continue reading

Posted in System Administration | Tagged , , , , , , , | 1 Comment

Pardon my dust

I found that my theme was not working correctly in Internet Explorer (Gee, imagine that.) Rather than search for another, I’ve decided to tweak it myself. Pardon my lack of styles for a bit. Edit There. I’ve created a new … Continue reading

Posted in Web | Tagged , , , , , , | Comments Off on Pardon my dust