2025-01-14 IT技术 linux修改字符集 查看当前字符集1locale 加上-a参数则显示系统可用字符集 安装软件包1sudo apt install language-pack-zh-han* 安装中文字符集12cd /usr/share/locales sudo ./install-language-pack zh_CN 修改系统使用中文字符集1vim /etc/default/locale 修改后的是:LANG=zh_CN.UTF-8 重启即可 Neuer postgresql安装和备份 Älter socks代理转为http代理