<?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; Ubuntu</title>
	<atom:link href="http://www.yaoyingying.com/tag/ubuntu/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>Ubuntu 163 Sources List</title>
		<link>http://www.yaoyingying.com/2011/08/22/ubuntu-163-sources-list/</link>
		<comments>http://www.yaoyingying.com/2011/08/22/ubuntu-163-sources-list/#comments</comments>
		<pubDate>Mon, 22 Aug 2011 02:13:01 +0000</pubDate>
		<dc:creator>姚 迎迎</dc:creator>
				<category><![CDATA[Linux-Server]]></category>
		<category><![CDATA[source list]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.yaoyingying.com/?p=1515</guid>
		<description><![CDATA[Ubuntu 10.10 Ubuntu 11.04 Ubuntu 11.10 更多就看这儿咯  163的：http://mirrors.163.com/ sohu的：http://mirrors.sohu.com/]]></description>
		<wfw:commentRss>http://www.yaoyingying.com/2011/08/22/ubuntu-163-sources-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The following signatures couldn&#8217;t be verified because the public key is not available</title>
		<link>http://www.yaoyingying.com/2011/05/30/the-following-signatures-couldnt-be-verified-because-the-public-key-is-not-available/</link>
		<comments>http://www.yaoyingying.com/2011/05/30/the-following-signatures-couldnt-be-verified-because-the-public-key-is-not-available/#comments</comments>
		<pubDate>Mon, 30 May 2011 07:27:07 +0000</pubDate>
		<dc:creator>姚 迎迎</dc:creator>
				<category><![CDATA[Linux-Server]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.yaoyingying.com/?p=1462</guid>
		<description><![CDATA[When updating the Debian based system, it may happens that the apt-get displays an error message like: W: GPG error: ftp://ftp.debian.org/ testing Release: The following signatures couldn&#8217;t be verified because the public key is not available: NO_PUBKEY 010908312D230C5F W: There is no public key available for the following key IDs: 010908312D230C5F This is a new [...]]]></description>
		<wfw:commentRss>http://www.yaoyingying.com/2011/05/30/the-following-signatures-couldnt-be-verified-because-the-public-key-is-not-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 里 flash 中的汉字显示为框框</title>
		<link>http://www.yaoyingying.com/2010/03/06/ubuntu-%e9%87%8c-flash-%e4%b8%ad%e7%9a%84%e6%b1%89%e5%ad%97%e6%98%be%e7%a4%ba%e4%b8%ba%e6%a1%86%e6%a1%86/</link>
		<comments>http://www.yaoyingying.com/2010/03/06/ubuntu-%e9%87%8c-flash-%e4%b8%ad%e7%9a%84%e6%b1%89%e5%ad%97%e6%98%be%e7%a4%ba%e4%b8%ba%e6%a1%86%e6%a1%86/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 11:56:42 +0000</pubDate>
		<dc:creator>姚 迎迎</dc:creator>
				<category><![CDATA[Linux-Server]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.yaoyingying.com/?p=777</guid>
		<description><![CDATA[修改 /etc/fonts/conf.d/49-sansserif.conf 内容如下，解决flash不能显示中文的问题： &#60;?xml version=&#34;1.0&#34;?&#62; &#60;!DOCTYPE fontconfig SYSTEM &#34;fonts.dtd&#34;&#62; &#60;fontconfig&#62; &#60;!-- If the font still has no generic name, add sans-serif --&#62; &#60;match target=&#34;pattern&#34;&#62; &#60;test qual=&#34;all&#34; name=&#34;family&#34; compare=&#34;not_eq&#34;&#62; &#60;string&#62;sans-serif&#60;/string&#62; &#60;/test&#62; &#60;test qual=&#34;all&#34; name=&#34;family&#34; compare=&#34;not_eq&#34;&#62; &#60;string&#62;serif&#60;/string&#62; &#60;/test&#62; &#60;test qual=&#34;all&#34; name=&#34;family&#34; compare=&#34;not_eq&#34;&#62; &#60;string&#62;monospace&#60;/string&#62; &#60;/test&#62; &#60;edit name=&#34;family&#34; mode=&#34;append_last&#34;&#62; &#60;string&#62;sans&#60;/string&#62; &#60;/edit&#62; &#60;/match&#62; &#60;/fontconfig&#62; 把最后一个里换成其他，如果没有安装其他优化字体，就换成 “sans” 重启浏览器，flash 里的中文就正常了。]]></description>
		<wfw:commentRss>http://www.yaoyingying.com/2010/03/06/ubuntu-%e9%87%8c-flash-%e4%b8%ad%e7%9a%84%e6%b1%89%e5%ad%97%e6%98%be%e7%a4%ba%e4%b8%ba%e6%a1%86%e6%a1%86/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu下启动Apache对.htaccess 的支持</title>
		<link>http://www.yaoyingying.com/2009/12/22/ubuntu%e4%b8%8b%e5%90%af%e5%8a%a8apache%e5%af%b9-htaccess-%e7%9a%84%e6%94%af%e6%8c%81/</link>
		<comments>http://www.yaoyingying.com/2009/12/22/ubuntu%e4%b8%8b%e5%90%af%e5%8a%a8apache%e5%af%b9-htaccess-%e7%9a%84%e6%94%af%e6%8c%81/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 08:36:22 +0000</pubDate>
		<dc:creator>姚 迎迎</dc:creator>
				<category><![CDATA[Linux-Server]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.yaoyingying.com/?p=732</guid>
		<description><![CDATA[步骤: 1. 终端运行 sudo a2enmod 程序提示可供激活的模块名称，输入： rewrite 2. 修改/etc/apache2/sites-enabled/000-default (该链接指向的是站点配置文件) 把（默认的www目录、或者需要应用.htaccess的目录）下的AllowOverride 属性改为All，保存。 3. 重新加载apache sudo /etc/init.d/apache2 restart 收工。]]></description>
		<wfw:commentRss>http://www.yaoyingying.com/2009/12/22/ubuntu%e4%b8%8b%e5%90%af%e5%8a%a8apache%e5%af%b9-htaccess-%e7%9a%84%e6%94%af%e6%8c%81/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Postfix Relay 的设置</title>
		<link>http://www.yaoyingying.com/2009/12/15/postfix-relay-%e7%9a%84%e8%ae%be%e7%bd%ae/</link>
		<comments>http://www.yaoyingying.com/2009/12/15/postfix-relay-%e7%9a%84%e8%ae%be%e7%bd%ae/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 10:21:22 +0000</pubDate>
		<dc:creator>姚 迎迎</dc:creator>
				<category><![CDATA[Linux-Server]]></category>
		<category><![CDATA[postfix]]></category>
		<category><![CDATA[relay]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.yaoyingying.com/?p=722</guid>
		<description><![CDATA[我想让我的Postfix smtpd允许转发任意的来自$mydestination的用户的邮件. Postfix默认转发是来自$my_networks和$replay_domains的邮件. 应该在main.cf里面如何设置? vi /usr/local/etc/postfix/main.cf smtpd_recipient_restrictions = permit_mynetworks,check_sender_access hash:/usr/local/etc/postfix/ sender_access,check_relay_domains 然后 vi /usr/local/etc/postfix/sender_access your.domain.com OK 然后 /usr/local/sbin/postmap /usr/local/etc/postfix/sender_access 然后 /usr/local/sbin/postfix reload 即可 注意：your.domain.com设置成你的邮件域名，相应路径自己修改。 缺点：别人可以利用你的服务器，用户名设置成你的用户，然后到处发垃圾邮件。 解决：建议采用sasl]]></description>
		<wfw:commentRss>http://www.yaoyingying.com/2009/12/15/postfix-relay-%e7%9a%84%e8%ae%be%e7%bd%ae/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware Workstation 上安装 Ubuntu 的一些问题</title>
		<link>http://www.yaoyingying.com/2009/11/26/vmware-workstation-%e4%b8%8a%e5%ae%89%e8%a3%85-ubuntu-%e7%9a%84%e4%b8%80%e4%ba%9b%e9%97%ae%e9%a2%98/</link>
		<comments>http://www.yaoyingying.com/2009/11/26/vmware-workstation-%e4%b8%8a%e5%ae%89%e8%a3%85-ubuntu-%e7%9a%84%e4%b8%80%e4%ba%9b%e9%97%ae%e9%a2%98/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 07:06:28 +0000</pubDate>
		<dc:creator>姚 迎迎</dc:creator>
				<category><![CDATA[Linux-Server]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[VMware Workstation]]></category>

		<guid isPermaLink="false">http://www.yaoyingying.com/?p=710</guid>
		<description><![CDATA[Ubuntu9 在 VMware Workstation5.5 安装时候。inter 双核处理器是不能安装的，但是使用 AMD 处理器是可以的，VMware Workstation升级到 6.0以上版本可以安装。 Ubuntu9 安装到82% 在APT配置时候长时间停滞，可以中断VMware 的网络连接skip。]]></description>
		<wfw:commentRss>http://www.yaoyingying.com/2009/11/26/vmware-workstation-%e4%b8%8a%e5%ae%89%e8%a3%85-ubuntu-%e7%9a%84%e4%b8%80%e4%ba%9b%e9%97%ae%e9%a2%98/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>VPS Ubuntu 上安装配置 Postfix + Courier （初级篇）</title>
		<link>http://www.yaoyingying.com/2009/03/03/vps-ubuntu-%e4%b8%8a%e5%ae%89%e8%a3%85%e9%85%8d%e7%bd%ae-postfix-courier-%ef%bc%88%e5%88%9d%e7%ba%a7%e7%af%87%ef%bc%89/</link>
		<comments>http://www.yaoyingying.com/2009/03/03/vps-ubuntu-%e4%b8%8a%e5%ae%89%e8%a3%85%e9%85%8d%e7%bd%ae-postfix-courier-%ef%bc%88%e5%88%9d%e7%ba%a7%e7%af%87%ef%bc%89/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 15:46:43 +0000</pubDate>
		<dc:creator>姚 迎迎</dc:creator>
				<category><![CDATA[Linux-Server]]></category>
		<category><![CDATA[courier]]></category>
		<category><![CDATA[postfix]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[ununtu server]]></category>
		<category><![CDATA[vps]]></category>

		<guid isPermaLink="false">http://www.yaoyingying.com/?p=30</guid>
		<description><![CDATA[参考文献：http://wiki.ubuntu.org.cn/Postfix_%E5%9F%BA%E6%9C%AC%E8%AE%BE%E7%BD%AE%E6%8C%87%E5%8D%97#.E5.AE.89.E8.A3.85.E6.A6.82.E8.BF.B0 介绍 这份指南将帮助你建立一个基本的企业级Postfix邮件服务器。主要目的是教会你如何安装和配置一个包含IMAP和POP3服务的基本Postfix邮件服务器。 安装概述 安装配置过程中，postfix通过Internet发送和接收emial，并存储在用户邮箱里。同时客户也可以通过IMAP或者POP3恢复他们的邮件。 安装Postfix 一开始我想你需要做的一件事是修改 hostname，虽然大多数参考资料不提这个，但是这里依然存在一个问题，就是 hostname 里面可能含有 test 之类的单词，这是你的mailserver 被spam 的可能原因之一，所以我干脆把 hostname 改成 mydomain.com 了。 In this setup I assume that your domain is yourdomain.com and it has a valid MX record call mail.yourdomain.com. Remember to replace yourdomain.com with your actual domain in the example codes in this howto. Also I assume [...]]]></description>
		<wfw:commentRss>http://www.yaoyingying.com/2009/03/03/vps-ubuntu-%e4%b8%8a%e5%ae%89%e8%a3%85%e9%85%8d%e7%bd%ae-postfix-courier-%ef%bc%88%e5%88%9d%e7%ba%a7%e7%af%87%ef%bc%89/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Server apt-get install Apache2 &amp; PHP5 &amp; MySQL5</title>
		<link>http://www.yaoyingying.com/2009/03/03/ubuntu-server-apt-get-install-apache2-php5-mysql5/</link>
		<comments>http://www.yaoyingying.com/2009/03/03/ubuntu-server-apt-get-install-apache2-php5-mysql5/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 15:42:46 +0000</pubDate>
		<dc:creator>姚 迎迎</dc:creator>
				<category><![CDATA[Linux-Server]]></category>
		<category><![CDATA[代码人生]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[lamp]]></category>
		<category><![CDATA[mysql5]]></category>
		<category><![CDATA[php5]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[ubuntu server]]></category>

		<guid isPermaLink="false">http://www.yaoyingying.com/?p=22</guid>
		<description><![CDATA[用apt-get方法安装mysql5 + Apache2 + PHP5＋Phpmyadmin： 大家请先看下Ubuntu的WIKI，（http://wiki.ubuntu.org）上面讲的很详细的。但本人按上面做的第一次没有成功。apache2,php5,mysql5都可以运行，就是phpmyadmin不能用。 本人得到的经验是：MYSQL安成功后，一定要先给它设个密码，这上步是不可少的。 此篇只代表个人的观点和经验，可能会片面化和有错误，请大家批评指正，有问题大家一起来讨论！！ 1 .要用apt-get的方式安装，最好，也可能是必须先运行下面在命令升级自己的系统，我的就只能先升级后才能安装mysql5 + Apache2 + PHP5的。 我在没升级前运行sudo apt-get install apache2 php5 mysql-server 是没有用的。而如果你找的源不好或是你的网络不稳定的话，你也有可能升级不成。这样的话，你想用apt-get的方式来安装一些软件时可能是不能安装的。 sudo apt-get update sudo apt-get dist-upgrade 2.安装： sudo apt-get install mysql-server 安装上mysql5 sudo apt-get install apache2 安装apache2 sudo apt-get install php5 安装php5 sudo apt-get install php5-mysql 安装php的mysql模块 sudo apt-get install php5-gd 安装GD库 在运行上面的命令的时候，可以留心看下libapache2-mod-auth-mysql（安装apache2时可能会安上）和libapache2-mod-php5,如果看到安上了就不用再单独安装了。 3 [...]]]></description>
		<wfw:commentRss>http://www.yaoyingying.com/2009/03/03/ubuntu-server-apt-get-install-apache2-php5-mysql5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

