<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Quick WordPress plugin installation with ssh and wget</title>
	<atom:link href="http://meganmcdermott.com/2008/07/11/quick-wordpress-plugin-installation-ssh-wget/feed/" rel="self" type="application/rss+xml" />
	<link>http://meganmcdermott.com/2008/07/11/quick-wordpress-plugin-installation-ssh-wget/</link>
	<description>Web design and that</description>
	<lastBuildDate>Mon, 26 Jul 2010 15:50:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Megan</title>
		<link>http://meganmcdermott.com/2008/07/11/quick-wordpress-plugin-installation-ssh-wget/comment-page-1/#comment-32038</link>
		<dc:creator>Megan</dc:creator>
		<pubDate>Thu, 18 Sep 2008 18:30:37 +0000</pubDate>
		<guid isPermaLink="false">http://meganmcdermott.com/?p=237#comment-32038</guid>
		<description>Oh, that&#039;s right, forgot the - in the tar command. Post edited with correction.</description>
		<content:encoded><![CDATA[<p>Oh, that&#8217;s right, forgot the &#8211; in the tar command. Post edited with correction.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Immeëmosol</title>
		<link>http://meganmcdermott.com/2008/07/11/quick-wordpress-plugin-installation-ssh-wget/comment-page-1/#comment-27660</link>
		<dc:creator>Immeëmosol</dc:creator>
		<pubDate>Wed, 13 Aug 2008 03:01:54 +0000</pubDate>
		<guid isPermaLink="false">http://meganmcdermott.com/?p=237#comment-27660</guid>
		<description>Maybe you can add the command to cleanup as well.
Just to be more complete and tidy.

rm theplugin.zip

OR

rm theplugin.tar.gz


on Ubuntu it looks like the tar-command should be different;

tar -xvzf theplugin.tar.gz

-x extraxt
-v be verbose
-z pass through gzip
-f    The name of the archive</description>
		<content:encoded><![CDATA[<p>Maybe you can add the command to cleanup as well.<br />
Just to be more complete and tidy.</p>
<p>rm theplugin.zip</p>
<p>OR</p>
<p>rm theplugin.tar.gz</p>
<p>on Ubuntu it looks like the tar-command should be different;</p>
<p>tar -xvzf theplugin.tar.gz</p>
<p>-x extraxt<br />
-v be verbose<br />
-z pass through gzip<br />
-f    The name of the archive</p>
]]></content:encoded>
	</item>
</channel>
</rss>
