Skip to content

Instantly share code, notes, and snippets.

View nkajic's full-sized avatar

Neven Kajić nkajic

  • Zagreb, Croatia
View GitHub Profile
@nkajic
nkajic / LC_CTYPE.txt
Created April 23, 2019 11:07 — forked from jampajeen/LC_CTYPE.txt
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