最近VPS换了个系统,发现中文支持不佳,随手搜了下Ubuntu 20.04 启用中文支持的方法,总结如下:

  1. 安装中文包
    sudo apt update
    sudo apt install language-pack-zh-hans

    [……]

阅读全文