Articles

ActiveSync doesn't sync

With some customized configurations of IIS, ActiveSync won't work properly but gives no or useless errors.

Git cheat sheet

Few projects I'm involved with started using git for source code management. Here are my notes, for my own reference as well as service to others.

PostgreSQL foreign key support for DataMapper

PostgreSQL adapter in DataMapper is lacking foreign key support, and it was required in a project I was working on. Here is a quick hack to get FK support in with a few caveats, however.

Leopard, Syslog, and ASL

Leopard seems to have a problem with syslog pegging the CPU at 100%. This seems to be related to /var/log/asl.db file getting too big and/or corrupted.

Windows VPN from FreeBSD

While developing an application, I had the need to access Active Directory (AD) that was running on a remote machine with no access to AD from outside world. The only option to talk to the AD was via Window's VPN.