摘要:
Vim编辑器 所有的 Unix Like 系统都会内建 vi 文书编辑器,其他的文本编辑器则不一定会存在。但是目前我们使用比较多的是 vim 编辑器。 Vim是从 vi 发展出来的一个文本编辑器,具有程序编辑的能力,可以主动的以字体颜色辨别语法的正确性,方便程序设计。 基本上 vi/vim 共分为三 阅读全文
摘要:
Introduction Most of the software deployments I have worked on are using Linux servers. When running software on Linux, it’s important to have an unde 阅读全文