引用自:Setting the hostname in Sendmail
If you need to change the hostname that Sendmail announces itself as, just add the following to sendmail.mc:
define(`confDOMAIN_NAME', `mail.yourdomain.com')dnl
And, to add additional stuff onto the en[......]
引用自:Setting the hostname in Sendmail
If you need to change the hostname that Sendmail announces itself as, just add the following to sendmail.mc:
define(`confDOMAIN_NAME', `mail.yourdomain.com')dnl
And, to add additional stuff onto the en[......]
首先,mutt是很智能的,不要低估了人家的智商。
默认来说,是根据系统的LANG变量来评估所需要试用的编码的。
以中文为例
sudo sudo dpkp-reconfigure locales
#然后构上选择zh_CN.GB2312
#但是不要选择默认编码!
Generating locales (this might take a while)...
zh_CN.GB2312... done
Generation complete.
#执行成功后直接exp[......]
经过电话确认,终于把Rackspace激活了,又多了一个玩具,以后再跑大实验时候可以用用看。
以下主要参考Hadoop的官方教程。
2012年6月21日更新:更新到最新的版本Hadoop 1.0.3
1、下载Hadoop
wget http://mirror.bit.edu.cn/apache/hadoop/common/hadoop-1.0.3/hadoop-1.0.3-bin.tar.gz
tar -xzvf hadoop-1.0.3-bin.tar.gz
2、设[......]
数据格式:
<PAIR>
<TEXT>AAA</TEXT>
<LINK>BBB</LINK>
</PAIR>
......
<PAIR>
<TEXT>XXX</TEXT>
<LINK>YYY</LINK>
</PAIR>
代码:特别注意re.DOCALL
def getAnchors(self):
te[......]
一条语句搞定:
:g/^\s*$/d[......]