Archive for the ‘Scripts’ Category

MySQL can sometimes create big problems on a server when you have users abusing it.
This article will teach you how to correctly identify the queries that are creating a problem for your server.

A few simple tips on setting up apachectrl with chkconfig in a non-standard, packaged version of apache.

I 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];


Recent Posts