so-you-wanna-see-an-image
We’ve been asked how we manage serving files from Amazons very cool S3 service at WordPress.com… This is how. (covering…
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 is amazing: http://jan.kneschke.de/2007/10/7/wormhole-index-reads and I cant wait to try it somewhere!
This leaf is capable of running a script on the local server in response to the !deploy channel command. For…
This handy little bot keeps track of RSS feeds, and announces in the channel when one is updated. (note: be…
This bot is perfect for anything where you need to easily build IRC channel notifications into an existing process. It’s…
What an awesome awesome thing for people who use IRC in their day to day lives! I’ll post a couple…
root@server:/dir/ # ls | wc -l 1060731 root@server:/dir/ # for i in *; do rm -v $i done; done me@home:~/…
Let us pretend for a moment that you have a critical system which can *just* handle the strain that it’s…
Occam’s razor strikes again! Tonight we ran into an interesting problem. A web service – with a very simple time-elapsed…