bash – collecting the return value of backgrounded processes
You know that you can run something in the background in a bash script with ( command )&, but a…
You know that you can run something in the background in a bash script with ( command )&, but a…
I’ve been working, gradually, on a project using an sqlite3 database (for its convenience) and found myself missing the clean…
If you’re running any moderately busy mail server you’re probably using spamassassins spamc/spamd to check for spam because its tons…
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…
This is something that has always annoyed me about bash scripts… The fact that it’s difficult to run /path/to/script.sh --foo=bar…
We use dirname() a lot in php to make relative paths work from multiple locations like so. The advantages are…
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…