- 1. 中文乱码问题。
这个问题由来已久,每当我查看 mount到linux下的windows 中文目录的时候,都是一堆乱码, putty 也拒绝我输入中文, 一句话,这玩意,对中文过敏。
解决方式:
1.1修改linux的环境变量。
[root@localhost arm]#vi /etc/sysconfig/i18n |
修改LANG=zh_CN.GBK改为LANG=zh_CN.UTF-8
[root@localhost arm]#source /etc/sysconfig/i18n |
PS:这里我们采用UTF-8的编码方式。
1.2修改putty Window>Translation>Received data assumed to be in which character set
选择 UTF-8
1.3 不要忘记保存。
保存到sessions里。 下次使用就不会变化了。
OK。 简单三步,解决中文问题:
[root@localhost ztl]# 不正确的选项: ambiwidth=不正确的选项: ambiwidth=double bash: 不正确的选项:: command not found [root@localhost ztl]# 不正确的选项: ambiwidth=double bash: 不正确的选项:: command not found [root@localhost ztl]# vi /root/.vimrc 处理 /root/.vimrc 时发生错误: 行 88: 不正确的选项: ambiwidth=double [root@localhost ztl]# [root@localhost ztl]# vi /root/.vimrc |
看,能正确显示中文。
能正确输入中文,并能正确显示中文目录。
- 2. putty的字体设置。
2.1 在网上搜索了大半天,找到一个好用的字体: 微软雅黑字体:
不过上面连接是 纳米机器人的下载连接。你google一下“Consolas雅黑混合版“很多的。
下载之后拷贝到 c:\WINDOWS\Fonts下面。
2.2选择putty的字体:
Window>Font settings>Change
选择Consolas即可
- 3. Vim 配置:
Vim配置,我直接从网上考了一段下来。
http://www.renseng.com/learning/super-vim-configuration-file-be-updated.html
主要参考了这个, 我这里就不发了。
将上面的文件拷贝下来, 保存为/root/.vimrc即可。
- 4. PS1设置
export PS1="\[\e]0;\u \w\a\]\[\033[01;32m\][\u]\[\033[00m\]:\[\033[01;34m\]\W\[\033[00m\]\$" |
- 5. 最终效果:
6
. 参考文献
PuTTY 中文教程
http://chaifeng.com/blog/2007/06/putty_200611.html#_582484557233528
微软官方雅黑字体Windows XP版与Consolas雅黑混合版适合编程字体下载
http://www.iplaysoft.com/consolas.html