In: Aashish| Linux| Monitoring| MySQL| Scripts
13 Feb 2010MySQL 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.
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];
So we’ve been buying some websites recently and I’ve needed to let people into the web server to upload content and such. I knew I needed to put these folks someplace where they couldn’t hurt anything else, or more importantly, see anything else on the server. So, I went digging around for an [...]