<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[静怡家园]]></title> 
<link>http://www.zhanghaijun.com/index.php</link> 
<description><![CDATA[书山有路勤为径，学海无涯苦作舟！]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[静怡家园]]></copyright>
<item>
<link>http://www.zhanghaijun.com/post//</link>
<title><![CDATA[-bash: nslookup: command not found]]></title> 
<author>碟舞飞扬 &lt;webmaster@zhanghaijun.com&gt;</author>
<category><![CDATA[Linux技术]]></category>
<pubDate>Sat, 22 Feb 2014 18:01:49 +0000</pubDate> 
<guid>http://www.zhanghaijun.com/post//</guid> 
<description>
<![CDATA[ 
	nslookup是用来查询本机域名解析情况的常用工具之一，不过有一些linux系统默认并没有安装，我们在执行nslookup的时候就会报 -bash: nslookup: command not found 错误，解决方法很简单，我们把nslookup安装了就可以了，<br/>一、Fedora / Centos:<br/> yum install bind-utils<br/><br/>二、Ubuntu：<br/>sudo apt-get install dnsutils<br/><br/>三、Debian:<br/>apt-get update<br/>apt-get install dnsutils<br/><br/>关于Nslookup命令的用法请参见：<a href="http://www.zhanghaijun.com/post/299/" target="_blank">http://www.zhanghaijun.com/post/299/</a><br/>Tags - <a href="http://www.zhanghaijun.com/tags/nslookup/" rel="tag">nslookup</a> , <a href="http://www.zhanghaijun.com/tags/dig/" rel="tag">dig</a> , <a href="http://www.zhanghaijun.com/tags/linux/" rel="tag">linux</a>
]]>
</description>
</item><item>
<link>http://www.zhanghaijun.com/post//#blogcomment</link>
<title><![CDATA[[评论] -bash: nslookup: command not found]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://www.zhanghaijun.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>