终端显示中文问题处理: vim ~/.inputrc 加入以下代码 set meta-flag on set convert-meta off set input-meta on set output-meta on 使用ssh时,中文乱码处理 vim /etc/profile 加入以下代码 export LC_ALL=en_US.UTF-8 export LANG=en_US.UTF-8 Have fun with MacOS!…
1. 使用ssh连接不上centos 6.5的解决方法: 错误显示: Connecting to 192.168.1.106:22... Could not connect to '192.168.1.106' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. 解决方法: 首先,CentOS上检设置: 1. 关闭防火墙 service iptables stop chkconfig iptab…