Apr 24, 2009
Fixing missing ssh-askpass on MacOS 10.5
This helps if you have trouble with missing /usr/libexec/ssh-askpass on Leopard. It’s quiet annoying but i found the following shell script and it works perfect for Textmate and probably all other places. This includes not just passwords but also the yes/no for the remote fingerprint question. #! /bin/sh # # An SSH_ASKPASS command for MacOS X # # Author: Joseph Mocker, Sun Microsystems # # To use... read more
Dec 25, 2008
CakePHP Migrations: INTEGER gotchas
Okay.. today i played around with the wonderful migrations implementation from Joel Moss and found some stuff in regard of typing in YAML. First of all: It’s a pain in the ass – Secondly: It’s a breeze when it’s done. Some beginners, just like me, may have wondered about why your generated schema does not reflect the exact layout after doing “migrate up” with the exact... read more

