01 2016 档案

摘要:"本文采用源码编译安装,包括具体的编译参数信息"1.安装make# yum -y install gcc automake autoconf libtool make // -y 代表自动选择 yes // gcc (GNU Compiler Collection) 起初为C预言的编译器(GNU... 阅读全文
posted @ 2016-01-08 22:38 CNTX 阅读(185) 评论(0) 推荐(0)
摘要:# vi filename (vi hello.log 打开或新建一个文件)# vi +/pattern filename (vi +/zhangtx hello.log 打开文件,并将光标定位于与zhangtx第一个匹配的字符串)# vi -r filename (vi -r hello.log ... 阅读全文
posted @ 2016-01-07 16:39 CNTX 阅读(170) 评论(0) 推荐(0)