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 ↗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 ↗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 ↗