<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="http://www.bytemycode.com/rssformat.xsl"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>byteMyCode: Snippets for ssh</title>
		<link>http://www.bytemycode.com</link>
		<description>Snippets for this tag.</description>
		<pubDate>Wed, 03 Dec 2008 00:19:35 +0000</pubDate>
		<copyright>1998-2008 </copyright>
		<language>en-us</language>
		<image>
		      <link>http://www.bytemycode.com</link>
		      <url>http://www.bytemycode.com/img/rss_title.gif</url>
		      <title>byteMyCode</title>
		</image>

	<item>
	<title>Migrate a MySQL Database to another server</title>
	<link>http://www.bytemycode.com/snippets/snippet/370/</link>
	<comments>http://www.bytemycode.com/snippets/snippet/370/comments/</comments>
	<pubDate>Mon, 18 Sep 2006 05:08:48 +0000</pubDate>
	<dc:creator>nothingless</dc:creator>
	<category>forcodegrrl, ssh</category>
	<guid isPermaLink="false">http://www.bytemycode.com/snippets/snippet/370/</guid>
	<description>
		<![CDATA[

			<img src="http://www.bytemycode.com/img/icon_calendar.gif" align="middle" class="icon" alt="Date Submitted" /> Mon. Sep. 18th, 2006  5:08 AM			<br />
			<img src="http://www.bytemycode.com/img/icon_revision.gif" align="middle" class="icon" alt="Revision" /> <a href="http://www.bytemycode.com/snippets/snippet/370/revisions/">1</a>
			<br />
			<img src="http://www.bytemycode.com/img/rank_helper.gif" align="middle" class="icon" alt="Helper" /> <a href="http://www.bytemycode.com/members/member/nothingless/" title="Helper">nothingless</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_tag.gif" align="middle" class="icon" alt="Tags" /> <a href="http://www.bytemycode.com/tags/tag/forcodegrrl">forcodegrrl</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/ssh">ssh</a>			<br />
			<img src="http://www.bytemycode.com/img/icon_comments.gif" align="middle" class="icon" alt="Comments" /> <a href="http://www.bytemycode.com/snippets/snippet/370/comments/">0 comments</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_ranking.gif" align="middle" class="icon" alt="Ranking" /> 4
			<p>Use the below in SSH to move a MySQL database between servers. Super handy if the database is larger than 7MB and you can't use phpMyAdmin.</p>
		]]>
	</description>
</item><item>
	<title>Migrate a site to another server</title>
	<link>http://www.bytemycode.com/snippets/snippet/369/</link>
	<comments>http://www.bytemycode.com/snippets/snippet/369/comments/</comments>
	<pubDate>Mon, 18 Sep 2006 05:08:04 +0000</pubDate>
	<dc:creator>nothingless</dc:creator>
	<category>forcodegrrl, ssh</category>
	<guid isPermaLink="false">http://www.bytemycode.com/snippets/snippet/369/</guid>
	<description>
		<![CDATA[

			<img src="http://www.bytemycode.com/img/icon_calendar.gif" align="middle" class="icon" alt="Date Submitted" /> Mon. Sep. 18th, 2006  5:08 AM			<br />
			<img src="http://www.bytemycode.com/img/icon_revision.gif" align="middle" class="icon" alt="Revision" /> <a href="http://www.bytemycode.com/snippets/snippet/369/revisions/">1</a>
			<br />
			<img src="http://www.bytemycode.com/img/rank_helper.gif" align="middle" class="icon" alt="Helper" /> <a href="http://www.bytemycode.com/members/member/nothingless/" title="Helper">nothingless</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_tag.gif" align="middle" class="icon" alt="Tags" /> <a href="http://www.bytemycode.com/tags/tag/forcodegrrl">forcodegrrl</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/ssh">ssh</a>			<br />
			<img src="http://www.bytemycode.com/img/icon_comments.gif" align="middle" class="icon" alt="Comments" /> <a href="http://www.bytemycode.com/snippets/snippet/369/comments/">0 comments</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_ranking.gif" align="middle" class="icon" alt="Ranking" /> 5
			<p>Use the code below in SSH to migrate all the files of a site from one server to another, without having to download/upload them.</p>
		]]>
	</description>
</item><item>
	<title>dropping your ssh key on a remote server one-liner</title>
	<link>http://www.bytemycode.com/snippets/snippet/292/</link>
	<comments>http://www.bytemycode.com/snippets/snippet/292/comments/</comments>
	<pubDate>Mon, 14 Aug 2006 07:43:05 +0000</pubDate>
	<dc:creator>bertheymans</dc:creator>
	<category>bash, shell, ssh</category>
	<guid isPermaLink="false">http://www.bytemycode.com/snippets/snippet/292/</guid>
	<description>
		<![CDATA[

			<img src="http://www.bytemycode.com/img/icon_calendar.gif" align="middle" class="icon" alt="Date Submitted" /> Mon. Aug. 14th, 2006  7:43 AM			<br />
			<img src="http://www.bytemycode.com/img/icon_revision.gif" align="middle" class="icon" alt="Revision" /> <a href="http://www.bytemycode.com/snippets/snippet/292/revisions/">1</a>
			<br />
			<img src="http://www.bytemycode.com/img/rank_scripter.gif" align="middle" class="icon" alt="Scripter" /> <a href="http://www.bytemycode.com/members/member/bertheymans/" title="Scripter">bertheymans</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_tag.gif" align="middle" class="icon" alt="Tags" /> <a href="http://www.bytemycode.com/tags/tag/bash">bash</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/shell">shell</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/ssh">ssh</a>			<br />
			<img src="http://www.bytemycode.com/img/icon_comments.gif" align="middle" class="icon" alt="Comments" /> <a href="http://www.bytemycode.com/snippets/snippet/292/comments/">3 comments</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_ranking.gif" align="middle" class="icon" alt="Ranking" /> 6
			<p>This adds your ssh public key to the <i>authorized_keys</i> on a remote server. The key file in the snippet is called id_dsa.pub, yours may have another name but this is standard for DSA encryption.<br /><br />To learn more about ssh I heartly recommend this: <a href='http://www.mindrot.org/~djm/auug2002/' target="_blank">SSH tips and tricks</a></p>
		]]>
	</description>
</item>
	</channel>
</rss>