Guangning Yu's Blog
Home
Code
Data
Setup
Industry
MachineLearning
Archive
Fix Chinese characters won't display in SSH
2019-02-24 23:29:55
# Solution Set up the same `locale` in both of the local laptop and remoter server: ``` export LC_ALL=en_US.UTF-8 export LANG=en_US.UTF-8 ```
Previous:
Publish or expose port (-p, --expose)
Next:
Expand the EBS root volume of EC2 Linux instance