<?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; SSH</title>
	<atom:link href="http://www.teyi.org/articles/tag/ssh/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>使用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>
	</channel>
</rss>

