Using PHP and OpenSSH with username/password auth
It turns out that this is actually a tricky problem. It’s super easy to use the OpenSSH command line stuff…
It turns out that this is actually a tricky problem. It’s super easy to use the OpenSSH command line stuff…
I’ve had a need to use the PHP SSH2 PECL recently (working on making a product, at work, more efficient)…
If you’re ever in a situation where something is only happening intermittently, and only on a live server, and only…
When working with user provided images in PHP you run into a problem. Lets say that you want to generate…
Don’t you hate that… When it’s 2:00am… and you really should be in bed… But your mind has hold of…
Here’s a small bit of advice for all you would-be “cloud storage providers.” Just because you have a buttload of…
Lets say you have the CouchDB classes (located here) all compiled together and included into your test.php script. Lets also…
This is a simplistic use of the pattern that I wrote about in my last post to wait on multiple…
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…