更改

跳到导航 跳到搜索
添加349字节 、 2019年5月11日 (六) 21:49
第15行: 第15行:  
* [[公钥]]
 
* [[公钥]]
    +
* 终端不能输入中文
 +
*# 先<code>locale -a</code>查看,是否有<code>zh_CN.utf8</code>
 +
*# 如果没有,安装:
 +
*#: centos: yum install glibc-common
 +
*#: ubuntu: apt-get -y install language-pack-zh-hans
 +
*# 重新进入终端,检查环境变量, 如果还是不行,修改环境变量:
 +
*#* LANG=zh_CN.UTF-8
 +
*#* LC_ALL=LC_ALL=zh_CN.UTF-8
    
== 端口检测 ==
 
== 端口检测 ==

导航菜单