Daily Archives: October 11, 2007

Elements of Great Web Design: The Polish

I’m not an expert designer. In fact, most of the time I feel inadequate when it comes to picking colors, layouts, and other features that a designer usually takes care of. All my design has to do with interfaces, classes, … Continue reading

Posted in Web | Tagged | Comments Off on Elements of Great Web Design: The Polish

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