系統設定 ubuntudebiancentos beginner

設定系統語言環境

設定 UTF-8 中文語言環境

Overview

設定 UTF-8 中文語言環境

Commands

sudo apt-get update && sudo apt-get install -y locales
sudo locale-gen zh_CN.UTF-8
sudo update-locale LANG=zh_CN.UTF-8