gringao.
Le journal de
ToutEtRien
Notes, tutos & archives

Le carnet.

21 octobre 2014

Bootable Key

You can do it with a really easy way : Install the package syslinux Put your usb key and do not mount it and do : # isohybrid /path/to/file.iso # dd if=/path/to/file.iso of=/dev/sdX status=progress

Lire la suite ↗
4 octobre 2014

postgresql LC_CTYPE error

When I was installing an app who used PostGreSQL I got this error : DataError: encoding "UTF8" does not match locale "en_US" DETAIL: The chosen LC_CTYPE setting requires encoding "LATIN1". Here is the solution :…

Lire la suite ↗