linux 中文支持
Last updated on August 24, 2025 am
🧙 Questions
ssh会话,出现乱码
☄️ Ideas
localesudo vim /etc/locale.confLANG=en_US.UTF-8source /etc/locale.conf如果没有vim
tee /etc/locale.conf <<-'EOF'
LANG=en_US.UTF-8
EOF
source /etc/locale.conf🔗 Links
linux 中文支持
      https://ispong.isxcode.com/os/linux/linux 中文支持/