<?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>Licess&#039;s Blog &#187; debian</title>
	<atom:link href="http://blog.licess.org/tag/debian/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.licess.org</link>
	<description>关注VPS Linux Nginx MySQL PHP WEB开发 系统管理 服务器架构 Debian CentOS</description>
	<lastBuildDate>Wed, 11 Jan 2012 11:56:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>为Debian/Ubuntu的apt-get install添加自动补齐/完成功能</title>
		<link>http://blog.licess.org/debianubuntu-apt-get-install-autocompletion/</link>
		<comments>http://blog.licess.org/debianubuntu-apt-get-install-autocompletion/#comments</comments>
		<pubDate>Fri, 20 May 2011 05:54:49 +0000</pubDate>
		<dc:creator>licess</dc:creator>
				<category><![CDATA[Linux技术]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[自动完成]]></category>
		<category><![CDATA[自动补齐]]></category>

		<guid isPermaLink="false">http://blog.licess.org/?p=995</guid>
		<description><![CDATA[Debian/Ubuntu的apt-get太常用了，不过偶尔可能也会碰到不太熟悉，想不起来的包的名称，除了去debian packages去查找，另外的方法就是给Debian/Ubuntu添加自动补齐/完成功能。方法如下： 1、安装bash-completion apt-get install bash-completion 2、编辑~/.bashrc 文件 添加如下内容： if [ -f /etc/bash_completion ]; then . /etc/bash_completion fi 3、使其生效 退出SSH，重新登录。 apt-get install build-e  然后TAB一下，自动补齐了吧。 好久不写东西了，都荒草丛生了。 相关文章：LNMP &#8211; CentOS/RadHat/Debian/Ubuntu下Nginx+PHP+MySQL一键安装包V0.3发布LNMP Debian/Ubuntu下Nginx+MySQL+PHP+phpMyAdmin+Zend一键安装包Debian 17岁了There are no public key available for the following key IDs:解决方法虚拟机下Debian VMWare TOOLS的安装Debian Linux deb包的安装方法Debian Linux下查看版本的命令Debian下彻底删除Gnome和KDE的方法让你的Debian Linux支持NTFS文件系统的读写Ubuntu 8.04 LTS (Hardy Heron) RC正式发布 © licess for Licess&#039;s Blog, 2011. [...]]]></description>
			<content:encoded><![CDATA[<p>Debian/Ubuntu的apt-get太常用了，不过偶尔可能也会碰到不太熟悉，想不起来的包的名称，除了去<a href="http://www.debian.org/distrib/packages" target="_blank">debian packages</a>去查找，另外的方法就是给Debian/Ubuntu添加自动补齐/完成功能。方法如下：</p>
<p><strong>1、安装bash-completion</strong></p>
<p>apt-get install bash-completion</p>
<p><strong>2、编辑~/.bashrc 文件</strong></p>
<p>添加如下内容：<span id="more-995"></span></p>
<p>if [ -f /etc/bash_completion ]; then<br />
. /etc/bash_completion<br />
fi</p>
<p><strong>3、使其生效</strong></p>
<p>退出SSH，重新登录。</p>
<p>apt-get install build-e  然后TAB一下，自动补齐了吧。</p>
<p>好久不写东西了，都荒草丛生了。</p>
<h2  class="related_post_title">相关文章：</h2><ul class="related_post"><li><a href="http://blog.licess.org/lnmp-v0-3/" title="LNMP &#8211; CentOS/RadHat/Debian/Ubuntu下Nginx+PHP+MySQL一键安装包V0.3发布">LNMP &#8211; CentOS/RadHat/Debian/Ubuntu下Nginx+PHP+MySQL一键安装包V0.3发布</a></li><li><a href="http://blog.licess.org/lnmp-debian-ubuntu/" title="LNMP Debian/Ubuntu下Nginx+MySQL+PHP+phpMyAdmin+Zend一键安装包">LNMP Debian/Ubuntu下Nginx+MySQL+PHP+phpMyAdmin+Zend一键安装包</a></li><li><a href="http://blog.licess.org/debian-17th-birthday/" title="Debian 17岁了">Debian 17岁了</a></li><li><a href="http://blog.licess.org/there-are-no-public-key-available-for-the-following-key-ids/" title="There are no public key available for the following key IDs:解决方法">There are no public key available for the following key IDs:解决方法</a></li><li><a href="http://blog.licess.org/debian_vmware_tools/" title="虚拟机下Debian VMWare TOOLS的安装">虚拟机下Debian VMWare TOOLS的安装</a></li><li><a href="http://blog.licess.org/debian_deb/" title="Debian Linux deb包的安装方法">Debian Linux deb包的安装方法</a></li><li><a href="http://blog.licess.org/debian_versoin/" title="Debian Linux下查看版本的命令">Debian Linux下查看版本的命令</a></li><li><a href="http://blog.licess.org/debian_delete_gnome_kde/" title="Debian下彻底删除Gnome和KDE的方法">Debian下彻底删除Gnome和KDE的方法</a></li><li><a href="http://blog.licess.org/debian_linux_ntfs/" title="让你的Debian Linux支持NTFS文件系统的读写">让你的Debian Linux支持NTFS文件系统的读写</a></li><li><a href="http://blog.licess.org/ubuntu804lts/" title="Ubuntu 8.04 LTS (Hardy Heron) RC正式发布">Ubuntu 8.04 LTS (Hardy Heron) RC正式发布</a></li></ul><hr />
<p><small>© licess for <a href="http://blog.licess.org">Licess&#039;s Blog</a>, 2011. |
<a href="http://blog.licess.org/debianubuntu-apt-get-install-autocompletion/">Permalink</a> |
<a href="http://blog.licess.org/debianubuntu-apt-get-install-autocompletion/#comments">2 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://blog.licess.org/debianubuntu-apt-get-install-autocompletion/&title=为Debian/Ubuntu的apt-get install添加自动补齐/完成功能">del.icio.us</a>
<br/>
Post tags: <a href="http://blog.licess.org/tag/apt-get/" rel="tag">apt-get</a>, <a href="http://blog.licess.org/tag/debian/" rel="tag">debian</a>, <a href="http://blog.licess.org/tag/ubuntu/" rel="tag">ubuntu</a>, <a href="http://blog.licess.org/tag/%e8%87%aa%e5%8a%a8%e5%ae%8c%e6%88%90/" rel="tag">自动完成</a>, <a href="http://blog.licess.org/tag/%e8%87%aa%e5%8a%a8%e8%a1%a5%e9%bd%90/" rel="tag">自动补齐</a><br/>
<br/>
<img src="http://www.vpser.net/images/tuijian.gif"> <a href="http://www.vpser.net/usa-vps/">美国VPS推荐</a>  | <a href="http://shop63846532.taobao.com/">军哥代购 - 提供美国及海外VPS/VPN/域名代购，美元/欧元代付</a> QQ：503228080
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.licess.org/debianubuntu-apt-get-install-autocompletion/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Debian 17岁了</title>
		<link>http://blog.licess.org/debian-17th-birthday/</link>
		<comments>http://blog.licess.org/debian-17th-birthday/#comments</comments>
		<pubDate>Tue, 17 Aug 2010 02:37:41 +0000</pubDate>
		<dc:creator>licess</dc:creator>
				<category><![CDATA[Linux技术]]></category>
		<category><![CDATA[17岁]]></category>
		<category><![CDATA[debian]]></category>

		<guid isPermaLink="false">http://blog.licess.org/?p=874</guid>
		<description><![CDATA[8月16号,Debian已经走过了17个岁月，迎来了它的第十七个生日大浪淘沙，在这个纷争的年代，能坚持这么久，实属不易，Debian官方网站也给出了一个链接，Debian Appreciation Day!! Ian Murdock 在创立之时为 Debian 定下了“开放、自由、反映 GNU 精神”的准则，时过17年， Debian 已经发展成 Linux 发行版中庞大的一族，对 Linux 软件和硬件的发展带来了巨大的影响。著名的 Ubuntu 也是它的衍生发行版之一。 Debian 6.0 的代码已经冻结，在修复几个重要 Bug 后计划于今年年底的时候发布。 PS：本站及旗下所有运行的VPS均是Debian，Debian不仅稳定、简约，而且有丰富的软件包、帮助文档等。 相关文章：为Debian/Ubuntu的apt-get install添加自动补齐/完成功能There are no public key available for the following key IDs:解决方法LNMP &#8211; CentOS/RadHat/Debian/Ubuntu下Nginx+PHP+MySQL一键安装包V0.3发布LNMP Debian/Ubuntu下Nginx+MySQL+PHP+phpMyAdmin+Zend一键安装包虚拟机下Debian VMWare TOOLS的安装Debian Linux deb包的安装方法Debian Linux下查看版本的命令Debian下彻底删除Gnome和KDE的方法让你的Debian Linux支持NTFS文件系统的读写 © licess for Licess&#039;s Blog, 2010. &#124; Permalink &#124; No [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-876" title="cakedebian" src="http://blog.licess.org/wp-content/uploads/2010/08/cakedebian.png" alt="" width="270" height="266" /></p>
<p><strong>8月16号,Debian已经走过了17个岁月，迎来了它的第十七个生日大浪淘沙，在这个纷争的年代，能坚持这么久，实属不易，Debian官方网站也给出了一个链接，<a href="http://thank.debian.net/" target="_blank">Debian Appreciation Day!!</a></strong></p>
<p>Ian Murdock 在创立之时为 Debian 定下了“开放、自由、反映 GNU 精神”的准则，时过17年， Debian 已经发展成 Linux 发行版中庞大的一族，对 Linux 软件和硬件的发展带来了巨大的影响。著名的 Ubuntu 也是它的衍生发行版之一。</p>
<p>Debian 6.0 的代码已经冻结，在修复几个重要 Bug 后计划于今年年底的时候发布。</p>
<p>PS：本站及旗下所有运行的VPS均是Debian，Debian不仅稳定、简约，而且有丰富的软件包、帮助文档等。</p>
<h2  class="related_post_title">相关文章：</h2><ul class="related_post"><li><a href="http://blog.licess.org/debianubuntu-apt-get-install-autocompletion/" title="为Debian/Ubuntu的apt-get install添加自动补齐/完成功能">为Debian/Ubuntu的apt-get install添加自动补齐/完成功能</a></li><li><a href="http://blog.licess.org/there-are-no-public-key-available-for-the-following-key-ids/" title="There are no public key available for the following key IDs:解决方法">There are no public key available for the following key IDs:解决方法</a></li><li><a href="http://blog.licess.org/lnmp-v0-3/" title="LNMP &#8211; CentOS/RadHat/Debian/Ubuntu下Nginx+PHP+MySQL一键安装包V0.3发布">LNMP &#8211; CentOS/RadHat/Debian/Ubuntu下Nginx+PHP+MySQL一键安装包V0.3发布</a></li><li><a href="http://blog.licess.org/lnmp-debian-ubuntu/" title="LNMP Debian/Ubuntu下Nginx+MySQL+PHP+phpMyAdmin+Zend一键安装包">LNMP Debian/Ubuntu下Nginx+MySQL+PHP+phpMyAdmin+Zend一键安装包</a></li><li><a href="http://blog.licess.org/debian_vmware_tools/" title="虚拟机下Debian VMWare TOOLS的安装">虚拟机下Debian VMWare TOOLS的安装</a></li><li><a href="http://blog.licess.org/debian_deb/" title="Debian Linux deb包的安装方法">Debian Linux deb包的安装方法</a></li><li><a href="http://blog.licess.org/debian_versoin/" title="Debian Linux下查看版本的命令">Debian Linux下查看版本的命令</a></li><li><a href="http://blog.licess.org/debian_delete_gnome_kde/" title="Debian下彻底删除Gnome和KDE的方法">Debian下彻底删除Gnome和KDE的方法</a></li><li><a href="http://blog.licess.org/debian_linux_ntfs/" title="让你的Debian Linux支持NTFS文件系统的读写">让你的Debian Linux支持NTFS文件系统的读写</a></li></ul><hr />
<p><small>© licess for <a href="http://blog.licess.org">Licess&#039;s Blog</a>, 2010. |
<a href="http://blog.licess.org/debian-17th-birthday/">Permalink</a> |
<a href="http://blog.licess.org/debian-17th-birthday/#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://blog.licess.org/debian-17th-birthday/&title=Debian 17岁了">del.icio.us</a>
<br/>
Post tags: <a href="http://blog.licess.org/tag/17%e5%b2%81/" rel="tag">17岁</a>, <a href="http://blog.licess.org/tag/debian/" rel="tag">debian</a><br/>
<br/>
<img src="http://www.vpser.net/images/tuijian.gif"> <a href="http://www.vpser.net/usa-vps/">美国VPS推荐</a>  | <a href="http://shop63846532.taobao.com/">军哥代购 - 提供美国及海外VPS/VPN/域名代购，美元/欧元代付</a> QQ：503228080
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.licess.org/debian-17th-birthday/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>There are no public key available for the following key IDs:解决方法</title>
		<link>http://blog.licess.org/there-are-no-public-key-available-for-the-following-key-ids/</link>
		<comments>http://blog.licess.org/there-are-no-public-key-available-for-the-following-key-ids/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 05:12:21 +0000</pubDate>
		<dc:creator>licess</dc:creator>
				<category><![CDATA[Linux技术]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[key IDs]]></category>
		<category><![CDATA[NO_PUBKEY]]></category>
		<category><![CDATA[public key]]></category>

		<guid isPermaLink="false">http://blog.licess.cn/?p=701</guid>
		<description><![CDATA[Thenynoc的VPS由于停止洛杉矶机房VPS服务并转移已有洛杉矶VPS至纽约机房，而且不能退款，所以分配下新的IP直接重装为Debian～瞎折腾着玩。 thenynoc:/var/lib/apt/lists# apt-get update Get:1 http://security.debian.org stable/updates Release.gpg [835B] ……省略N多没用的…… Hit http://security.debian.org stable/updates/main Packages Fetched 41.6kB in 0s (56.5kB/s) Reading package lists... Done W: There is no public key available for the following key IDs: 9AA38DCD55BE302B W: There is no public key available for the following key IDs: 9AA38DCD55BE302B W: GPG error: http://security.debian.org stable/updates Release: [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.vpser.net/go/thenynoc" target="_blank">Thenynoc</a>的VPS由于<a title="到《TheNYNoc 停止洛杉矶机房VPS服务并转移已有洛杉矶VPS至纽约机房》的永久链接" rel="bookmark" href="http://www.vpser.net/usa-vps/thenynoc-discontinuing-losangeles-hosting-services.html">停止洛杉矶机房VPS服务并转移已有洛杉矶VPS至纽约机房</a>，而且不能退款，所以分配下新的IP直接重装为Debian～瞎折腾着玩。</p>
<p>thenynoc:/var/lib/apt/lists# apt-get update<br />
Get:1 <a href="http://security.debian.org">http://security.debian.org</a> stable/updates Release.gpg [835B]<br />
……省略N多没用的……<br />
Hit <a href="http://security.debian.org">http://security.debian.org</a> stable/updates/main Packages<br />
Fetched 41.6kB in 0s (56.5kB/s)<br />
Reading package lists... Done<br />
W: There is no public key available for the following key IDs:<br />
9AA38DCD55BE302B<br />
W: There is no public key available for the following key IDs:<br />
9AA38DCD55BE302B<br />
W: GPG error: <a href="http://security.debian.org">http://security.debian.org</a> stable/updates Release: The following signatures</p>
<p>couldn't be verified because the public key is not available: NO_PUBKEY 9AA38DCD55BE302B<br />
W: You may want to run apt-get update to correct these problems<span id="more-701"></span></p>
<p>本来是想更新一下系统的，出错了。</p>
<p>解决方法：</p>
<p>首先执行：gpg --keyserver wwwkeys.eu.pgp.net --recv-keys 9AA38DCD55BE302B   //最后为你出错是的key ids</p>
<p>返回如下信息，说明执行成功。</p>
<p>gpg: requesting key 55BE302B from hkp server wwwkeys.eu.pgp.net<br />
gpg: key 55BE302B: public key "Debian Archive Automatic Signing Key (5.0/lenny)</p>
<p>&lt;<a href="mailto:ftpmaster@debian.org">ftpmaster@debian.org</a>&gt;" imported<br />
gpg: no ultimately trusted keys found<br />
gpg: Total number processed: 1<br />
gpg:               imported: 1  (RSA: 1)<br />
再执行：gpg --armor --export 9AA38DCD55BE302B  | apt-key add -<br />
返回：OK</p>
<p>再执行apt-get update：成功～<br />
thenynoc:/var/lib/apt/lists# apt-get update<br />
Get:1 <a href="http://security.debian.org">http://security.debian.org</a> stable/updates Release.gpg [835B]<br />
……省略N多没用的……<br />
Hit <a href="ftp://debian.mirror.rafal.ca">ftp://debian.mirror.rafal.ca</a> stable/main Sources<br />
Fetched 835B in 0s (1080B/s)<br />
Reading package lists... Done<br />
thenynoc:/var/lib/apt/lists#</p>
<h2  class="related_post_title">相关文章：</h2><ul class="related_post"><li><a href="http://blog.licess.org/debianubuntu-apt-get-install-autocompletion/" title="为Debian/Ubuntu的apt-get install添加自动补齐/完成功能">为Debian/Ubuntu的apt-get install添加自动补齐/完成功能</a></li><li><a href="http://blog.licess.org/debian-17th-birthday/" title="Debian 17岁了">Debian 17岁了</a></li><li><a href="http://blog.licess.org/lnmp-v0-3/" title="LNMP &#8211; CentOS/RadHat/Debian/Ubuntu下Nginx+PHP+MySQL一键安装包V0.3发布">LNMP &#8211; CentOS/RadHat/Debian/Ubuntu下Nginx+PHP+MySQL一键安装包V0.3发布</a></li><li><a href="http://blog.licess.org/lnmp-debian-ubuntu/" title="LNMP Debian/Ubuntu下Nginx+MySQL+PHP+phpMyAdmin+Zend一键安装包">LNMP Debian/Ubuntu下Nginx+MySQL+PHP+phpMyAdmin+Zend一键安装包</a></li><li><a href="http://blog.licess.org/debian_vmware_tools/" title="虚拟机下Debian VMWare TOOLS的安装">虚拟机下Debian VMWare TOOLS的安装</a></li><li><a href="http://blog.licess.org/debian_deb/" title="Debian Linux deb包的安装方法">Debian Linux deb包的安装方法</a></li><li><a href="http://blog.licess.org/debian_versoin/" title="Debian Linux下查看版本的命令">Debian Linux下查看版本的命令</a></li><li><a href="http://blog.licess.org/debian_delete_gnome_kde/" title="Debian下彻底删除Gnome和KDE的方法">Debian下彻底删除Gnome和KDE的方法</a></li><li><a href="http://blog.licess.org/debian_linux_ntfs/" title="让你的Debian Linux支持NTFS文件系统的读写">让你的Debian Linux支持NTFS文件系统的读写</a></li></ul><hr />
<p><small>© licess for <a href="http://blog.licess.org">Licess&#039;s Blog</a>, 2009. |
<a href="http://blog.licess.org/there-are-no-public-key-available-for-the-following-key-ids/">Permalink</a> |
<a href="http://blog.licess.org/there-are-no-public-key-available-for-the-following-key-ids/#comments">3 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://blog.licess.org/there-are-no-public-key-available-for-the-following-key-ids/&title=There are no public key available for the following key IDs:解决方法">del.icio.us</a>
<br/>
Post tags: <a href="http://blog.licess.org/tag/debian/" rel="tag">debian</a>, <a href="http://blog.licess.org/tag/key-ids/" rel="tag">key IDs</a>, <a href="http://blog.licess.org/tag/no_pubkey/" rel="tag">NO_PUBKEY</a>, <a href="http://blog.licess.org/tag/public-key/" rel="tag">public key</a><br/>
<br/>
<img src="http://www.vpser.net/images/tuijian.gif"> <a href="http://www.vpser.net/usa-vps/">美国VPS推荐</a>  | <a href="http://shop63846532.taobao.com/">军哥代购 - 提供美国及海外VPS/VPN/域名代购，美元/欧元代付</a> QQ：503228080
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.licess.org/there-are-no-public-key-available-for-the-following-key-ids/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>LNMP - CentOS/RadHat/Debian/Ubuntu下Nginx+PHP+MySQL一键安装包V0.3发布</title>
		<link>http://blog.licess.org/lnmp-v0-3/</link>
		<comments>http://blog.licess.org/lnmp-v0-3/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 14:12:39 +0000</pubDate>
		<dc:creator>licess</dc:creator>
				<category><![CDATA[Nginx]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[LNMP]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[PHP技术]]></category>
		<category><![CDATA[radhat]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[一键安装包]]></category>

		<guid isPermaLink="false">http://blog.licess.cn/?p=666</guid>
		<description><![CDATA[LNMP - CentOS/RadHat/Debian/Ubuntu下Nginx+PHP+MySQL一键安装包V0.3发布 CentOS/RadHat版请到：http://blog.licess.cn/lnmp/ Debian/Ubuntu版请到：http://blog.licess.cn/lnmp-debian-ubuntu/ 交流论坛：http://bbs.vpser.net/forum-25-1.html VPS相关信息请到：http://www.vpser.net/ 相关文章：LNMP Debian/Ubuntu下Nginx+MySQL+PHP+phpMyAdmin+Zend一键安装包LNMP-Linux下Nginx+MySQL+PHP+phpMyAdmin+eAcelerator一键安装包(2011年12月14日更新)Linux下Nginx+PHP+MySQL+phpMyAdmin+eAcelerator自动编译安装软件 预告Linux下Nginx+MySQL+PHP自动安装程序(AutoMPN)LNMP一键安装包 V0.8发布为Debian/Ubuntu的apt-get install添加自动补齐/完成功能LNMP一键安装包 自动无缝升级Nginx至任意版本LNMP一键安装包 0.5 正式发布nginx文件类型错误解析漏洞lnmp中pureftpd无法覆盖文件的解决方法 © licess for Licess&#039;s Blog, 2009. &#124; Permalink &#124; 7 comments &#124; Add to del.icio.us Post tags: centos, debian, LNMP, mysql, Nginx, PHP技术, radhat, ubuntu, 一键安装包 美国VPS推荐 &#124; 军哥代购 - 提供美国及海外VPS/VPN/域名代购，美元/欧元代付 QQ：503228080]]></description>
			<content:encoded><![CDATA[<p>LNMP - CentOS/RadHat/Debian/Ubuntu下Nginx+PHP+MySQL一键安装包V0.3发布</p>
<p>CentOS/RadHat版请到：<a href="http://blog.licess.cn/lnmp/" target="_blank">http://blog.licess.cn/lnmp/</a></p>
<p>Debian/Ubuntu版请到：<a href="http://blog.licess.cn/lnmp-debian-ubuntu/" target="_blank">http://blog.licess.cn/lnmp-debian-ubuntu/</a></p>
<p>交流论坛：<a href="http://bbs.vpser.net/forum-25-1.html" target="_blank">http://bbs.vpser.net/forum-25-1.html</a></p>
<p>VPS相关信息请到：<a href="http://www.vpser.net/" target="_blank">http://www.vpser.net/</a></p>
<h2  class="related_post_title">相关文章：</h2><ul class="related_post"><li><a href="http://blog.licess.org/lnmp-debian-ubuntu/" title="LNMP Debian/Ubuntu下Nginx+MySQL+PHP+phpMyAdmin+Zend一键安装包">LNMP Debian/Ubuntu下Nginx+MySQL+PHP+phpMyAdmin+Zend一键安装包</a></li><li><a href="http://blog.licess.org/lnmp/" title="LNMP-Linux下Nginx+MySQL+PHP+phpMyAdmin+eAcelerator一键安装包(2011年12月14日更新)">LNMP-Linux下Nginx+MySQL+PHP+phpMyAdmin+eAcelerator一键安装包(2011年12月14日更新)</a></li><li><a href="http://blog.licess.org/linux-nginx-php-mysql-phpmyadmin/" title="Linux下Nginx+PHP+MySQL+phpMyAdmin+eAcelerator自动编译安装软件 预告">Linux下Nginx+PHP+MySQL+phpMyAdmin+eAcelerator自动编译安装软件 预告</a></li><li><a href="http://blog.licess.org/autompn/" title="Linux下Nginx+MySQL+PHP自动安装程序(AutoMPN)">Linux下Nginx+MySQL+PHP自动安装程序(AutoMPN)</a></li><li><a href="http://blog.licess.org/lnmp-v0-8/" title="LNMP一键安装包 V0.8发布">LNMP一键安装包 V0.8发布</a></li><li><a href="http://blog.licess.org/debianubuntu-apt-get-install-autocompletion/" title="为Debian/Ubuntu的apt-get install添加自动补齐/完成功能">为Debian/Ubuntu的apt-get install添加自动补齐/完成功能</a></li><li><a href="http://blog.licess.org/lnmp-upgrade-any-nginx-version/" title="LNMP一键安装包 自动无缝升级Nginx至任意版本">LNMP一键安装包 自动无缝升级Nginx至任意版本</a></li><li><a href="http://blog.licess.org/lnmp-0-5/" title="LNMP一键安装包 0.5 正式发布">LNMP一键安装包 0.5 正式发布</a></li><li><a href="http://blog.licess.org/nginx-securit-script_filename/" title="nginx文件类型错误解析漏洞">nginx文件类型错误解析漏洞</a></li><li><a href="http://blog.licess.org/lnmp-pureftpd-allowoverwrite/" title="lnmp中pureftpd无法覆盖文件的解决方法">lnmp中pureftpd无法覆盖文件的解决方法</a></li></ul><hr />
<p><small>© licess for <a href="http://blog.licess.org">Licess&#039;s Blog</a>, 2009. |
<a href="http://blog.licess.org/lnmp-v0-3/">Permalink</a> |
<a href="http://blog.licess.org/lnmp-v0-3/#comments">7 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://blog.licess.org/lnmp-v0-3/&title=LNMP - CentOS/RadHat/Debian/Ubuntu下Nginx+PHP+MySQL一键安装包V0.3发布">del.icio.us</a>
<br/>
Post tags: <a href="http://blog.licess.org/tag/centos/" rel="tag">centos</a>, <a href="http://blog.licess.org/tag/debian/" rel="tag">debian</a>, <a href="http://blog.licess.org/tag/lnmp/" rel="tag">LNMP</a>, <a href="http://blog.licess.org/tag/mysql/" rel="tag">mysql</a>, <a href="http://blog.licess.org/tag/nginx/" rel="tag">Nginx</a>, <a href="http://blog.licess.org/tag/php%e6%8a%80%e6%9c%af/" rel="tag">PHP技术</a>, <a href="http://blog.licess.org/tag/radhat/" rel="tag">radhat</a>, <a href="http://blog.licess.org/tag/ubuntu/" rel="tag">ubuntu</a>, <a href="http://blog.licess.org/tag/%e4%b8%80%e9%94%ae%e5%ae%89%e8%a3%85%e5%8c%85/" rel="tag">一键安装包</a><br/>
<br/>
<img src="http://www.vpser.net/images/tuijian.gif"> <a href="http://www.vpser.net/usa-vps/">美国VPS推荐</a>  | <a href="http://shop63846532.taobao.com/">军哥代购 - 提供美国及海外VPS/VPN/域名代购，美元/欧元代付</a> QQ：503228080
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.licess.org/lnmp-v0-3/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>LNMP Debian/Ubuntu下Nginx+MySQL+PHP+phpMyAdmin+Zend一键安装包</title>
		<link>http://blog.licess.org/lnmp-debian-ubuntu/</link>
		<comments>http://blog.licess.org/lnmp-debian-ubuntu/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 02:43:43 +0000</pubDate>
		<dc:creator>licess</dc:creator>
				<category><![CDATA[Linux技术]]></category>
		<category><![CDATA[Nginx]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[LNMP]]></category>
		<category><![CDATA[PHP技术]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.licess.cn/?p=607</guid>
		<description><![CDATA[LNMP一键安装包是一个用Linux Shell编写的可以为CentOS/RadHat、Debian/Ubuntu VPS(VDS)或独立主机安装LNMP(Nginx、MySQL、PHP、phpMyAdmin)生产环境的Shell程序。 LNMP一键安装包 0.4版更新记录： 添加LNMP状态管理 添加PureFTPd状态管理 PHP增加suhosin 增加VsFTPd、PureFTPd安装及管理 增强Nginx虚拟主机添加功能，添加多域名、伪静态支持、日志是否启用的功能 升级Nginx到0.7.65、MySQL到5.1.44 LNMP一键安装包 0.4版下载地址： 下载版：http://soft.vpser.net/lnmp/lnmp0.4.tar.gz 完整版：http://soft.vpser.net/lnmp/lnmp0.4-full.tar.gz LNMP一键安装包 0.4版安装步骤: 1、下载LNMP一键安装包： 可以选择使用下载版(推荐国外或者美国VPS使用)或者完整版(推荐国内VPS使用)，如果使用下载版执行命令 wget -c http://soft.vpser.net/lnmp/lnmp0.4.tar.gz，如果使用完整版，执行命令 wget -c http://soft.vpser.net/lnmp/lnmp0.4-full.tar.gz，执行上述命令后LNMP一键安装包就会被下载到VPS 上。 2、解压LNMP一键安装包： 执行tar zxvf lnmp0.4.tar.gz 或者tar zxvf lnmp0.4-full.tar.gz 就会将LNMP一键安装包解压缩。 3、CentOS下安装步骤 执行命令 cd lnmp0.4/ 然后再执行./centos.sh ，输入要绑定的域名，回车，再输入要设置的MySQL root的密码，再次回车确认。程序会自动安装编译Nginx、PHP、MySQL、phpMyAdmin、Zend这几个软件。 4、Debian/Ubuntu下安装步骤 执行命令 cd lnmp0.4/ 然后32位系统执行./debian.sh ，输入要绑定的域名，回车，再次输入VPS/服务器所在位置：asia、america、europe、oceania或africa，回车，再输入要设 置的MySQL root的密码，回车后，再次回车确认。程序会自动安装编译Nginx、PHP、MySQL、phpMyAdmin、Zend这几个软件。安装大约10分 钟左右需要设置MySQL root用户的密码。 安装其他组件 1、安装eAccelerator，执行如下命令：./eaccelerator.sh 就会自动安装并重启web服务。 2、安装PureFTPd和管理面板，执行如下命令：./pureftpd.sh [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://lnmp.org/" target="_blank">LNMP一键安装包</a>是一个用Linux Shell编写的可以为CentOS/RadHat、Debian/Ubuntu  VPS(VDS)或独立主机安装LNMP(Nginx、MySQL、PHP、phpMyAdmin)生产环境的Shell程序。</p>
<p><strong>LNMP一键安装包 0.4版更新记录：</strong></p>
<ul>
<li>添加LNMP状态管理</li>
<li>添加PureFTPd状态管理</li>
<li>PHP增加suhosin</li>
<li>增加VsFTPd、PureFTPd安装及管理</li>
<li>增强Nginx虚拟主机添加功能，添加多域名、伪静态支持、日志是否启用的功能</li>
<li>升级Nginx到0.7.65、MySQL到5.1.44</li>
</ul>
<p><strong>LNMP一键安装包 0.4版下载地址：</strong></p>
<p>下载版：<a href="http://soft.vpser.net/lnmp/lnmp0.4.tar.gz">http://soft.vpser.net/lnmp/lnmp0.4.tar.gz</a><br />
完整版：<a href="http://soft.vpser.net/lnmp/lnmp0.4-full.tar.gz">http://soft.vpser.net/lnmp/lnmp0.4-full.tar.gz</a></p>
<p><strong>LNMP一键安装包 0.4版安装步骤:</strong></p>
<p><strong>1、下载LNMP一键安装包：</strong><br />
可以选择使用下载版(推荐国外或者美国VPS使用)或者完整版(推荐国内VPS使用)，如果使用下载版执行命令 wget -c http://soft.vpser.net/lnmp/lnmp0.4.tar.gz，如果使用完整版，执行命令 wget -c http://soft.vpser.net/lnmp/lnmp0.4-full.tar.gz，执行上述命令后LNMP一键安装包就会被下载到VPS 上。</p>
<p><strong>2、解压LNMP一键安装包：</strong><br />
执行tar zxvf lnmp0.4.tar.gz 或者tar zxvf lnmp0.4-full.tar.gz 就会将LNMP一键安装包解压缩。</p>
<p><strong>3、CentOS下安装步骤</strong><br />
执行命令 cd lnmp0.4/<br />
然后再执行./centos.sh ，输入要绑定的域名，回车，再输入要设置的MySQL root的密码，再次回车确认。程序会自动安装编译Nginx、PHP、MySQL、phpMyAdmin、Zend这几个软件。</p>
<p><strong>4、Debian/Ubuntu下安装步骤</strong><br />
执行命令 cd lnmp0.4/<br />
然后32位系统执行./debian.sh ，输入要绑定的域名，回车，再次输入VPS/服务器所在位置：asia、america、europe、oceania或africa，回车，再输入要设 置的MySQL root的密码，回车后，再次回车确认。程序会自动安装编译Nginx、PHP、MySQL、phpMyAdmin、Zend这几个软件。安装大约10分 钟左右需要设置MySQL root用户的密码。</p>
<p><strong>安装其他组件</strong><br />
1、安装eAccelerator，执行如下命令：./eaccelerator.sh 就会自动安装并重启web服务。<br />
2、安装PureFTPd和管理面板，执行如下命令：./pureftpd.sh 就会自动安装PureFTPd，安装完PureFTPd，需要在浏览器执行http://你的域名或IP/ftp/install.php 安装PureFTPd用户管理。</p>
<p><strong>虚拟主机管理</strong><br />
1、添加虚拟主机，执行如下命令：./vhost.sh 根据提示输入要绑定的域名，回车，如果需要添加更多的域名，输入y，再输入要另外绑定的域名，多个域名可以用空格隔开。再输入域名绑定的目录(绝对目录， 如/home/wwwroot/lnmp，如果不填默认是/home/wwwroot/绑定的域名)，再选择是否添加伪静态规则，默认已经有了 Discuz、Wordpress、Sablog、emlog、dabr，可直接输入以上名称即可，如果需要添加自定义伪静态规则，直接输入一个想要的名 字，程序会自动创建伪静态文件，直接在/usr/local/nginx/conf/你自定义的伪静态名字.conf 里面添加伪静态规则就行。接下来会提示是否需要启用日志功能，一般情况下不需要启动，直接输入n就行，如需启动，输入y，再输入要定义的日志文件名字，回 车就会自动添加虚拟主机。</p>
<p>LNMP状态管理： /root/lnmp {start|stop|reload|restart|kill|status}<br />
PureFTPd状态管理 /root/pureftpd {start|stop|restart|kill|status}<br />
phpinfo : http://$domain/phpinfo.php<br />
phpMyAdmin : http://$domain/phpmyadmin/<br />
探针 : http://$domain/p.php"</p>
<p>LNMP相关目录：<br />
mysql :   /usr/local/mysql<br />
php :     /usr/local/php<br />
nginx :   /usr/local/nginx<br />
网站目录 :     /home/wwwroot</p>
<p>注：已经在<a href="http://www.vpser.net/go/diahosting" target="_blank">DiaHosting</a>、<a href="http://www.vpser.net/go/photonvps" target="_blank">PhotonVPS</a>（感谢提供测试VPS）、<a href="http://www.vpser.net/go/burst" target="_blank">Burst</a>、VPS.net、<a href="http://www.vpser.net/go/breezehost" target="_blank">breezehost</a>、<a href="http://www.vpser.net/go/rapidxen" target="_blank">Rapidxen</a> 及几位lnmp网友提供的VPS上的CentOS 32/64bit、Debian 4/5 32/64bit上测试成功。同时感谢提供测试VPS的商家及网友。</p>
<p>技术支持<br />
————————<br />
LNMP官网：<a href="http://www.lnmp.org/" target="_blank">http://www.lnmp.org/</a><br />
作者技术支持邮箱：www@lnmp.org<br />
技术支持论坛：<a href="http://bbs.vpser.net/forum-25-1.html" target="_blank">http://bbs.vpser.net/forum-25-1.html</a> （注册需注明原因，人工审核。）</p>
<h2  class="related_post_title">相关文章：</h2><ul class="related_post"><li><a href="http://blog.licess.org/lnmp-v0-3/" title="LNMP &#8211; CentOS/RadHat/Debian/Ubuntu下Nginx+PHP+MySQL一键安装包V0.3发布">LNMP &#8211; CentOS/RadHat/Debian/Ubuntu下Nginx+PHP+MySQL一键安装包V0.3发布</a></li><li><a href="http://blog.licess.org/lnmp/" title="LNMP-Linux下Nginx+MySQL+PHP+phpMyAdmin+eAcelerator一键安装包(2011年12月14日更新)">LNMP-Linux下Nginx+MySQL+PHP+phpMyAdmin+eAcelerator一键安装包(2011年12月14日更新)</a></li><li><a href="http://blog.licess.org/debianubuntu-apt-get-install-autocompletion/" title="为Debian/Ubuntu的apt-get install添加自动补齐/完成功能">为Debian/Ubuntu的apt-get install添加自动补齐/完成功能</a></li><li><a href="http://blog.licess.org/lnmp-upgrade-any-nginx-version/" title="LNMP一键安装包 自动无缝升级Nginx至任意版本">LNMP一键安装包 自动无缝升级Nginx至任意版本</a></li><li><a href="http://blog.licess.org/nginx-securit-script_filename/" title="nginx文件类型错误解析漏洞">nginx文件类型错误解析漏洞</a></li><li><a href="http://blog.licess.org/linux-vps-nginx-php-install-ioncube/" title="Linux VPS Nginx+PHP 安装ionCube">Linux VPS Nginx+PHP 安装ionCube</a></li><li><a href="http://blog.licess.org/linux-nginx-php-mysql-phpmyadmin/" title="Linux下Nginx+PHP+MySQL+phpMyAdmin+eAcelerator自动编译安装软件 预告">Linux下Nginx+PHP+MySQL+phpMyAdmin+eAcelerator自动编译安装软件 预告</a></li><li><a href="http://blog.licess.org/autompn/" title="Linux下Nginx+MySQL+PHP自动安装程序(AutoMPN)">Linux下Nginx+MySQL+PHP自动安装程序(AutoMPN)</a></li><li><a href="http://blog.licess.org/lnmp-v0-8/" title="LNMP一键安装包 V0.8发布">LNMP一键安装包 V0.8发布</a></li><li><a href="http://blog.licess.org/lnmp-0-7-lnmpa/" title="LNMP一键安装包 0.7发布 &#8211; 支持LNMPA">LNMP一键安装包 0.7发布 &#8211; 支持LNMPA</a></li></ul><hr />
<p><small>© licess for <a href="http://blog.licess.org">Licess&#039;s Blog</a>, 2009. |
<a href="http://blog.licess.org/lnmp-debian-ubuntu/">Permalink</a> |
<a href="http://blog.licess.org/lnmp-debian-ubuntu/#comments">53 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://blog.licess.org/lnmp-debian-ubuntu/&title=LNMP Debian/Ubuntu下Nginx+MySQL+PHP+phpMyAdmin+Zend一键安装包">del.icio.us</a>
<br/>
Post tags: <a href="http://blog.licess.org/tag/debian/" rel="tag">debian</a>, <a href="http://blog.licess.org/tag/lnmp/" rel="tag">LNMP</a>, <a href="http://blog.licess.org/tag/nginx/" rel="tag">Nginx</a>, <a href="http://blog.licess.org/tag/php%e6%8a%80%e6%9c%af/" rel="tag">PHP技术</a>, <a href="http://blog.licess.org/tag/ubuntu/" rel="tag">ubuntu</a><br/>
<br/>
<img src="http://www.vpser.net/images/tuijian.gif"> <a href="http://www.vpser.net/usa-vps/">美国VPS推荐</a>  | <a href="http://shop63846532.taobao.com/">军哥代购 - 提供美国及海外VPS/VPN/域名代购，美元/欧元代付</a> QQ：503228080
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.licess.org/lnmp-debian-ubuntu/feed/</wfw:commentRss>
		<slash:comments>53</slash:comments>
		</item>
		<item>
		<title>虚拟机下Debian VMWare TOOLS的安装</title>
		<link>http://blog.licess.org/debian_vmware_tools/</link>
		<comments>http://blog.licess.org/debian_vmware_tools/#comments</comments>
		<pubDate>Sat, 21 Jun 2008 23:12:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux技术]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">/articles/180</guid>
		<description><![CDATA[今天在虚拟机上安装了Debian，但是在装VMWare tools的时候出错了，提示大概就是需要安装gcc、linux headers，这几个在安装时不是默认安装的～所以就......
折腾了半天，总结一下Debian 下安装VMware Tools的步骤：
1、安装GCC/Make：
VMware Tools 安装需要编译和make，因此GCC，Make是必须事先安装的：&#8220;apt-get install gcc make;&#8221;，或者直接安装build-essential把所有相关的包都装上；
2、安装内核头文件：
VMware Tools 安装依赖于内核头文件。否则的话安装过程中会报找不到&#8220;version.h&#8221;文件。先要用 uname -a 命令查看自己Debian的版本（我的是2.6.18-8-686），安装VMware Tools的时候必须重新安装新内核的头文件：&#8220;apt-get install linux-headers-2.6.18-8-686&#8221;；
3、安装VMware Tools：]]></description>
			<content:encoded><![CDATA[<p><span style="font-size: medium">今天在虚拟机上安装了Debian，但是在装VMWare tools的时候出错了，提示大概就是需要安装gcc、linux headers，这几个在安装时不是默认安装的～所以就......<br />
折腾了半天，总结一下Debian 下安装VMware Tools的步骤：<br />
1、安装GCC/Make：<br />
VMware Tools 安装需要编译和make，因此GCC，Make是必须事先安装的：&ldquo;apt-get install gcc make;&rdquo;，或者直接安装build-essential把所有相关的包都装上；<br />
2、安装内核头文件：<br />
VMware Tools 安装依赖于内核头文件。否则的话安装过程中会报找不到&ldquo;version.h&rdquo;文件。先要用 uname -a 命令查看自己Debian的版本（我的是2.6.18-8-686），安装VMware Tools的时候必须重新安装新内核的头文件：&ldquo;apt-get install linux-headers-2.6.18-8-686&rdquo;； <br />
3、安装VMware Tools：<br />
前面的准备都完成之后，真正安装VMware Tools就简单了，在VMware的VM菜单里面选择Install VMware Tools&hellip;，然后系统会自动挂装VMware Tools包到光驱，将其中的压缩包解开， 运行vmware-tools-distrib下的vmware-install.pl，一路next； <br />
安装完成之后重启系统，ok了。</span></p>
<h2  class="related_post_title">相关文章：</h2><ul class="related_post"><li><a href="http://blog.licess.org/debian_deb/" title="Debian Linux deb包的安装方法">Debian Linux deb包的安装方法</a></li><li><a href="http://blog.licess.org/debian_versoin/" title="Debian Linux下查看版本的命令">Debian Linux下查看版本的命令</a></li><li><a href="http://blog.licess.org/debian_delete_gnome_kde/" title="Debian下彻底删除Gnome和KDE的方法">Debian下彻底删除Gnome和KDE的方法</a></li><li><a href="http://blog.licess.org/debian_linux_ntfs/" title="让你的Debian Linux支持NTFS文件系统的读写">让你的Debian Linux支持NTFS文件系统的读写</a></li><li><a href="http://blog.licess.org/debianubuntu-apt-get-install-autocompletion/" title="为Debian/Ubuntu的apt-get install添加自动补齐/完成功能">为Debian/Ubuntu的apt-get install添加自动补齐/完成功能</a></li><li><a href="http://blog.licess.org/debian-17th-birthday/" title="Debian 17岁了">Debian 17岁了</a></li><li><a href="http://blog.licess.org/iftop/" title="Linux流量监控工具 &#8211; iftop (最全面的iftop教程)">Linux流量监控工具 &#8211; iftop (最全面的iftop教程)</a></li><li><a href="http://blog.licess.org/linux-vps-nginx-php-install-ioncube/" title="Linux VPS Nginx+PHP 安装ionCube">Linux VPS Nginx+PHP 安装ionCube</a></li><li><a href="http://blog.licess.org/there-are-no-public-key-available-for-the-following-key-ids/" title="There are no public key available for the following key IDs:解决方法">There are no public key available for the following key IDs:解决方法</a></li><li><a href="http://blog.licess.org/lnmp-v0-3/" title="LNMP &#8211; CentOS/RadHat/Debian/Ubuntu下Nginx+PHP+MySQL一键安装包V0.3发布">LNMP &#8211; CentOS/RadHat/Debian/Ubuntu下Nginx+PHP+MySQL一键安装包V0.3发布</a></li></ul><hr />
<p><small>© admin for <a href="http://blog.licess.org">Licess&#039;s Blog</a>, 2008. |
<a href="http://blog.licess.org/debian_vmware_tools/">Permalink</a> |
<a href="http://blog.licess.org/debian_vmware_tools/#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://blog.licess.org/debian_vmware_tools/&title=虚拟机下Debian VMWare TOOLS的安装">del.icio.us</a>
<br/>
Post tags: <a href="http://blog.licess.org/tag/debian/" rel="tag">debian</a>, <a href="http://blog.licess.org/tag/linux%e6%8a%80%e6%9c%af/" rel="tag">Linux技术</a>, <a href="http://blog.licess.org/tag/tools/" rel="tag">tools</a>, <a href="http://blog.licess.org/tag/vmware/" rel="tag">vmware</a><br/>
<br/>
<img src="http://www.vpser.net/images/tuijian.gif"> <a href="http://www.vpser.net/usa-vps/">美国VPS推荐</a>  | <a href="http://shop63846532.taobao.com/">军哥代购 - 提供美国及海外VPS/VPN/域名代购，美元/欧元代付</a> QQ：503228080
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.licess.org/debian_vmware_tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian Linux deb包的安装方法</title>
		<link>http://blog.licess.org/debian_deb/</link>
		<comments>http://blog.licess.org/debian_deb/#comments</comments>
		<pubDate>Sat, 21 Jun 2008 01:24:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux技术]]></category>
		<category><![CDATA[deb]]></category>
		<category><![CDATA[debian]]></category>

		<guid isPermaLink="false">/articles/179</guid>
		<description><![CDATA[deb 是debian linus 的安装格式，跟red hat 的rpm相似 安装： dpkg -i file_ver.deb &#160; 相关文章：虚拟机下Debian VMWare TOOLS的安装Debian Linux下查看版本的命令Debian下彻底删除Gnome和KDE的方法让你的Debian Linux支持NTFS文件系统的读写为Debian/Ubuntu的apt-get install添加自动补齐/完成功能Debian 17岁了Linux流量监控工具 &#8211; iftop (最全面的iftop教程)Linux VPS Nginx+PHP 安装ionCubeThere are no public key available for the following key IDs:解决方法LNMP &#8211; CentOS/RadHat/Debian/Ubuntu下Nginx+PHP+MySQL一键安装包V0.3发布 © admin for Licess&#039;s Blog, 2008. &#124; Permalink &#124; No comment &#124; Add to del.icio.us Post tags: deb, debian, [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-size: medium">deb 是debian linus 的安装格式，跟red hat 的rpm相似</p>
<p>安装： dpkg -i file_ver.deb </span></p>
<p>&nbsp;</p>
<h2  class="related_post_title">相关文章：</h2><ul class="related_post"><li><a href="http://blog.licess.org/debian_vmware_tools/" title="虚拟机下Debian VMWare TOOLS的安装">虚拟机下Debian VMWare TOOLS的安装</a></li><li><a href="http://blog.licess.org/debian_versoin/" title="Debian Linux下查看版本的命令">Debian Linux下查看版本的命令</a></li><li><a href="http://blog.licess.org/debian_delete_gnome_kde/" title="Debian下彻底删除Gnome和KDE的方法">Debian下彻底删除Gnome和KDE的方法</a></li><li><a href="http://blog.licess.org/debian_linux_ntfs/" title="让你的Debian Linux支持NTFS文件系统的读写">让你的Debian Linux支持NTFS文件系统的读写</a></li><li><a href="http://blog.licess.org/debianubuntu-apt-get-install-autocompletion/" title="为Debian/Ubuntu的apt-get install添加自动补齐/完成功能">为Debian/Ubuntu的apt-get install添加自动补齐/完成功能</a></li><li><a href="http://blog.licess.org/debian-17th-birthday/" title="Debian 17岁了">Debian 17岁了</a></li><li><a href="http://blog.licess.org/iftop/" title="Linux流量监控工具 &#8211; iftop (最全面的iftop教程)">Linux流量监控工具 &#8211; iftop (最全面的iftop教程)</a></li><li><a href="http://blog.licess.org/linux-vps-nginx-php-install-ioncube/" title="Linux VPS Nginx+PHP 安装ionCube">Linux VPS Nginx+PHP 安装ionCube</a></li><li><a href="http://blog.licess.org/there-are-no-public-key-available-for-the-following-key-ids/" title="There are no public key available for the following key IDs:解决方法">There are no public key available for the following key IDs:解决方法</a></li><li><a href="http://blog.licess.org/lnmp-v0-3/" title="LNMP &#8211; CentOS/RadHat/Debian/Ubuntu下Nginx+PHP+MySQL一键安装包V0.3发布">LNMP &#8211; CentOS/RadHat/Debian/Ubuntu下Nginx+PHP+MySQL一键安装包V0.3发布</a></li></ul><hr />
<p><small>© admin for <a href="http://blog.licess.org">Licess&#039;s Blog</a>, 2008. |
<a href="http://blog.licess.org/debian_deb/">Permalink</a> |
<a href="http://blog.licess.org/debian_deb/#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://blog.licess.org/debian_deb/&title=Debian Linux deb包的安装方法">del.icio.us</a>
<br/>
Post tags: <a href="http://blog.licess.org/tag/deb/" rel="tag">deb</a>, <a href="http://blog.licess.org/tag/debian/" rel="tag">debian</a>, <a href="http://blog.licess.org/tag/linux%e6%8a%80%e6%9c%af/" rel="tag">Linux技术</a><br/>
<br/>
<img src="http://www.vpser.net/images/tuijian.gif"> <a href="http://www.vpser.net/usa-vps/">美国VPS推荐</a>  | <a href="http://shop63846532.taobao.com/">军哥代购 - 提供美国及海外VPS/VPN/域名代购，美元/欧元代付</a> QQ：503228080
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.licess.org/debian_deb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian Linux下查看版本的命令</title>
		<link>http://blog.licess.org/debian_versoin/</link>
		<comments>http://blog.licess.org/debian_versoin/#comments</comments>
		<pubDate>Sat, 21 Jun 2008 01:23:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux技术]]></category>
		<category><![CDATA[debian]]></category>

		<guid isPermaLink="false">/articles/178</guid>
		<description><![CDATA[cat /etc/issue 结果示例： licess@debian:~$ cat /etc/issue Debian GNU/Linux 4.0 n l &#160; 相关文章：虚拟机下Debian VMWare TOOLS的安装Debian Linux deb包的安装方法Debian下彻底删除Gnome和KDE的方法让你的Debian Linux支持NTFS文件系统的读写为Debian/Ubuntu的apt-get install添加自动补齐/完成功能Debian 17岁了Linux流量监控工具 &#8211; iftop (最全面的iftop教程)Linux VPS Nginx+PHP 安装ionCubeThere are no public key available for the following key IDs:解决方法LNMP &#8211; CentOS/RadHat/Debian/Ubuntu下Nginx+PHP+MySQL一键安装包V0.3发布 © admin for Licess&#039;s Blog, 2008. &#124; Permalink &#124; No comment &#124; Add to del.icio.us Post tags: [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-size: medium">cat /etc/issue</p>
<p>
结果示例：</p>
<p>licess@debian:~$ cat /etc/issue<br />
Debian GNU/Linux 4.0 n l</span><br />
&nbsp;</p>
<h2  class="related_post_title">相关文章：</h2><ul class="related_post"><li><a href="http://blog.licess.org/debian_vmware_tools/" title="虚拟机下Debian VMWare TOOLS的安装">虚拟机下Debian VMWare TOOLS的安装</a></li><li><a href="http://blog.licess.org/debian_deb/" title="Debian Linux deb包的安装方法">Debian Linux deb包的安装方法</a></li><li><a href="http://blog.licess.org/debian_delete_gnome_kde/" title="Debian下彻底删除Gnome和KDE的方法">Debian下彻底删除Gnome和KDE的方法</a></li><li><a href="http://blog.licess.org/debian_linux_ntfs/" title="让你的Debian Linux支持NTFS文件系统的读写">让你的Debian Linux支持NTFS文件系统的读写</a></li><li><a href="http://blog.licess.org/debianubuntu-apt-get-install-autocompletion/" title="为Debian/Ubuntu的apt-get install添加自动补齐/完成功能">为Debian/Ubuntu的apt-get install添加自动补齐/完成功能</a></li><li><a href="http://blog.licess.org/debian-17th-birthday/" title="Debian 17岁了">Debian 17岁了</a></li><li><a href="http://blog.licess.org/iftop/" title="Linux流量监控工具 &#8211; iftop (最全面的iftop教程)">Linux流量监控工具 &#8211; iftop (最全面的iftop教程)</a></li><li><a href="http://blog.licess.org/linux-vps-nginx-php-install-ioncube/" title="Linux VPS Nginx+PHP 安装ionCube">Linux VPS Nginx+PHP 安装ionCube</a></li><li><a href="http://blog.licess.org/there-are-no-public-key-available-for-the-following-key-ids/" title="There are no public key available for the following key IDs:解决方法">There are no public key available for the following key IDs:解决方法</a></li><li><a href="http://blog.licess.org/lnmp-v0-3/" title="LNMP &#8211; CentOS/RadHat/Debian/Ubuntu下Nginx+PHP+MySQL一键安装包V0.3发布">LNMP &#8211; CentOS/RadHat/Debian/Ubuntu下Nginx+PHP+MySQL一键安装包V0.3发布</a></li></ul><hr />
<p><small>© admin for <a href="http://blog.licess.org">Licess&#039;s Blog</a>, 2008. |
<a href="http://blog.licess.org/debian_versoin/">Permalink</a> |
<a href="http://blog.licess.org/debian_versoin/#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://blog.licess.org/debian_versoin/&title=Debian Linux下查看版本的命令">del.icio.us</a>
<br/>
Post tags: <a href="http://blog.licess.org/tag/debian/" rel="tag">debian</a>, <a href="http://blog.licess.org/tag/linux%e6%8a%80%e6%9c%af/" rel="tag">Linux技术</a><br/>
<br/>
<img src="http://www.vpser.net/images/tuijian.gif"> <a href="http://www.vpser.net/usa-vps/">美国VPS推荐</a>  | <a href="http://shop63846532.taobao.com/">军哥代购 - 提供美国及海外VPS/VPN/域名代购，美元/欧元代付</a> QQ：503228080
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.licess.org/debian_versoin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian下彻底删除Gnome和KDE的方法</title>
		<link>http://blog.licess.org/debian_delete_gnome_kde/</link>
		<comments>http://blog.licess.org/debian_delete_gnome_kde/#comments</comments>
		<pubDate>Fri, 23 May 2008 03:40:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux技术]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[kde]]></category>

		<guid isPermaLink="false">/articles/167</guid>
		<description><![CDATA[删除 KDE apt-get --purge remove&#160;&#160; libqt3c102-mt 删除 Gnome 是 apt-get --purge remove liborbit2 相关文章：虚拟机下Debian VMWare TOOLS的安装Debian Linux deb包的安装方法Debian Linux下查看版本的命令让你的Debian Linux支持NTFS文件系统的读写为Debian/Ubuntu的apt-get install添加自动补齐/完成功能Debian 17岁了Linux流量监控工具 &#8211; iftop (最全面的iftop教程)Linux VPS Nginx+PHP 安装ionCubeThere are no public key available for the following key IDs:解决方法LNMP &#8211; CentOS/RadHat/Debian/Ubuntu下Nginx+PHP+MySQL一键安装包V0.3发布 © admin for Licess&#039;s Blog, 2008. &#124; Permalink &#124; No comment &#124; Add to del.icio.us [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-size: medium"><strong>删除 KDE</strong><br />
apt-get --purge remove&nbsp;&nbsp; libqt3c102-mt<br />
<strong><br />
删除 <span style="color: black; background-color: #ffffff">Gnome</span> 是</strong><br />
apt-get --purge remove liborbit2</span></p>
<h2  class="related_post_title">相关文章：</h2><ul class="related_post"><li><a href="http://blog.licess.org/debian_vmware_tools/" title="虚拟机下Debian VMWare TOOLS的安装">虚拟机下Debian VMWare TOOLS的安装</a></li><li><a href="http://blog.licess.org/debian_deb/" title="Debian Linux deb包的安装方法">Debian Linux deb包的安装方法</a></li><li><a href="http://blog.licess.org/debian_versoin/" title="Debian Linux下查看版本的命令">Debian Linux下查看版本的命令</a></li><li><a href="http://blog.licess.org/debian_linux_ntfs/" title="让你的Debian Linux支持NTFS文件系统的读写">让你的Debian Linux支持NTFS文件系统的读写</a></li><li><a href="http://blog.licess.org/debianubuntu-apt-get-install-autocompletion/" title="为Debian/Ubuntu的apt-get install添加自动补齐/完成功能">为Debian/Ubuntu的apt-get install添加自动补齐/完成功能</a></li><li><a href="http://blog.licess.org/debian-17th-birthday/" title="Debian 17岁了">Debian 17岁了</a></li><li><a href="http://blog.licess.org/iftop/" title="Linux流量监控工具 &#8211; iftop (最全面的iftop教程)">Linux流量监控工具 &#8211; iftop (最全面的iftop教程)</a></li><li><a href="http://blog.licess.org/linux-vps-nginx-php-install-ioncube/" title="Linux VPS Nginx+PHP 安装ionCube">Linux VPS Nginx+PHP 安装ionCube</a></li><li><a href="http://blog.licess.org/there-are-no-public-key-available-for-the-following-key-ids/" title="There are no public key available for the following key IDs:解决方法">There are no public key available for the following key IDs:解决方法</a></li><li><a href="http://blog.licess.org/lnmp-v0-3/" title="LNMP &#8211; CentOS/RadHat/Debian/Ubuntu下Nginx+PHP+MySQL一键安装包V0.3发布">LNMP &#8211; CentOS/RadHat/Debian/Ubuntu下Nginx+PHP+MySQL一键安装包V0.3发布</a></li></ul><hr />
<p><small>© admin for <a href="http://blog.licess.org">Licess&#039;s Blog</a>, 2008. |
<a href="http://blog.licess.org/debian_delete_gnome_kde/">Permalink</a> |
<a href="http://blog.licess.org/debian_delete_gnome_kde/#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://blog.licess.org/debian_delete_gnome_kde/&title=Debian下彻底删除Gnome和KDE的方法">del.icio.us</a>
<br/>
Post tags: <a href="http://blog.licess.org/tag/debian/" rel="tag">debian</a>, <a href="http://blog.licess.org/tag/gnome/" rel="tag">gnome</a>, <a href="http://blog.licess.org/tag/kde/" rel="tag">kde</a>, <a href="http://blog.licess.org/tag/linux%e6%8a%80%e6%9c%af/" rel="tag">Linux技术</a><br/>
<br/>
<img src="http://www.vpser.net/images/tuijian.gif"> <a href="http://www.vpser.net/usa-vps/">美国VPS推荐</a>  | <a href="http://shop63846532.taobao.com/">军哥代购 - 提供美国及海外VPS/VPN/域名代购，美元/欧元代付</a> QQ：503228080
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.licess.org/debian_delete_gnome_kde/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>让你的Debian Linux支持NTFS文件系统的读写</title>
		<link>http://blog.licess.org/debian_linux_ntfs/</link>
		<comments>http://blog.licess.org/debian_linux_ntfs/#comments</comments>
		<pubDate>Thu, 22 May 2008 04:44:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[生活琐碎]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[Linux技术]]></category>
		<category><![CDATA[ntfs]]></category>

		<guid isPermaLink="false">/articles/166</guid>
		<description><![CDATA[虽然我现在一直使用Debian Linux但是，有时还不得不使用Window这个家伙，所以在Windows下也有一些经常用到的文件，因此在Linux下实现访问Windows文件系统。

我的Debian系统: 4.0 r3
要是用的软件使用软件:ntfs-3g

1.修改默认源
将/etc/apt/sources.list中etch 修改为testing .
执行命令:

apt-get update

2.执行安装
执行命令:]]></description>
			<content:encoded><![CDATA[<p><span style="font-size: medium">虽然我现在一直使用Debian Linux但是，有时还不得不使用Window这个家伙，所以在Windows下也有一些经常用到的文件，因此在Linux下实现访问Windows文件系统。</p>
<p>我的Debian系统: 4.0 r3<br />
要是用的软件使用软件:ntfs-3g</p>
<p><strong>1.修改默认源</strong><br />
将/etc/apt/sources.list中etch 修改为testing .<br />
执行命令:</p>
<p>apt-get update</p>
<p><strong>2.执行安装</strong><br />
执行命令:</p>
<p>apt-get install ntfs-3g</p>
<p><strong>3.使用</strong><br />
直接使用执行命令:</p>
<p>mount -t ntfs-3g /dev/hdax /mnt/windows<br />
这里的/dev/hdax 请改为你自己的windows磁盘分区，可利用fdisk -l 查看。<br />
如下：（这是我机器的情况）<br />
debian:/mnt# fdisk -l</p>
<p>Disk /dev/sda: 160.0 GB, 160041885696 bytes<br />
255 heads, 63 sectors/track, 19457 cylinders<br />
Units = cylinders of 16065 * 512 = 8225280 bytes<br />
Disk identifier: 0x8a941a0f</p>
<p>&nbsp;&nbsp; Device Boot&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Start&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Blocks&nbsp;&nbsp; Id&nbsp;&nbsp;System<br />
/dev/sda1&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2223&nbsp;&nbsp;&nbsp;&nbsp;17856216&nbsp;&nbsp;&nbsp;&nbsp;7&nbsp;&nbsp;HPFS/NTFS<br />
/dev/sda2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2237&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 19457&nbsp;&nbsp; 138327682+&nbsp;&nbsp; f&nbsp;&nbsp;W95 Ext'd (LBA)<br />
/dev/sda3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2224&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2236&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;104422+&nbsp;&nbsp;83&nbsp;&nbsp;Linux<br />
/dev/sda5&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2237&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2432&nbsp;&nbsp;&nbsp;&nbsp; 1574338+&nbsp;&nbsp;82&nbsp;&nbsp;Linux swap / Solaris<br />
/dev/sda6&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2433&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;6688&nbsp;&nbsp;&nbsp;&nbsp;34186288+&nbsp;&nbsp; 7&nbsp;&nbsp;HPFS/NTFS<br />
/dev/sda7&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;6689&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;9639&nbsp;&nbsp;&nbsp;&nbsp;23703876&nbsp;&nbsp;&nbsp;&nbsp;7&nbsp;&nbsp;HPFS/NTFS<br />
/dev/sda8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;9640&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 10944&nbsp;&nbsp;&nbsp;&nbsp;10482381&nbsp;&nbsp; 83&nbsp;&nbsp;Linux<br />
/dev/sda9&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 10945&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 15200&nbsp;&nbsp;&nbsp;&nbsp;34186288+&nbsp;&nbsp; 7&nbsp;&nbsp;HPFS/NTFS<br />
/dev/sda10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;15201&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 17499&nbsp;&nbsp;&nbsp;&nbsp;18466686&nbsp;&nbsp;&nbsp;&nbsp;7&nbsp;&nbsp;HPFS/NTFS<br />
/dev/sda11&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;17500&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 19457&nbsp;&nbsp;&nbsp;&nbsp;15727603+&nbsp;&nbsp;83&nbsp;&nbsp;Linux</p>
<p>Partition table entries are not in disk order</p>
<p>
如果是加入开机自动映射的话，编辑/etc/fstab,加入如下内容就可以了。</p>
<p>/dev/hdax /mnt/windows ntfs-3g defaults 0 0</p>
<p>下面是我的系统加载NTFS文件系统的相关命令：</p>
<p>mount -t ntfs-3g /dev/sda6 /mnt/D</p>
<p>mount -t ntfs-3g /dev/sda7 /mnt/E</p>
<p>
如果想了解更多的关于<br />
</span></p>
<h1 class="title"><span style="font-size: medium"><a target="_blank" href="http://fedora.linuxsir.org/main/?q=node/41">Linux 查看磁盘分区、文件系统、使用情况的命令和相关工具介绍<br />
</a></span></h1>
<p><span style="font-size: medium"><br />
</span></p>
<h2  class="related_post_title">相关文章：</h2><ul class="related_post"><li><a href="http://blog.licess.org/debian_vmware_tools/" title="虚拟机下Debian VMWare TOOLS的安装">虚拟机下Debian VMWare TOOLS的安装</a></li><li><a href="http://blog.licess.org/debian_deb/" title="Debian Linux deb包的安装方法">Debian Linux deb包的安装方法</a></li><li><a href="http://blog.licess.org/debian_versoin/" title="Debian Linux下查看版本的命令">Debian Linux下查看版本的命令</a></li><li><a href="http://blog.licess.org/debian_delete_gnome_kde/" title="Debian下彻底删除Gnome和KDE的方法">Debian下彻底删除Gnome和KDE的方法</a></li><li><a href="http://blog.licess.org/debianubuntu-apt-get-install-autocompletion/" title="为Debian/Ubuntu的apt-get install添加自动补齐/完成功能">为Debian/Ubuntu的apt-get install添加自动补齐/完成功能</a></li><li><a href="http://blog.licess.org/debian-17th-birthday/" title="Debian 17岁了">Debian 17岁了</a></li><li><a href="http://blog.licess.org/iftop/" title="Linux流量监控工具 &#8211; iftop (最全面的iftop教程)">Linux流量监控工具 &#8211; iftop (最全面的iftop教程)</a></li><li><a href="http://blog.licess.org/linux-vps-nginx-php-install-ioncube/" title="Linux VPS Nginx+PHP 安装ionCube">Linux VPS Nginx+PHP 安装ionCube</a></li><li><a href="http://blog.licess.org/there-are-no-public-key-available-for-the-following-key-ids/" title="There are no public key available for the following key IDs:解决方法">There are no public key available for the following key IDs:解决方法</a></li><li><a href="http://blog.licess.org/lnmp-v0-3/" title="LNMP &#8211; CentOS/RadHat/Debian/Ubuntu下Nginx+PHP+MySQL一键安装包V0.3发布">LNMP &#8211; CentOS/RadHat/Debian/Ubuntu下Nginx+PHP+MySQL一键安装包V0.3发布</a></li></ul><hr />
<p><small>© admin for <a href="http://blog.licess.org">Licess&#039;s Blog</a>, 2008. |
<a href="http://blog.licess.org/debian_linux_ntfs/">Permalink</a> |
<a href="http://blog.licess.org/debian_linux_ntfs/#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://blog.licess.org/debian_linux_ntfs/&title=让你的Debian Linux支持NTFS文件系统的读写">del.icio.us</a>
<br/>
Post tags: <a href="http://blog.licess.org/tag/debian/" rel="tag">debian</a>, <a href="http://blog.licess.org/tag/linux%e6%8a%80%e6%9c%af/" rel="tag">Linux技术</a>, <a href="http://blog.licess.org/tag/ntfs/" rel="tag">ntfs</a><br/>
<br/>
<img src="http://www.vpser.net/images/tuijian.gif"> <a href="http://www.vpser.net/usa-vps/">美国VPS推荐</a>  | <a href="http://shop63846532.taobao.com/">军哥代购 - 提供美国及海外VPS/VPN/域名代购，美元/欧元代付</a> QQ：503228080
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.licess.org/debian_linux_ntfs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

