<?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>Ramhost &#8211; 悠然居</title>
	<atom:link href="https://wordpress.youran.me/tag/ramhost/feed/" rel="self" type="application/rss+xml" />
	<link>https://wordpress.youran.me</link>
	<description>极客技术博客</description>
	<lastBuildDate>Wed, 11 Apr 2012 00:53:10 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.4</generator>
	<item>
		<title>Ramhost KVM VPS 初试用感受</title>
		<link>https://wordpress.youran.me/ramhost-kvm-vps-%e5%88%9d%e8%af%95%e7%94%a8%e6%84%9f%e5%8f%97/</link>
					<comments>https://wordpress.youran.me/ramhost-kvm-vps-%e5%88%9d%e8%af%95%e7%94%a8%e6%84%9f%e5%8f%97/#comments</comments>
		
		<dc:creator><![CDATA[youran]]></dc:creator>
		<pubDate>Tue, 10 Apr 2012 14:59:27 +0000</pubDate>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[KVM]]></category>
		<category><![CDATA[Ramhost]]></category>
		<category><![CDATA[VPS]]></category>
		<category><![CDATA[评测]]></category>
		<guid isPermaLink="false">http://wordpress.youran.me/?p=280</guid>

					<description><![CDATA[上周闲逛ramhost的销售页面的时候，突然发现最低配置的那款KVM还有一个空余，大喜过望，赶紧抢了回来。熟悉VPS市场的人都知道，ramhost是评价非常好的一家，而且基本一有货就被抢购一空。 Ramhost的这款KVM位于大家都喜欢的西海岸Los Angeles，256MB RAM, 7GB HDD, 月流量200GB，按季付费$15。 花了4天(!!!)才被email通知VPS已经上线，这一点也是ramhost的特色啊……去年买tinyvz的时候也是将近3个工作日才拿到。顺便一提，tinyvz虽然有一些配置上的不足，但是作为一款Low End Box，性价比还是非常高的，当然现在也是缺货 :-) 附上UnixBench的结果： 1 CPU in system; running 1 parallel copy of tests Dhrystone 2 using register variables 19608315.5 lps (10.0 s, 7 samples) Double-Precision Whetstone &#8230;]]></description>
		
					<wfw:commentRss>https://wordpress.youran.me/ramhost-kvm-vps-%e5%88%9d%e8%af%95%e7%94%a8%e6%84%9f%e5%8f%97/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>新购置了一个TinyVZ VPS</title>
		<link>https://wordpress.youran.me/%e6%96%b0%e8%b4%ad%e7%bd%ae%e4%ba%86%e4%b8%80%e4%b8%aatinyvz-vps/</link>
					<comments>https://wordpress.youran.me/%e6%96%b0%e8%b4%ad%e7%bd%ae%e4%ba%86%e4%b8%80%e4%b8%aatinyvz-vps/#comments</comments>
		
		<dc:creator><![CDATA[youran]]></dc:creator>
		<pubDate>Sun, 30 Oct 2011 13:19:50 +0000</pubDate>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[15美金一年VPS]]></category>
		<category><![CDATA[Ramhost]]></category>
		<category><![CDATA[TinyVZ]]></category>
		<category><![CDATA[VPS]]></category>
		<guid isPermaLink="false">http://wordpress.youran.me/?p=189</guid>

					<description><![CDATA[前段时间备受好评的VPS提供商Ramhost推出了一系列新产品，即TinyVZ及TinyKVM。前者是目前流行的$15一年的价格和配置，后者稍贵，需要$35每年。因为它家的VPS质量一直广受好评，所以虽然网上有几个关于新产品的负面留言，但是本人还是花了$15购买了一个TinyVZ尝鲜。 VPS的开通挺慢的，用了快2天才正式开通，如果购买的时候不是工作日，会更慢。而且这家的VPS登陆比较另类，需要先登录到母机，然后才登陆到各自的账号里。不过也只需要第一次这么办，以后就可以建立OpenSSH服务直接登录了。 默认系统是Debian 5.0(Lenny)，这个系统需要的内存很少，所以我也不换了，毕竟只有128M内存。用此前一篇博文的评论里提到的网址，搭建了基本的LNMP+WP服务，内存占用56M左右。 TinyVZ不能搭建PPTP/L2TP等VPN，只能用OpenVPN。我尝试搭建了一个，结果VPN速度很慢，youtube都只有20K-40K的速度，还经常断流，看来不能指望它了。PT的速度倒是还不错，只不过需要将速度限制在大约100KB/s，否则可能会被警告甚至停止服务。 总体来讲，这个VPS的质量对得起它的价格，准备长期持有。 附上一些测试结果： $ dd if=/dev/zero of=test bs=64k count=16k conv=fdatasync 16384+0 records in 16384+0 records out 1073741824 bytes (1.1 GB) copied, 8.69353 s, 124 MB/s $ dd if=/dev/zero of=test bs=64k count=4k &#8230;]]></description>
		
					<wfw:commentRss>https://wordpress.youran.me/%e6%96%b0%e8%b4%ad%e7%bd%ae%e4%ba%86%e4%b8%80%e4%b8%aatinyvz-vps/feed/</wfw:commentRss>
			<slash:comments>11</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Object Caching 32/35 objects using Disk
Page Caching using Disk: Enhanced 
Database Caching 4/8 queries in 0.002 seconds using Disk

Served from: wordpress.youran.me @ 2026-09-03 16:08:14 by W3 Total Cache
-->