Monthly Archives: May 2009

There are good solutions for maintaining network hardware.

I, by choice, prefer working with software. When I deal with networks, it’s usually only so that I can solve some problem and then get back to working on my software projects. That being the case, I often find myself … Continue reading

Posted in Hardware | Tagged , , | Comments Off on There are good solutions for maintaining network hardware.

Extending std::exception

So you’re writing some C++ code, feeling all object oriented and all, and you decide you’d like an application specific exception whenever one of your methods has an issue. You’d like to have error messages that the exception can print … Continue reading

Posted in Programming | Tagged , , , | 2 Comments

Adding more disk space with LVM2

I’ve always known that virtualizing things can make management of all types of resources easier. Recently, I had the most pleasant experience adding disk space to a virtual machine. Of course, if you use LVM, this can happen just as … Continue reading

Posted in System Administration | Tagged , , | 1 Comment