- Bash Cookbook
- Ron Brash Ganesh Naik
- 116字
- 2021-07-23 19:17:38
Getting ready
Let's get ready for the exercise by ensuring that we have the following applications and supporting libraries installed:
$ sudo apt-get install -y gettext
Next, verify your language environment variables (LANG):
$ locale
LANG=en_CA:en
LANGUAGE=en_CA:en
LC_CTYPE="en_CA:en"
LC_NUMERIC="en_CA:en"
LC_TIME="en_CA:en"
LC_COLLATE="en_CA:en"
LC_MONETARY="en_CA:en"
LC_MESSAGES="en_CA:en"
LC_PAPER="en_CA:en"
LC_NAME="en_CA:en"
LC_ADDRESS="en_CA:en"
LC_TELEPHONE="en_CA:en"
LC_MEASUREMENT="en_CA:en"
LC_IDENTIFICATION="en_CA:en"
LC_ALL=
We're assuming your environment probably has some form of English set as the default (en_CA:en is Canadian English)—keep note of the values returned for later!
You may need to recover your language and locale settings later if something goes wrong. There are many posts on the internet, but a few hints are: $ export LC_ALL="en_US.UTF-8"; sudo locale-gen; and sudo dpkg-reconfigure locales.
推薦閱讀
- C# 7 and .NET Core Cookbook
- JavaScript 從入門到項目實踐(超值版)
- 教孩子學(xué)編程:C++入門圖解
- Visual C#.NET程序設(shè)計
- NGINX Cookbook
- TMS320LF240x芯片原理、設(shè)計及應(yīng)用
- Quantum Computing and Blockchain in Business
- 深入淺出Go語言編程
- Hands-On Full Stack Development with Spring Boot 2.0 and React
- Python Machine Learning Blueprints:Intuitive data projects you can relate to
- Practical Predictive Analytics
- 人人都能開發(fā)RPA機(jī)器人:UiPath從入門到實戰(zhàn)
- Google Adsense優(yōu)化實戰(zhàn)
- Apache Kafka 1.0 Cookbook
- Python機(jī)器學(xué)習(xí)