用vi多行注释

Filed under: Linux/Unix | Leave a Comment 

如果要给多行程序作注释,一个笨办法就是 插入 # ,然后用 j 跳到下一行用 . 命令,重复上个命令。如果要注释几百行,这样的方法恐怕太愚蠢了。一个聪明的办法是: :.,+1000 s/^/#/g

同...


Knol:Google的维基百科正式登场

Filed under: IT | 3 Comments 

Google本周三正式推出了自己的在线百科全书服务“Knol”,与著名的维基百科(Wikipedia)针锋相对,也允许用户在自己擅长的领域撰写文章。

  据悉,Knol是“Knowledge”(知识)一词的简写,...


基于postfix带身份验证的smtp server安装文档

Filed under: Linux/Unix | 1 Comment 

Lijun ZHOU, 2008.07.22

SMTP Server and saslauth for postfix

OS: CentOS-4
Prerequisites : - Bournce-compatible shell(eg. bash)


CentOS下的postfix调试

Filed under: 服务器 | Leave a Comment 

本以为安装调试这个smtp server应该很简单,毕竟就一个smtp server,没有什么imap,pop3之类的

可是在CeotOS下居然安装调试postfix花掉了一整天的功夫,才发现系统自带的cyrus-sasl实在是很麻烦...


CentOS 使用yum时出現 public.gpg.key error

Filed under: Linux/Unix | Leave a Comment 

執行

Version 5
rpm –import /usr/share/doc/centos-release-5/RPM-GPG-KEY*

Version 4
rpm –import /usr/share/doc/centos-release-4/RPM-GPG-KEY*

Version 3
rpm –import /usr/share/doc/centos-releas...


Page 4 of 27« First...«23456»...Last »