<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>特意集 &#187; Dreamhost</title>
	<atom:link href="http://www.teyi.org/articles/tag/dreamhost/feed" rel="self" type="application/rss+xml" />
	<link>http://www.teyi.org</link>
	<description></description>
	<lastBuildDate>Fri, 13 Jan 2012 14:37:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>关闭Dreamhost帐户</title>
		<link>http://www.teyi.org/articles/close-dreamhost-account.html</link>
		<comments>http://www.teyi.org/articles/close-dreamhost-account.html#comments</comments>
		<pubDate>Sat, 29 Nov 2008 01:35:00 +0000</pubDate>
		<dc:creator>锄禾夕阳</dc:creator>
				<category><![CDATA[虚拟主机]]></category>
		<category><![CDATA[Dreamhost]]></category>

		<guid isPermaLink="false">http://www.teyi.org/articles/close-dreamhost-account.html</guid>
		<description><![CDATA[去年最后一批$22.4的优惠购买的DH主机到期了，虽然我把信用卡记录都删除了，但还是怕意外发生，所以关闭了帐户。 具体方法就是登陆后台： 接着到Billing–&#62;Manage Account，找到”close this account”，一路按下去就可以了。 注意关闭帐户之后，空间上的网站内容和域名绑定都要没了，没事可千万别练手啊！ DH主机就是续费太贵了一点，自己又不需要那么大，所以换到了wopsh的主机上。挺舍不得Dreamhost的，尤其是可以自动开启SSH功能，个人感觉panel也比Cpanel好用一些。而且对于我这样的博客新手来讲，稳定性、速度等都可以满足要求！ 只能说一句：再见，Dreamhost！]]></description>
			<content:encoded><![CDATA[<p>去年最后一批$22.4的优惠购买的DH主机到期了，虽然我把信用卡记录都删除了，但还是怕意外发生，所以关闭了帐户。</p>
<p>具体方法就是登陆后台：</p>
<blockquote><p>接着到Billing–&gt;Manage Account，找到”close this account”，一路按下去就可以了。</p></blockquote>
<p>注意关闭帐户之后，空间上的网站内容和域名绑定都要没了，没事可千万别练手啊！</p>
<p>DH主机就是续费太贵了一点，自己又不需要那么大，所以换到了wopsh的主机上。挺舍不得Dreamhost的，尤其是可以自动开启SSH功能，个人感觉panel也比Cpanel好用一些。而且对于我这样的博客新手来讲，稳定性、速度等都可以满足要求！</p>
<p>只能说一句：再见，Dreamhost！</p>
]]></content:encoded>
			<wfw:commentRss>http://www.teyi.org/articles/close-dreamhost-account.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>使用SSH功能快速建立博客或者网站</title>
		<link>http://www.teyi.org/articles/use-ssh-setup-website.html</link>
		<comments>http://www.teyi.org/articles/use-ssh-setup-website.html#comments</comments>
		<pubDate>Fri, 18 Jul 2008 06:47:08 +0000</pubDate>
		<dc:creator>锄禾夕阳</dc:creator>
				<category><![CDATA[挨踢剥壳]]></category>
		<category><![CDATA[Dreamhost]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://www.teyi.org/articles/use-ssh-setup-website.html</guid>
		<description><![CDATA[建立博客或者网站，一般上传文件、程序都是使用Ftp软件。若是像我一样在龟速一样的网络条件下，上传是和等公交车一样急死人不偿命的事情。假若主机可以开通shell账号，譬如像我现在使用的Dreamhost主机，那么上传建立博客或者网站的文件等再也不会有那么漫长的等待了。 虽然Dreamhost主机有一键安装各种流行程序的功能，但有时需要上传改变Theme或者用个插件之类的，这时SSH的好处就凸现出来了。 首先需要下载一个叫Putty的小软件，之后输入账号，等一下在输入密码，注意输入过后回车即可，putty不会显示任何内容的。假如屏幕出现“Using keyboard-interactive authentication”，不必理会。至少键盘没有坏掉。 我只列出我常用的几个命令，不敢太班门弄斧。 wget 网址url（即可进行飞快的下载，网址太长可粘贴到命令窗口中。） unzip zip格式文件名（即可进行解压操作） tar -zxvf  ***.tar.gz （从tar.gz文档中导出文件） cd  进入文件夹 pwd 显示当前路径 ls 列出当前文件夹下所有内容 cp -rpf .A/* B 将A文件夹中的所有文件拷贝到其上级目录B中 具体的使用，还是留给大家具体实践吧，SSH那真是谁用谁知道。 再给大家列出一些很好的的网址，供大家参考，二来证明我所言非虚。 使用dreamhost主机ssh功能升级wordpress wordpress 2.3.1升级日志 如何在Win主机下运行DreamHost的SSH命令 shell，很好很强大 特别注意： 在putty软件中可以使用Ctrl+C和Ctrl+V的，这样的话网址再长也不怕了。 Putty软件是从其它的网站传到你的网站空间，若是本上传文件到网站空间，那还是用FTP软件吧。]]></description>
			<content:encoded><![CDATA[<p style="text-indent: 2em">建立博客或者网站，一般上传文件、程序都是使用Ftp软件。若是像我一样在龟速一样的网络条件下，上传是和等公交车一样急死人不偿命的事情。假若主机可以开通shell账号，譬如像我现在使用的Dreamhost主机，那么上传建立博客或者网站的文件等再也不会有那么漫长的等待了。</p>
<p style="text-indent: 2em">虽然Dreamhost主机有一键安装各种流行程序的功能，但有时需要上传改变Theme或者用个插件之类的，这时SSH的好处就凸现出来了。</p>
<p style="text-indent: 2em">首先需要下载一个叫Putty的小软件，之后输入账号，等一下在输入密码，注意输入过后回车即可，putty不会显示任何内容的。假如屏幕出现“Using keyboard-interactive authentication”，不必理会。至少键盘没有坏掉。</p>
<p style="text-indent: 2em">我只列出我常用的几个命令，不敢太班门弄斧。</p>
<blockquote><p>wget 网址url（即可进行飞快的下载，网址太长可粘贴到命令窗口中。）</p>
<p>unzip zip格式文件名（即可进行解压操作）</p>
<p>tar -zxvf  ***.tar.gz （从tar.gz文档中导出文件）</p>
<p>cd  进入文件夹</p>
<p>pwd 显示当前路径</p>
<p>ls 列出当前文件夹下所有内容</p>
<p>cp -rpf .A/* B 将A文件夹中的所有文件拷贝到其上级目录B中</p></blockquote>
<p style="text-indent: 2em">具体的使用，还是留给大家具体实践吧，SSH那真是谁用谁知道。 再给大家列出一些很好的的网址，供大家参考，二来证明我所言非虚。</p>
<blockquote><p><a href="http://www.wopus.org/upgrade-wordpress-ssh.html">使用dreamhost主机ssh功能升级wordpress</a><br />
<a href="http://blog.rojoro.com/tech/wordpress231-upgrade-log.html">wordpress 2.3.1升级日志</a><br />
<a href="http://dupola.com/post/79">如何在Win主机下运行DreamHost的SSH命令</a><br />
<a href="http://hihigh.net/?p=72">shell，很好很强大</a></p></blockquote>
<p style="text-indent: 2em">特别注意：</p>
<ol>
<li>在putty软件中可以使用Ctrl+C和Ctrl+V的，这样的话网址再长也不怕了。</li>
<li>Putty软件是从其它的网站传到你的网站空间，若是本上传文件到网站空间，那还是用FTP软件吧。</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.teyi.org/articles/use-ssh-setup-website.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dreamhost主机的优惠码和帮助手册</title>
		<link>http://www.teyi.org/articles/dreamhost-promo-code-and-chinese-manual.html</link>
		<comments>http://www.teyi.org/articles/dreamhost-promo-code-and-chinese-manual.html#comments</comments>
		<pubDate>Thu, 12 Jun 2008 16:35:59 +0000</pubDate>
		<dc:creator>锄禾夕阳</dc:creator>
				<category><![CDATA[虚拟主机]]></category>
		<category><![CDATA[Dreamhost]]></category>

		<guid isPermaLink="false">http://www.teyi.org/articles/dreamhost-promo-code-and-chinese-manual.html</guid>
		<description><![CDATA[特意集这个博客是位于Dreamhost主机上的，当时正赶上Dreamhost做优惠97$的促销，不过现在优惠已经没有这么多了，最多只能优惠50$。大家可以使用肚破惊天朋友建立的优惠码： DreamHost 优惠码：HuNao(节省 50$加送3个顶米，详情) 。论坛讨论。 DreamHost 优惠码：ZheTeng(节省 50$加送独立IP，详情) 。论坛讨论。 而且他还写了一个Dreamhost的帮助手册（PDF格式），虽然现在有一些变化但变化不大，对使用Dreamhost主机的朋友会有很大的帮助。同时他在DreamHost Help&#124;DreamHost中文帮助系统这个博客上还有很多其它的教程，譬如如何在Win主机下运行DreamHost的SSH命令等都是非常棒的文章，推荐大家订阅该博客，关注Dreamhost最新消息。 Dreamhost主机我使用了一段时间，其中有几天不太稳定之外，其余的时间都很好(这和我的网站访问量非常小也有关系），而且Dreamhost的控制面板个人感觉比Cpanel好很多，默认的开通SSH权限，实在是难得！所以若是像我一样刚刚接触虚拟主机，推荐大家使用Dreamhost主机。等技术成熟了，站点做大了再考虑去还是留！]]></description>
			<content:encoded><![CDATA[<p style="text-indent: 2em"><a href="http://www.teyi.org" target="_blank">特意集</a>这个博客是位于Dreamhost主机上的，当时正赶上Dreamhost做优惠97$的促销，不过现在优惠已经没有这么多了，最多只能优惠50$。大家可以使用肚破惊天朋友建立的<a href="http://help.dreamhosters.com/dreamhost/dreamhost-hunao.html" target="_blank">优惠码</a>：</p>
<blockquote><p><a href="http://dupola.com/pages/dreamhost">DreamHost</a> 优惠码：HuNao(节省 50$加送3个顶米，<a href="http://dupola.com/pages/dreamhost">详情</a>) 。<a href="http://dupola.com/bbs/forum-9-1.html">论坛讨论</a>。<br />
<a href="http://dupola.com/pages/dreamhost">DreamHost</a> 优惠码：ZheTeng(节省 50$加送独立IP，<a href="http://dupola.com/pages/dreamhost">详情</a>) 。<a href="http://dupola.com/bbs/forum-9-1.html">论坛讨论</a>。</p></blockquote>
<p style="text-indent: 2em">而且他还写了一个<a href="http://help.dreamhosters.com/dreamhost/dreamhost-chinese-manual.html" target="_blank">Dreamhost的帮助手册</a>（PDF格式），虽然现在有一些变化但变化不大，对使用Dreamhost主机的朋友会有很大的帮助。同时他在<a href="http://help.dreamhosters.com/">DreamHost Help|DreamHost中文帮助系统</a>这个博客上还有很多其它的教程，譬如<a href="http://dupola.com/post/79">如何在Win主机下运行DreamHost的SSH命令</a>等都是非常棒的文章，推荐大家订阅该<a href="http://feed.feedsky.com/host" target="_blank">博客</a>，关注Dreamhost最新消息。</p>
<p style="text-indent: 2em">Dreamhost主机我使用了一段时间，其中有几天不太稳定之外，其余的时间都很好(这和我的网站访问量非常小也有关系），而且Dreamhost的控制面板个人感觉比Cpanel好很多，默认的开通SSH权限，实在是难得！所以若是像我一样刚刚接触虚拟主机，推荐大家使用Dreamhost主机。等技术成熟了，站点做大了再考虑去还是留！</p>
]]></content:encoded>
			<wfw:commentRss>http://www.teyi.org/articles/dreamhost-promo-code-and-chinese-manual.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

