Writing your own shell in php
I’ve always wanted to write my own simple shell in php. Call me a glutin for punishment, but it seems…
I’ve always wanted to write my own simple shell in php. Call me a glutin for punishment, but it seems…
We use varnish for a lot of our file caching needs, and recently we figured out how to do something…
Andy bogged a piece of advice that I have him which I got from Barry… and if you want to…
I keep marking this as unread in google reader so that Its there when I need it… which probably means…
Lets say you have a relatively complex php web application, like wordpress. You have it running under apache (which is…
ack (http://petdance.com/ack/), love it (thanks nikolay)
We’ve been asked how we manage serving files from Amazons very cool S3 service at WordPress.com… This is how. (covering…
for i in $(/sbin/ifconfig | grep addr: | cut -d’:’ -f2 | cut -d’ ‘ -f1 | grep -Ev ‘^$’);…
This leaf is capable of running a script on the local server in response to the !deploy channel command. For…
This bot is perfect for anything where you need to easily build IRC channel notifications into an existing process. It’s…