A few simple tips on setting up apachectrl with chkconfig in a non-standard, packaged version of apache.
In: Education| Linux| Scripts| Workaround
10 Jul 2009I knew I had done this before, but all the explanations I found today were amazingly long and convoluted, which is not what I remembered from the first go around.
Basically, I wanted sendmail to take all inbound email and immediately relay it to another host. In my situation it makes sense because my servers [...]
Here’s a nifty little script that will take a YouTube URL as an argument, pull down the associated flv and convert it into mp3 format. It’s basically all shell but I wrapped it with php.
First:
Take the YouTube URL as an argument
$url = $argv[1];
In: Hardware| Network| Workaround
4 Jul 2009What a day… So we have a fancy new(new to us) Dell 6000 series switch, a 6224 actually. As it turns out, our typical remote serial solution won’t work with this switch. Normally we’ll connect the console port of these switches to a Digi Passport Server. The network has 2 entry [...]