<?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; Debian</title>
	<atom:link href="http://www.yaoyingying.com/tag/debian/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yaoyingying.com</link>
	<description>Wordpress, Drupal 二次开发~</description>
	<lastBuildDate>Wed, 08 Feb 2012 12:54:01 +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 Apache Mod_Rewrite 安装</title>
		<link>http://www.yaoyingying.com/2009/09/21/debian-ubuntu-apache-mod_rewrite-%e5%ae%89%e8%a3%85/</link>
		<comments>http://www.yaoyingying.com/2009/09/21/debian-ubuntu-apache-mod_rewrite-%e5%ae%89%e8%a3%85/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 03:24:43 +0000</pubDate>
		<dc:creator>姚 迎迎</dc:creator>
				<category><![CDATA[Linux-Server]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[mod_rewrite]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.yaoyingying.com/?p=670</guid>
		<description><![CDATA[在终端中执行,我常常是使用putty 来远程连接的，这样省的在2个操作界面切换。 #debian a2enmod rewrite #ubuntu sudo a2enmod rewrite 指令后，即启用了 Mod_rewrite 模块。 另外，也可以通过将 /etc/apache2/mods-available/rewrite.load 连接到 /etc/apache2/mods-enabled/rewrite.load 来打开 Mod_rewrite 模块。用指令操作就是： #debian ln -s /etc/apache2/mods-available/rewrite.load /etc/apache2/mods-enabled/rewrite.load #ubuntu sudo ln -s /etc/apache2/mods-available/rewrite.load /etc/apache2/mods-enabled/rewrite.load 一点小提示 事实上，当在Debian or Ubuntu 中采用上述做法并重启了 Apache 服务后，仍然无法正常 rewrite 网址。这里，还有一点需要注意的地方： sudo vim /etc/apache2/sites-enabled/000-default 将其中的： AllowOverride None 修改为： AllowOverride All 上面的 /etc/apache2/sites-enabled/000-default 实则为 /etc/apache2/sites-available/default 的连接。而 AllowwOverride None [...]]]></description>
		<wfw:commentRss>http://www.yaoyingying.com/2009/09/21/debian-ubuntu-apache-mod_rewrite-%e5%ae%89%e8%a3%85/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>debian apt-get update error: 无法对状态列表目录加锁</title>
		<link>http://www.yaoyingying.com/2009/09/16/debian-apt-get-update-error-%e6%97%a0%e6%b3%95%e5%af%b9%e7%8a%b6%e6%80%81%e5%88%97%e8%a1%a8%e7%9b%ae%e5%bd%95%e5%8a%a0%e9%94%81/</link>
		<comments>http://www.yaoyingying.com/2009/09/16/debian-apt-get-update-error-%e6%97%a0%e6%b3%95%e5%af%b9%e7%8a%b6%e6%80%81%e5%88%97%e8%a1%a8%e7%9b%ae%e5%bd%95%e5%8a%a0%e9%94%81/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 08:44:25 +0000</pubDate>
		<dc:creator>姚 迎迎</dc:creator>
				<category><![CDATA[Linux-Server]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[Debian]]></category>

		<guid isPermaLink="false">http://www.yaoyingying.com/?p=658</guid>
		<description><![CDATA[apt-get update 错误。 表述为： E:无法获得锁 /var.lib/apt/lists/lock &#8211; open (11 资源暂时不可用) E:无法对状态列表目录加锁 我vi 查看了一下 /var.lib/apt/lists/lock 这个文件，是空的，于是我就把这个文件重命名了一下，然后重新执行”apt-get update”，OK，可以执行了。 这是我这个情况的解决方法，但是也并不是绝对的，如果有其他情况和解决方案。请帖在下面。呵呵!]]></description>
		<wfw:commentRss>http://www.yaoyingying.com/2009/09/16/debian-apt-get-update-error-%e6%97%a0%e6%b3%95%e5%af%b9%e7%8a%b6%e6%80%81%e5%88%97%e8%a1%a8%e7%9b%ae%e5%bd%95%e5%8a%a0%e9%94%81/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>获取适合自己的 Debian 源</title>
		<link>http://www.yaoyingying.com/2009/04/21/%e8%8e%b7%e5%8f%96%e9%80%82%e5%90%88%e8%87%aa%e5%b7%b1%e7%9a%84-debian-%e6%ba%90/</link>
		<comments>http://www.yaoyingying.com/2009/04/21/%e8%8e%b7%e5%8f%96%e9%80%82%e5%90%88%e8%87%aa%e5%b7%b1%e7%9a%84-debian-%e6%ba%90/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 06:39:47 +0000</pubDate>
		<dc:creator>姚 迎迎</dc:creator>
				<category><![CDATA[Linux-Server]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[apt-spy]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[source list]]></category>
		<category><![CDATA[源]]></category>

		<guid isPermaLink="false">http://www.yaoyingying.com/?p=185</guid>
		<description><![CDATA[刚刚装完的debian的源文件不太完美，apt-get 的时候很多包都找不到。现在我们可以用 apt-spy，可以自动测试到哪个源的下载速度最快。 当然，刚装完系统时是没有 apt-spy 的，这时候我们可以暂时先找个可用的源代替，如（写在 /etc/apt/sources.list 中）： deb http://http.us.debian.org/debian/ stable main 执行以下命令更新软件包列表： apt-get update 然后执行以下命令安装 apt-spy： apt-get install apt-spy 从源上下载一份源的镜像列表（http://http.us.debian.org/debian/README.mirrors.txt）： apt-spy update 测试亚洲地区的源的速度，并自动写入 sources.list： apt-spy -d unstable -a asia -t 5 现在可以去 source.list 里看一下都更新了些什么。 # apt-spy -h 使用: apt-spy [选项] 选项: #有时间再翻译一下 -d distribution Debian distribution &#40;ie, stable&#41;. Required unless updating. -a area Area [...]]]></description>
		<wfw:commentRss>http://www.yaoyingying.com/2009/04/21/%e8%8e%b7%e5%8f%96%e9%80%82%e5%90%88%e8%87%aa%e5%b7%b1%e7%9a%84-debian-%e6%ba%90/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian &quot;Segmentation Faultsts&quot;</title>
		<link>http://www.yaoyingying.com/2009/04/21/debian-segmentation-faultsts/</link>
		<comments>http://www.yaoyingying.com/2009/04/21/debian-segmentation-faultsts/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 06:00:26 +0000</pubDate>
		<dc:creator>姚 迎迎</dc:creator>
				<category><![CDATA[Linux-Server]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Segmentation Faultsts]]></category>

		<guid isPermaLink="false">http://www.yaoyingying.com/?p=176</guid>
		<description><![CDATA[apt-get 的 Segmentation faultsts 问题 当用apt-get去安装或更新软件的时候出现下面的问题： #apt-get install apt-spy Segmentation faultsts... 61% 或 #apt-get upgrade Segmentation faultsts... 0% # google 里search 了一下，很多结果，大多数像这样 解决方法： #rm /var/cache/apt/*.bin #apt-get update 但是不行，没有解决问题， 不过，在这儿我也许是找到了解决方案。 http://blog.springenwerk.com/2008/05/speicherzugriffsfehleresen-97.html 差不多意思是在/etc/apt/apt.conf 文件里添加 APT::Cache-Limit "20000000"; 如果没有apt.conf 的话，新建一个。OK WELL.]]></description>
		<wfw:commentRss>http://www.yaoyingying.com/2009/04/21/debian-segmentation-faultsts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

