Pour activer ou désactiver l’affichage de votre numéro de téléphone chez les correspondants que vous appelez (donc votre numéro) :
- *31# : cache votre numéro
- #31# : affiche votre numéro
Pour activer ou désactiver l’affichage de votre numéro de téléphone chez les correspondants que vous appelez (donc votre numéro) :
Convert some files from a specific charset to another :
recode -v ISO-8859-1..UTF8 *.php
A good overview about these 2 ORM is available here :
http://redotheweb.com/2008/07/08/comparing-propel-doctrine-and-sfpropelfinder/
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 !
Imagine that you’ve transfered a binary file over ftp with ASCII mode…
If this is a gz file, you can fix it with this little program : http://www.gzip.org/fixgz.c
To remove the very annoying feature; open about:config in a new tab, and change the value middlemouse.contentLoadURL to false.
Follow these steps to install new kernel to your sheevaplug :
sudo modprobe ftdi_sio vendor=0x9e88 product=0x9e8f
dmesg (to get wich ttyUSB)
kermit -l /dev/ttyUSB1 -b 115200
> connect
> root / nosoup4u
> reboot
> [during UBoot, cancel boot with a key]
> follow instruction of one new kernel
If you need to reset your uboot environnement : http://www.plugcomputer.org/plugwiki/index.php/Factory_Default_u-Boot_Environment
Kernel with dm_crypt support : http://photon123.dyndns.org/sheeva/README-2.6.31-06466-g4c203e00
If you get this issue :
Starting Courier IMAP-SSL server:/etc/init.d/courier-imap-ssl: xmalloc: ../bash/make_cmd.c:99: cannot allocate 555 bytes (0 bytes allocated)
Simply edit /etc/courier/imapd and change :
IMAP_ULIMITD=131072
Some great tips about embedded span or div and issue with vertical align :
http://covertprestige.info/css/inline-block/moz-inline-stack.html