<?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; linux</title>
	<atom:link href="http://www.23day.com/html/tag/linux/feed" rel="self" type="application/rss+xml" />
	<link>http://www.23day.com</link>
	<description>个人日记&#124;网络技术&#124;电脑故障&#124;Linux/Unix学习&#124;技术分享&#124;博客联盟</description>
	<lastBuildDate>Thu, 02 Sep 2010 08:01:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<image>
<link>http://www.23day.com</link>
<url>http://www.23day.com/wp-content/mbp-favicon/favicon.ico</url>
<title>智康博客</title>
</image>
		<item>
		<title>mount: unknown filesystem type &#8216;ntfs&#8217; 解决方法</title>
		<link>http://www.23day.com/html/38810.html</link>
		<comments>http://www.23day.com/html/38810.html#comments</comments>
		<pubDate>Sat, 06 Mar 2010 04:31:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[ntfs-3g]]></category>

		<guid isPermaLink="false">http://www.23day.com/?p=38810</guid>
		<description><![CDATA[因为刚刚将CentOS升级到了2.6.18-164.el5xen内核，无法使用Kernel NTFS Module挂载Windows下的NTFS分区（没有在开源站点上找到相应内核包），所以只有使用ntfs-3g来解决了。 打开ntfs-3g的下载站点，将最新稳定版下载到CentOS,执行以下命令安装： #./configure #make #make install #mount -t ntfs-3g /dev/sda1 /mnt/win挂载NTFS分区就可以了。 &#169; admin for 智康博客, 2010. &#124; Permalink &#124; No comment &#124; Add to del.icio.us Post tags: centos, linux, ntfs-3g Feed enhanced by Better Feed from Ozh]]></description>
			<content:encoded><![CDATA[<p>因为刚刚将CentOS升级到了2.6.18-164.el5xen内核，无法使用<a href="http://sourceforge.net/projects/linux-ntfs/files/" target="_blank">Kernel NTFS Module</a>挂载Windows下的NTFS分区（没有在开源站点上找到相应内核包），所以只有使用<a href="http://www.tuxera.com/community/ntfs-3g-download/" target="_blank">ntfs-3g</a>来解决了。</p>
<p>打开ntfs-3g的下载站点，将最新稳定版下载到CentOS,执行以下命令安装：</p>
<p><strong>#./configure</strong><br />
<strong>#make</strong><br />
<strong>#make install</strong></p>
<p><strong> </strong>#mount -t ntfs-3g /dev/sda1 /mnt/win挂载NTFS分区就可以了。</p>
<hr />
<p><small>&copy; admin for <a href="http://www.23day.com">智康博客</a>, 2010. |
<a href="http://www.23day.com/html/38810.html">Permalink</a> |
<a href="http://www.23day.com/html/38810.html#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.23day.com/html/38810.html&amp;title=mount: unknown filesystem type &#8216;ntfs&#8217; 解决方法">del.icio.us</a>
<br/>
Post tags: <a href="http://www.23day.com/html/tag/centos" rel="tag">centos</a>, <a href="http://www.23day.com/html/tag/linux" rel="tag">linux</a>, <a href="http://www.23day.com/html/tag/ntfs-3g" rel="tag">ntfs-3g</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.23day.com/html/38810.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>安装Informix IDS错误104解决方法</title>
		<link>http://www.23day.com/html/38112.html</link>
		<comments>http://www.23day.com/html/38112.html#comments</comments>
		<pubDate>Fri, 20 Nov 2009 13:41:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[informix]]></category>

		<guid isPermaLink="false">http://www.23day.com/?p=38112</guid>
		<description><![CDATA[#./ids_install           Initializing InstallShield Wizard&#8230;&#8230;..           Launching InstallShield Wizard&#8230;&#8230;.. The wizard cannot continue because of the following error: could not load wizard  specified in /wizard.inf (104) 解决方法： 需要指定以java运行环境，添加以下参数即可 #./ids_install -javahome /bin/java &#169; admin for 智康博客, 2009. &#124; Permalink &#124; 4 comments &#124; Add to del.icio.us Post tags: informix, linux Feed enhanced by Better Feed from [...]]]></description>
			<content:encoded><![CDATA[<p>#./ids_install</p>
<p>          Initializing InstallShield Wizard&#8230;&#8230;..<br />
          Launching InstallShield Wizard&#8230;&#8230;..</p>
<p>The wizard cannot continue because of the following error: could not load wizard<br />
 specified in /wizard.inf (104)</p>
<p>解决方法：<br />
需要指定以java运行环境，添加以下参数即可<br />
#./ids_install -javahome /bin/java</p>
<hr />
<p><small>&copy; admin for <a href="http://www.23day.com">智康博客</a>, 2009. |
<a href="http://www.23day.com/html/38112.html">Permalink</a> |
<a href="http://www.23day.com/html/38112.html#comments">4 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.23day.com/html/38112.html&amp;title=安装Informix IDS错误104解决方法">del.icio.us</a>
<br/>
Post tags: <a href="http://www.23day.com/html/tag/informix" rel="tag">informix</a>, <a href="http://www.23day.com/html/tag/linux" rel="tag">linux</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.23day.com/html/38112.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Ubuntu conky监视你的系统</title>
		<link>http://www.23day.com/html/24684.html</link>
		<comments>http://www.23day.com/html/24684.html#comments</comments>
		<pubDate>Tue, 19 May 2009 14:36:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[conky]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.23day.com/?p=24684</guid>
		<description><![CDATA[刚刚安装了conky，效果不错，分享一下。 安装方法： 1，安装conky和mpd，命令sudo apt-get install conky mpd 2，在用户家目录下新建文件名为.conkyrc的空文件，将以下代码复制进去，并保存即可启动conky 3，自启动在“系统-首选项-启动程序”中添加(...)Read the rest of Ubuntu conky监视你的系统 (292 words) &#169; admin for 智康博客, 2009. &#124; Permalink &#124; 5 comments &#124; Add to del.icio.us Post tags: conky, linux, ubuntu Feed enhanced by Better Feed from Ozh]]></description>
			<content:encoded><![CDATA[<p>刚刚安装了conky，效果不错，分享一下。</p>
<p>安装方法：</p>
<p>1，安装conky和mpd，命令sudo apt-get install conky mpd</p>
<p>2，在用户家目录下新建文件名为.conkyrc的空文件，将以下代码复制进去，并保存即可启动conky</p>
<p>3，自启动在“系统-首选项-启动程序”中添加(...)<br/>Read the rest of <a href="http://www.23day.com/html/24684.html">Ubuntu conky监视你的系统</a> (292 words)</p>
<hr />
<p><small>&copy; admin for <a href="http://www.23day.com">智康博客</a>, 2009. |
<a href="http://www.23day.com/html/24684.html">Permalink</a> |
<a href="http://www.23day.com/html/24684.html#comments">5 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.23day.com/html/24684.html&amp;title=Ubuntu conky监视你的系统">del.icio.us</a>
<br/>
Post tags: <a href="http://www.23day.com/html/tag/conky" rel="tag">conky</a>, <a href="http://www.23day.com/html/tag/linux" rel="tag">linux</a>, <a href="http://www.23day.com/html/tag/ubuntu" rel="tag">ubuntu</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.23day.com/html/24684.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Ubuntu9.04真的改进了很多</title>
		<link>http://www.23day.com/html/24644.html</link>
		<comments>http://www.23day.com/html/24644.html#comments</comments>
		<pubDate>Tue, 19 May 2009 00:23:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ubuntu9.04]]></category>

		<guid isPermaLink="false">http://www.23day.com/?p=24644</guid>
		<description><![CDATA[昨天才开始上班，所以Ubuntu9.04 Jaunty Jackalope的官方光盘昨天才拿到手，打开包装，三个版本的包装盒与之前有所改变，取消了前面版本以人为主题的包装盒，很清爽，很干净！ 其实Ubuntu9.04早在上个月24号就出来了，只因为放假，没有时间安装，今天刚上班，第一时间就开始尝试下Ubuntu9.04了，虽然我用的是Windows XP，但Ubuntu每出一个新版本，我都会去尝鲜的。(...)Read the rest of Ubuntu9.04真的改进了很多 (1 words) &#169; admin for 智康博客, 2009. &#124; Permalink &#124; 6 comments &#124; Add to del.icio.us Post tags: linux, ubuntu, ubuntu9.04 Feed enhanced by Better Feed from Ozh]]></description>
			<content:encoded><![CDATA[<p>昨天才开始上班，所以Ubuntu9.04 Jaunty Jackalope的官方光盘昨天才拿到手，打开包装，三个版本的包装盒与之前有所改变，取消了前面版本以人为主题的包装盒，很清爽，很干净！<br />
其实Ubuntu9.04早在上个月24号就出来了，只因为放假，没有时间安装，今天刚上班，第一时间就开始尝试下Ubuntu9.04了，虽然我用的是Windows XP，但Ubuntu每出一个新版本，我都会去尝鲜的。(...)<br/>Read the rest of <a href="http://www.23day.com/html/24644.html">Ubuntu9.04真的改进了很多</a> (1 words)</p>
<hr />
<p><small>&copy; admin for <a href="http://www.23day.com">智康博客</a>, 2009. |
<a href="http://www.23day.com/html/24644.html">Permalink</a> |
<a href="http://www.23day.com/html/24644.html#comments">6 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.23day.com/html/24644.html&amp;title=Ubuntu9.04真的改进了很多">del.icio.us</a>
<br/>
Post tags: <a href="http://www.23day.com/html/tag/linux" rel="tag">linux</a>, <a href="http://www.23day.com/html/tag/ubuntu" rel="tag">ubuntu</a>, <a href="http://www.23day.com/html/tag/ubuntu9-04" rel="tag">ubuntu9.04</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.23day.com/html/24644.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>可以免费申请Ubuntu9.04光碟了</title>
		<link>http://www.23day.com/html/23275.html</link>
		<comments>http://www.23day.com/html/23275.html#comments</comments>
		<pubDate>Mon, 20 Apr 2009 07:03:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ubuntu9.04]]></category>
		<category><![CDATA[免费申请]]></category>

		<guid isPermaLink="false">http://www.23day.com/?p=23275</guid>
		<description><![CDATA[一直在注意Ubuntu9.04（Jaunty Jackalope）官方的消息，虽然还有几天，官方主页还是coming soon！Beta版，但现在就可以免费申请官方的Ubuntu9.04光碟了，好像Server版目前只能申请64-bit的，32-bit还不能申请，怎么申请：点击查看，喜欢的朋友可以马上去下单了。 可能有些朋友会骂我，网上下载个就可以了，但我还是喜欢官方邮寄的，有收藏价值。 免费获取地址：https://shipit.ubuntu.com/ &#169; admin for 智康博客, 2009. &#124; Permalink &#124; 14 comments &#124; Add to del.icio.us Post tags: linux, ubuntu, ubuntu9.04, 免费申请 Feed enhanced by Better Feed from Ozh]]></description>
			<content:encoded><![CDATA[<p>一直在注意Ubuntu9.04（Jaunty Jackalope）官方的消息，虽然还有几天，官方主页还是coming soon！Beta版，但现在就可以免费申请官方的Ubuntu9.04光碟了，好像Server版目前只能申请64-bit的，32-bit还不能申请，怎么申请：<a href="http://wiki.ubuntu.org.cn/%E7%94%B3%E8%AF%B7Ubuntu%E5%85%8D%E8%B4%B9%E5%85%89%E7%9B%98%E7%9A%84%E5%85%A8%E7%A8%8B%E6%8C%87%E5%AF%BC" target="_blank">点击查看</a>，喜欢的朋友可以马上去下单了。</p>
<p>可能有些朋友会骂我，网上下载个就可以了，但我还是喜欢官方邮寄的，有收藏价值。</p>
<p>免费获取地址：<a href="https://shipit.ubuntu.com/" target="_blank">https://shipit.ubuntu.com/</a></p>
<hr />
<p><small>&copy; admin for <a href="http://www.23day.com">智康博客</a>, 2009. |
<a href="http://www.23day.com/html/23275.html">Permalink</a> |
<a href="http://www.23day.com/html/23275.html#comments">14 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.23day.com/html/23275.html&amp;title=可以免费申请Ubuntu9.04光碟了">del.icio.us</a>
<br/>
Post tags: <a href="http://www.23day.com/html/tag/linux" rel="tag">linux</a>, <a href="http://www.23day.com/html/tag/ubuntu" rel="tag">ubuntu</a>, <a href="http://www.23day.com/html/tag/ubuntu9-04" rel="tag">ubuntu9.04</a>, <a href="http://www.23day.com/html/tag/%e5%85%8d%e8%b4%b9%e7%94%b3%e8%af%b7" rel="tag">免费申请</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.23day.com/html/23275.html/feed</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>grub4dos学习笔记</title>
		<link>http://www.23day.com/html/22969.html</link>
		<comments>http://www.23day.com/html/22969.html#comments</comments>
		<pubDate>Wed, 25 Mar 2009 05:59:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[dos]]></category>
		<category><![CDATA[grub]]></category>

		<guid isPermaLink="false">http://www.23day.com/?p=457</guid>
		<description><![CDATA[官方主页：https://gna.org/projects/grub4dos/ 下载地址：http://download.gna.org/grub4dos/grub4dos-0.4.4-2009-03-24.zip 1，安装 下载grub4dos回来，只需要解压grldr与menu.lst这两个文件到系统C盘根目录下，如果需要将grub写入到MBR，则解压bootlace.com命令到C盘根目录下，然后重启电脑，将系统引导至DOS模式，执行如下命令：(...)Read the rest of grub4dos学习笔记 (128 words) &#169; admin for 智康博客, 2009. &#124; Permalink &#124; 2 comments &#124; Add to del.icio.us Post tags: dos, grub, linux, windows Feed enhanced by Better Feed from Ozh]]></description>
			<content:encoded><![CDATA[<p>官方主页：https://gna.org/projects/grub4dos/<br />
下载地址：http://download.gna.org/grub4dos/grub4dos-0.4.4-2009-03-24.zip</p>
<p>1，安装<br />
下载grub4dos回来，只需要解压grldr与menu.lst这两个文件到系统C盘根目录下，如果需要将grub写入到MBR，则解压bootlace.com命令到C盘根目录下，然后重启电脑，将系统引导至DOS模式，执行如下命令：(...)<br/>Read the rest of <a href="http://www.23day.com/html/22969.html">grub4dos学习笔记</a> (128 words)</p>
<hr />
<p><small>&copy; admin for <a href="http://www.23day.com">智康博客</a>, 2009. |
<a href="http://www.23day.com/html/22969.html">Permalink</a> |
<a href="http://www.23day.com/html/22969.html#comments">2 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.23day.com/html/22969.html&amp;title=grub4dos学习笔记">del.icio.us</a>
<br/>
Post tags: <a href="http://www.23day.com/html/tag/dos" rel="tag">dos</a>, <a href="http://www.23day.com/html/tag/grub" rel="tag">grub</a>, <a href="http://www.23day.com/html/tag/linux" rel="tag">linux</a>, <a href="http://www.23day.com/html/tag/windows" rel="tag">windows</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.23day.com/html/22969.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>grub4dos初级教程－入门篇</title>
		<link>http://www.23day.com/html/22968.html</link>
		<comments>http://www.23day.com/html/22968.html#comments</comments>
		<pubDate>Tue, 24 Mar 2009 08:03:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[grub]]></category>

		<guid isPermaLink="false">http://www.23day.com/?p=455</guid>
		<description><![CDATA[0 为何写此初级教程？ 假如你是第一次听说grub，你可能说我不需要grub。那么，你是否用过“一键ghost”，“超级急救盘”，或者“矮人DOS工具箱”？如果你用过的话，那么你实际上已经在用grub了。 (...)Read the rest of grub4dos初级教程－入门篇 (513 words) &#169; admin for 智康博客, 2009. &#124; Permalink &#124; One comment &#124; Add to del.icio.us Post tags: grub, linux Feed enhanced by Better Feed from Ozh]]></description>
			<content:encoded><![CDATA[<p>0 为何写此初级教程？</p>
<p>假如你是第一次听说grub，你可能说我不需要grub。那么，你是否用过“一键ghost”，“超级急救盘”，或者“矮人DOS工具箱”？如果你用过的话，那么你实际上已经在用grub了。<br />
(...)<br/>Read the rest of <a href="http://www.23day.com/html/22968.html">grub4dos初级教程－入门篇</a> (513 words)</p>
<hr />
<p><small>&copy; admin for <a href="http://www.23day.com">智康博客</a>, 2009. |
<a href="http://www.23day.com/html/22968.html">Permalink</a> |
<a href="http://www.23day.com/html/22968.html#comments">One comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.23day.com/html/22968.html&amp;title=grub4dos初级教程－入门篇">del.icio.us</a>
<br/>
Post tags: <a href="http://www.23day.com/html/tag/grub" rel="tag">grub</a>, <a href="http://www.23day.com/html/tag/linux" rel="tag">linux</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.23day.com/html/22968.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>openldap安装与使用笔记</title>
		<link>http://www.23day.com/html/22953.html</link>
		<comments>http://www.23day.com/html/22953.html#comments</comments>
		<pubDate>Thu, 15 Jan 2009 14:02:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[ldap]]></category>
		<category><![CDATA[openldap]]></category>
		<category><![CDATA[smb]]></category>

		<guid isPermaLink="false">http://blog.23day.com/?p=212</guid>
		<description><![CDATA[OS:CentOS5.2 openldap2.3.27 1,修改文件/etc/openldap/ldapd.conf只需修改以下内容就可以启动了suffix &#8220;dc=23day,dc=com&#8221;rootdn &#8220;cn=kevin,dc=23day,dc=com&#8221;rootpw 123456建议rootpw不使用明文密码,使用slappasswd -h产生加密密码放到rootpw后.例:rootpw {crypt}ijFYNcSNctBYg(...)Read the rest of openldap安装与使用笔记 (57 words) &#169; admin for 智康博客, 2009. &#124; Permalink &#124; 5 comments &#124; Add to del.icio.us Post tags: ldap, linux, openldap, smb Feed enhanced by Better Feed from Ozh]]></description>
			<content:encoded><![CDATA[<p>OS:CentOS5.2  openldap2.3.27</p>
<p>1,修改文件/etc/openldap/ldapd.conf<br />只需修改以下内容就可以启动了<br />suffix &#8220;dc=23day,dc=com&#8221;<br />rootdn &#8220;cn=kevin,dc=23day,dc=com&#8221;<br />rootpw 123456<br />建议rootpw不使用明文密码,使用slappasswd -h产生加密密码放到rootpw后.<br />例:rootpw {crypt}ijFYNcSNctBYg(...)<br/>Read the rest of <a href="http://www.23day.com/html/22953.html">openldap安装与使用笔记</a> (57 words)</p>
<hr />
<p><small>&copy; admin for <a href="http://www.23day.com">智康博客</a>, 2009. |
<a href="http://www.23day.com/html/22953.html">Permalink</a> |
<a href="http://www.23day.com/html/22953.html#comments">5 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.23day.com/html/22953.html&amp;title=openldap安装与使用笔记">del.icio.us</a>
<br/>
Post tags: <a href="http://www.23day.com/html/tag/ldap" rel="tag">ldap</a>, <a href="http://www.23day.com/html/tag/linux" rel="tag">linux</a>, <a href="http://www.23day.com/html/tag/openldap" rel="tag">openldap</a>, <a href="http://www.23day.com/html/tag/smb" rel="tag">smb</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.23day.com/html/22953.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Linux挂载Windows共享文件夹(cifs)</title>
		<link>http://www.23day.com/html/22951.html</link>
		<comments>http://www.23day.com/html/22951.html#comments</comments>
		<pubDate>Sat, 10 Jan 2009 15:46:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[windows]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[共享]]></category>

		<guid isPermaLink="false">http://blog.23day.com/?p=210</guid>
		<description><![CDATA[好久没使用过samba了,刚刚需要在CentOS5下挂载Windows共享时,准备使用smbmount,执行smbmount的时候,提示没有这个命令,系统samba也安装了呀,为什么没有呢,google下才知道,从RHEL4以后就没有smbmount这个概念了,而是使用cifs (Common Internet File Systemcifs),也就是说在这以后的系统直接使用mount加参数cifs就可直接挂载Windows的共享了.(...)Read the rest of Linux挂载Windows共享文件夹(cifs) (7 words) &#169; admin for 智康博客, 2009. &#124; Permalink &#124; No comment &#124; Add to del.icio.us Post tags: linux, windows, 共享 Feed enhanced by Better Feed from Ozh]]></description>
			<content:encoded><![CDATA[<p>好久没使用过samba了,刚刚需要在CentOS5下挂载Windows共享时,准备使用smbmount,执行smbmount的时候,提示没有这个命令,系统samba也安装了呀,为什么没有呢,google下才知道,从RHEL4以后就没有smbmount这个概念了,而是使用cifs (Common Internet File Systemcifs),也就是说在这以后的系统直接使用mount加参数cifs就可直接挂载Windows的共享了.(...)<br/>Read the rest of <a href="http://www.23day.com/html/22951.html">Linux挂载Windows共享文件夹(cifs)</a> (7 words)</p>
<hr />
<p><small>&copy; admin for <a href="http://www.23day.com">智康博客</a>, 2009. |
<a href="http://www.23day.com/html/22951.html">Permalink</a> |
<a href="http://www.23day.com/html/22951.html#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.23day.com/html/22951.html&amp;title=Linux挂载Windows共享文件夹(cifs)">del.icio.us</a>
<br/>
Post tags: <a href="http://www.23day.com/html/tag/linux" rel="tag">linux</a>, <a href="http://www.23day.com/html/tag/windows" rel="tag">windows</a>, <a href="http://www.23day.com/html/tag/%e5%85%b1%e4%ba%ab" rel="tag">共享</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.23day.com/html/22951.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>实现FTP自动传输文件</title>
		<link>http://www.23day.com/html/22950.html</link>
		<comments>http://www.23day.com/html/22950.html#comments</comments>
		<pubDate>Fri, 09 Jan 2009 11:05:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[备份]]></category>
		<category><![CDATA[添加新标签]]></category>
		<category><![CDATA[网络技术]]></category>

		<guid isPermaLink="false">http://blog.23day.com/?p=209</guid>
		<description><![CDATA[新建两个文件auto与ftp.txt,将这两上文件放到同一个目录,如果/root目录,再设个crontab -e,计划系统自动传输文件,例,每天晚上11点30分自动执行/root/auto文件:30 23 * * * /root/auto(...)Read the rest of 实现FTP自动传输文件 (8 words) &#169; admin for 智康博客, 2009. &#124; Permalink &#124; 3 comments &#124; Add to del.icio.us Post tags: ftp, linux, windows, 备份, 添加新标签, 网络技术 Feed enhanced by Better Feed from Ozh]]></description>
			<content:encoded><![CDATA[<p>新建两个文件auto与ftp.txt,将这两上文件放到同一个目录,如果/root目录,再设个crontab -e,计划系统自动传输文件,<br/>例,每天晚上11点30分自动执行/root/auto文件:<br/>30 23 * * * /root/auto<br/>(...)<br/>Read the rest of <a href="http://www.23day.com/html/22950.html">实现FTP自动传输文件</a> (8 words)</p>
<hr />
<p><small>&copy; admin for <a href="http://www.23day.com">智康博客</a>, 2009. |
<a href="http://www.23day.com/html/22950.html">Permalink</a> |
<a href="http://www.23day.com/html/22950.html#comments">3 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.23day.com/html/22950.html&amp;title=实现FTP自动传输文件">del.icio.us</a>
<br/>
Post tags: <a href="http://www.23day.com/html/tag/ftp" rel="tag">ftp</a>, <a href="http://www.23day.com/html/tag/linux" rel="tag">linux</a>, <a href="http://www.23day.com/html/tag/windows" rel="tag">windows</a>, <a href="http://www.23day.com/html/tag/%e5%a4%87%e4%bb%bd" rel="tag">备份</a>, <a href="http://www.23day.com/html/tag/%e6%b7%bb%e5%8a%a0%e6%96%b0%e6%a0%87%e7%ad%be" rel="tag">添加新标签</a>, <a href="http://www.23day.com/html/tag/%e7%bd%91%e7%bb%9c%e6%8a%80%e6%9c%af" rel="tag">网络技术</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.23day.com/html/22950.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
