<?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-Server</title>
	<atom:link href="http://www.yaoyingying.com/category/linux-server/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>WordPress Upload New Media “HTTP error”</title>
		<link>http://www.yaoyingying.com/2011/10/26/wordpress-upload-new-media-http-error/</link>
		<comments>http://www.yaoyingying.com/2011/10/26/wordpress-upload-new-media-http-error/#comments</comments>
		<pubDate>Wed, 26 Oct 2011 02:16:22 +0000</pubDate>
		<dc:creator>姚 迎迎</dc:creator>
				<category><![CDATA[Linux-Server]]></category>
		<category><![CDATA[代码人生]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.yaoyingying.com/?p=1542</guid>
		<description><![CDATA[版本是 3.2.1 在原本的服务器上运行无错，移植到新的服务器就有这个问题，大概就是服务器配置的缘故了。 官方上也相关的文章。http://wordpress.org/support/topic/25-imagemedia-uploader-problems 是apache Mod_Security 的缘故。如果你能够修改你服务器的httpd.conf文件的话，删除里面关于mod_security部分就可以了。不过多数wordpress玩家是没有权限修改这个文件的，那就只好修改.htaccess文件了。在.htaccess文件里面加上一行： &#60;IfModule mod_security.c&#62; SecFilterEngine Off SecFilterScanPOST Off &#60;/IfModule&#62; 这样就可以关闭 Mod_Security。]]></description>
		<wfw:commentRss>http://www.yaoyingying.com/2011/10/26/wordpress-upload-new-media-http-error/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<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>-bash: make:command not found</title>
		<link>http://www.yaoyingying.com/2011/05/25/bash-makecommand-not-found/</link>
		<comments>http://www.yaoyingying.com/2011/05/25/bash-makecommand-not-found/#comments</comments>
		<pubDate>Wed, 25 May 2011 06:28:06 +0000</pubDate>
		<dc:creator>姚 迎迎</dc:creator>
				<category><![CDATA[Linux-Server]]></category>

		<guid isPermaLink="false">http://www.yaoyingying.com/?p=1447</guid>
		<description><![CDATA[是一些相关的软件没有安装，如：gcc automake autoconf libtool make ubuntu debian 可以直接 apt-get install gcc automake autoconf libtool make redhat centos： yum -y install gcc automake autoconf libtool make]]></description>
		<wfw:commentRss>http://www.yaoyingying.com/2011/05/25/bash-makecommand-not-found/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>/etc/cron.daily/logrotate:error: error running shared postrotate script for &#8216;/var/log/mysql.log</title>
		<link>http://www.yaoyingying.com/2011/05/23/logrotate-error-on-ubuntu/</link>
		<comments>http://www.yaoyingying.com/2011/05/23/logrotate-error-on-ubuntu/#comments</comments>
		<pubDate>Mon, 23 May 2011 06:49:21 +0000</pubDate>
		<dc:creator>姚 迎迎</dc:creator>
				<category><![CDATA[Linux-Server]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.yaoyingying.com/?p=1445</guid>
		<description><![CDATA[/etc/cron.daily/logrotate: /usr/bin/mysqladmin: refresh failed; error: &#8216;Access denied; you need the RELOAD privilege for this operation&#8217; error: error running shared postrotate script for &#8216;/var/log/mysql.log /var/log/mysql/mysql.log /var/log/mysql/mysql-slow.log &#8216; run-parts: /etc/cron.daily/logrotate exited with return code 1 What&#8217;s happening is that after all the mysql backing up and everything is done, ubuntu is trying to use the debian-sys-maint user [...]]]></description>
		<wfw:commentRss>http://www.yaoyingying.com/2011/05/23/logrotate-error-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>an unknown filter was not added:includes</title>
		<link>http://www.yaoyingying.com/2011/05/20/an-unknown-filter-was-not-addedincludes/</link>
		<comments>http://www.yaoyingying.com/2011/05/20/an-unknown-filter-was-not-addedincludes/#comments</comments>
		<pubDate>Fri, 20 May 2011 03:08:50 +0000</pubDate>
		<dc:creator>姚 迎迎</dc:creator>
				<category><![CDATA[Linux-Server]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[error]]></category>

		<guid isPermaLink="false">http://www.yaoyingying.com/?p=1443</guid>
		<description><![CDATA[Depending on how Apache is configured you may need to add something like the following to your Apache config file: Code: LoadModule include_module modules/mod_include.so or more likely you just need to enable the module: Code: sudo a2enmod include Now restart Apache: Code: sudo /etc/init.d/apache2 force-reload]]></description>
		<wfw:commentRss>http://www.yaoyingying.com/2011/05/20/an-unknown-filter-was-not-addedincludes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>POSTFIX 文档</title>
		<link>http://www.yaoyingying.com/2011/05/05/postfix-doc/</link>
		<comments>http://www.yaoyingying.com/2011/05/05/postfix-doc/#comments</comments>
		<pubDate>Thu, 05 May 2011 02:52:07 +0000</pubDate>
		<dc:creator>姚 迎迎</dc:creator>
				<category><![CDATA[Linux-Server]]></category>

		<guid isPermaLink="false">http://www.yaoyingying.com/?p=1433</guid>
		<description><![CDATA[一、基本配置 介绍 postfix的main.cf文件支持上百个配置参数。幸运的是，所有的参数都有比较合理的默认值。在大多数情况下，你只需要配置2到3个参数值就可以启用postfix邮件系统了。下面的这个链接是postfix配置文件的简要介绍。 Postfix配置文件 接下来的内容假设你已经安装好Postfix系统，不管你是通过源码编译安装还是使用已编译好的版本安装的。 这 篇文档包括了postfix的基本配置。关于如何把postfix配置成一个邮件中转器（mailhub）或邮件防火墙或拨号的客户端等特定的应用，请参 见STANDARD_CONFIGURATION_README这个文件。在你掌握以下的基本参数之前，暂时可以不用去了解 STANDARD_CONFIGURATION_README的相关内容。 第一个参数是制定邮件系统的身份以及在网络中的作用 出站邮件的域名 接收什么域名的邮件 中继何种客户端的邮件 把中继邮件传递到什么目的地 传递的方法：直接还是间接 许多其他配置参数的默认值都是从这儿继承来的 下面的这个参数控制着何时将邮件传递到本地postmaster 什么错误发送错误报告给postmaster 如果你的postfix是在一个代理，NAT的后面或者你已启用了一个备份的MX，确保正确的设置下面的参数； Proxy/NAT外部网络地址 Postfix守护进程运行在后台，把遇到的问题以及正常的活动记录到syslog日志中。这里有一些事情需要注意一下： 你需要postfix记录什么样的日志 如果你的postfix有强烈的安全需求，你可能想让postfix守护进程运行在chroot环境下 postfix守护进程运行在chroot下 如果你的postfix运行在一个虚拟的网络接口上，或者如果你的虚拟接口上还同时运行着其他的邮件服务，你将需要列在下面的参数： 主机名 域名 网络地址 postfix配置文件 默认情况下，postfix配置文件在/etc/postfix目录下。两个最重要的文件是main.cf和master.cf；这两个文件的所有者必须是root用户。赋予其他用户对main.cf或master.cf文件的写入权限意味着赋予了该用户root权限 在/etc/postfix/main.cf文件中，你将需要设置最少的参数，postfix配置参数个数类似于shell的变量，但有两个不同之处：第一个是postfix不能识别引号； 你能像下面的方式制定配置参数： /etc/postfix/main.cf: parameter = value 你也能在参数钱使用$符号 /etc/postfix/main.cf: other_parameter = $parameter 你可以在$parameter被赋值前使用$parameter（这是postfix与unix脚本变量的第二个不同）。postfix配置参数使用了松散的赋值，直到该值被使用时才会被检查 postfix使用数据库文件来实现访问控制，地址重写等目的。DATABASE_README文件介绍了postfix怎样与Berkeley DB, LDAP or SQL 协同工作。这儿有一个通用的示例： /etc/postfix/main.cf: virtual_alias_maps = hash:/etc/postfix/virtual 当改变了main.cf或master.cf文件中的值时，一定要以root身份执行postfix reload命令来刷性邮件系统 # [...]]]></description>
		<wfw:commentRss>http://www.yaoyingying.com/2011/05/05/postfix-doc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 2k3 下 MySQL 1069 错误</title>
		<link>http://www.yaoyingying.com/2011/03/03/windows-2k3-mysql-1069/</link>
		<comments>http://www.yaoyingying.com/2011/03/03/windows-2k3-mysql-1069/#comments</comments>
		<pubDate>Thu, 03 Mar 2011 03:20:44 +0000</pubDate>
		<dc:creator>姚 迎迎</dc:creator>
				<category><![CDATA[Linux-Server]]></category>
		<category><![CDATA[1069]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.yaoyingying.com/?p=1406</guid>
		<description><![CDATA[Windows 2k3 下 MySQL 1069 错误 今天早上，网站挂了，显示不能连接MySQL数据库，我想就是数据库断了，上去启动一下就行了，但是也奇怪，以前从来没断过啊。 在管理工具–服务– MySQL，发现真的停止了，点启动，跳出 1069 错误。 查看MySQL–属性–登陆，看到“登陆身份”选择了”此帐户” 为 ./mysql, 我想我们没有这个用户啊，特的到用户组里去看了一下，确实没有。那这里肯定是不对的了。 这儿可以选择第一项“本地系统用户”，或者更换“此帐户”，选择系统里的帐户。这样，MySQL 就可以启动了。至于这是什么原因造成的，暂时还不清楚。我试来下，不可以在“此帐户”处随便乱写的。困惑ING]]></description>
		<wfw:commentRss>http://www.yaoyingying.com/2011/03/03/windows-2k3-mysql-1069/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DreamHost 最大优惠券 &amp; 免费试用</title>
		<link>http://www.yaoyingying.com/2011/01/12/50-off-dreamhost-coupon-free-trial/</link>
		<comments>http://www.yaoyingying.com/2011/01/12/50-off-dreamhost-coupon-free-trial/#comments</comments>
		<pubDate>Wed, 12 Jan 2011 07:04:38 +0000</pubDate>
		<dc:creator>姚 迎迎</dc:creator>
				<category><![CDATA[Linux-Server]]></category>
		<category><![CDATA[coupon]]></category>
		<category><![CDATA[dreamhost]]></category>
		<category><![CDATA[DreamHost coupon]]></category>

		<guid isPermaLink="false">http://www.yaoyingying.com/?p=1364</guid>
		<description><![CDATA[DreamHost coupons are also referred as DreamHost promo codes. DreamHost provides discount through coupon codes to new customers. DreamHost now offers free trial to new customers. Use DreamHost coupons to get discounts and take advantage of 2 weeks free trial. Here is a short list of working DreamHost coupons. Dreamhost 优惠券也是一种优惠码。Dreamhost 给新用户提供的折扣券。Dreamhost 现在也向新用户提供免费试用。使用Dreamhost优惠券可以获得折扣和2个星期免费试用。这儿是一些Dreamhost 的优惠券。 50$ off DreamHost [...]]]></description>
		<wfw:commentRss>http://www.yaoyingying.com/2011/01/12/50-off-dreamhost-coupon-free-trial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dreamhost &#8211; 通过刷新 DNS 来更新网站的 IP</title>
		<link>http://www.yaoyingying.com/2010/11/01/dreamhost-dns-refresh-change-ip-methods/</link>
		<comments>http://www.yaoyingying.com/2010/11/01/dreamhost-dns-refresh-change-ip-methods/#comments</comments>
		<pubDate>Mon, 01 Nov 2010 09:14:53 +0000</pubDate>
		<dc:creator>姚 迎迎</dc:creator>
				<category><![CDATA[Linux-Server]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[dreamhost]]></category>

		<guid isPermaLink="false">http://www.yaoyingying.com/?p=1249</guid>
		<description><![CDATA[dreamhost IP space to be closed U.S. how to do? It does not matter, you can replace the IP. Here we are referring to the next DNS update method. 1 point landing control panel “Domains>>> Manage” to enter the domain control panel 2, point below the domain “DNS” 3, a new page in the mid-point [...]]]></description>
		<wfw:commentRss>http://www.yaoyingying.com/2010/11/01/dreamhost-dns-refresh-change-ip-methods/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

