Debian设置中文

设置时区为上海+08

1
timedatectl set-timezone Asia/Shanghai

安装中文字体

1
apt-get install ttf-wqy-zenhei locale -y
1
dpkg-reconfigure locales

选择zh_CN.UTF-8
重新连接服务器