- 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.
推薦閱讀
- Learn ECMAScript(Second Edition)
- Java面向對象思想與程序設計
- 動手玩轉Scratch3.0編程:人工智能科創教育指南
- Python高效開發實戰:Django、Tornado、Flask、Twisted(第2版)
- Hands-On GPU:Accelerated Computer Vision with OpenCV and CUDA
- EPLAN實戰設計
- Mastering Google App Engine
- 程序員修煉之道:通向務實的最高境界(第2版)
- 深入淺出PostgreSQL
- 領域驅動設計:軟件核心復雜性應對之道(修訂版)
- SQL基礎教程(第2版)
- Learning Apache Karaf
- Programming with CodeIgniterMVC
- Odoo 10 Implementation Cookbook
- Arduino可穿戴設備開發