Tuesday, May 31, 2011

remove  character on centos

https://www.centos.org/modules/newbb/viewtopic.php?viewmode=flat&order=DESC&topic_id=1761&forum=27

1. verify: echo $LANG

2. export LANG="en_US"

done!

UPDATE: to permanently set language each time for each time logi you can edit profile and add new line


 vi .bash_profile  

 press i  
 go to last line and create new line  
 paste this code  
 export LANG="en_US"  

 press escape, enter :wq  

No comments:

Related Posts Plugin for WordPress, Blogger...