Skip to content

Instantly share code, notes, and snippets.

View NielsHaar's full-sized avatar

Niels Haar NielsHaar

  • adrodev GmbH
  • Stuttgart
View GitHub Profile
@jampajeen
jampajeen / LC_CTYPE.txt
Created November 21, 2015 13:02
Centos warning: setlocale: LC_CTYPE: cannot change locale (UTF-8): No such file or directory
vi /etc/environment
add these lines...
LANG=en_US.utf-8
LC_ALL=en_US.utf-8