<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2enclosuresfull.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">

<channel>
	<title>Xixi's Blog</title>
	
	<link>http://www.xixis.net</link>
	<description>http://www.xixis.net  |  Eternal Sunshine of the Spotless Mind</description>
	<lastBuildDate>Wed, 08 Feb 2012 14:22:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/xixis/coDi" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="xixis/codi" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><media:keywords>Php,IT,Wordpress,Pear,SEO</media:keywords><media:category scheme="http://www.itunes.com/dtds/podcast-1.0.dtd">Technology/Software How-To</media:category><itunes:owner><itunes:email>zhxiyao@gmail.com</itunes:email></itunes:owner><itunes:explicit>no</itunes:explicit><itunes:keywords>Php,IT,Wordpress,Pear,SEO</itunes:keywords><itunes:subtitle>Xixi's Blog</itunes:subtitle><itunes:summary>http://www.xixis.net | Eternal Sunshine of the Spotless Mind</itunes:summary><itunes:category text="Technology"><itunes:category text="Software How-To" /></itunes:category><item>
		<title>新的foobar转apple lossless方式</title>
		<link>http://www.xixis.net/archives/%e6%96%b0%e7%9a%84foobar%e8%bd%acapple-lossless%e6%96%b9%e5%bc%8f.html</link>
		<comments>http://www.xixis.net/archives/%e6%96%b0%e7%9a%84foobar%e8%bd%acapple-lossless%e6%96%b9%e5%bc%8f.html#comments</comments>
		<pubDate>Wed, 08 Feb 2012 14:22:47 +0000</pubDate>
		<dc:creator>zhxiyao@gmail.com</dc:creator>
				<category><![CDATA[音频]]></category>
		<category><![CDATA[ape]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[foobar2000]]></category>

		<guid isPermaLink="false">http://www.xixis.net/archives/%e6%96%b0%e7%9a%84foobar%e8%bd%acapple-lossless%e6%96%b9%e5%bc%8f.html</guid>
		<description><![CDATA[这个是从网上转来的，我用的是foobar2000 v 0.9.5.6 证实可以使用，也请有其他版本的同胞们测试一下。另外有问题的可以提出来，以作大家参考。以下是原文，转自梦幻旋律音乐论坛 作者是 chihiro 
 
     开源多媒体框架项目FFMpeg近期添加了编码ALAC的功能, foobar2000直接编码Apple Lossless成为了可能. 不再需要像以前那样用itunesencode作中转了.     FFMPEG是以源代码形式发布的, 有能力的可以自己编译. 不过大多人还是用现成的吧, 可以在这里下载: http://tripp.arrozcru.org/ 点那个ffmpeg-latest就好了. 我们只需要里面的ffmpeg.exe, 将它复制到foobar2000的安装目录, 与foobar2000.exe放在一起.     在foobar2000的转换器界面内新建转换预设. 参数如下填写:     Encoder : ffmpeg.exe     Extension : m4a     Parameters : -i %s -acodec alac %d     FFMPEG需要一个文件作为输入, 这点还是有点遗憾. 这样就需要一个较大的磁盘空间作为缓存用.     Format is : lossless(or hybrid)     Highest BPS mode supported : 24     ...]]></description>
			<content:encoded><![CDATA[<p>这个是从网上转来的，我用的是<span class='wp_keywordlink_affiliate'><a href="http://www.xixis.net/archives/tag/foobar2000" title="显示foobar2000的所有日志" target="_blank">foobar2000</a></span> v 0.9.5.6 证实可以使用，也请有其他版本的同胞们测试一下。另外有问题的可以提出来，以作大家参考。以下是原文，转自<b><a href="http://astost.com/bbs/simple/index.php?">梦幻旋律音乐论坛</a> </b><b>作者是</b><b> chihiro </b></p>
<p> <span id="more-794"></span>
<p><b>     <br /></b>开源多媒体框架项目FFMpeg近期添加了编码ALAC的功能, <span class='wp_keywordlink_affiliate'><a href="http://www.xixis.net/archives/tag/foobar2000" title="显示foobar2000的所有日志" target="_blank">foobar2000</a></span>直接编码Apple Lossless成为了可能. 不再需要像以前那样用itunesencode作中转了.     <br />FFMPEG是以源代码形式发布的, 有能力的可以自己编译. 不过大多人还是用现成的吧, 可以在这里下载: <a href="http://tripp.arrozcru.org/">http://tripp.arrozcru.org/</a> 点那个ffmpeg-latest就好了. 我们只需要里面的ffmpeg.exe, 将它复制到<span class='wp_keywordlink_affiliate'><a href="http://www.xixis.net/archives/tag/foobar2000" title="显示foobar2000的所有日志" target="_blank">foobar2000</a></span>的安装目录, 与foobar2000.exe放在一起.     <br />在foobar2000的转换器界面内新建转换预设. 参数如下填写:     <br />Encoder : ffmpeg.exe     <br />Extension : m4a     <br />Parameters : -i %s -acodec alac %d     <br />FFMPEG需要一个文件作为输入, 这点还是有点遗憾. 这样就需要一个较大的磁盘空间作为缓存用.     <br />Format is : lossless(or hybrid)     <br />Highest BPS mode supported : 24     <br />Encoder name : ALAC (FFMPEG)     <br />Bitrate : 不写, 因为ALAC是vbr的.     <br />Settings : Apple Lossless.     <br />e.g: EAC抓取整轨完毕后, 用foobar2000打开cue, 编辑好标签, 全选播放列表, 点右键执行Convert &#8211;&gt;Convert to Album Images with Cuesheets or Chapters进度完成后生成整轨嵌入了cue的m4a文件, 编码为Apple Lossless     <br />照例上图:     <br /><a href="http://www.xixis.net/wp-content/uploads/2012/02/clip_image001.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image001" border="0" alt="clip_image001" src="http://www.xixis.net/wp-content/uploads/2012/02/clip_image001_thumb.jpg" width="558" height="532" /></a></p>

<p><a href="http://feedads.g.doubleclick.net/~a/gCXq3f_MzxxSyFcjML1pTPSznFQ/0/da"><img src="http://feedads.g.doubleclick.net/~a/gCXq3f_MzxxSyFcjML1pTPSznFQ/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/gCXq3f_MzxxSyFcjML1pTPSznFQ/1/da"><img src="http://feedads.g.doubleclick.net/~a/gCXq3f_MzxxSyFcjML1pTPSznFQ/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=voqGIGqdmcM:JN5Kv-ULWs4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=voqGIGqdmcM:JN5Kv-ULWs4:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?i=voqGIGqdmcM:JN5Kv-ULWs4:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=voqGIGqdmcM:JN5Kv-ULWs4:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=voqGIGqdmcM:JN5Kv-ULWs4:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?i=voqGIGqdmcM:JN5Kv-ULWs4:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=voqGIGqdmcM:JN5Kv-ULWs4:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=voqGIGqdmcM:JN5Kv-ULWs4:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=voqGIGqdmcM:JN5Kv-ULWs4:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?i=voqGIGqdmcM:JN5Kv-ULWs4:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=voqGIGqdmcM:JN5Kv-ULWs4:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=voqGIGqdmcM:JN5Kv-ULWs4:63t7Ie-LG7Y"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=63t7Ie-LG7Y" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.xixis.net/archives/%e6%96%b0%e7%9a%84foobar%e8%bd%acapple-lossless%e6%96%b9%e5%bc%8f.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cornell creighton csu</title>
		<link>http://www.xixis.net/archives/cornell-creighton-csu.html</link>
		<comments>http://www.xixis.net/archives/cornell-creighton-csu.html#comments</comments>
		<pubDate>Thu, 12 Jan 2012 05:57:18 +0000</pubDate>
		<dc:creator>zhxiyao@gmail.com</dc:creator>
				<category><![CDATA[Gg]]></category>

		<guid isPermaLink="false">http://www.xixis.net/archives/cornell-creighton-csu.html</guid>
		<description><![CDATA[Ticketamerica.com has university tickets and seating charts for the Cornell Big Red, Creighton Bluejays and CSU Bakersfield basketball and football seats for all games played.
The Cornell Big Red is the informal name of the sports teams, and other competitive teams, at Cornell University. The university sponsors 36 varsity sports, as well as numerous intramural and club teams. Cornell participates in NCAA Division I as part of the Ivy League. The men&#8217;s and women&#8217;s hockey teams compete in the ECAC Hockey League. Additionally, teams compete in the National Intercollegiate Women&#8217;s Fencing ...]]></description>
			<content:encoded><![CDATA[<p>Ticketamerica.com has university tickets and seating charts for the Cornell Big Red, Creighton Bluejays and CSU Bakersfield basketball and football seats for all games played.</p>
<p>The Cornell Big Red is the informal name of the sports teams, and other competitive teams, at Cornell University. The university sponsors 36 varsity sports, as well as numerous intramural and club teams. Cornell participates in NCAA Division I as part of the Ivy League. The men&#8217;s and women&#8217;s hockey teams compete in the ECAC Hockey League. Additionally, teams compete in the National Intercollegiate Women&#8217;s Fencing Association, the Collegiate Sprint Football League, the Eastern Association of Rowing Colleges (EARC), the Eastern Association of Women&#8217;s Rowing Colleges (EAWRC), the Middle Atlantic Intercollegiate Sailing Association, and the Eastern Intercollegiate Wrestling Association.</p>
<p> <span id="more-791"></span>
<p>key words:</p>
<p> <a href="http://www.ticketamerica.com/cornell_big_red_tickets.html">cornell big red tickets</a> <a href="http://www.ticketamerica.com/creighton_bluejays_tickets.html">creighton bluejays tickets </a><a href="http://www.ticketamerica.com/csu_bakersfield_roadrunners_tickets.html">csu bakersfield roadrunners tickets</a></p>

<p><a href="http://feedads.g.doubleclick.net/~a/gxidpejy7thKHmWEEGFsta0VUAA/0/da"><img src="http://feedads.g.doubleclick.net/~a/gxidpejy7thKHmWEEGFsta0VUAA/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/gxidpejy7thKHmWEEGFsta0VUAA/1/da"><img src="http://feedads.g.doubleclick.net/~a/gxidpejy7thKHmWEEGFsta0VUAA/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=YWakAPClJHg:iArqPMsA_xo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=YWakAPClJHg:iArqPMsA_xo:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?i=YWakAPClJHg:iArqPMsA_xo:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=YWakAPClJHg:iArqPMsA_xo:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=YWakAPClJHg:iArqPMsA_xo:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?i=YWakAPClJHg:iArqPMsA_xo:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=YWakAPClJHg:iArqPMsA_xo:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=YWakAPClJHg:iArqPMsA_xo:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?i=YWakAPClJHg:iArqPMsA_xo:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=YWakAPClJHg:iArqPMsA_xo:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=YWakAPClJHg:iArqPMsA_xo:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?i=YWakAPClJHg:iArqPMsA_xo:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=YWakAPClJHg:iArqPMsA_xo:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=YWakAPClJHg:iArqPMsA_xo:63t7Ie-LG7Y"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=63t7Ie-LG7Y" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.xixis.net/archives/cornell-creighton-csu.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Airpush Ad Network Surpasses 10,000 Android Applications, Debuts Innovative New Ad Format</title>
		<link>http://www.xixis.net/archives/airpush-ad-network-surpasses-10000-android-applications-debuts-innovative-new-ad-format.html</link>
		<comments>http://www.xixis.net/archives/airpush-ad-network-surpasses-10000-android-applications-debuts-innovative-new-ad-format.html#comments</comments>
		<pubDate>Sat, 19 Nov 2011 03:32:15 +0000</pubDate>
		<dc:creator>zhxiyao@gmail.com</dc:creator>
				<category><![CDATA[Gg]]></category>

		<guid isPermaLink="false">http://www.xixis.net/archives/airpush-ad-network-surpasses-10000-android-applications-debuts-innovative-new-ad-format.html</guid>
		<description><![CDATA[LOS ANGELES, CA, Nov 07, 2011 (MARKETWIRE via COMTEX) &#8212; Airpush, the leading app monetization solution for Android developers, today announced that it now has more than 10,000 Android applications in its network. The announcement comes as Airpush launches Icon Ads, an innovative new ad format to complement its successful push-notification ads. 

Last month Airpush served more than 100 million push notification ads in 150 countries, and the Airpush SDK has been distributed to more than 45 million devices, nearly a quarter of all Android devices.
The Company is seeing extremely ...]]></description>
			<content:encoded><![CDATA[<p>LOS ANGELES, CA, Nov 07, 2011 (MARKETWIRE via COMTEX) &#8212; <a href="http://www.marketwatch.com/story/airpush-ad-network-surpasses-10000-android-applications-debuts-innovative-new-ad-format-2011-11-07">Airpush</a>, the leading app monetization solution for Android developers, today announced that it now has more than 10,000 Android applications in its network. The announcement comes as Airpush launches Icon Ads, an innovative new ad format to complement its successful push-notification ads. </p>
<p><span id="more-790"></span>
<p>Last month <a href="http://www.marketwatch.com/story/airpush-ad-network-surpasses-10000-android-applications-debuts-innovative-new-ad-format-2011-11-07">Airpush</a> served more than 100 million push notification ads in 150 countries, and the Airpush SDK has been distributed to more than 45 million devices, nearly a quarter of all Android devices.
<p>The Company is seeing extremely high demand from Android app developers, with more than 500 signing up every day. Airpush push-notification ads offer developers between $5 and $20 CPMs, primarily due to the high CTRs that they provide to advertisers.
<p>Airpush&#8217;s new Icon Ads format allows developers to bundle value-added services with their apps, including mobile search and daily deals. The bundled services appear as shortcuts on the phone&#8217;s desktop, where they can be easily accessed or deleted by the user. This additional ad format offers developers another powerful revenue stream, with CPM&#8217;s ranging between $12 and $35.
<p>&#8220;Our vision is to deliver the next generation of mobile ad formats to Android developers, who are frustrated with the status quo,&#8221; said Asher Delug, CEO and founder of Airpush. &#8220;Surpassing 10,000 apps demonstrates that developers are hungry for better CPMs and for ads that do not interrupt their apps while in use. Our new Icon Ads format offers developers even more choice in how they seek to generate revenue from their apps, helping them to build successful business models in a market that is hungry for free or low-cost content.&#8221;
<p>About <a href="http://www.marketwatch.com/story/airpush-ad-network-surpasses-10000-android-applications-debuts-innovative-new-ad-format-2011-11-07">Airpush</a>
<p><a href="http://www.marketwatch.com/story/airpush-ad-network-surpasses-10000-android-applications-debuts-innovative-new-ad-format-2011-11-07">Airpush</a> is the leading application monetization solution for Android developers. Over 40,000 Android developers in over 150 countries are using Airpush&#8217;s next-generation ad formats to generate 10x &#8211; 30x higher returns compared to traditional in-app ad networks. Airpush allows mobile developers to significantly increase their advertising revenue and offers advertisers more effective campaigns. For more information visit, http://www.airpush.com/ or follow us on Twitter @AirpushAds.
<pre></pre>

<p><a href="http://feedads.g.doubleclick.net/~a/8H-NUR7kzXOOMcPOq1vkoGtzTaQ/0/da"><img src="http://feedads.g.doubleclick.net/~a/8H-NUR7kzXOOMcPOq1vkoGtzTaQ/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/8H-NUR7kzXOOMcPOq1vkoGtzTaQ/1/da"><img src="http://feedads.g.doubleclick.net/~a/8H-NUR7kzXOOMcPOq1vkoGtzTaQ/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=qy2DH1EBi_A:XVFCy4K03w0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=qy2DH1EBi_A:XVFCy4K03w0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?i=qy2DH1EBi_A:XVFCy4K03w0:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=qy2DH1EBi_A:XVFCy4K03w0:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=qy2DH1EBi_A:XVFCy4K03w0:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?i=qy2DH1EBi_A:XVFCy4K03w0:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=qy2DH1EBi_A:XVFCy4K03w0:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=qy2DH1EBi_A:XVFCy4K03w0:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?i=qy2DH1EBi_A:XVFCy4K03w0:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=qy2DH1EBi_A:XVFCy4K03w0:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=qy2DH1EBi_A:XVFCy4K03w0:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?i=qy2DH1EBi_A:XVFCy4K03w0:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=qy2DH1EBi_A:XVFCy4K03w0:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=qy2DH1EBi_A:XVFCy4K03w0:63t7Ie-LG7Y"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=63t7Ie-LG7Y" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.xixis.net/archives/airpush-ad-network-surpasses-10000-android-applications-debuts-innovative-new-ad-format.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>prudential izod susquehanna</title>
		<link>http://www.xixis.net/archives/prudential-izod-susquehanna.html</link>
		<comments>http://www.xixis.net/archives/prudential-izod-susquehanna.html#comments</comments>
		<pubDate>Sat, 19 Nov 2011 03:27:40 +0000</pubDate>
		<dc:creator>zhxiyao@gmail.com</dc:creator>
				<category><![CDATA[Gg]]></category>

		<guid isPermaLink="false">http://www.xixis.net/archives/prudential-izod-susquehanna.html</guid>
		<description><![CDATA[Ticketamerica.com has concert sports and theater tickets for the Prudential Center Tickets as well as the Izod Center (formerly Continental Airlines Arena) Ticketsand of course the    Susquehanna Bank Center (Formerly Tweeter Center) Tickets.
 prudential center tickets izod centre tickets susquehanna bank center seating
]]></description>
			<content:encoded><![CDATA[<p>Ticketamerica.com has concert sports and theater tickets for the Prudential Center Tickets as well as the Izod Center (formerly Continental Airlines Arena) Ticketsand of course the    <br />Susquehanna Bank Center (Formerly Tweeter Center) Tickets.</p>
<p> <a href="http://www.ticketamerica.com/prudential_center_tickets.html">prudential center tickets</a> <a href="http://www.ticketamerica.com/izod_center_tickets.html">izod centre tickets</a> <a href="http://www.ticketamerica.com/susquehanna_bank_center_tickets.html">susquehanna bank center seating</a></p>

<p><a href="http://feedads.g.doubleclick.net/~a/w1nbHrCsOB7OFsskEYmvXbrsl98/0/da"><img src="http://feedads.g.doubleclick.net/~a/w1nbHrCsOB7OFsskEYmvXbrsl98/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/w1nbHrCsOB7OFsskEYmvXbrsl98/1/da"><img src="http://feedads.g.doubleclick.net/~a/w1nbHrCsOB7OFsskEYmvXbrsl98/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=iB4_DvUYMz0:Lcukg7OEF2E:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=iB4_DvUYMz0:Lcukg7OEF2E:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?i=iB4_DvUYMz0:Lcukg7OEF2E:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=iB4_DvUYMz0:Lcukg7OEF2E:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=iB4_DvUYMz0:Lcukg7OEF2E:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?i=iB4_DvUYMz0:Lcukg7OEF2E:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=iB4_DvUYMz0:Lcukg7OEF2E:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=iB4_DvUYMz0:Lcukg7OEF2E:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?i=iB4_DvUYMz0:Lcukg7OEF2E:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=iB4_DvUYMz0:Lcukg7OEF2E:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=iB4_DvUYMz0:Lcukg7OEF2E:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?i=iB4_DvUYMz0:Lcukg7OEF2E:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=iB4_DvUYMz0:Lcukg7OEF2E:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=iB4_DvUYMz0:Lcukg7OEF2E:63t7Ie-LG7Y"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=63t7Ie-LG7Y" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.xixis.net/archives/prudential-izod-susquehanna.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>world series college world series superbowl</title>
		<link>http://www.xixis.net/archives/world-series-college-world-series-superbowl.html</link>
		<comments>http://www.xixis.net/archives/world-series-college-world-series-superbowl.html#comments</comments>
		<pubDate>Sat, 19 Nov 2011 03:24:58 +0000</pubDate>
		<dc:creator>zhxiyao@gmail.com</dc:creator>
				<category><![CDATA[Gg]]></category>

		<guid isPermaLink="false">http://www.xixis.net/archives/world-series-college-world-series-superbowl.html</guid>
		<description><![CDATA[It’s that time of year again when everyone starts to get into the holiday spirt. One of the best ways is to take the family out to the circus. It’s&#160; fun and entertaining for all ages and has become a tradition for some households. If you need tickets we have them, it’s playing for the next&#160; 2 months. Call now and secure you’re seats today.
 world series baseball tickets college world series tickets super bowl tickets
]]></description>
			<content:encoded><![CDATA[<p>It’s that time of year again when everyone starts to get into the holiday spirt. One of the best ways is to take the family out to the circus. It’s&#160; fun and entertaining for all ages and has become a tradition for some households. If you need tickets we have them, it’s playing for the next&#160; 2 months. Call now and secure you’re seats today.</p>
<p> <a href="http://www.ticketamerica.com/world_series_tickets.html">world series baseball tickets</a> <a href="http://www.ticketamerica.com/college_world_series_tickets.html">college world series tickets</a> <a href="http://www.ticketamerica.com/super_bowl_tickets.html">super bowl tickets</a></p>

<p><a href="http://feedads.g.doubleclick.net/~a/vxHDzSQCSFioGhpI8MGHfEyLwN0/0/da"><img src="http://feedads.g.doubleclick.net/~a/vxHDzSQCSFioGhpI8MGHfEyLwN0/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/vxHDzSQCSFioGhpI8MGHfEyLwN0/1/da"><img src="http://feedads.g.doubleclick.net/~a/vxHDzSQCSFioGhpI8MGHfEyLwN0/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=gahdQODGjTs:xGyIh5Qz9dQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=gahdQODGjTs:xGyIh5Qz9dQ:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?i=gahdQODGjTs:xGyIh5Qz9dQ:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=gahdQODGjTs:xGyIh5Qz9dQ:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=gahdQODGjTs:xGyIh5Qz9dQ:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?i=gahdQODGjTs:xGyIh5Qz9dQ:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=gahdQODGjTs:xGyIh5Qz9dQ:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=gahdQODGjTs:xGyIh5Qz9dQ:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?i=gahdQODGjTs:xGyIh5Qz9dQ:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=gahdQODGjTs:xGyIh5Qz9dQ:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=gahdQODGjTs:xGyIh5Qz9dQ:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?i=gahdQODGjTs:xGyIh5Qz9dQ:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=gahdQODGjTs:xGyIh5Qz9dQ:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=gahdQODGjTs:xGyIh5Qz9dQ:63t7Ie-LG7Y"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=63t7Ie-LG7Y" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.xixis.net/archives/world-series-college-world-series-superbowl.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chat.it – 2</title>
		<link>http://www.xixis.net/archives/chat-it-u200bu200b2.html</link>
		<comments>http://www.xixis.net/archives/chat-it-u200bu200b2.html#comments</comments>
		<pubDate>Sun, 13 Nov 2011 14:34:54 +0000</pubDate>
		<dc:creator>zhxiyao@gmail.com</dc:creator>
				<category><![CDATA[Gg]]></category>

		<guid isPermaLink="false">http://www.xixis.net/archives/chat-it-2.html</guid>
		<description><![CDATA[Despite all that has been written about truckloads of exhibitionism and horror going on at chatroulette italiana, it is the memorable small slapstick numbers that show how this communication platform is used by those of its members with a playful sense of humor. Video clips made of Chatroulette sessions are available on Youtube. There, a number of clips play games with chat partners challenging NOT to tilt their heads when shown an upside-down message to that effect. When they tilt their heads to read the message, they lose. Of course, ...]]></description>
			<content:encoded><![CDATA[<p>Despite all that has been written about truckloads of exhibitionism and horror going on at <a href="http://www.crazychatroulette.it">chatroulette italiana</a>, it is the memorable small slapstick numbers that show how this communication platform is used by those of its members with a playful sense of humor. Video clips made of <strong>Chatroulette </strong>sessions are available on <a href="http://www.youtube.com/">Youtube</a>. There, a <a href="http://www.youtube.com/results?search_query=funny+chatroulette+pranks+tilt+your+head&amp;aq=f">number of clips</a> play games with chat partners challenging NOT to tilt their heads when shown an upside-down message to that effect. When they tilt their heads to read the message, they lose. Of course, most of them lose. The reactions to the game, however, show that a lot of the 20.000 daily users of Chatroulette still enjoy being led on by very old tricks. So despite the fact that there may be a lot of abusers of this software, what sticks are not the nude guys showing off their d***s but two chatrouletted strangers sharing an innocent joke for a minute – or less. Like the players, we say: Thumbs up everybody! Karen</p>

<p><a href="http://feedads.g.doubleclick.net/~a/g1oZqmZsXtf-QLgKN_wmMBba00Q/0/da"><img src="http://feedads.g.doubleclick.net/~a/g1oZqmZsXtf-QLgKN_wmMBba00Q/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/g1oZqmZsXtf-QLgKN_wmMBba00Q/1/da"><img src="http://feedads.g.doubleclick.net/~a/g1oZqmZsXtf-QLgKN_wmMBba00Q/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=XjqNdO_H9Eg:TwPg8R-zV0Q:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=XjqNdO_H9Eg:TwPg8R-zV0Q:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?i=XjqNdO_H9Eg:TwPg8R-zV0Q:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=XjqNdO_H9Eg:TwPg8R-zV0Q:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=XjqNdO_H9Eg:TwPg8R-zV0Q:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?i=XjqNdO_H9Eg:TwPg8R-zV0Q:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=XjqNdO_H9Eg:TwPg8R-zV0Q:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=XjqNdO_H9Eg:TwPg8R-zV0Q:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?i=XjqNdO_H9Eg:TwPg8R-zV0Q:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=XjqNdO_H9Eg:TwPg8R-zV0Q:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=XjqNdO_H9Eg:TwPg8R-zV0Q:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?i=XjqNdO_H9Eg:TwPg8R-zV0Q:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=XjqNdO_H9Eg:TwPg8R-zV0Q:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=XjqNdO_H9Eg:TwPg8R-zV0Q:63t7Ie-LG7Y"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=63t7Ie-LG7Y" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.xixis.net/archives/chat-it-u200bu200b2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>U2</title>
		<link>http://www.xixis.net/archives/u2.html</link>
		<comments>http://www.xixis.net/archives/u2.html#comments</comments>
		<pubDate>Thu, 03 Nov 2011 18:09:51 +0000</pubDate>
		<dc:creator>zhxiyao@gmail.com</dc:creator>
				<category><![CDATA[Gg]]></category>

		<guid isPermaLink="false">http://www.xixis.net/archives/u2.html</guid>
		<description><![CDATA[U2 are a rock band from Dublin, Ireland. Formed in 1976, U2 have consistently been one of the most popular acts in the world since the mid-1980s. The band has sold upwards of 175 million albums worldwide. With six #1 albums in the U.S. and nine #1 albums in the UK, U2 are one of the most successful bands of all time. They have won 22 Grammy awards, the most of any rock artist.
 

The band was formed when Bono (vocals and guitar), The Edge (guitar, keyboards and vocals) and ...]]></description>
			<content:encoded><![CDATA[<p>U2 are a rock band from Dublin, Ireland. Formed in 1976, U2 have consistently been one of the most popular acts in the world since the mid-1980s. The band has sold upwards of 175 million albums worldwide. With six #1 albums in the U.S. and nine #1 albums in the UK, U2 are one of the most successful bands of all time. They have won 22 Grammy awards, the most of any rock artist.</p>
<p> <span id="more-786"></span>
</p>
<p>The band was formed when Bono (vocals and guitar), The Edge (guitar, keyboards and vocals) and Adam Clayton (bass guitar) answered an advert placed by Larry Mullen Jr. (drums and percussion); they were teenagers at the time with limited musical proficiency. By the mid 1980s, however, they had released four albums and developed a devoted international following, largely from extensive touring and from forging a trademark sound based upon The Edge&#8217;s echoing guitar and Bono&#8217;s impassioned vocals and introspective lyrics. They reached a level of mega-stardom with their highly praised 1987 release <i>The Joshua Tree</i>. In the early 1990s, they replied to the dance and alternative music revolutions, criticism of their image, and their own sense of musical stagnation, with the critically-acclaimed <i>Achtung Baby</i> and the groundbreaking Zoo TV Tour. Although U2 had already developed a reputation for pursuing new musical paths with each new album, this time the band had ostensibly re-invented themselves; this experimentation was to continue for the rest of the 1990s.</p>
<p>In the early years of the 21st century, U2 have pursued a more traditional sound while maintaining some influence of their previous musical explorations, and continue to enjoy the highest level of commercial and critical success. In 2004, <i>Rolling Stone</i> magazine ranked U2 number 22 on their list of the 100 Greatest Artists of All Time. In 2005, U2 were inducted into the Rock and Roll Hall of Fame, the first year they were eligible. See U2 LIVE! Purchase your U2 tickets today!</p>
<p>key words:</p>
<p> <a href="http://www.ticketamerica.com/u2_tickets.html">U2 tickets</a> <a href="http://www.ticketamerica.com/new_york_knicks_tickets.html">new york knicks tickets</a> <a href="http://www.ticketamerica.com/wwe_-_world_wrestling_entertainment_tickets.html">wwe tickets</a></p>

<p><a href="http://feedads.g.doubleclick.net/~a/eXPLr35mSdNGm44XgOlwjsgHC7w/0/da"><img src="http://feedads.g.doubleclick.net/~a/eXPLr35mSdNGm44XgOlwjsgHC7w/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/eXPLr35mSdNGm44XgOlwjsgHC7w/1/da"><img src="http://feedads.g.doubleclick.net/~a/eXPLr35mSdNGm44XgOlwjsgHC7w/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=q4z1Ww1V0nI:ZmLLjtShc7Q:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=q4z1Ww1V0nI:ZmLLjtShc7Q:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?i=q4z1Ww1V0nI:ZmLLjtShc7Q:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=q4z1Ww1V0nI:ZmLLjtShc7Q:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=q4z1Ww1V0nI:ZmLLjtShc7Q:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?i=q4z1Ww1V0nI:ZmLLjtShc7Q:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=q4z1Ww1V0nI:ZmLLjtShc7Q:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=q4z1Ww1V0nI:ZmLLjtShc7Q:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?i=q4z1Ww1V0nI:ZmLLjtShc7Q:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=q4z1Ww1V0nI:ZmLLjtShc7Q:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=q4z1Ww1V0nI:ZmLLjtShc7Q:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?i=q4z1Ww1V0nI:ZmLLjtShc7Q:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=q4z1Ww1V0nI:ZmLLjtShc7Q:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=q4z1Ww1V0nI:ZmLLjtShc7Q:63t7Ie-LG7Y"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=63t7Ie-LG7Y" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.xixis.net/archives/u2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>在DreamHost共享Linux虚机(非VPS)上部署YuchBerry</title>
		<link>http://www.xixis.net/archives/dreamhost-shared-virtual-machine-in-linux-non-vps-on-the-deployment-yuchberry.html</link>
		<comments>http://www.xixis.net/archives/dreamhost-shared-virtual-machine-in-linux-non-vps-on-the-deployment-yuchberry.html#comments</comments>
		<pubDate>Mon, 19 Sep 2011 14:57:34 +0000</pubDate>
		<dc:creator>zhxiyao@gmail.com</dc:creator>
				<category><![CDATA[Blackberry]]></category>
		<category><![CDATA[Dreamhost]]></category>
		<category><![CDATA[Yunchberry]]></category>

		<guid isPermaLink="false">http://www.xixis.net/archives/%e5%9c%a8dreamhost%e5%85%b1%e4%ba%ablinux%e8%99%9a%e6%9c%ba%e9%9d%9evps%e4%b8%8a%e9%83%a8%e7%bd%b2yuchberry.html</guid>
		<description><![CDATA[刚开始用自己的ADSL部署YuchBerry，实在是不稳定，但是手头又没有VPS，无奈啊！忽然想起来DreamHost的Linux虚机是支持JAVA的，试了一下，居然就给跑起来了而且相当稳定相当快！
 

首先，按照yuchberry的教程进行邮箱账户端口等等的设置，然后把yuchberry服务器端所有文件上传至虚拟主机！
然后把config.ini文件权限设置一下，以防止自己的邮箱信息泄漏！在FTP软件里设置config.ini文件权限的”公共”修改为0，或者用chmod命令修改为”XX0″

要看虚机是否支持java，就打开ssh连接虚拟，输入java执行，看看是不是有java命令帮助输出，如果有那就是支持了！

然后进入到yuchberry的目录，执行命令”java -jar svr.jar”就可以运行yuchberry的服务器端程序了！显示”prepare account ok”就说明程序成功运行并且可以连接到邮件服务器了！

但是这时候如果关掉ssh终端，那么java进程也随即会被结束。这个时候就要用到nohup了，这个指令可以让程序在后台一直运行！执行命令”nohup java -jar svr.jar &#38; “即可，然后按”Ctrl-C”返回！

“top”指令可以查看当前用户进程，可以看到JAVA已经在后台了！

这个时候就可以关闭ssh终端了！
如果要停止yuchberry服务器版运行，结束后台进程，输入指令”kill PID”即可，将PID疾患为你后台java对应的PID！
转自：http://www.bber.info/post/yuchberry_webhosting
]]></description>
			<content:encoded><![CDATA[<p>刚开始用自己的ADSL部署YuchBerry，实在是不稳定，但是手头又没有VPS，无奈啊！忽然想起来DreamHost的Linux虚机是支持JAVA的，试了一下，居然就给跑起来了而且相当稳定相当快！</p>
<p> <span id="more-785"></span>
</p>
<p>首先，按照yuchberry的教程进行邮箱账户端口等等的设置，然后把yuchberry服务器端所有文件上传至虚拟主机！</p>
<p>然后把config.ini文件权限设置一下，以防止自己的邮箱信息泄漏！在FTP软件里设置config.ini文件权限的”公共”修改为0，或者用chmod命令修改为”XX0″</p>
<p><a href="http://www.xixis.net/wp-content/uploads/2011/09/clip_image001.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image001" border="0" alt="clip_image001" src="http://www.xixis.net/wp-content/uploads/2011/09/clip_image001_thumb.jpg" width="244" height="202" /></a></p>
<p>要看虚机是否支持java，就打开ssh连接虚拟，输入java执行，看看是不是有java命令帮助输出，如果有那就是支持了！</p>
<p><a href="http://www.xixis.net/wp-content/uploads/2011/09/clip_image002.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image002" border="0" alt="clip_image002" src="http://www.xixis.net/wp-content/uploads/2011/09/clip_image002_thumb.jpg" width="244" height="197" /></a></p>
<p>然后进入到yuchberry的目录，执行命令”java -jar svr.jar”就可以运行yuchberry的服务器端程序了！显示”prepare account ok”就说明程序成功运行并且可以连接到邮件服务器了！</p>
<p><a href="http://www.xixis.net/wp-content/uploads/2011/09/clip_image003.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image003" border="0" alt="clip_image003" src="http://www.xixis.net/wp-content/uploads/2011/09/clip_image003_thumb.jpg" width="244" height="48" /></a></p>
<p>但是这时候如果关掉ssh终端，那么java进程也随即会被结束。这个时候就要用到nohup了，这个指令可以让程序在后台一直运行！执行命令”nohup java -jar svr.jar &amp; “即可，然后按”Ctrl-C”返回！</p>
<p><a href="http://www.xixis.net/wp-content/uploads/2011/09/clip_image004.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image004" border="0" alt="clip_image004" src="http://www.xixis.net/wp-content/uploads/2011/09/clip_image004_thumb.jpg" width="244" height="57" /></a></p>
<p>“top”指令可以查看当前用户进程，可以看到JAVA已经在后台了！</p>
<p><a href="http://www.xixis.net/wp-content/uploads/2011/09/clip_image005.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image005" border="0" alt="clip_image005" src="http://www.xixis.net/wp-content/uploads/2011/09/clip_image005_thumb.jpg" width="244" height="84" /></a></p>
<p>这个时候就可以关闭ssh终端了！</p>
<p>如果要停止yuchberry服务器版运行，结束后台进程，输入指令”kill PID”即可，将PID疾患为你后台java对应的PID！</p>
<p>转自：<a title="http://www.bber.info/post/yuchberry_webhosting" href="http://www.bber.info/post/yuchberry_webhosting">http://www.bber.info/post/yuchberry_webhosting</a></p>

<p><a href="http://feedads.g.doubleclick.net/~a/H8faGYk-wPlP-OcdxiDcjROuwok/0/da"><img src="http://feedads.g.doubleclick.net/~a/H8faGYk-wPlP-OcdxiDcjROuwok/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/H8faGYk-wPlP-OcdxiDcjROuwok/1/da"><img src="http://feedads.g.doubleclick.net/~a/H8faGYk-wPlP-OcdxiDcjROuwok/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=a_j3Y398P1s:zll1yYj7E5A:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=a_j3Y398P1s:zll1yYj7E5A:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?i=a_j3Y398P1s:zll1yYj7E5A:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=a_j3Y398P1s:zll1yYj7E5A:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=a_j3Y398P1s:zll1yYj7E5A:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?i=a_j3Y398P1s:zll1yYj7E5A:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=a_j3Y398P1s:zll1yYj7E5A:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=a_j3Y398P1s:zll1yYj7E5A:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=a_j3Y398P1s:zll1yYj7E5A:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?i=a_j3Y398P1s:zll1yYj7E5A:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=a_j3Y398P1s:zll1yYj7E5A:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=a_j3Y398P1s:zll1yYj7E5A:63t7Ie-LG7Y"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=63t7Ie-LG7Y" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.xixis.net/archives/dreamhost-shared-virtual-machine-in-linux-non-vps-on-the-deployment-yuchberry.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mz-n707</title>
		<link>http://www.xixis.net/archives/mz-n707.html</link>
		<comments>http://www.xixis.net/archives/mz-n707.html#comments</comments>
		<pubDate>Sun, 18 Sep 2011 10:02:01 +0000</pubDate>
		<dc:creator>zhxiyao@gmail.com</dc:creator>
				<category><![CDATA[默认分类]]></category>

		<guid isPermaLink="false">http://www.xixis.net/archives/mz-n707.html</guid>
		<description><![CDATA[ 

]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.xixis.net/wp-content/uploads/2011/09/IMG_7504.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="IMG_7504" border="0" alt="IMG_7504" src="http://www.xixis.net/wp-content/uploads/2011/09/IMG_7504_thumb.jpg" width="655" height="438" /></a> </p>
<p><a href="http://www.xixis.net/wp-content/uploads/2011/09/IMG_7503.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="IMG_7503" border="0" alt="IMG_7503" src="http://www.xixis.net/wp-content/uploads/2011/09/IMG_7503_thumb.jpg" width="660" height="442" /></a></p>

<p><a href="http://feedads.g.doubleclick.net/~a/p2o8PzazJ-ZH-a5XmJ0dMvUq0D0/0/da"><img src="http://feedads.g.doubleclick.net/~a/p2o8PzazJ-ZH-a5XmJ0dMvUq0D0/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/p2o8PzazJ-ZH-a5XmJ0dMvUq0D0/1/da"><img src="http://feedads.g.doubleclick.net/~a/p2o8PzazJ-ZH-a5XmJ0dMvUq0D0/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=zTsTH1TBQvs:Zx0MAqIHick:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=zTsTH1TBQvs:Zx0MAqIHick:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?i=zTsTH1TBQvs:Zx0MAqIHick:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=zTsTH1TBQvs:Zx0MAqIHick:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=zTsTH1TBQvs:Zx0MAqIHick:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?i=zTsTH1TBQvs:Zx0MAqIHick:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=zTsTH1TBQvs:Zx0MAqIHick:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=zTsTH1TBQvs:Zx0MAqIHick:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?i=zTsTH1TBQvs:Zx0MAqIHick:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=zTsTH1TBQvs:Zx0MAqIHick:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=zTsTH1TBQvs:Zx0MAqIHick:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?i=zTsTH1TBQvs:Zx0MAqIHick:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=zTsTH1TBQvs:Zx0MAqIHick:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=zTsTH1TBQvs:Zx0MAqIHick:63t7Ie-LG7Y"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=63t7Ie-LG7Y" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.xixis.net/archives/mz-n707.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vacation rentals NYC</title>
		<link>http://www.xixis.net/archives/vacation-rentals-nyc.html</link>
		<comments>http://www.xixis.net/archives/vacation-rentals-nyc.html#comments</comments>
		<pubDate>Sat, 03 Sep 2011 13:09:22 +0000</pubDate>
		<dc:creator>zhxiyao@gmail.com</dc:creator>
				<category><![CDATA[Gg]]></category>

		<guid isPermaLink="false">http://www.xixis.net/archives/vacation-rentals-nyc.html</guid>
		<description><![CDATA[RoomLender is an excellent, user-friendly resource to post and find worldwide listings for: vacation rentals, vacation home rentals, and furnished apartment or corporate apartments for short term needs or month to month.
 
&#160;
1. High visibility: our word-of-mouth buzz and aggressive marketing campaign are making roomlender.com the go-to site for furnished apartments and vacation rentals. With a high rating on Alexa, the web information portal, thousands of new visitors reach our site every week.
2. Flexible, easy-to-use site: load an unlimited number of photos to showcase the details of your property. Simple, ...]]></description>
			<content:encoded><![CDATA[<p>RoomLender is an excellent, user-friendly resource to post and find worldwide listings for: vacation rentals, vacation home rentals, and furnished apartment or corporate apartments for short term needs or month to month.</p>
<p> <span id="more-769"></span>
<p>&#160;</p>
<p>1. <b>High visibility</b>: our word-of-mouth buzz and aggressive marketing campaign are making roomlender.com the go-to site for furnished apartments and vacation rentals. With a high rating on Alexa, the web information portal, thousands of new visitors reach our site every week.</p>
<p>2. <b>Flexible, easy-to-use site</b>: load an unlimited number of photos to showcase the details of your property. Simple, user-friendly applications are built into listing pages and networking platforms. Management tools make it easy for you to attract, inform and communicate with clients.</p>
<p>3. <b>Network and communicate directly with clients</b>: clients use a 5-star ranking and review system to share their experiences with other site users. Multilingual support is available in English, Spanish, French, German and Japanese with a built-in currency convertor for 7 major currencies ($, €, £, ¥, CA$, AU$, ZAR).</p>
<p>4. <b>Advanced technology</b>: the search function directs clients straight to your listing as they search by price, destination, size, type and availability of property. “Search predict” technology navigates around spelling errors and guides searches so users can stop typing as what they are looking for appears.</p>
<p>5. <b>Get a higher position for your listing</b>: the most complete / best ranked / frequently updated listings will appear among the top search results. We frequently feature complete and / or highly ranked listings on the homepage at roomlender.com – reaching thousands of vacation renters every month!</p>
<p><a href="http://roomlender.com/vacation-rentals/new-york-city/ny">vacation rentals NYC</a> </p>
<p><a href="http://roomlender.com/vacation-rentals/new-york-city/ny">vacation rentals new york</a></p>

<p><a href="http://feedads.g.doubleclick.net/~a/gSnsj1c3YCkwPNzSYzyfhVFCJeI/0/da"><img src="http://feedads.g.doubleclick.net/~a/gSnsj1c3YCkwPNzSYzyfhVFCJeI/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/gSnsj1c3YCkwPNzSYzyfhVFCJeI/1/da"><img src="http://feedads.g.doubleclick.net/~a/gSnsj1c3YCkwPNzSYzyfhVFCJeI/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=qSwjPzexFQ8:8igm1ugRz-4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=qSwjPzexFQ8:8igm1ugRz-4:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?i=qSwjPzexFQ8:8igm1ugRz-4:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=qSwjPzexFQ8:8igm1ugRz-4:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=qSwjPzexFQ8:8igm1ugRz-4:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?i=qSwjPzexFQ8:8igm1ugRz-4:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=qSwjPzexFQ8:8igm1ugRz-4:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=qSwjPzexFQ8:8igm1ugRz-4:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?i=qSwjPzexFQ8:8igm1ugRz-4:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=qSwjPzexFQ8:8igm1ugRz-4:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=qSwjPzexFQ8:8igm1ugRz-4:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?i=qSwjPzexFQ8:8igm1ugRz-4:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=qSwjPzexFQ8:8igm1ugRz-4:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=qSwjPzexFQ8:8igm1ugRz-4:63t7Ie-LG7Y"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=63t7Ie-LG7Y" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.xixis.net/archives/vacation-rentals-nyc.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ubuntu下使用socks5代理</title>
		<link>http://www.xixis.net/archives/use-socks5-proxy-ubuntu.html</link>
		<comments>http://www.xixis.net/archives/use-socks5-proxy-ubuntu.html#comments</comments>
		<pubDate>Sat, 20 Aug 2011 17:38:00 +0000</pubDate>
		<dc:creator>zhxiyao@gmail.com</dc:creator>
				<category><![CDATA[linux相关]]></category>
		<category><![CDATA[原创]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[privoxy]]></category>
		<category><![CDATA[scocks]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.xixis.net/archives/ubuntu%e4%b8%8b%e4%bd%bf%e7%94%a8socks5%e4%bb%a3%e7%90%86.html</guid>
		<description><![CDATA[最近解决了在ubuntu下使用socks5代理的问题,mac,ipad等系统也可参考。
首先，建立tunel：
ssh -D 7070 -C 用户名@代理服务器域名或ip
安装privoxy：
sudo apt-get install privoxy
配置过程：
用你最喜爱的编辑器打开 /etc/privoxy/config
假设你没有曾经动过这个配置文件的前提下, 在最后加上
listen-address  0.0.0.0:8080
forward-socks5   /               127.0.0.1:7070 .
不要漏了最后一个点 ” . ”
重启Privoxy :
sudo /etc/init.d/privoxy restart
不同发行版本略有不同.
最后在首选项中将系统网络代理设为 127.0.0.1：8080即可。
]]></description>
			<content:encoded><![CDATA[<p>最近解决了在ubuntu下使用socks5代理的问题,mac,ipad等系统也可参考。<br />
首先，建立tunel：</p>
<blockquote><p>ssh -D 7070 -C 用户名@代理服务器域名或ip</p></blockquote>
<p>安装<span class='wp_keywordlink_affiliate'><a href="http://www.xixis.net/archives/tag/privoxy" title="显示privoxy的所有日志" target="_blank">privoxy</a></span>：</p>
<blockquote><p>sudo apt-get install <span class='wp_keywordlink_affiliate'><a href="http://www.xixis.net/archives/tag/privoxy" title="显示privoxy的所有日志" target="_blank">privoxy</a></span></p></blockquote>
<p>配置过程：</p>
<p>用你最喜爱的编辑器打开 /etc/<span class='wp_keywordlink_affiliate'><a href="http://www.xixis.net/archives/tag/privoxy" title="显示privoxy的所有日志" target="_blank">privoxy</a></span>/config</p>
<p>假设你没有曾经动过这个配置文件的前提下, 在最后加上</p>
<blockquote><p>listen-address  0.0.0.0:8080<br />
forward-socks5   /               127.0.0.1:7070 .</p></blockquote>
<p>不要漏了最后一个点 ” . ”</p>
<p>重启Privoxy :</p>
<blockquote><p>sudo /etc/init.d/privoxy restart</p></blockquote>
<p>不同发行版本略有不同.</p>
<p>最后在首选项中将系统网络代理设为 127.0.0.1：8080即可。</p>

<p><a href="http://feedads.g.doubleclick.net/~a/dyXV4-rpaqJOeGsKb5QLmLXS4c8/0/da"><img src="http://feedads.g.doubleclick.net/~a/dyXV4-rpaqJOeGsKb5QLmLXS4c8/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/dyXV4-rpaqJOeGsKb5QLmLXS4c8/1/da"><img src="http://feedads.g.doubleclick.net/~a/dyXV4-rpaqJOeGsKb5QLmLXS4c8/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=lyhyiSgmN8Y:7D-ZI9IBQ70:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=lyhyiSgmN8Y:7D-ZI9IBQ70:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?i=lyhyiSgmN8Y:7D-ZI9IBQ70:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=lyhyiSgmN8Y:7D-ZI9IBQ70:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=lyhyiSgmN8Y:7D-ZI9IBQ70:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?i=lyhyiSgmN8Y:7D-ZI9IBQ70:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=lyhyiSgmN8Y:7D-ZI9IBQ70:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=lyhyiSgmN8Y:7D-ZI9IBQ70:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=lyhyiSgmN8Y:7D-ZI9IBQ70:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?i=lyhyiSgmN8Y:7D-ZI9IBQ70:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=lyhyiSgmN8Y:7D-ZI9IBQ70:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=lyhyiSgmN8Y:7D-ZI9IBQ70:63t7Ie-LG7Y"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=63t7Ie-LG7Y" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.xixis.net/archives/use-socks5-proxy-ubuntu.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Actos Bladder Cancer Risk</title>
		<link>http://www.xixis.net/archives/actos-bladder-cancer-risk.html</link>
		<comments>http://www.xixis.net/archives/actos-bladder-cancer-risk.html#comments</comments>
		<pubDate>Thu, 11 Aug 2011 17:09:09 +0000</pubDate>
		<dc:creator>zhxiyao@gmail.com</dc:creator>
				<category><![CDATA[Gg]]></category>

		<guid isPermaLink="false">http://www.xixis.net/archives/actos-bladder-cancer-risk.html</guid>
		<description><![CDATA[According to a recent U.S. Food and Drug Administration (FDA) safety announcement, “use of the diabetes medication Actos (pioglitazone) for more than one year may be associated with an increased risk of bladder cancer.” The safety announcement goes on to explain that this risk information will soon be added to the “Warnings and Precautions section of the label for pioglitazone-containing medicines.” In addition, the FDA explains that “The patient Medication Guide for these medicines will also be revised to include information on the risk of bladder cancer.”
This recent safety announcement ...]]></description>
			<content:encoded><![CDATA[<p>According to a recent U.S. Food and Drug Administration (FDA) safety announcement, “use of the diabetes medication Actos (pioglitazone) for more than one year may be associated with an increased risk of bladder cancer.” The safety announcement goes on to explain that this risk information will soon be added to the “<em>Warnings and Precautions</em> section of the label for pioglitazone-containing medicines.” In addition, the FDA explains that “The patient Medication Guide for these medicines will also be revised to include information on the risk of bladder cancer.”</p>
<p>This recent safety announcement comes after “a recent epidemiological study conducted in France which suggests an increased risk of bladder cancer with pioglitazone.” The FDA reports that “Based on the results of this study, France has suspended the use of pioglitazone and Germany has recommended not to start pioglitazone in new patients.” In the United States, the FDA has responded by initially recommending healthcare professionals not prescribe this medication to patients with active bladder cancer or a prior history of this condition.</p>
<h4>Actos Use</h4>
<p>Actos is a prescription medication used to treat type 2 diabetes in adults over the age of 18. The use of this drug is meant to coincide with proper diet and exercise. The FDA explains that this medication is sold “as a single-ingredient product under the brand-name Actos,” as well as a combination drug with the other medications, metformin and glimepiride. The FDA approved the sale of Actos in 1999, while a generic form is currently scheduled for release in 2012.&#160; </p>
<p>In type 2 diabetes, either the pancreas cannot produce enough insulin or cannot use it effectively enough to control the level of glucose in the blood. Actos’ active ingredient, pioglitazone, allows the body to make better use of the insulin it produces by making fat, muscle and liver cells more sensitive to it. This allows for the reduction of blood glucose levels and control over type 2 diabetes.</p>
<h4>Actos Bladder Cancer Risks</h4>
<p>According to the safety announcement from the FDA, Actos’ risk of bladder cancer is particularly high in men. The FDA reports this “safety information is based on FDA&#8217;s review of data from a planned five-year interim analysis of an ongoing, ten-year epidemiological study.” According to this interim analysis, “an increased risk of bladder cancer was noted among patients with the longest exposure to pioglitazone, and in those exposed to the highest cumulative dose of pioglitazone. “ The FDA reports that “Compared to never being exposed to pioglitazone,” pioglitazone therapy lasting longer than 12 months was “associated with a 40% increase in risk.”</p>
<p>This analysis looked at data collected from January 1, 1997 to April 30, 2008. However, the medication is also linked to a number of other side effects which include the following:</p>
<ul>
<li>
<p>Upper respiratory tract infection</p>
</li>
<li>
<p>Hypoaesthesia, or diminished sense of touch</p>
</li>
<li>
<p>Vision difficulties</p>
</li>
<li>
<p>Bone fractures</p>
</li>
<li>
<p>Increased weight</p>
</li>
</ul>
<p>Furthermore, the FDA safety announcement warns patients to speak to their doctor if they have any of the following symptoms of bladder cancer while taking Actos: “blood or red color in urine; urgent need to urinate or pain while urinating; pain in back or lower abdomen.”</p>
<h4>FDA Response</h4>
<p>In response, the FDA plans to work closely with the Japanese pharmaceutical company which manufactures the drug, Takeda, Inc., as they monitor the results of ongoing studies. Furthermore, the FDA has said it plans to “conduct a comprehensive review of the results from the French study” which prompted both France and Germany to largely eliminate Actos from their markets. The FDA explains it will also continue updating the public on the dangers of this drug as more information becomes available.</p>
<p>About Takeda, Inc.</p>
<p>This research-based global pharmaceutical company is the largest pharmaceutical company in Japan. It also has operations throughout the U.S., including corporate facilities in California, New Jersey and Maryland, among others. However, Takeda’s United States Corporate headquarters are located in Deerfield, Illinois.</p>
<p>Last year alone, the company’s global sales revenue for Actos was $4.8 billion, accounting for over 27% of the company’s total pharmaceutical revenues. Furthermore, the FDA explains that between January 2010 and October 2010, an estimated 2.3 million diabetic patients in the U.S. alone filled prescriptions for this medication.</p>
<h6>Reference:</h6>
<h6><a href="http://www.actoslawsuitcenter.net/">actos lawsuit</a></h6>
<h6><a href="http://www.fda.gov/Drugs/DrugSafety/ucm259150.htm">U.S. Food and Drug Administration</a></h6>

<p><a href="http://feedads.g.doubleclick.net/~a/h1a4CmrtircTrIyFrIGgyibPJM8/0/da"><img src="http://feedads.g.doubleclick.net/~a/h1a4CmrtircTrIyFrIGgyibPJM8/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/h1a4CmrtircTrIyFrIGgyibPJM8/1/da"><img src="http://feedads.g.doubleclick.net/~a/h1a4CmrtircTrIyFrIGgyibPJM8/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=x4K1hF_svgw:WYAbF6m8vzw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=x4K1hF_svgw:WYAbF6m8vzw:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?i=x4K1hF_svgw:WYAbF6m8vzw:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=x4K1hF_svgw:WYAbF6m8vzw:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=x4K1hF_svgw:WYAbF6m8vzw:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?i=x4K1hF_svgw:WYAbF6m8vzw:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=x4K1hF_svgw:WYAbF6m8vzw:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=x4K1hF_svgw:WYAbF6m8vzw:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?i=x4K1hF_svgw:WYAbF6m8vzw:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=x4K1hF_svgw:WYAbF6m8vzw:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=x4K1hF_svgw:WYAbF6m8vzw:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?i=x4K1hF_svgw:WYAbF6m8vzw:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=x4K1hF_svgw:WYAbF6m8vzw:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=x4K1hF_svgw:WYAbF6m8vzw:63t7Ie-LG7Y"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=63t7Ie-LG7Y" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.xixis.net/archives/actos-bladder-cancer-risk.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>budget hosting</title>
		<link>http://www.xixis.net/archives/budget-hosting.html</link>
		<comments>http://www.xixis.net/archives/budget-hosting.html#comments</comments>
		<pubDate>Tue, 09 Aug 2011 14:04:50 +0000</pubDate>
		<dc:creator>zhxiyao@gmail.com</dc:creator>
				<category><![CDATA[Gg]]></category>

		<guid isPermaLink="false">http://www.xixis.net/archives/budget-hosting.html</guid>
		<description><![CDATA[budget hosting best business hosting web hosting
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.best-business-web-hosting.com/">budget hosting</a> <a href="http://www.best-business-web-hosting.com/">best business hosting</a> <a href="http://www.best-business-web-hosting.com/">web hosting</a></p>

<p><a href="http://feedads.g.doubleclick.net/~a/-ty1LPyzzWWZSqFNeSsXscwwQ3Q/0/da"><img src="http://feedads.g.doubleclick.net/~a/-ty1LPyzzWWZSqFNeSsXscwwQ3Q/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/-ty1LPyzzWWZSqFNeSsXscwwQ3Q/1/da"><img src="http://feedads.g.doubleclick.net/~a/-ty1LPyzzWWZSqFNeSsXscwwQ3Q/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=b-s3qlvlADU:hkdTmIQuwmA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=b-s3qlvlADU:hkdTmIQuwmA:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?i=b-s3qlvlADU:hkdTmIQuwmA:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=b-s3qlvlADU:hkdTmIQuwmA:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=b-s3qlvlADU:hkdTmIQuwmA:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?i=b-s3qlvlADU:hkdTmIQuwmA:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=b-s3qlvlADU:hkdTmIQuwmA:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=b-s3qlvlADU:hkdTmIQuwmA:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?i=b-s3qlvlADU:hkdTmIQuwmA:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=b-s3qlvlADU:hkdTmIQuwmA:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=b-s3qlvlADU:hkdTmIQuwmA:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?i=b-s3qlvlADU:hkdTmIQuwmA:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=b-s3qlvlADU:hkdTmIQuwmA:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=b-s3qlvlADU:hkdTmIQuwmA:63t7Ie-LG7Y"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=63t7Ie-LG7Y" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.xixis.net/archives/budget-hosting.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>magic amway nba</title>
		<link>http://www.xixis.net/archives/magic-amway-nba.html</link>
		<comments>http://www.xixis.net/archives/magic-amway-nba.html#comments</comments>
		<pubDate>Tue, 26 Jul 2011 09:11:37 +0000</pubDate>
		<dc:creator>zhxiyao@gmail.com</dc:creator>
				<category><![CDATA[Gg]]></category>

		<guid isPermaLink="false">http://www.xixis.net/archives/magic-amway-nba.html</guid>
		<description><![CDATA[TicketAmerica is a licensed ticket broker that offers ease and convenience from the largest selection of top quality event tickets, at the most competitive prices available.
Ticketamerica.com has tickets for the orlando magic and the amway center and nba tickets.
orlando tickets
amway center tickets
nba tickets
]]></description>
			<content:encoded><![CDATA[<p><span style="WIDOWS: 2; TEXT-TRANSFORM: none; BACKGROUND-COLOR: rgb(255,255,255); TEXT-INDENT: 0px; FONT: small verdana, arial, sans-serif; WHITE-SPACE: normal; ORPHANS: 2; LETTER-SPACING: normal; COLOR: rgb(108,108,108); WORD-SPACING: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px" class="Apple-style-span">TicketAmerica is a licensed ticket broker that offers ease and convenience from the largest selection of top quality event tickets, at the most competitive prices available.</span></p>
<p><span style="WIDOWS: 2; TEXT-TRANSFORM: none; BACKGROUND-COLOR: rgb(241,241,241); TEXT-INDENT: 0px; FONT: 13px Arial, sans-serif; WHITE-SPACE: normal; ORPHANS: 2; LETTER-SPACING: normal; COLOR: rgb(121,121,121); WORD-SPACING: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px" class="Apple-style-span">Ticketamerica.com has tickets for the orlando magic and the amway center and nba tickets.</span></p>
<p><a href="http://www.ticketamerica.com/orlando_magic_tickets.html">orlando tickets</a></p>
<p><a href="http://www.ticketamerica.com/amway_center_tickets.html">amway center tickets</a></p>
<p><a href="http://www.ticketamerica.com/sports/basketball/nba_basketball/">nba tickets</a></p>

<p><a href="http://feedads.g.doubleclick.net/~a/uYvN80KplzWmpvD4mSgMBeF1YBc/0/da"><img src="http://feedads.g.doubleclick.net/~a/uYvN80KplzWmpvD4mSgMBeF1YBc/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/uYvN80KplzWmpvD4mSgMBeF1YBc/1/da"><img src="http://feedads.g.doubleclick.net/~a/uYvN80KplzWmpvD4mSgMBeF1YBc/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=-6z-mDnKaOk:oA6BI9ya5To:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=-6z-mDnKaOk:oA6BI9ya5To:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?i=-6z-mDnKaOk:oA6BI9ya5To:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=-6z-mDnKaOk:oA6BI9ya5To:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=-6z-mDnKaOk:oA6BI9ya5To:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?i=-6z-mDnKaOk:oA6BI9ya5To:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=-6z-mDnKaOk:oA6BI9ya5To:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=-6z-mDnKaOk:oA6BI9ya5To:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?i=-6z-mDnKaOk:oA6BI9ya5To:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=-6z-mDnKaOk:oA6BI9ya5To:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=-6z-mDnKaOk:oA6BI9ya5To:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?i=-6z-mDnKaOk:oA6BI9ya5To:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=-6z-mDnKaOk:oA6BI9ya5To:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=-6z-mDnKaOk:oA6BI9ya5To:63t7Ie-LG7Y"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=63t7Ie-LG7Y" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.xixis.net/archives/magic-amway-nba.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox缓存文件夹位置设置及清除缓存方法</title>
		<link>http://www.xixis.net/archives/firefox-cache-folder-location-settings-and-clear-the-cache-methods.html</link>
		<comments>http://www.xixis.net/archives/firefox-cache-folder-location-settings-and-clear-the-cache-methods.html#comments</comments>
		<pubDate>Thu, 12 May 2011 14:38:44 +0000</pubDate>
		<dc:creator>zhxiyao@gmail.com</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.xixis.net/archives/firefox%e7%bc%93%e5%ad%98%e6%96%87%e4%bb%b6%e5%a4%b9%e4%bd%8d%e7%bd%ae%e8%ae%be%e7%bd%ae%e5%8f%8a%e6%b8%85%e9%99%a4%e7%bc%93%e5%ad%98%e6%96%b9%e6%b3%95.html</guid>
		<description><![CDATA[&#160;火狐（Firefox）浏览器是主流浏览器之一，市场占有率仅次于IE浏览器。我们在日常的工作生活中，每天浏览无数的网站网页，电脑系统难免会多了很多的缓存文件，如firefox临时文件。使用IE浏览器的用户一般会在工具栏点“工具”-Internet选项-删除文件，清除Cookies等操作来清除缓存文件，你会发现删除文件右边有个“设置”按钮，这里就是IE缓存文件夹设置的。那么使用Firefox浏览器的用户对于firefox缓存文件夹位置以及Firefox清除缓存等问题该如何操作呢？Firefox缓存设置又在哪里呢？我们带着问题看看firefoxDIY的操作你就会明白了。 
firefox缓存文件夹位置查看： 打开firefox浏览器在地址栏输入：about:cache 你会看到如下的firefox缓存文件夹的默认位置显示（第一个是内存，底下的是硬盘），这里列出Disk cache device和Offline cache device对于的信息。其中Disk cache device对应的Cache Directory就是firefox缓存的文件夹位置了。你可以通过这个地址的路径提示打开就能找到火狐缓存在哪，更快的方法是复制地址然后在文件夹的地址栏输入马上到达firefox缓存文件夹。我这里通过firefox缓存查看到文件占的空间是93M的，有点小多哦。 Disk cache device Number of entries:&#160; &#160;&#160;&#160;3360 Maximum storage size:&#160; &#160;&#160;&#160;51200 KiB Storage in use:&#160; &#160;&#160;&#160;31700 KiB Cache Directory:&#160; &#160;&#160;&#160;C:\Documents and Settings\Administrator\Local Settings\Application Data\Mozilla\Firefox\Profiles\vpzup8qs.default\Cache这里就是firefox缓存位置（火狐缓存文件夹）。 List Cache Entries ———— Offline cache device Number of entries:0 Maximum storage size:512000 KiB Storage in use: 0 KiB Cache Directory:C:\Documents and Settings\Administrator\Local Settings\Application Data\Mozilla\Firefox\Profiles\vpzup8qs.default\OfflineCache List Cache Entries

firefox清除缓存：打开刚才的firefox缓存文件夹地址后直接删除里面的文件即可完成火狐清除缓存问题。
firefox缓存位置设置： 这里的firefox缓存位置设置其实就是自定义/更改缓存文件夹位置。你想保存在什么地方自己设置即可。 操作方法：打开Firefox浏览器在地址栏输入about:config然后回车，（这里可能会出现“我保证会小心”的按钮，点击即可）就会出现火狐浏览器详细配置页面。用右键新建一个字符串名为browser.cache.disk.parent_directory然后输入你自己指定的文件夹路径即可。例如： D:\firefoxDIY\firefoxTemp，确定然后重新启动firefox就可以了。这时候你再在firefox浏览器地址栏输入 about:cache就会发现firefox缓存文件夹已经更改了。这时之前的firefox缓存文件没什么用可以删除它。以后删除firefox缓存就简单了吧。呵呵。
另外：可能为了更高的提高firefox浏览器的速度把缓存设置到了内存上，如临时文件夹指定为：B:\firefoxDIY\firefoxTemp。不过内存小的建议不要这样设置。

]]></description>
			<content:encoded><![CDATA[<p>&nbsp;火狐（Firefox）浏览器是主流浏览器之一，市场占有率仅次于IE浏览器。我们在日常的工作生活中，每天浏览无数的网站网页，电脑系统难免会多了很多的缓存文件，如firefox临时文件。使用IE浏览器的用户一般会在工具栏点“工具”-Internet选项-删除文件，清除Cookies等操作来清除缓存文件，你会发现删除文件右边有个“设置”按钮，这里就是IE缓存文件夹设置的。那么使用Firefox浏览器的用户对于firefox缓存文件夹位置以及Firefox清除缓存等问题该如何操作呢？Firefox缓存设置又在哪里呢？我们带着问题看看firefoxDIY的操作你就会明白了。<br/> <span id="more-763"></span></p>
<p>firefox缓存文件夹位置查看：<br/> 打开firefox浏览器在地址栏输入：about:cache<br/> 你会看到如下的firefox缓存文件夹的默认位置显示（第一个是内存，底下的是硬盘），这里列出Disk cache device和Offline cache device对于的信息。其中Disk cache device对应的Cache Directory就是firefox缓存的文件夹位置了。你可以通过这个地址的路径提示打开就能找到火狐缓存在哪，更快的方法是复制地址然后在文件夹的地址栏输入马上到达firefox缓存文件夹。我这里通过firefox缓存查看到文件占的空间是93M的，有点小多哦。<br/> Disk cache device<br/> Number of entries:&nbsp; &nbsp;&nbsp;&nbsp;3360<br/> Maximum storage size:&nbsp; &nbsp;&nbsp;&nbsp;51200 KiB<br/> Storage in use:&nbsp; &nbsp;&nbsp;&nbsp;31700 KiB<br/> Cache Directory:&nbsp; &nbsp;&nbsp;&nbsp;C:\Documents and Settings\Administrator\Local Settings\Application Data\Mozilla\Firefox\Profiles\vpzup8qs.default\Cache这里就是firefox缓存位置（火狐缓存文件夹）。<br/> List Cache Entries<br/> ————<br/> Offline cache device<br/> Number of entries:0<br/> Maximum storage size:512000 KiB<br/> Storage in use: 0 KiB<br/> Cache Directory:C:\Documents and Settings\Administrator\Local Settings\Application Data\Mozilla\Firefox\Profiles\vpzup8qs.default\OfflineCache<br/> List Cache Entries</p>
<div>
<p>firefox清除缓存：打开刚才的firefox缓存文件夹地址后直接删除里面的文件即可完成火狐清除缓存问题。</p>
<p>firefox缓存位置设置：<br/> 这里的firefox缓存位置设置其实就是自定义/更改缓存文件夹位置。你想保存在什么地方自己设置即可。<br/> 操作方法：打开Firefox浏览器在地址栏输入about:config然后回车，（这里可能会出现“我保证会小心”的按钮，点击即可）就会出现火狐浏览器详细配置页面。用右键新建一个字符串名为browser.cache.disk.parent_directory然后输入你自己指定的文件夹路径即可。例如： D:\firefoxDIY\firefoxTemp，确定然后重新启动firefox就可以了。这时候你再在firefox浏览器地址栏输入 about:cache就会发现firefox缓存文件夹已经更改了。这时之前的firefox缓存文件没什么用可以删除它。以后删除firefox缓存就简单了吧。呵呵。</p>
<p>另外：可能为了更高的提高firefox浏览器的速度把缓存设置到了内存上，如临时文件夹指定为：B:\firefoxDIY\firefoxTemp。不过内存小的建议不要这样设置。</p>
</p></div>

<p><a href="http://feedads.g.doubleclick.net/~a/yG2IUVReTsI03CbNRBiRPBaiFJo/0/da"><img src="http://feedads.g.doubleclick.net/~a/yG2IUVReTsI03CbNRBiRPBaiFJo/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/yG2IUVReTsI03CbNRBiRPBaiFJo/1/da"><img src="http://feedads.g.doubleclick.net/~a/yG2IUVReTsI03CbNRBiRPBaiFJo/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=UKexSG2l1Io:6bOIa0wCQBY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=UKexSG2l1Io:6bOIa0wCQBY:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?i=UKexSG2l1Io:6bOIa0wCQBY:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=UKexSG2l1Io:6bOIa0wCQBY:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=UKexSG2l1Io:6bOIa0wCQBY:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?i=UKexSG2l1Io:6bOIa0wCQBY:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=UKexSG2l1Io:6bOIa0wCQBY:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=UKexSG2l1Io:6bOIa0wCQBY:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=UKexSG2l1Io:6bOIa0wCQBY:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?i=UKexSG2l1Io:6bOIa0wCQBY:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=UKexSG2l1Io:6bOIa0wCQBY:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=UKexSG2l1Io:6bOIa0wCQBY:63t7Ie-LG7Y"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=63t7Ie-LG7Y" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.xixis.net/archives/firefox-cache-folder-location-settings-and-clear-the-cache-methods.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bob Dylan</title>
		<link>http://www.xixis.net/archives/bob-dylan.html</link>
		<comments>http://www.xixis.net/archives/bob-dylan.html#comments</comments>
		<pubDate>Wed, 27 Apr 2011 16:36:38 +0000</pubDate>
		<dc:creator>zhxiyao@gmail.com</dc:creator>
				<category><![CDATA[Gg]]></category>

		<guid isPermaLink="false">http://www.xixis.net/archives/bob-dylan.html</guid>
		<description><![CDATA[
Bob Dylan is a Grammy, Golden Globe and Academy Award-winning American singer-songwriter, author, musician, and poet who has been a major figure in popular music for five decades. Much of Dylan&#8217;s most notable work dates from the 1960s, when he became an informal documentarian and reluctant figurehead of American unrest. Some of his songs, such as &#34;Blowin&#8217; in the Wind&#34; and &#34;The Times They Are a-Changin&#8217;&#34;, became anthems of the anti-war and civil rights movements. His most recent studio album, Modern Times, released on August 29, 2006, entered the U.S. ...]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.xixis.net/wp-content/uploads/2011/04/clip_image001.jpg"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="clip_image001" border="0" alt="clip_image001" src="http://www.xixis.net/wp-content/uploads/2011/04/clip_image001_thumb.jpg" width="134" height="133" /></a></p>
<p>Bob Dylan is a Grammy, Golden Globe and Academy Award-winning American singer-songwriter, author, musician, and poet who has been a major figure in popular music for five decades. Much of Dylan&#8217;s most notable work dates from the 1960s, when he became an informal documentarian and reluctant figurehead of American unrest. Some of his songs, such as &quot;Blowin&#8217; in the Wind&quot; and &quot;The Times They Are a-Changin&#8217;&quot;, became anthems of the anti-war and civil rights movements. His most recent studio album, Modern Times, released on August 29, 2006, entered the U.S. album charts at #1, making him, at age 65, the oldest living person to top those charts. See Bob Dylan LIVE! Purchase your Bob Dylan tickets today!</p>
<p> <span id="more-759"></span>
</p>
<p>Ticketamerica.com has tickets for <a href="http://www.ticketamerica.com/michael_buble_tickets.html">michael buble</a> and <a href="http://www.ticketamerica.com/bob_dylan_tickets.html">bob dylan</a> concert tickets as well as <a href="http://www.ticketamerica.com/eminem_tickets.html">eminem rap tickets</a>. Ticket America is your #1 source for Bob Dylan tickets. Ticket America offers the most comprehensive inventory of Bob Dylan tickets on the web. If you cannot find the Bob Dylan tickets you are looking for, please check back as we are constantly updating our inventory. Tickets America ships all Bob Dylan tickets via FedEx. Any orders for Bob Dylan tickets placed on Ticketamerica.com that are no longer available will either be substituted for comparable tickets or cancelled at the customers discretion.     <br />You can order Bob Dylan tickets online at Ticketamerica.com or by phone. Ticketamerica.com is your most trusted source for ordering Bob Dylan tickets online. If you do not wish to order your Bob Dylan tickets online, please call and speak to one of our knowledgeable customer service representatives at 800.842.9750.     <br />Please Note: <a href="http://www.ticketamerica.com/bob_dylan_tickets.html">Bob Dylan tickets</a> may be sold for more than face value. Our prices for Bob Dylan tickets reflect the cost of obtaining premium seating. Tickets America is not affiliated with the official Bob Dylan website, fan club, or venue box office.</p>
<p>key words: <a href="http://www.ticketamerica.com/bob_dylan_tickets.html">bob dylan concert tickets</a> <a href="http://www.ticketamerica.com/michael_buble_tickets.html">michael buble concert tickets</a> <a href="http://www.ticketamerica.com/eminem_tickets.html">eminem rap tickets</a></p>

<p><a href="http://feedads.g.doubleclick.net/~a/afqVUZceI5tEDDYMQ_jBnspwJ0o/0/da"><img src="http://feedads.g.doubleclick.net/~a/afqVUZceI5tEDDYMQ_jBnspwJ0o/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/afqVUZceI5tEDDYMQ_jBnspwJ0o/1/da"><img src="http://feedads.g.doubleclick.net/~a/afqVUZceI5tEDDYMQ_jBnspwJ0o/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=mTgBuD0WUOg:LX_grSIKUMI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=mTgBuD0WUOg:LX_grSIKUMI:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?i=mTgBuD0WUOg:LX_grSIKUMI:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=mTgBuD0WUOg:LX_grSIKUMI:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=mTgBuD0WUOg:LX_grSIKUMI:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?i=mTgBuD0WUOg:LX_grSIKUMI:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=mTgBuD0WUOg:LX_grSIKUMI:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=mTgBuD0WUOg:LX_grSIKUMI:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?i=mTgBuD0WUOg:LX_grSIKUMI:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=mTgBuD0WUOg:LX_grSIKUMI:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=mTgBuD0WUOg:LX_grSIKUMI:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?i=mTgBuD0WUOg:LX_grSIKUMI:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=mTgBuD0WUOg:LX_grSIKUMI:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=mTgBuD0WUOg:LX_grSIKUMI:63t7Ie-LG7Y"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=63t7Ie-LG7Y" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.xixis.net/archives/bob-dylan.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>修改Hosts解决gmail等服务问题</title>
		<link>http://www.xixis.net/archives/modify-hosts-gmail-and-other-services-to-solve-problems.html</link>
		<comments>http://www.xixis.net/archives/modify-hosts-gmail-and-other-services-to-solve-problems.html#comments</comments>
		<pubDate>Sat, 23 Apr 2011 03:33:17 +0000</pubDate>
		<dc:creator>zhxiyao@gmail.com</dc:creator>
				<category><![CDATA[网络资源]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[hosts]]></category>

		<guid isPermaLink="false">http://www.xixis.net/archives/%e4%bf%ae%e6%94%b9hosts%e8%a7%a3%e5%86%b3gmail%e7%ad%89%e6%9c%8d%e5%8a%a1%e9%97%ae%e9%a2%98.html</guid>
		<description><![CDATA[你懂的，在hosts里添加Google Docs的解析IP直接绕过DNS查询，就能正常使用https的Google Docs了。   hosts文件的位置：
 
&#160;
1、windows：C:\Windows\System32\drivers\etc\hosts      2、Linux：/etc/hosts

用记事本打开hosts文件，下面这些内容添加到hosts文件的顶部：
209.85.225.101 docs.google.com      74.125.127.100 writely.google.com      74.125.127.139 spreadsheets.google.com

保存hosts，重启浏览器后，https方式的Google Docs就能正常访问了。    万一Gmail也遭遇到Google Docs的情况怎么办？用同样的方法，在hosts文件里加入Gmail的IP即可，为方便使用，我将提供有https方式的Google服务及其的IP列表如下：
209.85.147.109 pop.gmail.com      209.85.147.109 smtp.gmail.com      66.102.7.19 mail.google.com      209.85.225.101 docs.google.com      209.85.225.102 groups.google.com      74.125.127.139 spreadsheets.google.com      74.125.127.100 services.google.com      74.125.127.100 writely.google.com      74.125.127.100 ...]]></description>
			<content:encoded><![CDATA[<p>你懂的，在<span class='wp_keywordlink_affiliate'><a href="http://www.xixis.net/archives/tag/hosts" title="显示hosts的所有日志" target="_blank">hosts</a></span>里添加Google Docs的解析IP直接绕过DNS查询，就能正常使用https的Google Docs了。   <br /><span class='wp_keywordlink_affiliate'><a href="http://www.xixis.net/archives/tag/hosts" title="显示hosts的所有日志" target="_blank">hosts</a></span>文件的位置：</p>
<p> <span id="more-756"></span>
<p>&#160;</p>
<blockquote><p>1、windows：C:\Windows\System32\drivers\etc\<span class='wp_keywordlink_affiliate'><a href="http://www.xixis.net/archives/tag/hosts" title="显示hosts的所有日志" target="_blank">hosts</a></span>      <br />2、Linux：/etc/hosts</p>
</blockquote>
<p>用记事本打开hosts文件，下面这些内容添加到hosts文件的顶部：</p>
<blockquote><p>209.85.225.101 docs.google.com      <br />74.125.127.100 writely.google.com      <br />74.125.127.139 spreadsheets.google.com</p>
</blockquote>
<p>保存hosts，重启浏览器后，https方式的Google Docs就能正常访问了。    <br />万一Gmail也遭遇到Google Docs的情况怎么办？用同样的方法，在hosts文件里加入Gmail的IP即可，为方便使用，我将提供有https方式的Google服务及其的IP列表如下：</p>
<blockquote><p>209.85.147.109 pop.<span class='wp_keywordlink_affiliate'><a href="http://www.xixis.net/archives/tag/gmail" title="显示gmail的所有日志" target="_blank">gmail</a></span>.com      <br />209.85.147.109 smtp.<span class='wp_keywordlink_affiliate'><a href="http://www.xixis.net/archives/tag/gmail" title="显示gmail的所有日志" target="_blank">gmail</a></span>.com      <br />66.102.7.19 mail.google.com      <br />209.85.225.101 docs.google.com      <br />209.85.225.102 groups.google.com      <br />74.125.127.139 spreadsheets.google.com      <br />74.125.127.100 services.google.com      <br />74.125.127.100 writely.google.com      <br />74.125.127.100 sites.google.com      <br />209.85.225.104 reader.google.com      <br />74.125.127.101 calendar.google.com</p>
</blockquote>

<p><a href="http://feedads.g.doubleclick.net/~a/q1834ofSLkhcSJ8i4HtEVJncvag/0/da"><img src="http://feedads.g.doubleclick.net/~a/q1834ofSLkhcSJ8i4HtEVJncvag/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/q1834ofSLkhcSJ8i4HtEVJncvag/1/da"><img src="http://feedads.g.doubleclick.net/~a/q1834ofSLkhcSJ8i4HtEVJncvag/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=10J8M35cKjM:nrZ-hG7frkg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=10J8M35cKjM:nrZ-hG7frkg:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?i=10J8M35cKjM:nrZ-hG7frkg:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=10J8M35cKjM:nrZ-hG7frkg:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=10J8M35cKjM:nrZ-hG7frkg:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?i=10J8M35cKjM:nrZ-hG7frkg:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=10J8M35cKjM:nrZ-hG7frkg:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=10J8M35cKjM:nrZ-hG7frkg:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=10J8M35cKjM:nrZ-hG7frkg:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?i=10J8M35cKjM:nrZ-hG7frkg:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=10J8M35cKjM:nrZ-hG7frkg:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=10J8M35cKjM:nrZ-hG7frkg:63t7Ie-LG7Y"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=63t7Ie-LG7Y" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.xixis.net/archives/modify-hosts-gmail-and-other-services-to-solve-problems.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>建立自己的云储存服务</title>
		<link>http://www.xixis.net/archives/to-establish-their-own-cloud-storage-service.html</link>
		<comments>http://www.xixis.net/archives/to-establish-their-own-cloud-storage-service.html#comments</comments>
		<pubDate>Fri, 22 Apr 2011 12:27:33 +0000</pubDate>
		<dc:creator>zhxiyao@gmail.com</dc:creator>
				<category><![CDATA[网络资源]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[云储存]]></category>

		<guid isPermaLink="false">http://www.xixis.net/archives/%e5%bb%ba%e7%ab%8b%e8%87%aa%e5%b7%b1%e7%9a%84%e4%ba%91%e5%82%a8%e5%ad%98%e6%9c%8d%e5%8a%a1.html</guid>
		<description><![CDATA[KDE去年透露了ownCloud项目，允许用户在自己的服务器上或者亚马逊的S3上创建能自主控制的同步备份储存服务。现在，它已经发布了ownCloud 1.2，建立了ownCloud Apps在线应用分享平台（应用很多），宣布了ownCloud冲刺活动，希望更多的人参与开发，创建自己的云储存服务。
]]></description>
			<content:encoded><![CDATA[<p>KDE去年透露了ownCloud项目，允许用户在自己的服务器上或者亚马逊的S3上创建能自主控制的同步备份储存服务。现在，它已经发布了ownCloud 1.2，建立了ownCloud Apps在线应用分享平台（应用很多），宣布了ownCloud冲刺活动，希望更多的人参与开发，创建自己的<span class='wp_keywordlink_affiliate'><a href="http://www.xixis.net/archives/tag/%e4%ba%91%e5%82%a8%e5%ad%98" title="显示云储存的所有日志" target="_blank">云储存</a></span>服务。</p>

<p><a href="http://feedads.g.doubleclick.net/~a/5RLz71PH7AUqA3kj4ILUyuk_hgk/0/da"><img src="http://feedads.g.doubleclick.net/~a/5RLz71PH7AUqA3kj4ILUyuk_hgk/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/5RLz71PH7AUqA3kj4ILUyuk_hgk/1/da"><img src="http://feedads.g.doubleclick.net/~a/5RLz71PH7AUqA3kj4ILUyuk_hgk/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=rfKIvWzkV2w:zRA8Ej8JE8E:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=rfKIvWzkV2w:zRA8Ej8JE8E:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?i=rfKIvWzkV2w:zRA8Ej8JE8E:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=rfKIvWzkV2w:zRA8Ej8JE8E:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=rfKIvWzkV2w:zRA8Ej8JE8E:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?i=rfKIvWzkV2w:zRA8Ej8JE8E:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=rfKIvWzkV2w:zRA8Ej8JE8E:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=rfKIvWzkV2w:zRA8Ej8JE8E:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=rfKIvWzkV2w:zRA8Ej8JE8E:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?i=rfKIvWzkV2w:zRA8Ej8JE8E:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=rfKIvWzkV2w:zRA8Ej8JE8E:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=rfKIvWzkV2w:zRA8Ej8JE8E:63t7Ie-LG7Y"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=63t7Ie-LG7Y" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.xixis.net/archives/to-establish-their-own-cloud-storage-service.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>改善显卡散热解决显示器花点</title>
		<link>http://www.xixis.net/archives/to-improve-the-graphics-card-cooling-solution-monitors-spend.html</link>
		<comments>http://www.xixis.net/archives/to-improve-the-graphics-card-cooling-solution-monitors-spend.html#comments</comments>
		<pubDate>Thu, 10 Mar 2011 18:39:55 +0000</pubDate>
		<dc:creator>zhxiyao@gmail.com</dc:creator>
				<category><![CDATA[原创]]></category>
		<category><![CDATA[硬件]]></category>
		<category><![CDATA[显卡]]></category>
		<category><![CDATA[花屏]]></category>
		<category><![CDATA[花点]]></category>

		<guid isPermaLink="false">http://www.xixis.net/archives/%e6%94%b9%e5%96%84%e6%98%be%e5%8d%a1%e6%95%a3%e7%83%ad%e8%a7%a3%e5%86%b3%e6%98%be%e7%a4%ba%e5%99%a8%e8%8a%b1%e7%82%b9.html</guid>
		<description><![CDATA[最近发现显示器有很多不规则花点，高分辨率（1680×1050）和播放视频时尤为明显。产生位置不固定，初步判断为显卡问题所致。
拆下显卡，观察电容未鼓未爆浆，pcb板及元件没有烧灼痕迹，用万能表检测电容充放电正常。拆散热器时发现散热片温度较高，搬动显卡风扇有明显阻尼。通电后观察到显卡风扇旋转缓慢。 怀疑显卡散热不良所导致。
解决：
拆下显卡风扇，撕下风扇不干胶，油封。添加机油后，搬动叶片顺畅。更换导热剂，我用的是酷冷黄金导热硅脂。重新开机后一切正常。
PS:此款显卡使用多年，芯片为ATI X1600XT。曾经因为电容爆浆导致大面积花屏和黑屏，自行更换电容解决。此次一开始以为也是电容问题，没想到散热不良也可以导致此类问题。
]]></description>
			<content:encoded><![CDATA[<p>最近发现显示器有很多不规则<span class='wp_keywordlink_affiliate'><a href="http://www.xixis.net/archives/tag/%e8%8a%b1%e7%82%b9" title="显示花点的所有日志" target="_blank">花点</a></span>，高分辨率（1680×1050）和播放视频时尤为明显。产生位置不固定，初步判断为<span class='wp_keywordlink_affiliate'><a href="http://www.xixis.net/archives/tag/%e6%98%be%e5%8d%a1" title="显示显卡的所有日志" target="_blank">显卡</a></span>问题所致。</p>
<p>拆下<span class='wp_keywordlink_affiliate'><a href="http://www.xixis.net/archives/tag/%e6%98%be%e5%8d%a1" title="显示显卡的所有日志" target="_blank">显卡</a></span>，观察电容未鼓未爆浆，pcb板及元件没有烧灼痕迹，用万能表检测电容充放电正常。拆散热器时发现散热片温度较高，搬动显卡风扇有明显阻尼。通电后观察到显卡风扇旋转缓慢。 怀疑显卡散热不良所导致。</p>
<p>解决：</p>
<p>拆下显卡风扇，撕下风扇不干胶，油封。添加机油后，搬动叶片顺畅。更换导热剂，我用的是酷冷黄金导热硅脂。重新开机后一切正常。</p>
<p>PS:此款显卡使用多年，芯片为ATI X1600XT。曾经因为电容爆浆导致大面积<span class='wp_keywordlink_affiliate'><a href="http://www.xixis.net/archives/tag/%e8%8a%b1%e5%b1%8f" title="显示花屏的所有日志" target="_blank">花屏</a></span>和黑屏，自行更换电容解决。此次一开始以为也是电容问题，没想到散热不良也可以导致此类问题。</p>

<p><a href="http://feedads.g.doubleclick.net/~a/yCF0qvoD8OduJOHCoMYOuMFp-hs/0/da"><img src="http://feedads.g.doubleclick.net/~a/yCF0qvoD8OduJOHCoMYOuMFp-hs/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/yCF0qvoD8OduJOHCoMYOuMFp-hs/1/da"><img src="http://feedads.g.doubleclick.net/~a/yCF0qvoD8OduJOHCoMYOuMFp-hs/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=hdcX8oTGdTI:rG03gIyzhDs:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=hdcX8oTGdTI:rG03gIyzhDs:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?i=hdcX8oTGdTI:rG03gIyzhDs:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=hdcX8oTGdTI:rG03gIyzhDs:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=hdcX8oTGdTI:rG03gIyzhDs:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?i=hdcX8oTGdTI:rG03gIyzhDs:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=hdcX8oTGdTI:rG03gIyzhDs:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=hdcX8oTGdTI:rG03gIyzhDs:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=hdcX8oTGdTI:rG03gIyzhDs:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?i=hdcX8oTGdTI:rG03gIyzhDs:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=hdcX8oTGdTI:rG03gIyzhDs:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=hdcX8oTGdTI:rG03gIyzhDs:63t7Ie-LG7Y"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=63t7Ie-LG7Y" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.xixis.net/archives/to-improve-the-graphics-card-cooling-solution-monitors-spend.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>sf.net免费空间使用心得</title>
		<link>http://www.xixis.net/archives/sf-net-free-use-of-space-experience.html</link>
		<comments>http://www.xixis.net/archives/sf-net-free-use-of-space-experience.html#comments</comments>
		<pubDate>Thu, 03 Mar 2011 03:48:11 +0000</pubDate>
		<dc:creator>zhxiyao@gmail.com</dc:creator>
				<category><![CDATA[网络资源]]></category>
		<category><![CDATA[免费空间]]></category>

		<guid isPermaLink="false">http://www.xixis.net/archives/sf-net%e5%85%8d%e8%b4%b9%e7%a9%ba%e9%97%b4%e4%bd%bf%e7%94%a8%e5%bf%83%e5%be%97.html</guid>
		<description><![CDATA[&#160;
据说是超级古老的一个免费空间，现在提供免费申请，传送门&#62;&#62;，最近用了一下，入门有点点难度，但是真正使用上之后感觉真的好用，唯一不足的是从sf.net的主机内部请求的时候做了很严格的端口限制，只能连他们数据库服务器，导致很多程序的自动更新程序不能使用，问题还在研究中，有进展会更新此文，不过希望有点渺茫，但是即使如此，这个空间依旧值得推荐，演示地址：free.hyl.me &#124; wordpress &#124; zenphoto，看网上很多人说不稳定，容易被墙之类的，我试用这段时间还是挺不错的，只是用的人要珍惜资源就是了。
 
&#160;
废话少说，注册开通之类的网上说的已经很清楚了，来说几点我使用这个空间的几点心得体会或者算是小窍门吧（文章较长，希望仔细看完，否则很容易出错）：
1、文件上传：   首先需要用WinSCP来上传下载文件，软件下载地址：点这里    小窍门，点新建，内容填写如下图：        新建的会话里，用户名是sf.net注册的用户名+半角逗号“,”+项目名称，假设sf.net注册的用户名是asdf，新建的项目名称是abcde，则此处的用户名为：asdf,abcde（后面的文章都以这个为例，朋友们注意替换成自己的），密码处为空，点击保存，以后就可以直接点击保存的会话连接服务器了，我试过保存密码，说什么都登录不进去，应该是权限验证的问题，所以现在这样连接是最方便的。
连接上之后可以看到路径为 /home/groups/a/ab/abcde 目录结构可以看出来是和项目名称相关的，里面有两个大家很熟悉的目录名cgi-bin、htdocs，文件传到htdocs目录里就可以用web访问了，另外还有个persistent软连接文件（类似于windows下的快捷方式）连接到 /home/persistent/a/ab/abcde目录，这个目录很有用哦，下面文件权限设置处会提到。
2、数据库：   上面那个文章里说的也很清楚了，使用的时候就用全权权限的admin后缀名账户就可以了，记得主机名字，不是localhost，不是域名地址mysql-a.sourceforge.net，而直接是mysql-a（mysql-加上项目名称的首字母），MysqlAdmin地址是 https://mysql-a.sourceforge.net
3、绑定域名：   前面也有介绍，sf.net这边添加域名，可以直接A记录添加二级域名，不需要CNAME也跟着修改，域名管理地址加个A记录到216.34.181.97就ok了。
4、ssh使用：   这里正是我喜欢用这个免费空间的地方，首先你需要一个linux下的ssh客户端，可以是自己的linux机器或者服务器，比如如果你买了小张的主机，会送福利ssh，或者申请godaddy的ssh，首先登录这个ssh，然后在命令行模式下键入：ssh -t asdf,abcde@shell.sourceforge.net create 根据提示输入密码就可以了，sf的ssh权限还是很高的，比godaddy的还是好用。    用户名那里已经很熟悉了吧，其实就是sf用sf用户名逗号项目名组成了你ssh的用户名（文件上传也是以sftp或者scp模式的）。    小窍门：可以把上面那句保存在一个文件里，然后附上可执行的权限，下次直接执行这个文件，输入密码就可以用了。    注意：ssh登录之后是在你用户的根目录，而不是项目的目录，要做操作，需要先进入自己的项目目录。 你可以仿照系统自建的软连接文件userweb（这个是项目文件目录，不是虚拟空间目录）/home/userweb/a/as/asdf，建立一个指向虚拟空间目录/home/groups/a/ab/abcde的软连接，以后操作就方便了。
5、文件权限设置（用winSCP建立软连接移步这里）：    有用过sf.net空间的朋友应该知道，直接用WinSCP对htdocs目录里的文件或者文件夹赋权是没用的，或者用ssh也是没用的，因为这个web目录里的东西就是没法改变权限的，那怎么办呢？这块算是进阶了，不过这里不学会的话，这空间真的没法用，下面进行比较详细的解释说明。    首先，还记得第一步的时候我卖的那个关子吧，对的，persistent软连接文件，这个目录实际上就是我们能够控制权限的目录，所以，我们的程序文件要上传到这个目录才行，用WinSCP把你想要的文件或者文件夹上传到这里先，或者用第四步登录ssh直接wget文件下来，在这个目录里的文件啊文件夹神马的就都可以设置权限了。    小窍门：我都是把整个程序目录上传到这里的，或者比如安装wordpress，可以直接ssh登录，进入虚拟空间目录，进入persistent，wget程序，unzip解压，整个过程只需几秒钟，准备工作就完成了.
可能有心急的朋友已经试着用web访问刚刚上传的东东了，对的，404文件不存在，喂神马呢？因为本来就不存在，囧，找抽。因为我们还少做了一步，那就是软连接
cd /home/groups/a/ab/abcde/htdocs      ln -s /home/persistent/a/ab/abcde/wordpress

现在再访问 http://域名/wordpress，大功告成了。
最后对权限这个做个形象点的解释：   1、web目录可以访问，但是不能更改权限    2、persistent目录里的东东可以随便改权限    3、web目录里可以创建访问persistent目录的快捷方式    4、结合起来就大功告成啦。
呼呼，不知不觉又啰嗦了这么多，希望能真正帮助那些需要的朋友。 
转自：http://www.hyl.me/sf-net-free-host-tutorial-and-trick/
]]></description>
			<content:encoded><![CDATA[<h3>&#160;</h3>
<p>据说是超级古老的一个<span class='wp_keywordlink_affiliate'><a href="http://www.xixis.net/archives/tag/%e5%85%8d%e8%b4%b9%e7%a9%ba%e9%97%b4" title="显示免费空间的所有日志" target="_blank">免费空间</a></span>，现在提供免费申请，<a href="https://sourceforge.net/account/registration/">传送门&gt;&gt;</a>，最近用了一下，入门有点点难度，但是真正使用上之后感觉真的好用，唯一不足的是从sf.net的主机内部请求的时候做了很严格的端口限制，只能连他们数据库服务器，导致很多程序的自动更新程序不能使用，问题还在研究中，有进展会更新此文，不过希望有点渺茫，但是即使如此，这个空间依旧值得推荐，演示地址：<a href="http://free.hyl.me/">free.hyl.me</a> | <a href="http://free.hyl.me/blog/">wordpress</a> | <a href="http://free.hyl.me/zenphoto/">zenphoto</a>，看网上很多人说不稳定，容易被墙之类的，我试用这段时间还是挺不错的，只是用的人要珍惜资源就是了。</p>
<p> <span id="more-753"></span>
<p>&#160;</p>
<p>废话少说，注册开通之类的<a href="http://www.ysyy.me/1113.html">网上</a>说的已经很清楚了，来说几点我使用这个空间的几点心得体会或者算是小窍门吧（文章较长，希望仔细看完，否则很容易出错）：</p>
<p>1、文件上传：   <br />首先需要用WinSCP来上传下载文件，软件下载地址：<a href="http://sourceforge.net/projects/winscp/files/latest">点这里</a>    <br />小窍门，点新建，内容填写如下图：    <br /><img title="sf-winscp-login" alt="winscp登录sf.net空间" src="http://www.hyl.me/wp-content/uploads/2011/01/sf-winscp.jpg" width="529" height="394" />    <br />新建的会话里，用户名是<strong>sf.net注册的用户名+半角逗号“,”+项目名称</strong>，假设sf.net注册的用户名是asdf，新建的项目名称是abcde，则此处的用户名为：asdf,abcde（后面的文章都以这个为例，朋友们注意替换成自己的），<strong>密码处为空</strong>，点击<strong>保存</strong>，以后就可以直接点击保存的会话连接服务器了，我试过保存密码，说什么都登录不进去，应该是权限验证的问题，所以现在这样连接是最方便的。</p>
<p>连接上之后可以看到路径为 /home/groups/a/ab/abcde 目录结构可以看出来是和项目名称相关的，里面有两个大家很熟悉的目录名cgi-bin、htdocs，文件传到htdocs目录里就可以用web访问了，另外还有个persistent软连接文件（类似于windows下的快捷方式）连接到 /home/persistent/a/ab/abcde目录，这个目录很有用哦，下面文件权限设置处会提到。</p>
<p>2、数据库：   <br />上面那个文章里说的也很清楚了，使用的时候就用全权权限的admin后缀名账户就可以了，记得主机名字，不是localhost，不是域名地址mysql-a.sourceforge.net，而直接是mysql-a（mysql-加上项目名称的首字母），MysqlAdmin地址是 <a href="https://mysql-a.sourceforge.net">https://mysql-a.sourceforge.net</a></p>
<p>3、绑定域名：   <br />前面也有介绍，sf.net这边添加域名，可以直接A记录添加二级域名，不需要CNAME也跟着修改，域名管理地址加个A记录到216.34.181.97就ok了。</p>
<p>4、ssh使用：   <br />这里正是我喜欢用这个<span class='wp_keywordlink_affiliate'><a href="http://www.xixis.net/archives/tag/%e5%85%8d%e8%b4%b9%e7%a9%ba%e9%97%b4" title="显示免费空间的所有日志" target="_blank">免费空间</a></span>的地方，首先你需要一个linux下的ssh客户端，可以是自己的linux机器或者服务器，比如如果你买了小张的主机，会送福利ssh，或者申请godaddy的ssh，首先登录这个ssh，然后在命令行模式下键入：ssh -t asdf,abcde@shell.sourceforge.net create 根据提示输入密码就可以了，sf的ssh权限还是很高的，比godaddy的还是好用。    <br />用户名那里已经很熟悉了吧，其实就是sf用sf用户名逗号项目名组成了你ssh的用户名（文件上传也是以sftp或者scp模式的）。    <br />小窍门：可以把上面那句保存在一个文件里，然后附上可执行的权限，下次直接执行这个文件，输入密码就可以用了。    <br /><strong>注意：ssh登录之后是在你用户的根目录，而不是项目的目录，要做操作，需要先进入自己的项目目录。 </strong>你可以仿照系统自建的软连接文件userweb（这个是项目文件目录，不是虚拟空间目录）/home/userweb/a/as/asdf，建立一个指向虚拟空间目录/home/groups/a/ab/abcde的软连接，以后操作就方便了。</p>
<p>5、文件权限设置（用winSCP建立软连接移步<a href="http://www.hyl.me/sf-net-free-host-winscp-make-soft-link/">这里</a>）：    <br />有用过sf.net空间的朋友应该知道，直接用WinSCP对htdocs目录里的文件或者文件夹赋权是没用的，或者用ssh也是没用的，因为这个web目录里的东西就是没法改变权限的，那怎么办呢？这块算是进阶了，不过这里不学会的话，这空间真的没法用，下面进行比较详细的解释说明。    <br />首先，还记得第一步的时候我卖的那个关子吧，对的，persistent软连接文件，这个目录实际上就是我们能够控制权限的目录，所以，我们的程序文件要上传到这个目录才行，用WinSCP把你想要的文件或者文件夹上传到这里先，或者用第四步登录ssh直接wget文件下来，在这个目录里的文件啊文件夹神马的就都可以设置权限了。    <br />小窍门：我都是把整个程序目录上传到这里的，或者比如安装wordpress，可以直接ssh登录，进入虚拟空间目录，进入persistent，wget程序，unzip解压，整个过程只需几秒钟，准备工作就完成了.</p>
<p>可能有心急的朋友已经试着用web访问刚刚上传的东东了，对的，404文件不存在，喂神马呢？因为本来就不存在，囧，找抽。因为我们还少做了一步，那就是软连接</p>
<blockquote><p>cd /home/groups/a/ab/abcde/htdocs      <br />ln -s /home/persistent/a/ab/abcde/wordpress</p>
</blockquote>
<p>现在再访问 http://域名/wordpress，大功告成了。</p>
<p>最后对权限这个做个形象点的解释：   <br />1、web目录可以访问，但是不能更改权限    <br />2、persistent目录里的东东可以随便改权限    <br />3、web目录里可以创建访问persistent目录的快捷方式    <br />4、结合起来就大功告成啦。</p>
<p>呼呼，不知不觉又啰嗦了这么多，希望能真正帮助那些需要的朋友。 </p>
<p>转自：<a title="http://www.hyl.me/sf-net-free-host-tutorial-and-trick/" href="http://www.hyl.me/sf-net-free-host-tutorial-and-trick/">http://www.hyl.me/sf-net-free-host-tutorial-and-trick/</a></p>

<p><a href="http://feedads.g.doubleclick.net/~a/JmxHfAqn5Yc5G2OKHf3IrnjSm-4/0/da"><img src="http://feedads.g.doubleclick.net/~a/JmxHfAqn5Yc5G2OKHf3IrnjSm-4/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/JmxHfAqn5Yc5G2OKHf3IrnjSm-4/1/da"><img src="http://feedads.g.doubleclick.net/~a/JmxHfAqn5Yc5G2OKHf3IrnjSm-4/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=fEm0A37JAB4:CwtU1W7gcFU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=fEm0A37JAB4:CwtU1W7gcFU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?i=fEm0A37JAB4:CwtU1W7gcFU:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=fEm0A37JAB4:CwtU1W7gcFU:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=fEm0A37JAB4:CwtU1W7gcFU:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?i=fEm0A37JAB4:CwtU1W7gcFU:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=fEm0A37JAB4:CwtU1W7gcFU:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=fEm0A37JAB4:CwtU1W7gcFU:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=fEm0A37JAB4:CwtU1W7gcFU:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?i=fEm0A37JAB4:CwtU1W7gcFU:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=fEm0A37JAB4:CwtU1W7gcFU:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/xixis/coDi?a=fEm0A37JAB4:CwtU1W7gcFU:63t7Ie-LG7Y"><img src="http://feeds.feedburner.com/~ff/xixis/coDi?d=63t7Ie-LG7Y" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.xixis.net/archives/sf-net-free-use-of-space-experience.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<enclosure url="http://sourceforge.net/projects/winscp/files/latest" length="4510644" type="application/zip" /><media:content url="http://sourceforge.net/projects/winscp/files/latest" fileSize="4510644" type="application/zip" /><itunes:explicit>no</itunes:explicit><itunes:subtitle>&amp;#160; 据说是超级古老的一个免费空间，现在提供免费申请，传送门&amp;#62;&amp;#62;，最近用了一下，入门有点点难度，但是真正使用上之后感觉真的好用，唯一不足的是从sf.net的主机内部请求的时候做了很严格的端口限制，只能连他们数据库服务器，导致很多程序的自动更新程序不能使用，问题还在研究中，有进展会更新此文，不过希望有点渺茫，但是即使如此，这个空间依旧值得推荐，演示地址：free.hyl.me &amp;#124; wordpress &amp;#124; zenphoto，看网上很多人说不稳定，容易被墙之类的，我试</itunes:subtitle><itunes:summary>&amp;#160; 据说是超级古老的一个免费空间，现在提供免费申请，传送门&amp;#62;&amp;#62;，最近用了一下，入门有点点难度，但是真正使用上之后感觉真的好用，唯一不足的是从sf.net的主机内部请求的时候做了很严格的端口限制，只能连他们数据库服务器，导致很多程序的自动更新程序不能使用，问题还在研究中，有进展会更新此文，不过希望有点渺茫，但是即使如此，这个空间依旧值得推荐，演示地址：free.hyl.me &amp;#124; wordpress &amp;#124; zenphoto，看网上很多人说不稳定，容易被墙之类的，我试用这段时间还是挺不错的，只是用的人要珍惜资源就是了。 &amp;#160; 废话少说，注册开通之类的网上说的已经很清楚了，来说几点我使用这个空间的几点心得体会或者算是小窍门吧（文章较长，希望仔细看完，否则很容易出错）： 1、文件上传： 首先需要用WinSCP来上传下载文件，软件下载地址：点这里 小窍门，点新建，内容填写如下图： 新建的会话里，用户名是sf.net注册的用户名+半角逗号“,”+项目名称，假设sf.net注册的用户名是asdf，新建的项目名称是abcde，则此处的用户名为：asdf,abcde（后面的文章都以这个为例，朋友们注意替换成自己的），密码处为空，点击保存，以后就可以直接点击保存的会话连接服务器了，我试过保存密码，说什么都登录不进去，应该是权限验证的问题，所以现在这样连接是最方便的。 连接上之后可以看到路径为 /home/groups/a/ab/abcde 目录结构可以看出来是和项目名称相关的，里面有两个大家很熟悉的目录名cgi-bin、htdocs，文件传到htdocs目录里就可以用web访问了，另外还有个persistent软连接文件（类似于windows下的快捷方式）连接到 /home/persistent/a/ab/abcde目录，这个目录很有用哦，下面文件权限设置处会提到。 2、数据库： 上面那个文章里说的也很清楚了，使用的时候就用全权权限的admin后缀名账户就可以了，记得主机名字，不是localhost，不是域名地址mysql-a.sourceforge.net，而直接是mysql-a（mysql-加上项目名称的首字母），MysqlAdmin地址是 https://mysql-a.sourceforge.net 3、绑定域名： 前面也有介绍，sf.net这边添加域名，可以直接A记录添加二级域名，不需要CNAME也跟着修改，域名管理地址加个A记录到216.34.181.97就ok了。 4、ssh使用： 这里正是我喜欢用这个免费空间的地方，首先你需要一个linux下的ssh客户端，可以是自己的linux机器或者服务器，比如如果你买了小张的主机，会送福利ssh，或者申请godaddy的ssh，首先登录这个ssh，然后在命令行模式下键入：ssh -t asdf,abcde@shell.sourceforge.net create 根据提示输入密码就可以了，sf的ssh权限还是很高的，比godaddy的还是好用。 用户名那里已经很熟悉了吧，其实就是sf用sf用户名逗号项目名组成了你ssh的用户名（文件上传也是以sftp或者scp模式的）。 小窍门：可以把上面那句保存在一个文件里，然后附上可执行的权限，下次直接执行这个文件，输入密码就可以用了。 注意：ssh登录之后是在你用户的根目录，而不是项目的目录，要做操作，需要先进入自己的项目目录。 你可以仿照系统自建的软连接文件userweb（这个是项目文件目录，不是虚拟空间目录）/home/userweb/a/as/asdf，建立一个指向虚拟空间目录/home/groups/a/ab/abcde的软连接，以后操作就方便了。 5、文件权限设置（用winSCP建立软连接移步这里）： 有用过sf.net空间的朋友应该知道，直接用WinSCP对htdocs目录里的文件或者文件夹赋权是没用的，或者用ssh也是没用的，因为这个web目录里的东西就是没法改变权限的，那怎么办呢？这块算是进阶了，不过这里不学会的话，这空间真的没法用，下面进行比较详细的解释说明。 首先，还记得第一步的时候我卖的那个关子吧，对的，persistent软连接文件，这个目录实际上就是我们能够控制权限的目录，所以，我们的程序文件要上传到这个目录才行，用WinSCP把你想要的文件或者文件夹上传到这里先，或者用第四步登录ssh直接wget文件下来，在这个目录里的文件啊文件夹神马的就都可以设置权限了。 小窍门：我都是把整个程序目录上传到这里的，或者比如安装wordpress，可以直接ssh登录，进入虚拟空间目录，进入persistent，wget程序，unzip解压，整个过程只需几秒钟，准备工作就完成了. 可能有心急的朋友已经试着用web访问刚刚上传的东东了，对的，404文件不存在，喂神马呢？因为本来就不存在，囧，找抽。因为我们还少做了一步，那就是软连接 cd /home/groups/a/ab/abcde/htdocs ln -s /home/persistent/a/ab/abcde/wordpress 现在再访问 http://域名/wordpress，大功告成了。 最后对权限这个做个形象点的解释： 1、web目录可以访问，但是不能更改权限 2、persistent目录里的东东可以随便改权限 3、web目录里可以创建访问persistent目录的快捷方式 4、结合起来就大功告成啦。 呼呼，不知不觉又啰嗦了这么多，希望能真正帮助那些需要的朋友。 转自：http://www.hyl.me/sf-net-free-host-tutorial-and-trick/ </itunes:summary><itunes:keywords>Php,IT,Wordpress,Pear,SEO</itunes:keywords></item>
	<media:rating>nonadult</media:rating><media:description type="plain">Xixi's Blog</media:description></channel>
</rss><!-- Dynamic page generated in 3.333 seconds. --><!-- Cached page generated by WP-Super-Cache on 2012-05-29 00:12:45 -->

