July2009

Serial driver compatibility with Unknown chipsets

I have a funky PCI card with multiple serial ports on it that loaded fine with the standard serial driver from my standard kernel, until… the revision changed and now instead of using the tried and true 16550 UART, it’s got some sort of super specialized proprietary version of that chip. The manufacturer says it’s 100% backwards compatible with the 16550 / 16550A chips, and theirs just adds some more functionality for industrial processes or something… blah.

Secure Delete shell script – Simple but complete

So I just wrote this in 2 minutes so I could kill some things in /etc and /home and be done with it. Short and simple, don’t you think?

LDAP Authentication in PHP made simple

Using Auth.php which everyone should have, authenticating with Active Directory is pretty simple. I’ve tried this on an OpenLDAP directory and AD.