愚人节快乐:)
守护进程如何合理启动
- [from IBM](https://www.ibm.com/developerworks/cn/linux/l-cn-nohup/)
vim编码问题
- from web log
key point如下:
:set fileencoding # 查看文件编码
set encoding=utf-8 fileencodings=utf-8 #需要设置在~./vimrc中
vim file.txt -c “e ++enc=GB18030” #指定格式打开文件
:set fileencoding=utf-8 #vim中,文件编码转换
:set fileformat? # vim中,查看文件格式
:set fileformat=unix # vim中,设置文件格式为unix