Welcome to Siva's Blog

~-Scribbles by Sivananda Hanumanthu
My experiences and learnings on Technology, Leadership, Domains, Life and on various topics as a reference!
What you can expect here, it could be something on Java, J2EE, Databases, or altogether on a newer Programming language, Software Engineering Best Practices, Software Architecture, SOA, REST, Web Services, Micro Services, APIs, Technical Architecture, Design, Programming, Cloud, Application Security, Artificial Intelligence, Machine Learning, Big data and Analytics, Integrations, Middleware, Continuous Delivery, DevOps, Cyber Security, Application Security, QA/QE, Automations, Emerging Technologies, B2B, B2C, ERP, SCM, PLM, FinTech, IoT, RegTech or any other domain, Tips & Traps, News, Books, Life experiences, Notes, latest trends and many more...

Tuesday, February 9, 2010

How to check or change the language on your Linux Server


Let's say, if you wanted to change the LANG to en_US instead of en_US.UTF-8 on your Linux server, then use the below commands –
-bash-3.00$ echo $LANG
en_US.UTF-8
-bash-3.00$ export LANG=en_US
-bash-3.00$
-bash-3.00$ echo $LANG
en_US
-bash-3.00$

No comments:

Post a Comment