censorshit.org
September 10, 2008
my friend just started a new blog at http://censorshit.org please check it out
Convert Putty Private SSH Key for Cyberduck
February 22, 2008
if you already have a putty private ssh key and you want to use it with Cyber duck in SFTP mode, following is what you need to do:
1. Download and Install PuttyGen from here
2. Open your current private ssh key in puttygen.
3. From the menu, select export to openssh key and save it.
4. use above exported key in cyberduck.
Enjoy!
How To Install PEAR in Mac OS X Leopard
January 15, 2008
PEAR does not come installed on Leopard by default, though it is very easy to install, check this blog article on Click on Tyler
PHP Horde YAML Parsing and Dumping Routines
January 13, 2008
Rails framework used YAML for all most any configuration files. In PHP, there is n official support for YAML, eve though there are support for INI, JSON and XML.The current release is 0.2.0 beta. Check out this great tutorial PHP meet YAML, and official Horde YAML website.