mosh, faster than ssh

port

mosh use the port of 60001, then the secend increasely.

1
iptables -I INPUT -p udp --dport 60001 -j ACCEPT

how to support Chinese

1
2
3
4
5
6
7
8
9
10
11
sudo apt install language-pack-zh-hant language-pack-zh-hans

sudo vim /etc/environment
LANG="zh_CN.UTF8"
LANGUAGE="zh_CN:zh:en_US:en"

sudo vim /etc/default/locale
LANG="zh_CN.UTF-8"
LANGUAGE="zh_CN:zh"

sudo reboot