فهرست منبع

:memo: Explain how to set up a locale

DricomDragon 2 سال پیش
والد
کامیت
01858d20cf
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      Guides/ssh.md

+ 2 - 0
Guides/ssh.md

@@ -31,3 +31,5 @@ ssh-copy-id -i ~/.ssh/id_rsa.pub 192.168.0.10
 ### Fix locale problem
 
 Run `sudo dpkg-reconfigure locales` on your remote host and select locales that are installed on your local computer (like en\_GB.UTF-8).
+
+By the way, if you want select a locale, use `export LC_ALL="en_US.UTF-8"`