摘要:
set ignorecase(忽略字符的大小写) 简写:set ic set cursorline(设置光标所在行的标识线) 简写:set cul set autoindent(设置自动缩进) 简写:set ai autocmd BufNewFile .sh exec ":call SetTitle 阅读全文
摘要:
加密:gpg c filename 解密查看不生成文件:gpg d file.gpg 解密生成文件:gpg o filename d file.gpg CentOS 6 提示错误,在图形化界面操作就可以了 can't connect to `/root/.gnupg/S.gpg agent': No 阅读全文
摘要:
访问网页并发量: ab c 100 n 2000 http://192.168.30.7:9527/ 统计网页各IP的访问量: awk '/^[0 9]/{ip[$1]++}END{for (i in ip){print i,ip[i]}}' /var/log/httpd/access_log 将指 阅读全文