<?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>Leo の Blog &#187; samba</title>
	<atom:link href="http://blog.openider.com/archives/tag/samba/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.openider.com</link>
	<description>Where there is a will there is a way! Trust youself can do it!</description>
	<lastBuildDate>Thu, 27 Aug 2009 10:42:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>快速搭建Linux开发测试WEB服务器系列4-Samba共享服务</title>
		<link>http://blog.openider.com/archives/25</link>
		<comments>http://blog.openider.com/archives/25#comments</comments>
		<pubDate>Sat, 23 May 2009 14:20:26 +0000</pubDate>
		<dc:creator>Guya</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[samba]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.openider.com/?p=25</guid>
		<description><![CDATA[前面我们已经能让工作站已经能很好的运行了. 接下来我们给这个工作站配置和局域网内的其他 Windows 计算机进行共享的服务. 这样能让工作效率更高效化. Linux 下和 Windows 主机进行共享通常会使用 Samba 服务来实现.  如果是只是 linux 和 linxu 主机进行共享的话, 建议使用 NFS 服务更好. 但是办公电脑 Windwos 系统居多. 我们选择 Samba 服务来实现共享.
首先需要安装 Samba 软件包. 这个在 Ubuntu 下面安装非常方便.

1
sudo apt-get install samba

安装完成后系统默认就启动了 samba 服务了.  可以通过查看进程看到:

1
2
3
sudo netstat -tlnp &#124;grep smb
tcp        0      0 0.0.0.0:139             0.0.0.0:*               LISTEN      6761/smbd
tcp        0      0 0.0.0.0:445             0.0.0.0:*               LISTEN      6761/smbd

从上面的结果看出. 需要注意的是 Samba 服务默认使用 [...]]]></description>
		<wfw:commentRss>http://blog.openider.com/archives/25/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
