Archive for décembre, 2009

Convert files encoding

Mercredi, décembre 9th, 2009

Convert some files from a specific charset to another :

recode -v ISO-8859-1..UTF8 *.php

Compare Propel and Doctrine

Mercredi, décembre 2nd, 2009

A good overview about these 2 ORM is available here :

http://redotheweb.com/2008/07/08/comparing-propel-doctrine-and-sfpropelfinder/

Telnet SSL

Mercredi, décembre 2nd, 2009

If you want to test a SSL connexion (like “telnet <host> 80″), you can use this command :

openssl s_client -connect <host_ssl>:443

Thanx to skanx !