Daemonize Anything
I hacked together this little C program from this other little c program. Basically acts as an execution wrapper that…
I hacked together this little C program from this other little c program. Basically acts as an execution wrapper that…
So, the vast majority of every day administrative command line utilities for Linux use -v as the switch for verbose….…
ack (http://petdance.com/ack/), love it (thanks nikolay)
It’s pretty common in most scripting languages which center around the command line (bash, perl, etc) to find information on…
I recently found that you can close bash file descriptors fairly easily, it goes like this: exec 0>&- # close…
Lets say you want to run some command, such as /bin/long-command on a set of directories. And you have a…
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…