linux支持中文显示

检查本机已有的语言包
locale -a

安装语言包

首先是修改locale.gen文件
sudo vim /etc/locale.gen
将zh_CN.GBK GBK zh_CN.UTF8 UTF8的注释去掉,或者直接添加这两行内容。
然后使用sudo locale-gen下载[……]

Read more

网速测试

wget -O speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py

chmod +x speedtest-cli

./speedtest-cli –server[……]

Read more