<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>征程无限 &#187; dns</title>
	<atom:link href="http://www.chengyongxu.com/blog/tag/dns/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chengyongxu.com/blog</link>
	<description></description>
	<lastBuildDate>Fri, 06 Jan 2012 18:32:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Mac OS X使用文件共享服务</title>
		<link>http://www.chengyongxu.com/blog/mac-os-x%e4%bd%bf%e7%94%a8%e6%96%87%e4%bb%b6%e5%85%b1%e4%ba%ab%e6%9c%8d%e5%8a%a1/</link>
		<comments>http://www.chengyongxu.com/blog/mac-os-x%e4%bd%bf%e7%94%a8%e6%96%87%e4%bb%b6%e5%85%b1%e4%ba%ab%e6%9c%8d%e5%8a%a1/#comments</comments>
		<pubDate>Sat, 16 Oct 2010 13:48:57 +0000</pubDate>
		<dc:creator>楚霏</dc:creator>
				<category><![CDATA[桌面应用]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[NFS]]></category>
		<category><![CDATA[Samba]]></category>

		<guid isPermaLink="false">http://www.chengyongxu.com/blog/?p=833</guid>
		<description><![CDATA[<p>常见的文件服务有： afp，别的Mac OS机器共享出来的文件 nfs，通常架设在Linux和Unix机器上，可以向Linux和Unix客户端提供文件共享服务 samba，通常架设在Linux和Unix机器上，主要是向Windows提供文件共享服务，当然可以向Linux和Unix客户端提供 ftp，这个太常见了，不用提了 在Mac OS机器上如果去连接这些服务，是非常方便的 步骤： 1.打开Finder 2.选择“前往” 3.选择“连接服务器”，可以使用Command+k 4.在弹出的窗口输入地址 共享协议 地址格式 AFP 文件共享 afp://ComputerName.CompanyName.com 要查看 Mac OS X 电脑的 AFP 文件共享地址，请选取苹果菜单 >“系统偏好设置”，点按“共享”，然后选择“文件共享”。该地址将显示在窗口中。 SMB/CIFS (Windows) 服务器和共享文件夹 使用以下格式之一： smb://DNSname/sharename smb://IPaddress/sharename 您也可以使用电脑名称。如果您的地址中不包含共享文件夹路径，您可以在输入用户名称和密码后来选择它。 NFS 服务器 使用以下格式之一： &hellip; <a class="more-link" href="http://www.chengyongxu.com/blog/mac-os-x%e4%bd%bf%e7%94%a8%e6%96%87%e4%bb%b6%e5%85%b1%e4%ba%ab%e6%9c%8d%e5%8a%a1/">More<span class="meta-nav">&rarr;</span></a></p>
]]></description>
		<wfw:commentRss>http://www.chengyongxu.com/blog/mac-os-x%e4%bd%bf%e7%94%a8%e6%96%87%e4%bb%b6%e5%85%b1%e4%ba%ab%e6%9c%8d%e5%8a%a1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>用Bind架设DNS服务器</title>
		<link>http://www.chengyongxu.com/blog/%e7%94%a8bind%e6%9e%b6%e8%ae%bedns%e6%9c%8d%e5%8a%a1%e5%99%a8/</link>
		<comments>http://www.chengyongxu.com/blog/%e7%94%a8bind%e6%9e%b6%e8%ae%bedns%e6%9c%8d%e5%8a%a1%e5%99%a8/#comments</comments>
		<pubDate>Mon, 04 May 2009 02:34:30 +0000</pubDate>
		<dc:creator>楚霏</dc:creator>
				<category><![CDATA[DNS服务器]]></category>
		<category><![CDATA[Bind]]></category>
		<category><![CDATA[dns]]></category>

		<guid isPermaLink="false">http://www.chengyongxu.com/blog/?p=247</guid>
		<description><![CDATA[<p>######################### #用Bind架设DNS服务器 #Author: 楚霏 #Date: 2009-3-11 #Env: Centos 5.2 x86_64 ######################### 一. 准备工作: 环境：Centos 5.2 x86_64最小安装 所需软件： BIND 9.6.0-P1 #################################### 下载相关软件 cd /usr/local/src wget http://www.openssl.org/source/openssl-0.9.8j.tar.gz wget http://ftp.isc.org/isc/bind9/9.6.0-P1/bind-9.6.0-P1.tar.gz #################################### 二、安装过程 （1）安装升级gcc等常用工具包 yum -y install wget at ntp &hellip; <a class="more-link" href="http://www.chengyongxu.com/blog/%e7%94%a8bind%e6%9e%b6%e8%ae%bedns%e6%9c%8d%e5%8a%a1%e5%99%a8/">More<span class="meta-nav">&rarr;</span></a></p>
]]></description>
		<wfw:commentRss>http://www.chengyongxu.com/blog/%e7%94%a8bind%e6%9e%b6%e8%ae%bedns%e6%9c%8d%e5%8a%a1%e5%99%a8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

