Archive for 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 in the following situation: Installed latest network hardware Configured said hardware and our networks. Left [...]
- Share this:
- Share
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 up if thrown and you think to yourself, “hey, I’ll just extend std::exception, add the [...]
- Share this:
- Share
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 easily with real physical disks, but for me, I was able to do this without [...]
- Share this:
- Share