<?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; vps</title>
	<atom:link href="http://www.feng-jun.com/tag/vps/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.feng-jun.com</link>
	<description>吸收，思考，提升</description>
	<lastBuildDate>Fri, 30 Jul 2010 10:38:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>使用Amazon CloudFront为网站提供CDN加速</title>
		<link>http://www.feng-jun.com/speed-up-wtih-cdn/</link>
		<comments>http://www.feng-jun.com/speed-up-wtih-cdn/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 03:01:00 +0000</pubDate>
		<dc:creator>封 俊</dc:creator>
				<category><![CDATA[博客]]></category>
		<category><![CDATA[cdn]]></category>
		<category><![CDATA[vps]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.feng-jun.com/speed-up-wtih-cdn/</guid>
		<description><![CDATA[内容分发网络（Content delivery network或Content distribution network，常简写成CDN）是指将同样文件的多个版本复制到位于不同区域的CDN服务器上，当需要读取这些文件时，自动选择离自已最近的CDN服务器，来达到最低的延时与最快的速度。(详见:wikipedia:CDN)

一般而言CDN价格不菲，而且大多针对大流量的应用，但Amazon CloudFront提供了按需付费的CDN服务，在美洲、欧洲、日本及香港都有CDN服务器，只需要支付所使用的请求数与流量数，没有最低消费要求，具体收费标准可以参考这里。

开始使用CloudFront之前需要有Amazon帐号并在Amazon S3上创建用于存储CDN源内容的Bucket,步骤可参考《使用Amazon S3云存储自动备份服务器文件》中的对应内容或Amazon网站上的帮助文档。在创建完以后注册使用ColudFront并创建Distribution，指定所使用的Buckets，并可选择使用CNAME。这样，在所选择的Bucket中的内容就会自动同步到各区域的CDN服务器上了。

<span class="readmore"><a href="http://www.feng-jun.com/speed-up-wtih-cdn/" title="使用Amazon CloudFront为网站提供CDN加速">阅读全文——共1037字</a></span>]]></description>
			<content:encoded><![CDATA[<p><b>内容分发网络</b>（<b>Content delivery network</b>或<b>Content distribution network</b>，常简写成<b>CDN</b>）是指将同样文件的多个版本复制到位于不同区域的CDN服务器上，当需要读取这些文件时，自动选择离自已最近的CDN服务器，来达到最低的延时与最快的速度。(详见:<a href="http://en.wikipedia.org/wiki/Content_delivery_network" target="_blank">wikipedia:CDN</a>)</p>
<p>一般而言CDN价格不菲，而且大多针对大流量的应用，但Amazon CloudFront提供了按需付费的CDN服务，在美洲、欧洲、日本及香港都有CDN服务器，只需要支付所使用的请求数与流量数，没有最低消费要求，具体收费标准可以参考<a href="https://aws-portal.amazon.com/gp/aws/developer/service/index.html?ie=UTF8&amp;productCode=AmazonCloudFront" target="_blank">这里</a>。</p>
<p>开始使用CloudFront之前需要有Amazon帐号并在Amazon S3上创建用于存储CDN源内容的Bucket,步骤可参考<a href="http://www.feng-jun.com/backup-server-with-amazon-s3/" target="_blank">《使用Amazon S3云存储自动备份服务器文件》</a>中的对应内容或<a href="http://docs.amazonwebservices.com/AmazonS3/latest/gsg/" target="_blank">Amazon网站上的帮助文档</a>。在创建完以后注册使用ColudFront并创建Distribution，指定所使用的Buckets，并可选择使用<a href="http://docs.amazonwebservices.com/AmazonCloudFront/latest/DeveloperGuide/index.html?CNAMEs.html" target="_blank">CNAME</a>。这样，在所选择的Bucket中的内容就会自动同步到各区域的CDN服务器上了。</p>
<p>对于使用wordpress的网站而言，最简单的使用CloudFront的方法大概就是通过<a href="http://wordpress.org/extend/plugins/w3-total-cache/" target="_blank">W3 Total Cache</a>。安装完这个插件后在General Settings里Content Delivery Network中开通CDN并选择Amazon CloudFront,然后在CDN设置页内输入Access key ID，Secret key:Bucket，ColudFront以及CNAME地址，测试成功后就可以选择需要加速的内容并上传需要加速的文件了，可通过插件设置内的按钮进行自动上传，但有时会发生少数文件未上传的情况，也可自已手动上传。值得注意的是，上传后的文件的Permission设置中，需要设置Everyone有Open/Download的权限，否则无法通过CDN读取。</p>
<p>在设置完以后，所有指向被加速文件的链接都被自动指向CloudFront的Distribution地址或者CNAME上，这样设置就完成了。</p>
<p>在实际使用中，发现在使用CloudFront后加速效果非常明显，一些资源所在CDN服务器的ping值只有20+ms,这对于主机在美国的网站来说还是很有用的，对于小网站来说，费用比较有限，而对于大型网站来说，还得考虑这部分的经费有没有超出预算，根据预算来调整哪些内容需要加速，这就需要在费用及速度中进行折衷了。</p>
<h4  class="related_post_title">你可能还喜欢如下文章</h4><ul class="related_post"><li>2010/07/29 -- <a href="http://www.feng-jun.com/backup-server-with-amazon-s3/" title="使用Amazon S3云存储自动备份服务器文件">使用Amazon S3云存储自动备份服务器文件</a> (0)</li><li>2010/01/21 -- <a href="http://www.feng-jun.com/prevent-ssh-with-denyhosts/" title="用denyhosts防止暴力破解ssh">用denyhosts防止暴力破解ssh</a> (2)</li><li>2009/12/31 -- <a href="http://www.feng-jun.com/happy-new-year/" title="Happy new year!">Happy new year!</a> (4)</li><li>2009/06/17 -- <a href="http://www.feng-jun.com/wordpress-backup/" title="wordpress的备份方法小结">wordpress的备份方法小结</a> (3)</li><li>2009/06/14 -- <a href="http://www.feng-jun.com/optimization-of-web-pages-2/" title="wordpress页面加载速度优化之二:四种方法">wordpress页面加载速度优化之二:四种方法</a> (8)</li></ul><h3>Recent Comments</h3><ul><li><a class="commentor" href="http://www.feng-jun.com" >封 俊</a> : <a class="comment_content" href="http://www.feng-jun.com/speed-up-wtih-cdn/#comment-2366" title="View the entire comment by 封 俊" >我这效果相对不错。</a></li>
<li><a class="commentor" href="http://www.shicimingju.com" >诗词名句</a> : <a class="comment_content" href="http://www.feng-jun.com/speed-up-wtih-cdn/#comment-2365" title="View the entire comment by 诗词名句" >试过CDN用得不好速度更慢</a></li>
</ul>]]></content:encoded>
			<wfw:commentRss>http://www.feng-jun.com/speed-up-wtih-cdn/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>使用Amazon S3云存储自动备份服务器文件</title>
		<link>http://www.feng-jun.com/backup-server-with-amazon-s3/</link>
		<comments>http://www.feng-jun.com/backup-server-with-amazon-s3/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 05:08:29 +0000</pubDate>
		<dc:creator>封 俊</dc:creator>
				<category><![CDATA[软件]]></category>
		<category><![CDATA[vps]]></category>
		<category><![CDATA[备份]]></category>

		<guid isPermaLink="false">http://www.feng-jun.com/backup-server-with-amazon-s3/</guid>
		<description><![CDATA[Amazon S3是Amazon的付费云存储服务，提供高可靠性与高吞吐率的数据存储与外链，只需要根据使用量来付费，没有最低消费要求,具体价格可见此链接。

Amazon S3的客户端种类很多，我比较常用的是web端管理s3fm.com以及开源命令行工具s3cmd，后者功能较全，而且更适合服务器上的自动化管理。

服务器上选择备份的有网站文件、数据库、服务器配置文件以及各种维护脚本。每星期备份一次，并根据容量的使用情况选择合适的备份数目，自动删除早期备份文件。备份后进行日志输出，可通过浏览器查看日志。

<span class="readmore"><a href="http://www.feng-jun.com/backup-server-with-amazon-s3/" title="使用Amazon S3云存储自动备份服务器文件">阅读全文——共2285字</a></span>]]></description>
			<content:encoded><![CDATA[<p><a href="http://aws.amazon.com/s3/" target="_blank">Amazon S3</a>是Amazon的付费云存储服务，提供高可靠性与高吞吐率的数据存储与外链，只需要根据使用量来付费，没有最低消费要求,具体价格可见<a href="http://aws.amazon.com/s3/pricing/" target="_blank">此链接</a>。</p>
<p>Amazon S3的客户端种类很多，我比较常用的是web端管理<a href="http://www.s3fm.com/" target="_blank">s3fm.com</a>以及开源命令行工具<a href="http://s3tools.org/s3cmd" target="_blank">s3cmd</a>，后者功能较全，而且更适合服务器上的自动化管理。</p>
<p>服务器上选择备份的有网站文件、数据库、服务器配置文件以及各种维护脚本。每星期备份一次，并根据容量的使用情况选择合适的备份数目，自动删除早期备份文件。备份后进行日志输出，可通过浏览器查看日志。</p>
<h4></h4>
<h4>设置备份步骤：</h4>
<ol>
<li>申请Amazon.com帐号，并开通S3服务，需要输入信用卡信息并扣费1美元用于验证。</li>
<li>在Account页面的Access Credentials中，可查看Access Key ID以及Secret Access Key，前者可公开，后者要严格保密。</li>
<li>进入<a href="https://console.aws.amazon.com/s3/home" target="_blank">AWS Management Console</a>，创建Bucket， Bucket名称需要在S3服务所有Buckets中唯一，因此不能起简单或者通用的名字。创建Bucket时需选择数据中心所在区域，亚太有一个在新加坡，但没看出有速度优势。当不同的Bucket在不同的区域时，是分别计费的。创建后即可对Buckets中的文件及目录进行操作。</li>
<li>在服务器中下载S3cmd并进行安装，值得注意的是最新的release版本尚不支持<a href="http://aws.amazon.com/s3/faqs/#What_is_RRS" target="_blank">Reduced Redundancy Storage</a>,SVN版本支持。</li>
<li>安装完成后运行<code>s3cmd --configure进行配置。</code></li>
<li><code>创建相应的文件目录及脚本文件，脚本附在后面。</code></li>
<li><code>在crontab中设置脚本自动运行的时间，设置参数见脚本后面。</code></li>
</ol>
<h4></h4>
<h4>脚本文件process.sh：</h4>
<blockquote><p>#!/bin/sh</p>
<p>date &gt;&gt; /srv/http/nginx/mysite/log1.txt<br />
echo &#8220;===========================&#8221;&gt;&gt;/srv/http/nginx/mysite/log1.txt<br />
date &gt;&gt; /srv/http/nginx/mysite/error.txt<br />
echo &#8220;===========================&#8221;&gt;&gt;/srv/http/nginx/mysite/error.txt<br />
#在日志文件中做标识</p>
<p>tar czf /backup/content/$(date +%Y%m%d).tar.gz  /srv/http/nginx/<br />
#压缩网站文件，以日期作为文件名</p>
<p>mysqldump -h 127.0.0.1 -u root -ppassword &#8211;all-databases| gzip &gt; /backup/content/$(date +%Y%m%d).sql.gz<br />
#导出所有数据库，并进行压缩，以日期作为文件名</p>
<p>tar czf /backup/content/$(date +%Y%m%d)_set.tar.gz /etc /root /backup/script<br />
#压缩脚本及配置文件，以“日期_set”为文件名</p>
<p>rm -f /backup/content/$(date +%Y%m%d &#8211;date=&#8217;-350 day&#8217;).sql.gz<br />
rm -f /backup/content/$(date +%Y%m%d &#8211;date=&#8217;-70 day&#8217;).tar.gz<br />
rm -f /backup/content/$(date +%Y%m%d &#8211;date=&#8217;-350 day&#8217;)_set.tar.gz<br />
#删除服务器上的过期备份文件，可根据需要及备份文件大小选择合适的备份数目，因为这里每周备份一次，因些过期天数为7的倍数</p>
<p>s3cmd &#8211;rr put /backup/content/$(date +%Y%m%d).sql.gz s3://buckets/folder/<br />
s3cmd &#8211;rr put /backup/content/$(date +%Y%m%d).tar.gz s3://buckets/folder/<br />
s3cmd &#8211;rr put /backup/content/$(date +%Y%m%d)_set.tar.gz s3://buckets/folder/<br />
#上传备份文件至服务器，其中&#8211;rr参数指定上传后采用<a href="http://aws.amazon.com/s3/faqs/#What_is_RRS" target="_blank">Reduced Redundancy Storage</a>方式存储，注意S3服务器目录后的<strong>/</strong>是一定要的。</p>
<p>s3cmd del S3://buckets/folder/$(date +%Y%m%d &#8211;date=&#8217;-28 day&#8217;).tar.gz<br />
s3cmd del S3://buckets/folder/$(date +%Y%m%d &#8211;date=&#8217;-140 day&#8217;).sql.gz<br />
s3cmd del S3://buckets/folder/$(date +%Y%m%d &#8211;date=&#8217;-140 day&#8217;)_set.tar.gz<br />
#删除S3服务器上的过期备份。</p></blockquote>
<h4></h4>
<h4>设置备份计划</h4>
<p>在shell下输入</p>
<blockquote><p>crontab -e</p></blockquote>
<p>会打开一个文本文件，默认使用vi编辑器，如果很不习惯的话在以上命令之前运行</p>
<blockquote><p>export EDITOR=vim</p></blockquote>
<p>这样就可以使用vim来进行编辑。</p>
<p>然后在打开的文本文件中加入以下一行。</p>
<blockquote><p>30 01 * * 4 /backup/script/process.sh&gt;&gt;/srv/http/nginx/mysite/log.txt 2&gt;&gt;/srv/http/nginx/mysite/error.txt</p></blockquote>
<p>在本例中，设置每周四的1点30分（服务器上的时间）来运行备份脚本，并将运行输出及错误提示输出到日志，方便查阅。</p>
<h4>小结</h4>
<p>这样设置并实施备份计划以后，在服务器及S3服务器上都有了重要文件的备份，还可选择将备份文件下载到本地做一备份，可靠性有了更好的保障。</p>
<h4  class="related_post_title">你可能还喜欢如下文章</h4><ul class="related_post"><li>2010/07/30 -- <a href="http://www.feng-jun.com/speed-up-wtih-cdn/" title="使用Amazon CloudFront为网站提供CDN加速">使用Amazon CloudFront为网站提供CDN加速</a> (2)</li><li>2010/01/21 -- <a href="http://www.feng-jun.com/prevent-ssh-with-denyhosts/" title="用denyhosts防止暴力破解ssh">用denyhosts防止暴力破解ssh</a> (2)</li><li>2009/12/31 -- <a href="http://www.feng-jun.com/happy-new-year/" title="Happy new year!">Happy new year!</a> (4)</li><li>2009/06/17 -- <a href="http://www.feng-jun.com/wordpress-backup/" title="wordpress的备份方法小结">wordpress的备份方法小结</a> (3)</li></ul><h3>Recent Comments</h3><ul></ul>]]></content:encoded>
			<wfw:commentRss>http://www.feng-jun.com/backup-server-with-amazon-s3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>用denyhosts防止暴力破解ssh</title>
		<link>http://www.feng-jun.com/prevent-ssh-with-denyhosts/</link>
		<comments>http://www.feng-jun.com/prevent-ssh-with-denyhosts/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 07:49:41 +0000</pubDate>
		<dc:creator>封 俊</dc:creator>
				<category><![CDATA[博客]]></category>
		<category><![CDATA[vps]]></category>

		<guid isPermaLink="false">http://www.feng-jun.com/?p=1753</guid>
		<description><![CDATA[经常有不知哪来的IP尝试着用各种不同的用户名来尝试登陆VPS,眼不见心不烦，但看到那长长的日志，觉得还是不要坐以待毙比较好。

于是就找来了denyhosts，用yaourt没有悬念地找到安装了，简单设置了一下规则，就可以以系统服务的方式跑起来了。

至于怎么设置，配置文件里注释的很详细了，就不去做翻译了，嫌英文看的麻烦就google吧。

<span class="readmore"><a href="http://www.feng-jun.com/prevent-ssh-with-denyhosts/" title="用denyhosts防止暴力破解ssh">阅读全文——共319字</a></span>]]></description>
			<content:encoded><![CDATA[<p>经常有不知哪来的IP尝试着用各种不同的用户名来尝试登陆VPS,眼不见心不烦，但看到那长长的日志，觉得还是不要坐以待毙比较好。</p>
<p>于是就找来了denyhosts，用yaourt没有悬念地找到安装了，简单设置了一下规则，就可以以系统服务的方式跑起来了。</p>
<p>至于怎么设置，配置文件里注释的很详细了，就不去做翻译了，嫌英文看的麻烦就google吧。</p>
<p>现在的设置还是比较严格的，简单来说，五次的试探用户名密码失败，该IP就会被拉进黑名单（hosts.deny)，而且默认为永久生效，对该IP不提供任何服务了。</p>
<p>另外还可以通过网络更新IP列表，被别的服务器拒绝的IP也会下载到这里来。</p>
<p>于是就看到几个小时后，我的hosts.deny已经多了两百多个IP了，真壮观！</p>
<h4  class="related_post_title">你可能还喜欢如下文章</h4><ul class="related_post"><li>2010/07/30 -- <a href="http://www.feng-jun.com/speed-up-wtih-cdn/" title="使用Amazon CloudFront为网站提供CDN加速">使用Amazon CloudFront为网站提供CDN加速</a> (2)</li><li>2010/07/29 -- <a href="http://www.feng-jun.com/backup-server-with-amazon-s3/" title="使用Amazon S3云存储自动备份服务器文件">使用Amazon S3云存储自动备份服务器文件</a> (0)</li><li>2010/06/18 -- <a href="http://www.feng-jun.com/new-theme-with-simple-idea/" title="换新主题，简洁为美">换新主题，简洁为美</a> (4)</li><li>2010/01/21 -- <a href="http://www.feng-jun.com/talk-about-blog-again/" title="再谈博客">再谈博客</a> (0)</li><li>2009/12/31 -- <a href="http://www.feng-jun.com/happy-new-year/" title="Happy new year!">Happy new year!</a> (4)</li></ul><h3>Recent Comments</h3><ul><li><a class="commentor" href="http://www.feng-jun.com" >封 俊</a> : <a class="comment_content" href="http://www.feng-jun.com/prevent-ssh-with-denyhosts/#comment-2041" title="View the entire comment by 封 俊" >这样也挺好的，我这里不止我一个人在用，denyhosts用起来还是很方便的。</a></li>
<li><a class="commentor" href="http://oceanlinux.com" >tw</a> : <a class="comment_content" href="http://www.feng-jun.com/prevent-ssh-with-denyhosts/#comment-2038" title="View the entire comment by tw" >好像还有个fail2ban。我也是同样的情况，但是懒得在我的vps上实施下去。我现在是用密钥登录，考...</a></li>
</ul>]]></content:encoded>
			<wfw:commentRss>http://www.feng-jun.com/prevent-ssh-with-denyhosts/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Happy new year!</title>
		<link>http://www.feng-jun.com/happy-new-year/</link>
		<comments>http://www.feng-jun.com/happy-new-year/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 15:24:34 +0000</pubDate>
		<dc:creator>封 俊</dc:creator>
				<category><![CDATA[文字]]></category>
		<category><![CDATA[vps]]></category>
		<category><![CDATA[生活]]></category>

		<guid isPermaLink="false">http://www.feng-jun.com/?p=1674</guid>
		<description><![CDATA[09年的最后几天，是在折腾vps中度过的。顺便就说下vps吧。

之前用过burst.net的，不为别的，就是便宜。用了一个月，没有续费，也没取消服务，导致过了几天我想续费并且支付了之后，订单被卡住了，客服态度强硬并且ticket回应极其慢。这样也罢，也不指望能收回钱了，就庆幸没花更多钱吧，交个学费。

后来就选择了现在所用的ramhost，虽然同样的钱配置上貌似比burstnet低了不少，但用着很舒坦，客服的服务也没得说，据说承诺不超卖，并且没有额外的限制，这些都很重要。

<span class="readmore"><a href="http://www.feng-jun.com/happy-new-year/" title="Happy new year!">阅读全文——共1020字</a></span>]]></description>
			<content:encoded><![CDATA[<p>09年的最后几天，是在折腾vps中度过的。顺便就说下vps吧。</p>
<p>之前用过burst.net的，不为别的，就是便宜。用了一个月，没有续费，也没取消服务，导致过了几天我想续费并且支付了之后，订单被卡住了，客服态度强硬并且ticket回应极其慢。这样也罢，也不指望能收回钱了，就庆幸没花更多钱吧，交个学费。</p>
<p>后来就选择了现在所用的ramhost，虽然同样的钱配置上貌似比burstnet低了不少，但用着很舒坦，客服的服务也没得说，据说承诺不超卖，并且没有额外的限制，这些都很重要。</p>
<p>现在用的是micro款，128M内存，192M突发，15GB硬盘300G月流量。安装nginx+fastcgi+mySQL+vsftpd+sshd后内存占用维持在五六十兆左右，对付我这种小博客绰绰有余。以后还有添加其他服务的余地。</p>
<p>可能显得有些奢侈，特别是对我这样无产阶级来说，但话说男人从小到大都不乏玩具，从积木到汽车，或者再到游艇私人飞机。从域名到主机，觉得自己在网络世界里，有了属于自己的地域，虽小，但确实在那。对自己喜欢的东西保有兴趣，是能显著提高生活质量的，对我来说，这比吃两顿大餐要实在了很多。</p>
<p>所以最近觉得过的很充实，生物钟乱了，有时错过了时间还吃不上食堂的饭，但每天都有期待，觉得自己还有很多新东西可以尝试，可以发掘。这样的生活是我要的，也算是给年终一个好的收尾。</p>
<p>或许这是某种机械崇拜？大概是的，崇尚科技，追求科技改善生活；追求确定，追求规则与理性。德国人就是这样的风格，因此能在工业界备受推崇，也为人类创造了不朽的价值。而所谓勾心斗角，不过是精力的无谓耗费罢了，一百年之后没有我也没有你，没有英雄没有草寇，皆随时间灰飞湮灭。</p>
<p>我以后的想法肯定会有改变，但我现在想的就是这些。</p>
<p>简单回顾下过去一年，最大的收获不是工作，而是对自我的追寻，曾失去坐标，曾在痛苦中迷茫，但这些愈加让我清醒并促使我寻找自我并努力了解自己。于是我变得更加独立，也知道了自己想要的是什么。25岁知道这些，还不算晚，当然，后面的路还很长。</p>
<p>工作比预期的要好，希望能给自己职业生涯打好基础。</p>
<p>学业不好不坏，但好歹独树一帜，也算自我解嘲吧。</p>
<p>父母亲人朋友，还有跟我一起走过的人，值得谢的人很多，也是种收获。</p>
<p>看了些不错的书，听了些不错的音乐，看了些不错的电影，收获不少。</p>
<p>还学了不少东西，多了件新工具,linux，还有了自己的博客和主机，呵呵，指望着用一辈子呢。</p>
<p>新年里，充满期待。</p>
<p>Happy New Year!</p>
<h4  class="related_post_title">你可能还喜欢如下文章</h4><ul class="related_post"><li>2010/07/30 -- <a href="http://www.feng-jun.com/speed-up-wtih-cdn/" title="使用Amazon CloudFront为网站提供CDN加速">使用Amazon CloudFront为网站提供CDN加速</a> (2)</li><li>2010/07/29 -- <a href="http://www.feng-jun.com/backup-server-with-amazon-s3/" title="使用Amazon S3云存储自动备份服务器文件">使用Amazon S3云存储自动备份服务器文件</a> (0)</li><li>2010/02/06 -- <a href="http://www.feng-jun.com/life-without-rest/" title="生何所息？生生不息">生何所息？生生不息</a> (0)</li><li>2010/01/21 -- <a href="http://www.feng-jun.com/prevent-ssh-with-denyhosts/" title="用denyhosts防止暴力破解ssh">用denyhosts防止暴力破解ssh</a> (2)</li><li>2009/12/22 -- <a href="http://www.feng-jun.com/only-heaven-knows/" title="Only heaven knows.">Only heaven knows.</a> (0)</li></ul><h3>Recent Comments</h3><ul><li><a class="commentor" href="" >coland</a> : <a class="comment_content" href="http://www.feng-jun.com/happy-new-year/#comment-1917" title="View the entire comment by coland" >@暗黑游侠 
是的，用的是定制的plan，$6.5/month</a></li>
<li><a class="commentor" href="http://blog.7xiaowu.cn" >暗黑游侠</a> : <a class="comment_content" href="http://www.feng-jun.com/happy-new-year/#comment-1915" title="View the entire comment by 暗黑游侠" >目前你的博客还是在ramhost上的吗？</a></li>
<li><a class="commentor" href="http://www.feng-jun.com" >封 俊</a> : <a class="comment_content" href="http://www.feng-jun.com/happy-new-year/#comment-1126" title="View the entire comment by 封 俊" >@陈超 
嗯，就是这么想的，若能志同道合那就更好了。</a></li>
<li><a class="commentor" href="" >陈超</a> : <a class="comment_content" href="http://www.feng-jun.com/happy-new-year/#comment-1107" title="View the entire comment by 陈超" >生活不一定要精彩，自己觉得舒适惬意即可。机械是男人力量的延伸，机械崇拜算是力量美学的一种表象吧，“对...</a></li>
</ul>]]></content:encoded>
			<wfw:commentRss>http://www.feng-jun.com/happy-new-year/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using xcache
Page Caching using xcache
Database Caching 4/59 queries in 0.029 seconds using xcache
Object Caching 1287/1321 objects using xcache
Content Delivery Network via Amazon Web Services: CloudFront: Amazon Web Services: S3: cdn.feng-jun.com

Served from: www.feng-jun.com @ 2010-07-31 16:28:37 -->