février 5th, 2010
Archos Gen5 have USB host capability, but no way for me to pay 30 extra bucks to get it, and it’s still an extra accesory to carry along (Mac-like….).
So, I just follow this cable extension schematic, and solder inside 4 cable for the usb, and a 220kohms resistor. Then nicely dremeled and glued.


| 1 |
VCC |
Red |
+5 VDC |
| 2 |
D- |
White |
Data - |
| 3 |
D+ |
Green |
Data + |
| 4 |
GND |
Black |
Ground |



Source: http://forum.archosfans.com/viewtopic.php?f=19&t=4215&start=20
Posted in Electronics | No Comments »
février 3rd, 2010
You can get more explanation about last InnoDB error with this mysql command:
mysql> SHOW ENGINE INNODB STATUS;
Posted in Dev | 1 Comment »
janvier 26th, 2010
convert -units PixelsPerInch -density 300×300 -quality 100 source.pdf destination.jpg
Posted in Ubuntu | No Comments »
janvier 17th, 2010
The fix :
~/.mozilla/firefox/.default/extensions/VMwareVMRC@vmware.com/plugins/lib/wrapper-gtk24.sh
and add in the second line:
export VMWARE_USE_SHIPPED_GTK=yes
source
Posted in Ubuntu | No Comments »
janvier 4th, 2010
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
Posted in VoIP | No Comments »
décembre 9th, 2009
Convert some files from a specific charset to another :
recode -v ISO-8859-1..UTF8 *.php
Posted in Ubuntu | No Comments »
décembre 2nd, 2009
Posted in Symfony | No Comments »
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 !
Posted in Dev | No Comments »
novembre 16th, 2009
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
Posted in Work | No Comments »
octobre 26th, 2009
To remove the very annoying feature; open about:config in a new tab, and change the value middlemouse.contentLoadURL to false.
Posted in Ubuntu | No Comments »