【mosh】mosh-server报错:mosh-server needs a UTF-8 native locale to run.
解决方案:
LC_ALL="en_US.UTF-8" mosh-server
客户端连接
LC_ALL="en_US.UTF-8" mosh <your username>@<your ip>
解决方案:
LC_ALL="en_US.UTF-8" mosh-server
客户端连接
LC_ALL="en_US.UTF-8" mosh <your username>@<your ip>