Guest User

Untitled

a guest
Apr 25th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. ## Setear charset
  2.  
  3. `$ locale charmap`
  4.  
  5. `$ cat /etc/locale.gen`
  6.  
  7. `$ grep es_ES.UTF-8 /etc/locale.gen`
  8.  
  9. `$ sudo locale-gen es_ES.UTF-8`
  10.  
  11. `$ echo "export LANGUAGE=es_ES.UTF-8 export LANG=es_ES.UTF-8 export LC_ALL=es_ES.UTF-8">>~/.profile`
Add Comment
Please, Sign In to add comment