Simple TCP Daemon Example
Using some stuff I’ve covered in the past on my blog here’s a simple way to put up a daytime…
Using some stuff I’ve covered in the past on my blog here’s a simple way to put up a daytime…
Andy bogged a piece of advice that I have him which I got from Barry… and if you want to…
I’ve written a little something which is gaining some traction internally, and I always intended to share it with the…
I work in linux a lot… not bsd. So the OSX (bsd style) implementation of sed really throws me for…
I keep marking this as unread in google reader so that Its there when I need it… which probably means…
I hacked together this little C program from this other little c program. Basically acts as an execution wrapper that…
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…