<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[悲痛莫名的博客]]></title> 
<link>http://moming.org/index.php</link> 
<description><![CDATA[莫名的博客]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[悲痛莫名的博客]]></copyright>
<item>
<link>http://moming.org/post/188/</link>
<title><![CDATA[centos5.4 开放指定端口]]></title> 
<author>悲痛莫名 &lt;moming87@gmail.com&gt;</author>
<category><![CDATA[技术存档]]></category>
<pubDate>Fri, 30 Apr 2010 07:33:03 +0000</pubDate> 
<guid>http://moming.org/post/188/</guid> 
<description>
<![CDATA[ 
	/sbin/iptables -I INPUT -p tcp --dport 80 -j ACCEPT<br/>然后保存<br/> /etc/rc.d/init.d/iptables save<br/>直接重启防火墙<br/>/etc/init.d/iptables restart<br/>Tags - <a href="http://moming.org/tags/centos/" rel="tag">centos</a> , <a href="http://moming.org/tags/5.4/" rel="tag">5.4</a> , <a href="http://moming.org/tags/%25E5%25BC%2580%25E6%2594%25BE/" rel="tag">开放</a> , <a href="http://moming.org/tags/%25E7%25AB%25AF%25E5%258F%25A3/" rel="tag">端口</a>
]]>
</description>
</item><item>
<link>http://moming.org/post/187/</link>
<title><![CDATA[centos 设置系统时间]]></title> 
<author>悲痛莫名 &lt;moming87@gmail.com&gt;</author>
<category><![CDATA[技术存档]]></category>
<pubDate>Sat, 03 Apr 2010 02:02:37 +0000</pubDate> 
<guid>http://moming.org/post/187/</guid> 
<description>
<![CDATA[ 
	环境都弄好了<br/>安装好程序才发现系统的时间不正确<br/>yum install ntp<br/>vi /etc/ntp.conf<br/>在Please consider joining the pool下<br/>添加<br/>server 0.cn.pool.ntp.org<br/>server 1.asia.pool.ntp.org<br/>server 2.asia.pool.ntp.org<br/><br/>保存退出后<br/>执行<br/>ntpdate cn.pool.ntp.org<br/>chkconfig&nbsp;&nbsp;ntpd on<br/>service ntpd start<br/>把系统时间保存到BOIS<br/>hwclock --systohc<br/>Tags - <a href="http://moming.org/tags/centos/" rel="tag">centos</a> , <a href="http://moming.org/tags/%25E7%25B3%25BB%25E7%25BB%259F%25E6%2597%25B6%25E9%2597%25B4/" rel="tag">系统时间</a>
]]>
</description>
</item><item>
<link>http://moming.org/post/186/</link>
<title><![CDATA[修改CentOS 5 更新源]]></title> 
<author>悲痛莫名 &lt;moming87@gmail.com&gt;</author>
<category><![CDATA[技术存档]]></category>
<pubDate>Thu, 01 Apr 2010 09:38:35 +0000</pubDate> 
<guid>http://moming.org/post/186/</guid> 
<description>
<![CDATA[ 
	Centos里的yum在线安装很慢<br/>所以尽量替换成中国CentOS镜像服务器<br/>网易的镜像网站: http://mirrors.163.com/<br/>/* 使用说明 */<br/>cd /etc/yum.repos.d<br/>mv CentOS-Base.repo&nbsp;&nbsp;CentOS-Base.repo.save<br/>wget http://mirrors.163.com/.help/CentOS-Base-163.repo<br/>mv CentOS-Base-163.repo CentOS-Base.repo<br/><br/>更新系统内核到最新.<br/>yum -y update<br/><br/><br/>Tags - <a href="http://moming.org/tags/centos/" rel="tag">centos</a> , <a href="http://moming.org/tags/yum/" rel="tag">yum</a> , <a href="http://moming.org/tags/%25E6%259B%25B4%25E6%2596%25B0%25E6%25BA%2590/" rel="tag">更新源</a> , <a href="http://moming.org/tags/%25E7%25BD%2591%25E6%2598%2593/" rel="tag">网易</a>
]]>
</description>
</item><item>
<link>http://moming.org/post/185/</link>
<title><![CDATA[最小化安装CentOS 5.4后添加工具]]></title> 
<author>悲痛莫名 &lt;moming87@gmail.com&gt;</author>
<category><![CDATA[技术存档]]></category>
<pubDate>Thu, 01 Apr 2010 09:32:14 +0000</pubDate> 
<guid>http://moming.org/post/185/</guid> 
<description>
<![CDATA[ 
	安装CentOS5.4是最小化安装的<br/>安装过程只选择了Developer Tools<br/>使用wget命令的时候出现了这个错误<br/>：-bash: wget: command not found<br/>是因为最小化安装没有安装wget<br/>通过rpm方式安装就可以了<br/>具体方法<br/>rpm -ivh http://centos.ustc.edu.cn/centos/5.3/os/i386/CentOS/wget-1.10.2-7.el5.i386.rpm<br/>安装完WGET 就可以使用YUM更新其他工具了<br/>Tags - <a href="http://moming.org/tags/centos/" rel="tag">centos</a> , <a href="http://moming.org/tags/5.4/" rel="tag">5.4</a> , <a href="http://moming.org/tags/wget/" rel="tag">wget</a> , <a href="http://moming.org/tags/%25EF%25BC%259A-bash%253A/" rel="tag">：-bash:</a> , <a href="http://moming.org/tags/wget%253A/" rel="tag">wget:</a> , <a href="http://moming.org/tags/command/" rel="tag">command</a> , <a href="http://moming.org/tags/not/" rel="tag">not</a> , <a href="http://moming.org/tags/found/" rel="tag">found</a>
]]>
</description>
</item><item>
<link>http://moming.org/post/184/</link>
<title><![CDATA[安装mysql时No curses/termcap library found]]></title> 
<author>悲痛莫名 &lt;moming87@gmail.com&gt;</author>
<category><![CDATA[技术存档]]></category>
<pubDate>Thu, 01 Apr 2010 09:25:52 +0000</pubDate> 
<guid>http://moming.org/post/184/</guid> 
<description>
<![CDATA[ 
	下载一个ncurses-5.6.tar.gz，<br/>wget http://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.6.tar.gz<br/>tar zxvf ncurses-5.6.tar.gz<br/>cd ncurses-5.6<br/>./configure prefix=/usr --with-shared --without-debug<br/>make<br/>make install<br/>然后再重新编译Mysql进行安装。<br/>Tags - <a href="http://moming.org/tags/mysql/" rel="tag">mysql</a> , <a href="http://moming.org/tags/no/" rel="tag">no</a> , <a href="http://moming.org/tags/curses%252Ftermcap/" rel="tag">curses/termcap</a> , <a href="http://moming.org/tags/library/" rel="tag">library</a> , <a href="http://moming.org/tags/found/" rel="tag">found</a>
]]>
</description>
</item><item>
<link>http://moming.org/post/183/</link>
<title><![CDATA[眼泪还是掉下来了]]></title> 
<author>悲痛莫名 &lt;moming87@gmail.com&gt;</author>
<category><![CDATA[闲言碎语]]></category>
<pubDate>Wed, 10 Mar 2010 12:37:22 +0000</pubDate> 
<guid>http://moming.org/post/183/</guid> 
<description>
<![CDATA[ 
	男儿有泪不轻弹<br/>不听话的眼泪还是掉了下来<br/>以后只找女人只能有金钱关系
]]>
</description>
</item><item>
<link>http://moming.org/post/182/</link>
<title><![CDATA[淘宝的玩偶收到了]]></title> 
<author>悲痛莫名 &lt;moming87@gmail.com&gt;</author>
<category><![CDATA[闲言碎语]]></category>
<pubDate>Mon, 21 Dec 2009 10:36:46 +0000</pubDate> 
<guid>http://moming.org/post/182/</guid> 
<description>
<![CDATA[ 
	相机被姐姐借去了<br/>没照片了<br/>Tags - <a href="http://moming.org/tags/%25E6%25B7%2598%25E5%25AE%259D/" rel="tag">淘宝</a> , <a href="http://moming.org/tags/%25E7%258E%25A9%25E5%2581%25B6/" rel="tag">玩偶</a>
]]>
</description>
</item><item>
<link>http://moming.org/post/181/</link>
<title><![CDATA[淘宝领玩偶了]]></title> 
<author>悲痛莫名 &lt;moming87@gmail.com&gt;</author>
<category><![CDATA[闲言碎语]]></category>
<pubDate>Thu, 26 Nov 2009 14:28:55 +0000</pubDate> 
<guid>http://moming.org/post/181/</guid> 
<description>
<![CDATA[ 
	<a href="http://pengyou.taobao.com/_454323953" target="_blank">http://pengyou.taobao.com/_454323953</a><br/>想要的赶快去领 我已经成功领导一个了
]]>
</description>
</item><item>
<link>http://moming.org/post/180/</link>
<title><![CDATA[故障解决：无法加载站点/服务的所有 ISAPI 筛选器。因此启动中止。]]></title> 
<author>悲痛莫名 &lt;moming87@gmail.com&gt;</author>
<category><![CDATA[技术存档]]></category>
<pubDate>Sat, 01 Aug 2009 14:10:43 +0000</pubDate> 
<guid>http://moming.org/post/180/</guid> 
<description>
<![CDATA[ 
	开始 -> 设置 -> 控制面板 -> 管理工具 -> 事件查看器 -> 应用程序<br/><br/>显示日志： 无法加载站点/服务的所有 ISAPI 筛选器。因此启动中止。<br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; HTTP 筛选器 DLL X:&#92;***&#92;*****&#92;*****.DLL 加载失败。数据是错误。<br/><br/>故障来源：在IIS管理器中加载ISAPI筛选器中加载可执行文件rewrite.dll时出错。<br/><br/>解决方法：定位到*****.dll文件，然后点击 鼠标右键 -> 属性 ->安全，在 "组或者用户名称里" 添加SERVICE，然后赋予SERVICE的1读取、2读取和运行的权限。<br/><br/>Tags - <a href="http://moming.org/tags/%25E6%2597%25A0%25E6%25B3%2595%25E5%258A%25A0%25E8%25BD%25BD%25E7%25AB%2599%25E7%2582%25B9/" rel="tag">无法加载站点</a> , <a href="http://moming.org/tags/%25E6%259C%258D%25E5%258A%25A1%25E7%259A%2584%25E6%2589%2580%25E6%259C%2589/" rel="tag">服务的所有</a> , <a href="http://moming.org/tags/isapi/" rel="tag">isapi</a> , <a href="http://moming.org/tags/%25E7%25AD%259B%25E9%2580%2589%25E5%2599%25A8/" rel="tag">筛选器</a>
]]>
</description>
</item><item>
<link>http://moming.org/post/179/</link>
<title><![CDATA[结婚了]]></title> 
<author>悲痛莫名 &lt;moming87@gmail.com&gt;</author>
<category><![CDATA[闲言碎语]]></category>
<pubDate>Fri, 17 Jul 2009 09:09:53 +0000</pubDate> 
<guid>http://moming.org/post/179/</guid> 
<description>
<![CDATA[ 
	不是我结婚<br/>是同学<br/>网恋<br/>在榆林办婚礼<br/>去<br/>还是不去<br/>关系很一般<br/>但是<br/>又有点想去<br/>因为 有个关系很要好的哥们在榆林<br/>我有点感冒<br/>不想坐车
]]>
</description>
</item>
</channel>
</rss>