<?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>Make Tech Easier&#187; ssh</title>
	<atom:link href="http://maketecheasier.com/tag/ssh/feed" rel="self" type="application/rss+xml" />
	<link>http://maketecheasier.com</link>
	<description>Uncomplicating the complicated, making life easier</description>
	<lastBuildDate>Sat, 11 Feb 2012 15:58:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>An Easier Way to Generate A Public/Private SSH Key Via a GUI [Linux]</title>
		<link>http://maketecheasier.com/easier-way-to-generate-publicprivate-ssh-key-linux/2011/11/17</link>
		<comments>http://maketecheasier.com/easier-way-to-generate-publicprivate-ssh-key-linux/2011/11/17#comments</comments>
		<pubDate>Thu, 17 Nov 2011 23:00:01 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[private key]]></category>
		<category><![CDATA[public key]]></category>
		<category><![CDATA[seahorse]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=41348</guid>
		<description><![CDATA[Previously, I showed you the way to generate a public/private SSH key so you can connect to your remote host securely. The method that we used is via the terminal, which can be rather unfriendly (and scary) to the Linux newbies. Here is an easier method of setting up your public/private SSH key, with a [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/easier-way-to-generate-publicprivate-ssh-key-linux/2011/11/17&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/easier-way-to-generate-publicprivate-ssh-key-linux/2011/11/17" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/easier-way-to-generate-publicprivate-ssh-key-linux/2011/11/17" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/easier-way-to-generate-publicprivate-ssh-key-linux/2011/11/17" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/easier-way-to-generate-publicprivate-ssh-key-linux/2011/11/17&amp;title=An+Easier+Way+to+Generate+A+Public%2FPrivate+SSH+Key+Via+a+GUI+%5BLinux%5D&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/easier-way-to-generate-publicprivate-ssh-key-linux/2011/11/17" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/easier-way-to-generate-publicprivate-ssh-key-linux/2011/11/17">An Easier Way to Generate A Public/Private SSH Key Via a GUI [Linux]</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://imagecdn.maketecheasier.com/2011/11/seahorse-main.png" alt="seahorse-main" title="seahorse-main" width="200" height="102" class="alignleft size-full wp-image-41359" />Previously, I showed you the way to <a href="http://maketecheasier.com/generate-public-private-ssh-key/2011/11/10" title="Generate public/private SSH key">generate a public/private SSH key</a> so you can connect to your remote host securely. The method that we used is via the terminal, which can be rather unfriendly (and scary) to the Linux newbies. Here is an easier method of setting up your public/private SSH key, with a GUI.</p>
<p>I am not sure about any other distro (as I have not tried them all), but in Ubuntu, the default keyring manager (also known as seahorse) comes with the ability to create public/private SSH key and help you set it up in the server.<br />
<span id="more-41348"></span><br />
1. In Ubuntu, open the &#8220;Password and Keys&#8221; app. Go to &#8220;<em>File -&gt; New</em>&#8220;.</p>
<p><img src="http://imagecdn.maketecheasier.com/2011/11/seahorse-new.png" alt="seahorse new entry" title="seahorse-new" width="405" height="194" class="aligncenter size-full wp-image-41349" /></p>
<p>2. In the popup window, select &#8220;Secure Shell Key&#8221; and click &#8220;Continue&#8221;.</p>
<p><img src="http://imagecdn.maketecheasier.com/2011/11/seahorse-select-ssh-key.png" alt="seahorse-select-ssh-key" title="seahorse-select-ssh-key" width="431" height="440" class="aligncenter size-full wp-image-41350" /></p>
<p>3. Enter a description for your SSH key and click &#8220;Create and Set Up&#8221;. You can, of course, select &#8220;Just Create Key&#8221; if you just want it to generate the keys and do nothing else.</p>
<p><img src="http://imagecdn.maketecheasier.com/2011/11/seahorse-create-setup.png" alt="seahorse-create-setup" title="seahorse-create-setup" width="600" height="426" class="aligncenter size-full wp-image-41351" /></p>
<p>If you click on the &#8220;Advanced option&#8221;, you can configure whether to use RSA or DSA for the encryption and the key strength. Most of the time, you can just leave this as default.</p>
<p><img src="http://imagecdn.maketecheasier.com/2011/11/seahorse-advanced-options.png" alt="seahorse-advanced-options" title="seahorse-advanced-options" width="299" height="154" class="aligncenter size-full wp-image-41357" /></p>
<p>4. Next, enter a passphrase for your key. This is purely optional. To set a empty password, just leave it blank and click OK.</p>
<p>5. Lastly, enter your remote hostname, port and login name. If you don&#8217;t know your remote hostname, you can replace it with its IP address. Use the &#8220;:&#8221; to separate the hostname and the port, for example &#8220;<em>maketecheasier.com:2233</em>&#8220;. (If you are connecting via the default port, you can leave the port section empty)</p>
<p><img src="http://imagecdn.maketecheasier.com/2011/11/seahorse-remote-host-setup.png" alt="seahorse-remote-host-setup" title="seahorse-remote-host-setup" width="600" height="211" class="aligncenter size-full wp-image-41352" /></p>
<p>6. It will then prompt you to enter your remote host login password. /home/username/.ssh/id_rsa</p>
<p><img src="http://imagecdn.maketecheasier.com/2011/11/seahorse-remote-password.png" alt="seahorse-remote-password" title="seahorse-remote-password" width="378" height="159" class="aligncenter size-full wp-image-41353" /></p>
<p>If everything goes well, your remote host will be properly set up to accept public/private key connection. </p>
<p>To accept to your remote host, you just have to enter the following command in the terminal:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">ssh</span> username<span style="color: #000000; font-weight: bold;">@</span>remote-host-ip-address</pre></div></div>

<p>That&#8217;s it.</p>
<p>Thanks to <a href="http://maketecheasier.com/generate-public-private-ssh-key/2011/11/10#comment-362979950">Michael Stephenson</a> for the tips.</p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/easier-way-to-generate-publicprivate-ssh-key-linux/2011/11/17&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/easier-way-to-generate-publicprivate-ssh-key-linux/2011/11/17" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/easier-way-to-generate-publicprivate-ssh-key-linux/2011/11/17" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/easier-way-to-generate-publicprivate-ssh-key-linux/2011/11/17" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/easier-way-to-generate-publicprivate-ssh-key-linux/2011/11/17&amp;title=An+Easier+Way+to+Generate+A+Public%2FPrivate+SSH+Key+Via+a+GUI+%5BLinux%5D&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/easier-way-to-generate-publicprivate-ssh-key-linux/2011/11/17" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/easier-way-to-generate-publicprivate-ssh-key-linux/2011/11/17">An Easier Way to Generate A Public/Private SSH Key Via a GUI [Linux]</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/easier-way-to-generate-publicprivate-ssh-key-linux/2011/11/17/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Generate A Public/Private SSH Key [Linux]</title>
		<link>http://maketecheasier.com/generate-public-private-ssh-key/2011/11/10</link>
		<comments>http://maketecheasier.com/generate-public-private-ssh-key/2011/11/10#comments</comments>
		<pubDate>Thu, 10 Nov 2011 23:00:07 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[private key]]></category>
		<category><![CDATA[public key]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=41058</guid>
		<description><![CDATA[If you are using SSH frequently to connect to a remote host, one of the way to secure the connection is to use a public/private SSH key so no password is transmitted over the network and it can prevent against brute force attack. In Linux, creating a public/private SSH key is easy. 1. Open a [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/generate-public-private-ssh-key/2011/11/10&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/generate-public-private-ssh-key/2011/11/10" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/generate-public-private-ssh-key/2011/11/10" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/generate-public-private-ssh-key/2011/11/10" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/generate-public-private-ssh-key/2011/11/10&amp;title=How+to+Generate+A+Public%2FPrivate+SSH+Key+%5BLinux%5D&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/generate-public-private-ssh-key/2011/11/10" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/generate-public-private-ssh-key/2011/11/10">How to Generate A Public/Private SSH Key [Linux]</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://imagecdn.maketecheasier.com/2011/11/ssh-icon.jpg" alt="ssh-icon" title="ssh-icon" width="180" height="180" class="alignleft size-full wp-image-41097" />If you are using SSH frequently to connect to a remote host, one of the way to secure the connection is to use a public/private SSH key so no password is transmitted over the network and it can prevent against brute force attack.<br />
<span id="more-41058"></span><br />
In Linux, creating a public/private SSH key is easy. </p>
<p>1. Open a terminal. Type:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">ssh-keygen</span> <span style="color: #660033;">-t</span> rsa</pre></div></div>

<p>Alternatively, you can also use the <a href="http://en.wikipedia.org/wiki/Digital_Signature_Algorithm">DSA (Digital Signing Algorithm)</a> technology to create the public/private key.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">ssh-keygen</span> <span style="color: #660033;">-t</span> dsa</pre></div></div>

<p><strong>Note</strong>: <em>There has been a lot of debate about the security of DSA and RSA. In my opinion, unless you are very particular and love to delve into the technical detail between the two technology, it doesn&#8217;t matter which of the two you choose. Both will work fine.</em></p>
<p>2. In the next screen, you should see a prompt, asking you for the location to save the key. The default location is the .ssh folder in your Home directory. You can just press &#8220;Enter&#8221; to accept the default setting.</p>
<p><img src="http://imagecdn.maketecheasier.com/2011/11/ssh-keygen.png" alt="ssh-keygen" title="ssh-keygen" width="598" height="141" class="aligncenter size-full wp-image-41060" /></p>
<p>3. Next, you will be prompted to enter passphrase. This is NOT the passphrase to connect to your remote host. This is the passphrase to unlock the private key so that no one can access your remote server even if they got hold of your private key. The passphrase is optional. To leave it blank, just press &#8220;Enter&#8221;.</p>
<p><img src="http://imagecdn.maketecheasier.com/2011/11/ssh-passphrase.png" alt="ssh-passphrase" title="ssh-passphrase" width="580" height="155" class="aligncenter size-full wp-image-41061" /></p>
<p>4. Your public and private SSH key should now be generated. Open the file manager and navigate to the <em>.ssh</em> directory. You should see two files: <em>id_rsa</em> and <em>id_rsa.pub</em>.</p>
<p>5. Upload the <em>id_rsa.pub</em> file to the home folder of your remote host (assuming your remote host is running Linux as well). Connect to your remote host via SSH and use the following command to move the public key to the correct location.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">cat</span> id_rsa.pub <span style="color: #000000; font-weight: bold;">&gt;&gt;</span> ~<span style="color: #000000; font-weight: bold;">/</span>.ssh<span style="color: #000000; font-weight: bold;">/</span>authorized_keys
<span style="color: #c20cb9; font-weight: bold;">rm</span> id_rsa.pub</pre></div></div>

<p>6. Still in your remote host, open the SSH config file:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">nano</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>ssh<span style="color: #000000; font-weight: bold;">/</span>sshd_config</pre></div></div>

<p>Scroll down the config file and make sure the following attributes are set correctly.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">RSAAuthentication <span style="color: #c20cb9; font-weight: bold;">yes</span>
PubkeyAuthentication <span style="color: #c20cb9; font-weight: bold;">yes</span> 
PasswordAuthentication no</pre></div></div>

<p>Press &#8220;ctrl + o&#8221; to write and save the file, follow by &#8220;ctrl + x&#8221; to close the file. </p>
<p>7. Lastly, restart the SSH server in the remote host</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>init.d<span style="color: #000000; font-weight: bold;">/</span><span style="color: #c20cb9; font-weight: bold;">ssh</span> reload</pre></div></div>

<p>That&#8217;s it. You can now connect to your remote host with the following command:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">ssh</span> <span style="color: #660033;">-i</span> <span style="color: #000000; font-weight: bold;">/</span>path-to-private-key username<span style="color: #000000; font-weight: bold;">@</span>remote-host-ip-address</pre></div></div>

<p>Image credit: <a href="http://eternicode.deviantart.com/art/SSH-Dock-Icon-53850012 " target="_blank" target="_blank">eternicode @ DeviantArt</a></p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/generate-public-private-ssh-key/2011/11/10&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/generate-public-private-ssh-key/2011/11/10" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/generate-public-private-ssh-key/2011/11/10" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/generate-public-private-ssh-key/2011/11/10" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/generate-public-private-ssh-key/2011/11/10&amp;title=How+to+Generate+A+Public%2FPrivate+SSH+Key+%5BLinux%5D&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/generate-public-private-ssh-key/2011/11/10" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/generate-public-private-ssh-key/2011/11/10">How to Generate A Public/Private SSH Key [Linux]</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/generate-public-private-ssh-key/2011/11/10/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to Multitask at the Linux Command Line with Screen</title>
		<link>http://maketecheasier.com/multitask-at-linux-command-line/2011/04/28</link>
		<comments>http://maketecheasier.com/multitask-at-linux-command-line/2011/04/28#comments</comments>
		<pubDate>Thu, 28 Apr 2011 14:58:17 +0000</pubDate>
		<dc:creator>Joshua Price</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[screen]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=32311</guid>
		<description><![CDATA[I&#8217;ll admit up front &#8211; it&#8217;s embarrassingly late for me to have discovered screen. Friends and coworkers have been suggesting it to me for years, but it wasn&#8217;t until recently that I had a concrete need for it. Now I wish I&#8217;d had it all along. In short, screen gives you the equivalent of the [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/multitask-at-linux-command-line/2011/04/28&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/multitask-at-linux-command-line/2011/04/28" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/multitask-at-linux-command-line/2011/04/28" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/multitask-at-linux-command-line/2011/04/28" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/multitask-at-linux-command-line/2011/04/28&amp;title=How+to+Multitask+at+the+Linux+Command+Line+with+Screen&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/multitask-at-linux-command-line/2011/04/28" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/multitask-at-linux-command-line/2011/04/28">How to Multitask at the Linux Command Line with Screen</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://imagecdn.maketecheasier.com/2011/04/screencli-small.png" alt="screencli-small" title="screencli-small" width="199" height="167" class="alignleft size-full wp-image-32337" />I&#8217;ll admit up front &#8211; it&#8217;s embarrassingly late for me to have discovered <em>screen</em>. Friends and coworkers have been suggesting it to me for years, but it wasn&#8217;t until recently that I had a concrete need for it. Now I wish I&#8217;d had it all along. In short, <em>screen</em> gives you the equivalent of the &#8220;workspaces&#8221; you find in Gnome, KDE, and other desktop environments, but for the command line. It may not sound like much, but like the graphical equivalent, you begin to see the power after a few uses. Today we&#8217;re going to cover some <em>screen</em> basics useful for your home desktop but <strong>especially</strong> useful if you use remote access tools like SSH.<br />
<span id="more-32311"></span></p>
<h3>Overview</h3>
<p>Let&#8217;s say you&#8217;re at the command line, and you&#8217;re running a long process like a kernel recompile. On some machines, that can take up to an hour. An average user might sit and wait. A clever user might background the job, or use the function keys to open a new TTY login. A <em>screen</em> user, however, has already thought ahead. Had <em>screen</em> been launched first (or automatically &#8211; more on that later) that user would just hit the proper key combo to create a new shell. And another, and another, if desired. Each one operates independently of the others and all output will remain on the appropriate <em>screen</em> session.  </p>
<p>Some of you who like to use the <em>ALT-CTRL-(F1 through F4)</em> method may wonder how <em>screen</em> is any better. Several reasons actually, some of which would be:</p>
<ol>
<li>Not limited to number of function keys</li>
<li>Ability to name each screen</li>
<li>Ability to detach/reattach screen sessions</li>
<li>&#8220;Status Bar&#8221; support</li>
<li>Multi-user shared screens</li>
<li>Split screens</li>
</ol>
<p>A LOTS more.  </p>
<h3>Getting Started</h3>
<p>As <em>screen</em> is included in nearly every major Linux distro, this guide will not cover installation. The simplest way to launch <em>screen</em> is to just open a terminal and type</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">screen</span></pre></div></div>

<p>You might get a welcome screen, but otherwise you may not notice anything different. It just looks like a normal terminal right?  </p>
<p><img src="http://imagecdn.maketecheasier.com/2011/04/screencli-normal.png" alt="screencli-normal" title="screencli-normal" width="590" height="218" class="aligncenter size-full wp-image-32318" /></p>
<p>What you&#8217;re actually seeing is the default screen session, and you can think of it as a layer over your shell. Should you exit or detach the session, you&#8217;d be returned to your normal <em>screen</em>-less shell.  </p>
<h3>Adding and Navigating Screens</h3>
<p>For starters, you&#8217;ll need to know one major key combo. This is the &#8220;magic&#8221; key combo that lets you access all the individual commands. What is this magical combination?  <em>Ctrl-A</em>.  For example, <em>Ctrl-A</em> followed by <em>c</em> will create a new screen. <em>Ctrl-A</em> and <em>n</em> will move to the next screen in line (if one exists). The following includes many of the most common action keys (all keys are case-sensitive):</p>
<ul>
<li>c &#8211; Create a new screen</li>
<li>n &#8211; Move to next screen</li>
<li>p &#8211; Move to previous screen</li>
<li>S &#8211; Split screen into stacked regions</li>
<li>| &#8211; Split to side-by-side regions (might not work on all systems)</li>
<li>d &#8211; Detach screen</li>
<li>A &#8211; Set screen title</li>
</ul>
<h3>Attaching/Detaching Screens</h3>
<p>While there are many great uses for screen, this function could be called screen&#8217;s bread and butter. The ability to detach a screen, leaving it running, and pick it back up later is invaluable.  </p>
<p>Let&#8217;s say you&#8217;re running the <a href="http://maketecheasier.com/complete-guide-to-running-a-minecraft-server/2011/04/21">Minecraft server from last week</a>, and it&#8217;s running on an old PC under your bed. Normally if you wanted to, say, enter commands at the server console, you&#8217;d have to pull out the machine, dig out a keyboard and monitor, run your commands, and push it all back. Had the server software been started in a screen session, you can just SSH into the server, re-attach the screen, and do what you need. When done, detach the screen, and the server will keep running<em> even after you close the SSH session</em>. Days/weeks/months later, you can log back into the server and reattach that screen to enter new commands.  </p>
<h3>.screenrc</h3>
<p>Finally, we could not cover screen without at least a brief mention of the <em>~/.screenrc</em> file. There are many many uses for this file, but as this is an introductory guide, we will not cover all possible options. Instead, we&#8217;ll just point out the well-loved <em>hardstatus</em> setting.  </p>
<p>This option gives you a fantastically useful info bar that will persist across all <em>screen</em> sessions. Typically, it&#8217;s placed at the bottom and holds info such as time, hostname, and title/number of the current screen.  </p>
<p>You can find example hardstatus codes all over the net with your preferred search engine, but here are a few to get you started. </p>
<h3>#1</h3>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">hardstatus alwayslastline
hardstatus string <span style="color: #ff0000;">'%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %d/%m %{W}%c %{g}]'</span></pre></div></div>

<p><img src="http://imagecdn.maketecheasier.com/2011/04/screencli-hs1.png" alt="screencli-hs1" title="screencli-hs1" width="570" height="170" class="aligncenter size-full wp-image-32331" /></p>
<h3>#2</h3>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">hardstatus alwayslastline
hardstatus string <span style="color: #ff0000;">&quot;%{+b Rk}(%{-b g}<span style="color: #007800;">$LOGNAME</span>@%H%{+b R}) (%{-b g}%C %a%{+b R}) %{-b g} %n %t %h&quot;</span></pre></div></div>

<p><img src="http://imagecdn.maketecheasier.com/2011/04/screencli-hs2.png" alt="screencli-hs2" title="screencli-hs2" width="564" height="168" class="aligncenter size-full wp-image-32334" /></p>
<h3>#3</h3>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">hardstatus alwayslastline
hardstatus string <span style="color: #ff0000;">'%{= M} %H%{= G} %l %= %{= w}%-w%{+b r}%n*%t%{-b r}%{w}%+w %= %{c}%d %D %{B}%c '</span></pre></div></div>

<p><img src="http://imagecdn.maketecheasier.com/2011/04/screencli-hs3.png" alt="screencli-hs3" title="screencli-hs3" width="566" height="168" class="aligncenter size-full wp-image-32335" /></p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/multitask-at-linux-command-line/2011/04/28&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/multitask-at-linux-command-line/2011/04/28" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/multitask-at-linux-command-line/2011/04/28" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/multitask-at-linux-command-line/2011/04/28" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/multitask-at-linux-command-line/2011/04/28&amp;title=How+to+Multitask+at+the+Linux+Command+Line+with+Screen&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/multitask-at-linux-command-line/2011/04/28" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/multitask-at-linux-command-line/2011/04/28">How to Multitask at the Linux Command Line with Screen</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/multitask-at-linux-command-line/2011/04/28/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to Remotely Control KTorrent</title>
		<link>http://maketecheasier.com/remotely-control-ktorrent/2011/02/23</link>
		<comments>http://maketecheasier.com/remotely-control-ktorrent/2011/02/23#comments</comments>
		<pubDate>Wed, 23 Feb 2011 12:58:09 +0000</pubDate>
		<dc:creator>Tavis J. Hampton</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[bittorrent]]></category>
		<category><![CDATA[downloads]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[ktorrent]]></category>
		<category><![CDATA[remote]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[web interface]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=29853</guid>
		<description><![CDATA[KTorrent is KDE’s BitTorrent client that has a uniquely useful plugin allowing users to connect and add torrents remotely using a web browser. In a previous post, we gave you a taste of what Ktorrent can do. Today, you will learn how to start Ktorrent remotely, add torrents from URLs or file uploads, and make [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/remotely-control-ktorrent/2011/02/23&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/remotely-control-ktorrent/2011/02/23" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/remotely-control-ktorrent/2011/02/23" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/remotely-control-ktorrent/2011/02/23" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/remotely-control-ktorrent/2011/02/23&amp;title=How+to+Remotely+Control+KTorrent&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/remotely-control-ktorrent/2011/02/23" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/remotely-control-ktorrent/2011/02/23">How to Remotely Control KTorrent</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-29855" title="ktorrent" src="http://imagecdn.maketecheasier.com/2011/02/ktorrent.png" alt="Ktorrent icon" width="128" height="128" /><a href="http://ktorrent.org/">KTorrent</a> is KDE’s BitTorrent client that has a uniquely useful plugin allowing users to connect and add torrents remotely using a web browser. In a previous post, we gave you a taste of <a href="http://maketecheasier.com/ktorrent-kdes-bittorrent-client/2010/02/08">what Ktorrent can do</a>. Today, you will learn how to start Ktorrent remotely, add torrents from URLs or file uploads, and make small settings changes to currently downloading files.<br />
<span id="more-29853"></span></p>
<h3>Installation and Setup</h3>
<p>Most Linux distributions that ship KDE as an option or as the default desktop also distribute packages for KTorrent. For example, to install KTorrent on Kubuntu or other Ubuntu variants, just use the graphical installation program or open a terminal and run:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> ktorrent</pre></div></div>

<p>Once installed, start KTorrent on the machine where you want it to run. You will need to configure it before you start using it remotely. First, in the main menu, click “Settings” and “Configure KTorrent”.</p>
<p><img class="aligncenter size-full wp-image-29856" title="KTorrent Settings Window" src="http://imagecdn.maketecheasier.com/2011/02/ktorrent-settings-nq8.png" alt="KTorrent Settings Window" width="528" height="303" /></p>
<p>Set the default save location to the place where you want your torrent files to be saved. The web interface will not allow you to access this setting remotely. Click “OK” to finish the configuration.</p>
<p><img class="aligncenter size-full wp-image-29857" title="KTorrent plugin settings" src="http://imagecdn.maketecheasier.com/2011/02/ktorrent-plugin-settings-nq8.png" alt="KTorrent plugin settings" width="379" height="264" /></p>
<p>Next, click the “Plugins” tab on the left. Check the “Web Interface” box to enable remote management. Now, go back into “Settings” -&gt; “Configure KTorrent” and click the “Web Interface” tab. You should probably use a login and password, but it is optional. Make sure the default web server port is not used by another application. If it is, change it to something else.</p>
<p><img class="aligncenter size-full wp-image-29858" title="KTorrent Web Interface Settings" src="http://imagecdn.maketecheasier.com/2011/02/ktorrent-web-interface-settings-nq8.png" alt="KTorrent Web Interface Settings" width="507" height="327" /></p>
<p>Click “OK”, and you should now have a KTorrent web server running on the computer. To verify that it is running, open your web browser and navigate to <em>http://localhost:8080/</em>. Replace 8080 with the port number you used.</p>
<h3>Starting KTorrent Remotely</h3>
<p>If you are not completely obsessed with convenience, you can always start KTorrent directly from the host machine and keep it running in the system tray. If, however, you need to start it remotely, you can use SSH.</p>
<p>Before you go any further, you need to make sure your computer’s firewall will permit the port you will use for remote connection.</p>
<p>Next, login to the remote machine via SSH:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">ssh</span> <span style="color: #660033;">-l</span> username ipaddress</pre></div></div>

<p>Replace “username” with the computer’s currently logged-in username and “ipaddress” with the local IP of the computer. You may also be able to use the computer’s host name. It will prompt you for a password and should give you access to the remote command line.</p>
<p>Finally, start ktorrent so that it opens on the user’s current X display rather than yours:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">ktorrent <span style="color: #660033;">--display</span> :<span style="color: #000000;">0</span> <span style="color: #000000; font-weight: bold;">&amp;</span></pre></div></div>

<p>If the user is not logged in on :0 X display, change it to the appropriate number. If you are unsure that it worked, you can check to see if it is running:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">ps</span> aux <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> ktorrent</pre></div></div>

<p>You now have the option of adding torrent URLs directly through SSH:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">ktorrent <span style="color: #000000; font-weight: bold;">/</span>path<span style="color: #000000; font-weight: bold;">/</span>to<span style="color: #000000; font-weight: bold;">/</span>torrent<span style="color: #000000; font-weight: bold;">/</span>file<span style="color: #000000; font-weight: bold;">/</span>filename.torrent <span style="color: #660033;">--silent</span></pre></div></div>

<p>Alternatively, you can exit SSH and access KTorrent from the web interface.</p>
<h3>Web Interface</h3>
<p>The KTorrent web interface is very basic but gets the job done. First, open your web browser, go to the IP address or hostname of the computer running KTorrent, and add the port number to the end. For example:</p>
<p><em>http://192.168.1.1:8080</em></p>
<p><img class="aligncenter size-full wp-image-29859" title="KTorrent web interface" src="http://imagecdn.maketecheasier.com/2011/02/ktorrent-web-interface-nq8.png" alt="KTorrent web interface" width="577" height="358" /></p>
<p>If it connects correctly, you will see the KTorrent header and login form. Enter the username and password you created during the initial setup. If did not make one, it should pass you straight through to the interface.</p>
<p>The first page you see will be the Torrents tab. To add a new torrent, click “Load Torrent”. There are two ways to load a torrent: </p>
<p>1) with the direct URL to a torrent file from a website or<br />
2) from a downloaded file.  </p>
<p>Once you have entered  the URL or file, click “Upload Torrent”.</p>
<p><img class="aligncenter size-full wp-image-29860" title="KTorrent web interface upload torrent" src="http://imagecdn.maketecheasier.com/2011/02/ktorrent-upload-torrent-nq8.png" alt="KTorrent web interface upload torrent" width="292" height="281" /></p>
<p>Click back on the Torrents tab to make any individual configuration changes to downloading or seeding torrents. The buttons to the left of each torrent allow you to start, stop, or remove them, and the page will continuously update to show you current download information.</p>
<p>For torrents with multiple files, the title will be displayed as a hyperlink. Click on it to configure individual files.  Using the icons to the left of each file, you can set the download priority for each.</p>
<p><img class="aligncenter size-full wp-image-29861" title="KTorrent web interface downloads" src="http://imagecdn.maketecheasier.com/2011/02/ktorrent-download-nq8.png" alt="KTorrent web interface downloads" width="577" height="218" /></p>
<p>The third tab is “Settings”, but this only contains a fraction of the settings available in the actual KTorrent application. It allows you to configure upload/download speeds and also gives you some control over the web interface, such as automatic refresh.</p>
<p>When you are finished with your torrents, click “Logout”. Alternatively, if you are completely finished with KTorrent and all of your torrents are completed, you can click “Shutdown” to end the program completely.</p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/remotely-control-ktorrent/2011/02/23&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/remotely-control-ktorrent/2011/02/23" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/remotely-control-ktorrent/2011/02/23" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/remotely-control-ktorrent/2011/02/23" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/remotely-control-ktorrent/2011/02/23&amp;title=How+to+Remotely+Control+KTorrent&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/remotely-control-ktorrent/2011/02/23" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/remotely-control-ktorrent/2011/02/23">How to Remotely Control KTorrent</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/remotely-control-ktorrent/2011/02/23/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Locked Out While Upgrading Your Gmail Call Phone? Try This Fix</title>
		<link>http://maketecheasier.com/unlock-gmail-call-phone/2010/08/28</link>
		<comments>http://maketecheasier.com/unlock-gmail-call-phone/2010/08/28#comments</comments>
		<pubDate>Sat, 28 Aug 2010 05:33:54 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Hotspot Shield]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[VPN]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=20369</guid>
		<description><![CDATA[For those who are looking for a free/cheap ways to make international call, Google has recently released the Gmail Call Phone feature that you can use to make phone call to any numbers in the World in your Gmail. I believe that most of you will have already played with it, and some of you [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/unlock-gmail-call-phone/2010/08/28&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/unlock-gmail-call-phone/2010/08/28" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/unlock-gmail-call-phone/2010/08/28" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/unlock-gmail-call-phone/2010/08/28" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/unlock-gmail-call-phone/2010/08/28&amp;title=Locked+Out+While+Upgrading+Your+Gmail+Call+Phone%3F+Try+This+Fix&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/unlock-gmail-call-phone/2010/08/28" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/unlock-gmail-call-phone/2010/08/28">Locked Out While Upgrading Your Gmail Call Phone? Try This Fix</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://imagecdn.maketecheasier.com/2010/08/gmail-callphone-locked-main.png" alt="gmail-callphone-locked-main" title="gmail-callphone-locked-main" width="250" height="80" class="alignleft size-full wp-image-20375" />For those who are looking for a free/cheap ways to make international call, Google has recently released the <a href="http://gmailblog.blogspot.com/2010/08/call-phones-from-gmail.html" target="_blank">Gmail Call Phone feature</a> that you can use to make phone call to any numbers in the World in your Gmail. I believe that most of you will have already played with it, and some of you (who are not located in the United States) might have even locked your account accidentally.</p>
<p>For those who are not aware of the <a href="http://www.downloadsquad.com/2010/08/27/outside-the-u-s-dont-try-to-upgrade-voice-in-gmail/" target="_blank">incident</a>, if you are not located in United States, and you click the “Upgrade your account” in the Google Voice dashboard, you will get the error message ”Google Voice is not available in your country”.<br />
<span id="more-20369"></span><br />
<img src="http://imagecdn.maketecheasier.com/2010/08/gmail-callphone-upgrade-account.png" alt="gmail-callphone-upgrade-account" title="gmail-callphone-upgrade-account" width="562" height="298" class="aligncenter size-full wp-image-20377" /></p>
<p><img src="http://imagecdn.maketecheasier.com/2010/08/gmail-callphone-locked.png" alt="gmail-callphone-locked" title="gmail-callphone-locked" width="462" height="224" class="aligncenter size-full wp-image-20378" /></p>
<p>From then on, you won’t be able to get to the Google voice dashboard or add credit to your Gmail CallPhone. Effectively, you are locked out from using the call services.</p>
<p>Luckily there is an easy way to fix this. All we need to do is to change our machine to an USA IP address and login to Google voice to cancel the upgrade. Here&#8217;s the steps:</p>
<h3>In Windows/Mac:</h3>
<p>1. Download and install <a href="http://hotspotshield.com/" target="_blank">Hotspot shield</a>. </p>
<p>2. Run Hotspot shield</p>
<p>3. Open your browser and login to your Gmail account</p>
<p>4. Open another tab and go to <a href="https://www.google.com/voice/" target="_blank">https://www.google.com/voice/</a>. Instead of the &#8220;Google Voice Unavailable&#8221; error message, you will now be prompted to setup Google voice. </p>
<p>We are not going to setup Google Voice since it is not available outside of USA yet, so what you need to do now is to click on the link “<em>Cancel Your Upgrade</em>”. </p>
<p><img src="http://imagecdn.maketecheasier.com/2010/08/gmail-callphone-cancel-upgrade.png" alt="gmail-callphone-cancel-upgrade" title="gmail-callphone-cancel-upgrade" width="544" height="250" class="aligncenter size-full wp-image-20379" /></p>
<p>That’s it. Your account is unlocked. You can access your Google voice dashboard and add credit to your account. </p>
<h3>In Linux</h3>
<p>Since Hotspot Shield is not available for Linux, we have to use alternative method to connect to USA IP address.</p>
<p>One of the alternative is to <a href="http://maketecheasier.com/secure-internet-connection-via-ssh/2010/03/25">connect to a remote IP using SSH</a>. Once you are connected to the remote address, you can follow the same steps above to cancel your upgrade. </p>
<p>Does this method works for you? Let us know if you know of other ways to connect to a US IP address.<br />
<!--adsense#468x60--></p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/unlock-gmail-call-phone/2010/08/28&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/unlock-gmail-call-phone/2010/08/28" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/unlock-gmail-call-phone/2010/08/28" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/unlock-gmail-call-phone/2010/08/28" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/unlock-gmail-call-phone/2010/08/28&amp;title=Locked+Out+While+Upgrading+Your+Gmail+Call+Phone%3F+Try+This+Fix&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/unlock-gmail-call-phone/2010/08/28" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/unlock-gmail-call-phone/2010/08/28">Locked Out While Upgrading Your Gmail Call Phone? Try This Fix</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/unlock-gmail-call-phone/2010/08/28/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Make Incremental Backups With Rsync</title>
		<link>http://maketecheasier.com/make-incremental-backups-with-rsync/2010/08/25</link>
		<comments>http://maketecheasier.com/make-incremental-backups-with-rsync/2010/08/25#comments</comments>
		<pubDate>Wed, 25 Aug 2010 12:00:43 +0000</pubDate>
		<dc:creator>Tavis J. Hampton</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[grsync]]></category>
		<category><![CDATA[remote]]></category>
		<category><![CDATA[rsync]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[sync]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=20248</guid>
		<description><![CDATA[Backing up your information is very important to you, or at least it should be. One of my college professors once told me, &#8220;It is not a question of if your hard drive will crash; it is when your hard drive will crash.&#8221; Rsync is a tool that allows you to keep two distinct directories in [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/make-incremental-backups-with-rsync/2010/08/25&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/make-incremental-backups-with-rsync/2010/08/25" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/make-incremental-backups-with-rsync/2010/08/25" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/make-incremental-backups-with-rsync/2010/08/25" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/make-incremental-backups-with-rsync/2010/08/25&amp;title=How+to+Make+Incremental+Backups+With+Rsync&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/make-incremental-backups-with-rsync/2010/08/25" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/make-incremental-backups-with-rsync/2010/08/25">How to Make Incremental Backups With Rsync</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-20249" title="grsync" src="http://imagecdn.maketecheasier.com/2010/08/grsync.png" alt="Grsync icon - two arrows" width="128" height="128" />Backing up your information is very important to you, or at least it should be. One of my college professors once told me, &#8220;It is not a question of <strong>if</strong> your hard drive will crash; it is <strong>when</strong> your hard drive will crash.&#8221;</p>
<p><a href="http://www.samba.org/rsync/" target="_blank">Rsync</a> is a tool that allows you to keep two distinct directories in sync, either locally (two locations on the same machine, including attached devices) or remotely (local computer to server or even server to backup server). It is free and open source software and runs on Linux and most other Unix-like operating systems, including FreeBSD and Mac OS X.</p>
<p>Furthermore, those who prefer not to get their fingers dirty on the command line can use Grsync, a graphical frontend for rsync, available in most Linux distribution repositories.<br />
<span id="more-20248"></span></p>
<h3>Locations</h3>
<p>Whether you are using the command line or a graphical program, location is key. You need to know the absolute paths to both locations you will be syncing. For example, if you are backing up a photo directory in your home folder, located in <em>Pictures/2010/StateFair</em>, you need to have the whole path, <em>/home/username/Pictures/2010/StateFair</em>.</p>
<p>For remote locations, the format is <em>username@hostname.com:/path/to/directory</em></p>
<p>Rsync relies on SSH for remote backups, so the username you specify will need to be your SSH login identity for the remote computer or server. If you are syncing two local computers on your network, you may need to install OpenSSH server.</p>
<h3>Local Backup</h3>
<p>To perform a local backup to an attached drive or alternate location, specify the default location first, followed by the backup location.</p>
<p><pre lang="bash">rsync -avz /home/username/Pictures/2010/StateFair /media/disk/backup</pre></p>
<p>The &#8220;-a&#8221; flag will tell rsync to archive the backup.  The &#8220;-z&#8221; flag will tell rsync to compress the archive.  The &#8220;-v&#8221; flag is &#8220;verbose&#8221; and will give you information about the backup.</p>
<h3>Remote Backup</h3>
<p>To backup a website to a backup server or local machine, login to the server via SSH. Then, from the command line, run rsync:</p>
<p><pre lang="bash">rsync -avz /home/username/www/public_html username@backup-server:/home/user/backup</pre></p>
<p>It will prompt you for a password, which will be the one you use for SSH.</p>
<h3>Incremental Backups</h3>
<p>Rsync will perform incremental backups by default. This means that it will not recopy all of the files every single time a backup is performed. Instead, only the files that have been newly created or modified since the last backup will be copied. This will save time and network bandwidth, something which is very important if you are running a website or dedicated server.</p>
<p>If you want your backups to be automated and periodic, you can setup a cron job to run rsync at the times you specify. On a server, you might just create a basic shell script that runs rsync and drop the script into <em>/etc/cron.daily</em> or <em>/etc/cron.weekly</em>, depending on how often you want to perform backups.</p>
<h3>Grsync</h3>
<p>For a desktop or mobile computer, <a href="http://www.opbyte.it/grsync/" target="_blank">Grsync</a> is a great tool you can use to simplify the rsync process and also save your sessions for future periodic use. Setup the source and destination exactly as you would with rsync. </p>
<p>Ubuntu user can install it via the Ubuntu Software Center, or simply click <a href="apt:grsync">here</a> to install.</p>
<p>The first box will be the source, and the second will be the destination. There are also numerous options, but unless you have something specific you need to configure, you can leave the default options and just press &#8220;Execute&#8221;.</p>
<p><img src="http://imagecdn.maketecheasier.com/2010/08/grsync-main.png" alt="grsync-main" title="grsync-main" width="472" height="569" class="aligncenter size-full wp-image-20268" /></p>
<p>Grsync will allow you to create multiple sessions so that you can backup a number of locations and keep the sessions on hand for future use. To add a new session, just click the &#8220;Add&#8221; button and give it a name. Grsync is free software and is available for Linux, Unix, Windows, and Mac OS X.</p>
<p>Finally, it should be noted that rsync is a great tool for backing up data, but nothing is perfect all the time. You should regularly check your backups to make sure they are successful and accurate.  If all goes well, you will be able to backup your files quickly and easily.<br />
<!--adsense#468x60--></p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/make-incremental-backups-with-rsync/2010/08/25&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/make-incremental-backups-with-rsync/2010/08/25" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/make-incremental-backups-with-rsync/2010/08/25" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/make-incremental-backups-with-rsync/2010/08/25" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/make-incremental-backups-with-rsync/2010/08/25&amp;title=How+to+Make+Incremental+Backups+With+Rsync&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/make-incremental-backups-with-rsync/2010/08/25" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/make-incremental-backups-with-rsync/2010/08/25">How to Make Incremental Backups With Rsync</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/make-incremental-backups-with-rsync/2010/08/25/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to Make Your iPhone Secure After the Jailbreak</title>
		<link>http://maketecheasier.com/make-iphone-secure-after-jailbreak/2010/07/26</link>
		<comments>http://maketecheasier.com/make-iphone-secure-after-jailbreak/2010/07/26#comments</comments>
		<pubDate>Mon, 26 Jul 2010 21:00:56 +0000</pubDate>
		<dc:creator>Harold</dc:creator>
				<category><![CDATA[iPhone/iPod Touch]]></category>
		<category><![CDATA[cydia]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[jailbreak]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[secure]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=18649</guid>
		<description><![CDATA[Let me start this article by telling you about a person who was successful in attacking the vulnerabilities of phones on T-mobile Netherlands last year. There was not really a grave malicious intent on the side of the hacker except that he just wanted the people&#8211;whose iPhones were hacked&#8211;to know how vulnerable their gadgets were [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/make-iphone-secure-after-jailbreak/2010/07/26&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/make-iphone-secure-after-jailbreak/2010/07/26" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/make-iphone-secure-after-jailbreak/2010/07/26" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/make-iphone-secure-after-jailbreak/2010/07/26" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/make-iphone-secure-after-jailbreak/2010/07/26&amp;title=How+to+Make+Your+iPhone+Secure+After+the+Jailbreak&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/make-iphone-secure-after-jailbreak/2010/07/26" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/make-iphone-secure-after-jailbreak/2010/07/26">How to Make Your iPhone Secure After the Jailbreak</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-18658" title="iPhone-HackedIntro" src="http://imagecdn.maketecheasier.com/2010/07/iphone-hacked-intro.jpg" alt="iphone-hacked-intro" width="258" height="141" />Let me start this article by telling you about a person who was successful in attacking the vulnerabilities of phones on T-mobile Netherlands last year. There was not really a grave malicious intent on the side of the hacker except that he just wanted the people&#8211;whose iPhones were hacked&#8211;to know how vulnerable their gadgets were and he wanted them to pay 5 Euros to gain security for their iPhones. The hacker took advantage of the known root password (i.e. alpine) to get into jailbroken iPhones.</p>
<p>There are so many advantages which come when you jailbreak your iPhone. Some of them include the use of Twidget which enables you to view your tweets on lock screen and the use of Winterboard to let you manage the themes in your iPhone. Additionally, jailbreaking your iPhone will give you total control over your iPhone file system. However, once your iPhone is jailbroken, it will become vulnerable and less secure; you will need to take extra measure to retain its security.<br />
<span id="more-18649"></span><br />
One reason why the hacker was able to get into the iPhones of the victims is because they haven&#8217;t changed the default password after they had them jailbroken. Considering the fact that &#8220;alpine&#8221; is the default password of the root directory, and that the whole world knows about this, you should take some time to change it into your own password which no one knows about&#8211;except you.</p>
<p>Perhaps, the reason why people leave their password unchanged after jailbreaking their iPhone is because they do not know how. If you are one of them, then this would be the guide you are looking for…</p>
<h3>Change the Root Password of your iPhone</h3>
<p>Before anything else, I assume you had your iPhone jailbroken…</p>
<p><strong>1.</strong> Open Cydia and install <strong>MobileTerminal</strong> app; you will need this to launch the <strong>Terminal</strong> app.</p>
<p><img class="aligncenter size-full wp-image-18650" title="iPhone-InstallMobileTerminal" src="http://imagecdn.maketecheasier.com/2010/07/iphone-mobile-terminal.png" alt="iphone-mobile-terminal" width="320" height="411" /></p>
<p><strong>2.</strong> Launch the <strong>Terminal</strong> app. Key in this command:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">su</span></pre></div></div>

<p>Now, key in the default password:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">alpine</pre></div></div>

<p><img class="aligncenter size-full wp-image-18651" title="iPhone-RootLogin" src="http://imagecdn.maketecheasier.com/2010/07/iphone-root-login.png" alt="iphone-root-login" width="320" height="124" /></p>
<p>By doing this, you will be able to log in as the &#8220;root&#8221; user. It means that you will be able to access everything inside your iPhone while using this user. Also, always remember that the passwords will not be shown/echoed on screen.</p>
<p><strong>3.</strong> Once you have done all of the above, you are ready to proceed to this next step.</p>
<p>Key in this command:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">passwd</span></pre></div></div>

<p>This command will let you change the password for the &#8220;root&#8221; user.  After you key it in, you will then be prompted to type and confirm your new password.</p>
<p><img class="aligncenter size-full wp-image-18653" title="iPhone-ChangePassword" src="http://imagecdn.maketecheasier.com/2010/07/iphone-change-password.png" alt="iphone-change-password" width="320" height="159" /></p>
<p>And that&#8217;s it! I am sure you will find this tutorial easy enough to follow. But anyway, let me remind you that you also need to have a strong password; what&#8217;s the use of having a password if anyone can easily crack it, right?</p>
<h3>Choose a Strong Password</h3>
<p>This one may not be new to you. However, there are still people who do not know how to create a password which is harder to crack. The fact is, majority of the people use their birthdays, surnames or a combination of their first and last names plus their birthdays. Believe me, those passwords can be easily cracked even by a grade-schooler. Here is a quick guide for you to come up with a really good password;</p>
<ol>
<li>Always use a combination of Numbers, Letters and Characters.</li>
<li>Capitalize some of the Letters randomly.</li>
<li>Have as many characters as possible in your password. A minimum of six characters would be good enough.</li>
<li>Never ever use your First Name, Last Name, Birthday or the names of your family and friends. More often, people know more about you than you think they do.</li>
<li>If possible, use a string of characters which you can easily type without even looking at the keyboard.</li>
<li>Do not use any actual word because crackers have dictionaries which contain millions of possible passwords that they can easily run to crack your password. Never ever use the word &#8220;<em>password</em>.&#8221;</li>
<li>Always find an easy way to remember your passwords. Writing them down is always the worst option you can have.</li>
<li>Above all, never ever give your password to anyone.</li>
</ol>
<p>More often, we treat our iPhones as diaries which hold some of our personal information which we do not want to be exposed to anyone we don&#8217;t know. Therefore, making them more secure is the best thing we can do to protect our privacy. I hope this article is helpful enough. If you think I lack some important things in here, please feel free to leave comments or suggestions below. Or, if you want to get updates from this site, enter your email below.<br />
<!--adsense#468x60--></p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/make-iphone-secure-after-jailbreak/2010/07/26&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/make-iphone-secure-after-jailbreak/2010/07/26" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/make-iphone-secure-after-jailbreak/2010/07/26" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/make-iphone-secure-after-jailbreak/2010/07/26" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/make-iphone-secure-after-jailbreak/2010/07/26&amp;title=How+to+Make+Your+iPhone+Secure+After+the+Jailbreak&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/make-iphone-secure-after-jailbreak/2010/07/26" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/make-iphone-secure-after-jailbreak/2010/07/26">How to Make Your iPhone Secure After the Jailbreak</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/make-iphone-secure-after-jailbreak/2010/07/26/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How To Take Secure Remote Backups Using SSH</title>
		<link>http://maketecheasier.com/secure-remote-backups-using-ssh/2010/04/16</link>
		<comments>http://maketecheasier.com/secure-remote-backups-using-ssh/2010/04/16#comments</comments>
		<pubDate>Fri, 16 Apr 2010 12:00:48 +0000</pubDate>
		<dc:creator>Sharninder</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[copy files]]></category>
		<category><![CDATA[remote]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=14511</guid>
		<description><![CDATA[A couple of weeks back Damien posted an excellent tutorial on securing your internet connection using SSH. In his post, he explains what SSH is as well as the SSH Tunneling method that he uses to secure the internet traffic. Today, I&#8217;ll be taking you through another tutorial that involves using SSH to take backups [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/secure-remote-backups-using-ssh/2010/04/16&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/secure-remote-backups-using-ssh/2010/04/16" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/secure-remote-backups-using-ssh/2010/04/16" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/secure-remote-backups-using-ssh/2010/04/16" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/secure-remote-backups-using-ssh/2010/04/16&amp;title=How+To+Take+Secure+Remote+Backups+Using+SSH&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/secure-remote-backups-using-ssh/2010/04/16" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/secure-remote-backups-using-ssh/2010/04/16">How To Take Secure Remote Backups Using SSH</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-14515" title="SSH Secure Shell" src="http://imagecdn.maketecheasier.com/2010/04/ssh-padlock.jpg" alt="ssh-padlock" width="240" height="160" />A couple of weeks back Damien posted an excellent tutorial on <a href="http://maketecheasier.com/secure-internet-connection-via-ssh/2010/03/25">securing your internet connection</a> using SSH. In his post, he explains what SSH is as well as the SSH Tunneling method that he uses to secure the internet traffic.</p>
<p>Today, I&#8217;ll be taking you through another tutorial that involves using SSH to take backups of your remote servers.<br />
<span id="more-14511"></span><br />
As you guys might be aware that I also run a website called <a href="http://geekyninja.com/" target="_blank">Geeky Ninja</a> which is hosted by the nice folks over at Dreamhost on a Linux server.</p>
<p>Even though Dreamhost keeps a backup of my site, as a webmaster I&#8217;m a little paranoid about backups and worry about losing my data all the time. That is why I also backup my site to a remote location occasionally. And this is where SSH comes in.</p>
<p>As you guy probably know that SSH is a secure encrypted protocol to communicate between two machines. Since SSH is not a text based protocol like telnet, it is possible to transfer actually binary files using this protocol and SCP is the utility that accomplishes this task on Unix/Linux based systems. SCP encrypts the files given to it using the SSH protocol and copies it to the remote destination that the user specifies.</p>
<h3>Getting Started</h3>
<p>First of all you need to make sure that the remote system that you want to copy the data from has ssh installed and running. In my case, that&#8217;s the remote webserver hosted at Dreamhost.</p>
<p>Login to the remote system and issue the &#8220;<em>pwd</em>&#8221; command to see your current directory.</p>
<p><img class="aligncenter size-full wp-image-14518" title="scp" src="http://imagecdn.maketecheasier.com/2010/04/scp-001.png" alt="scp-001" width="240" height="120" /></p>
<p>Note down the path that <em>pwd</em> prints. Now, from your local system issue the following scp command.</p>
<p><img class="aligncenter size-full wp-image-14519" title="SCP - Secure Copy" src="http://imagecdn.maketecheasier.com/2010/04/scp-002.png" alt="scp-002" width="500" height="113" /></p>
<p>Replace:<br />
<em>username</em> with your real username on the remote system,<br />
<em>Remote_IP</em> with the IP Address/Name of the remote system,<br />
<em>Remote_directory</em> with the output of the pwd command from above and<br />
<em>backup_directory</em> with the name of the directory on your local system where you want to store the backups.</p>
<p>That&#8217;s it. This command will copy all the files and directories under the <em>remote_directory</em> to the <em>backup_directory</em> on your local system.</p>
<h3>Backing Up in Windows</h3>
<p>The above instructions will work well for Unix/Linux based machines, but what if you use Windows as your desktop and want to make a backup of your data from the remote machine to your windows desktop ?</p>
<p>Well, in that case you can just use the excellent utility, <a href="http://winscp.net/eng/index.php">WinSCP</a> which is a graphical SCP client for Windows</p>
<p><img class="aligncenter size-full wp-image-14521" title="WinSCP" src="http://imagecdn.maketecheasier.com/2010/04/scp-003.png" alt="WinSCP" width="500" height="278" /></p>
<p>WinSCP gives you the familiar Explorer like interface with full support for drag and drop. Just browse through the directory you want to backup on the right pane and drag it over to the left pane and say GoodBye to text only unsecure FTP sessions.</p>
<p>How do you guys backup your remote servers ? Let us know in the comments.</p>
<p>Image Credit: <a href="http://www.flickr.com/photos/carbonnyc/" target="_blank">Carbonnyc</a><br />
<!--adsense#468x60--></p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/secure-remote-backups-using-ssh/2010/04/16&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/secure-remote-backups-using-ssh/2010/04/16" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/secure-remote-backups-using-ssh/2010/04/16" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/secure-remote-backups-using-ssh/2010/04/16" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/secure-remote-backups-using-ssh/2010/04/16&amp;title=How+To+Take+Secure+Remote+Backups+Using+SSH&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/secure-remote-backups-using-ssh/2010/04/16" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/secure-remote-backups-using-ssh/2010/04/16">How To Take Secure Remote Backups Using SSH</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/secure-remote-backups-using-ssh/2010/04/16/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How to Secure Your Internet Connection via SSH</title>
		<link>http://maketecheasier.com/secure-internet-connection-via-ssh/2010/03/25</link>
		<comments>http://maketecheasier.com/secure-internet-connection-via-ssh/2010/03/25#comments</comments>
		<pubDate>Thu, 25 Mar 2010 12:00:20 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[secure]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=13980</guid>
		<description><![CDATA[Wouldn&#8217;t it be great if all the Internet connection in the World are secure and encrypted and you don&#8217;t have to worry about hackers sniffing your data in the network? Apparently, that does not exist in the real world. Most of the time, when you are using a public network, you are exposing yourself to [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/secure-internet-connection-via-ssh/2010/03/25&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/secure-internet-connection-via-ssh/2010/03/25" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/secure-internet-connection-via-ssh/2010/03/25" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/secure-internet-connection-via-ssh/2010/03/25" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/secure-internet-connection-via-ssh/2010/03/25&amp;title=How+to+Secure+Your+Internet+Connection+via+SSH&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/secure-internet-connection-via-ssh/2010/03/25" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/secure-internet-connection-via-ssh/2010/03/25">How to Secure Your Internet Connection via SSH</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://imagecdn.maketecheasier.com/2010/03/ssh-secure-lock.jpg" alt="ssh-secure-lock" title="ssh-secure-lock" width="200" height="196" class="alignleft size-full wp-image-13987" />Wouldn&#8217;t it be great if all the Internet connection in the World are secure and encrypted and you don&#8217;t have to worry about hackers sniffing your data in the network? Apparently, that does not exist in the real world. Most of the time, when you are using a public network, you are exposing yourself to thousands of hackers who are waiting for you to hand over your confidential data to them.</p>
<p>Luckily, there are several ways to encrypt your Internet connection on a public network, and one of my favorite is SSH tunneling. This may sound too technical a term for most of the casual users, but I can assure you that it is very easy to implement it.<br />
<span id="more-13980"></span></p>
<h3>What is SSH?</h3>
<p>In short, <a href="http://en.wikipedia.org/wiki/Secure_Shell" target="_blank">SSH</a> is a method (or technically, a protocol) that connects two computer in a secure encrypted manner. When two computers are connected via SSH, any data transfer between the two terminal are encrypted.  <a href="http://en.wikipedia.org/wiki/Tunneling_protocol" target="_blank">SSH Tunneling</a> is simply a method where we use the connected  computer as a proxy to browse the web. When we browse the web (with our browser) via SSH tunneling, the proxy server will retrieve the web content and send it back to our computer via secure connection. Two major benefits of using SSH tunneling include:</p>
<ol>
<li>Masking of your IP address</li>
<li>Secure connection to prevent hackers from sniffing out your data</li>
</ol>
<p>SSH is mainly used in Linux and Mac, but Windows users can also use SSH with Cygwin.</p>
<h3>Getting started</h3>
<p>Before we start, there are a few things that you need to have:</p>
<ul>
<li>a SSH server.</li>
<li>a SSH client. For Windows users, <a href="http://cygwin.com/" target="_blank">download Cygwin here</a>.</li>
<li>Login name and password to login to the remote computer</li>
</ul>
<p><strong>Note</strong>: <em>If you own a website that is running on a third party web host, you already have a SSH server ready to use. You might need to your web host for permission to access via SSH.</em></p>
<p>On your Mac or Linux machine, open a terminal. Windows users open up the Cygwin application.</p>
<p>Type in the following command:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">ssh</span> <span style="color: #660033;">-D</span> <span style="color: #000000;">9999</span> <span style="color: #c20cb9; font-weight: bold;">login</span><span style="color: #000000; font-weight: bold;">@</span>domain.com</pre></div></div>

<p>The default connection port for the SSH server is port 22, but this might vary across different SSH server. In this case, you will need to find the port number from your web host and enter in the command:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">ssh</span> <span style="color: #660033;">-D</span> <span style="color: #000000;">9999</span> <span style="color: #660033;">-p</span> PORT <span style="color: #c20cb9; font-weight: bold;">login</span><span style="color: #000000; font-weight: bold;">@</span>domain.com</pre></div></div>

<p>where <em>PORT</em> is the port number to connect to.</p>
<p>The <em>login</em> is the name you are going to login while the domain can be an IP address or a domain name.</p>
<p>You will be prompted to enter your password.</p>
<h3>Configuring your browser</h3>
<p>In your browser, go to the options page and look out for the section to change your Proxy settings.</p>
<p>Check the button &#8220;<em>Manual Proxy Configuration</em>&#8220;. In the SOCKS field, enter &#8220;<em>localhost</em>&#8221; and <em>9999</em> for the port field.</p>
<p><img src="http://imagecdn.maketecheasier.com/2010/03/ssh-proxy-configuration.png" alt="ssh-proxy-configuration" title="ssh-proxy-configuration" width="574" height="512" class="alignnone size-full wp-image-13985" /></p>
<p>Save and close the option page.</p>
<p>That&#8217;s it! Your connection are now secured.</p>
<h3>Disconnect your SSH session</h3>
<p>To disconnect from the SSH session, first, change the browser setting back to &#8220;Direct Internet Connection&#8221; (or whatever the previous setting).</p>
<p>Next, in your terminal, type</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">exit</span></pre></div></div>

<p>This will disconnect your SSH session.</p>
<p>Have you tried SSH before? Share your experience in the comments.</p>
<p>Image credit: <a href="http://www.flickr.com/photos/davehalley/" target="_blank">Dave Halley</a><br />
<!--adsense#468x60--></p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/secure-internet-connection-via-ssh/2010/03/25&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/secure-internet-connection-via-ssh/2010/03/25" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/secure-internet-connection-via-ssh/2010/03/25" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/secure-internet-connection-via-ssh/2010/03/25" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/secure-internet-connection-via-ssh/2010/03/25&amp;title=How+to+Secure+Your+Internet+Connection+via+SSH&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/secure-internet-connection-via-ssh/2010/03/25" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/secure-internet-connection-via-ssh/2010/03/25">How to Secure Your Internet Connection via SSH</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/secure-internet-connection-via-ssh/2010/03/25/feed</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>How to Use &#8216;remote:/&#8217; KIO and KNetAttach</title>
		<link>http://maketecheasier.com/use-remote-kio-and-knetattach/2009/08/31</link>
		<comments>http://maketecheasier.com/use-remote-kio-and-knetattach/2009/08/31#comments</comments>
		<pubDate>Mon, 31 Aug 2009 12:20:17 +0000</pubDate>
		<dc:creator>Tavis J. Hampton</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[kio slave]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[remote]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[webdav]]></category>
		<category><![CDATA[zeroconf]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=6910</guid>
		<description><![CDATA[In my post two weeks ago, I introduced you to KDE&#8217;s KIO slaves and gave you a brief overview of the services they offer. One of the KIO protocols is remote:/, which relies on KNetAttach to create virtual network folders.  With it, you can create folders for the following services: 1. WebFolder (webdav) 2. FTP 3. [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/use-remote-kio-and-knetattach/2009/08/31&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/use-remote-kio-and-knetattach/2009/08/31" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/use-remote-kio-and-knetattach/2009/08/31" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/use-remote-kio-and-knetattach/2009/08/31" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/use-remote-kio-and-knetattach/2009/08/31&amp;title=How+to+Use+%26%238216%3Bremote%3A%2F%26%238217%3B+KIO+and+KNetAttach&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/use-remote-kio-and-knetattach/2009/08/31" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/use-remote-kio-and-knetattach/2009/08/31">How to Use &#8216;remote:/&#8217; KIO and KNetAttach</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-6912" src="http://imagecdn.maketecheasier.com/2009/08/knetattach-network-folder.jpg" alt="add-network-folder" width="120" height="122" />In my post two weeks ago, I introduced you to KDE&#8217;s <a href="http://maketecheasier.com/quick-easy-guide-to-kde-kio-slaves/2009/08/17">KIO slaves</a> and gave you a brief overview of the services they offer. One of the KIO protocols is <em>remote:/</em>, which relies on KNetAttach to create virtual network folders.  With it, you can create folders for the following services:</p>
<p>1. WebFolder (<a href="http://en.wikipedia.org/wiki/WebDAV" target="_blank">webdav</a>)<br />
2. FTP<br />
3. Microsoft Windows network drive (using <a href="http://us3.samba.org/samba/" target="_blank">Samba</a>)<br />
4. Secure shell (ssh)</p>
<p>Each one has its slightly unique features and requirements, and in this post, you will learn about each one.</p>
<p>There are two ways to start KNetAttach. One, which we already discussed, is to go to <em>remote:/</em> in Dolphin or Konqueror. Then, simply click on <em>Add Network Folder</em>. The other method is to press <strong>Alt-F2</strong>, type &#8220;<em>knetattach</em>&#8221; and press Enter.<br />
<span id="more-6910"></span></p>
<h3>WebFolder</h3>
<p>WebFolder relies on WebDAV, which allows you to create and use web-based folders. Many remote file storage services rely on this technology. To connect to a web  folder:</p>
<p>1. Select WebFolder from the <em>&#8220;Add Network Folder</em>&#8221; list and click &#8220;<em>Next</em>&#8220;.<br />
2. Give it a name; something you will only use for identification.<br />
3. Enter your username.<br />
4. For Server, it is usually a full web address like http://webdav.yourdomain.com<br />
5. Enter a folder name only if required by your host.<br />
6. Check &#8220;<em>use encryption</em>&#8221; if HTTPS is available.<br />
7. Check <em>&#8220;create an icon for this remote folder&#8221;</em> to use the connection again in the future.<br />
8. Click &#8220;<em>Save and Connect</em>&#8220;.</p>
<p>It will prompt you for your password.  If you elect to save your password, it is a good idea to use <a href="http://docs.kde.org/development/en/kdeutils/kwallet/index.html" target="_blank">Kwallet</a>, which is enabled by default.</p>
<p><img class="aligncenter size-full wp-image-6911" src="http://imagecdn.maketecheasier.com/2009/08/knetattach-screenshot1.jpg" alt="knetattach" width="570" height="390" /></p>
<h3>FTP and SSH</h3>
<p>Connecting to FTP is nearly identical to other connection methods.</p>
<p>1. Give the connection a name.<br />
2. Enter the username (Often, this is a full email address if you use shared hosting. Check with your host). If it is public FTP, usually the username is &#8220;anonymous&#8221;.<br />
3. Enter the server (Usually just the domain name, like <em>suchandsuch.com</em> or <em>ftp.suchandsuch.com</em>).<br />
4. Only change the port if specified by your host. 21 is the default.<br />
5. Click &#8220;<em>Save and Connect</em>&#8220;.</p>
<p>The only difference with SSH is usually the port number. In addition to connecting to remote hosts for a website, this is a good method to use for connecting two Linux computers on a local network for file transfer. Just make sure that both hosts have <a href="apt://openssh-server">openssh server</a> installed.</p>
<p><strong>Microsoft Windows network drive</strong></p>
<p>For a connection to Windows, you will need Samba running and configured on your computer. If you are unsure what server information to use, navigate to <em>remote:/</em> and then click on &#8220;<em>Samba Shares</em>&#8220;. It will show you the current windows shares on your network. When you click &#8220;<em>Save and Connect</em>&#8220;, it will prompt you for a username and password only if the samba share requires it.</p>
<h3>Network Services</h3>
<p>There is a button in the remote:/ section called &#8220;Network Services&#8221;, and it allows you to connect to <a href="http://en.wikipedia.org/wiki/Zero_configuration_networking" target="_blank">zeroconf</a> services. The idea behind zeroconf (zero configuration) is to connect to networked computers, printers, and various devices without any expert configuration. Linux uses a free implementation called <a href="http://avahi.org/" target="_blank">Avahi</a>. Many distributions enable the avahi daemon by default. It allows you to quickly discover and connect to FTP, Samba, HTTP, CUPS, and other protocols.</p>
<p>The <em>remote:/</em> KIO combined with KNetAttach provides users with a full networking experience. Once you are connected to one of the above-mentioned services, you can navigate through them just as you would through folders and files on your own computer. You can drag and drop, copy and paste, and even delete all in real time.  When you are finished, just close the tab or window.</p>
<p><!--adsense#468x60--></p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/use-remote-kio-and-knetattach/2009/08/31&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/use-remote-kio-and-knetattach/2009/08/31" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/use-remote-kio-and-knetattach/2009/08/31" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/use-remote-kio-and-knetattach/2009/08/31" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/use-remote-kio-and-knetattach/2009/08/31&amp;title=How+to+Use+%26%238216%3Bremote%3A%2F%26%238217%3B+KIO+and+KNetAttach&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/use-remote-kio-and-knetattach/2009/08/31" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/use-remote-kio-and-knetattach/2009/08/31">How to Use &#8216;remote:/&#8217; KIO and KNetAttach</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/use-remote-kio-and-knetattach/2009/08/31/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>2 Useful SSH Tricks to Improve Your System Security</title>
		<link>http://maketecheasier.com/2-useful-ssh-tricks-to-improve-your-system-security/2009/07/02</link>
		<comments>http://maketecheasier.com/2-useful-ssh-tricks-to-improve-your-system-security/2009/07/02#comments</comments>
		<pubDate>Thu, 02 Jul 2009 12:33:53 +0000</pubDate>
		<dc:creator>Joshua Price</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[openssh]]></category>
		<category><![CDATA[scp]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[sshfs]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=5407</guid>
		<description><![CDATA[A few days ago, Tavis wrote a great article on How to use SSH X-forwarding to Run Remote Apps. X forwarding is indeed a very handy feature of SSH, so I thought it would be a good time to expand on some of the other great uses for this excellent piece of software (and some [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/2-useful-ssh-tricks-to-improve-your-system-security/2009/07/02&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/2-useful-ssh-tricks-to-improve-your-system-security/2009/07/02" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/2-useful-ssh-tricks-to-improve-your-system-security/2009/07/02" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/2-useful-ssh-tricks-to-improve-your-system-security/2009/07/02" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/2-useful-ssh-tricks-to-improve-your-system-security/2009/07/02&amp;title=2+Useful+SSH+Tricks+to+Improve+Your+System+Security&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/2-useful-ssh-tricks-to-improve-your-system-security/2009/07/02" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/2-useful-ssh-tricks-to-improve-your-system-security/2009/07/02">2 Useful SSH Tricks to Improve Your System Security</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-5642" src="http://imagecdn.maketecheasier.com/2009/07/openssh-logo.png" alt="OpenSSH Logo" width="194" height="191" />A few days ago, Tavis wrote a great article on <a href="http://maketecheasier.com/use-ssh-x-forwarding-to-run-remote-apps/2009/06/22">How to use SSH X-forwarding to Run Remote Apps</a>.  X forwarding is indeed a very handy feature of SSH, so I thought it would be a good time to expand on some of the other great uses for this excellent piece of software (and some related tools).  Today, we&#8217;ll cover SCP and SSHFS.</p>
<p>To follow this guide, you&#8217;ll need the following:</p>
<p>- Client computer with openssh-client installed (for Windows, use Putty)<br />
- Server computer with openssh-server installed (Available on any UNIX-style system)<br />
- A working set of login credentials on the server<br />
<span id="more-5407"></span><br />
If you don&#8217;t have a computer with an SSH server, you can use the same PC as both client and server for the sake of trying all this out.  If you do have a (Linux, Unix, BSD) computer available to act as server, make sure to install the OpenSSH server software.  Debian and Ubuntu users can get this easily with</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> openssh-server</pre></div></div>

<h3>1. Using SSH to securely copy files</h3>
<p>This is my second favorite use for SSH.  When you install the OpenSSH client on your machine, it typically comes with a file copy tool called SCP (<strong>S</strong>ecure <strong>C</strong>o<strong>p</strong>y).  This can be VERY useful as a way to not only send files to your friends (who have openssh-server running) but to do it in a completely encrypted way.</p>
<p>For example, a friend of mine in Michigan is a studio engineer.  He mixes audio tracks for a recording studio.  Sometimes, when he wants a second opinion, he&#8217;ll send me what he&#8217;s working on so I can give him my opinion.  Now, since this is all copyrighted music which has not even been released to the public, he&#8217;s naturally reluctant to post it on a filesharing service or web site, and the files are often too large for email.  Instead, we transfer using SCP.</p>
<p>The format for an scp command is:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">scp</span> filename user<span style="color: #000000; font-weight: bold;">@</span>remote-host:<span style="color: #000000; font-weight: bold;">/</span>where<span style="color: #000000; font-weight: bold;">/</span>to<span style="color: #000000; font-weight: bold;">/</span>save<span style="color: #000000; font-weight: bold;">/</span>it</pre></div></div>

<p>So my friend, on the other side of the country, would enter something like</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">scp</span> MyNewMix.wav nick<span style="color: #000000; font-weight: bold;">@</span>joshs-computer.com:<span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>nick<span style="color: #000000; font-weight: bold;">/</span>mixes</pre></div></div>

<p>This example is assuming my computer is accessible from <em>joshs-computer.com</em> and that he has a user account on it named <em>nick</em>.  His file will be copied to my computer over a fully encrypted connection without having to be stored at some third-party website or email server.</p>
<h3>2. Mount a network drive securely</h3>
<p>Now here is my #1 favorite use of SSH.  If you&#8217;re a Linux user, you&#8217;re probably familiar with mounting drives.  You have a device like a cdrom drive (say, /dev/hdc for example), and to access it, you mount it to a directory such as /media/cdrom.  Well you can use that same principle with a program called SSHFS to mount a filesystem over a network/internet and attach it to a directory on your computer.</p>
<p>SSHFS is not part of the standard openssh package.  It&#8217;s a separately developed program that you&#8217;ll install independently using your normal package manager.</p>
<p>Let&#8217;s go back to the example with my friend at the studio.  Perhaps he&#8217;s got several new mixes for me instead of just one, or perhaps we do this so often that using SCP to transfer back and forth starts to become a hassle.  Well, if he&#8217;s got openssh-server installed and I have an account on his computer, I can mount his hard drive to any directory I wish.  The command follows the structure:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">sshfs user<span style="color: #000000; font-weight: bold;">@</span>remote-host:<span style="color: #000000; font-weight: bold;">/</span>what<span style="color: #000000; font-weight: bold;">/</span>I<span style="color: #000000; font-weight: bold;">/</span>want <span style="color: #000000; font-weight: bold;">/</span>where<span style="color: #000000; font-weight: bold;">/</span>to<span style="color: #000000; font-weight: bold;">/</span>put<span style="color: #000000; font-weight: bold;">/</span>it</pre></div></div>

<p>So to connect to Nick&#8217;s computer I&#8217;d use something like:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">sshfs josh<span style="color: #000000; font-weight: bold;">@</span>nicks-computer.com:<span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>nick<span style="color: #000000; font-weight: bold;">/</span>mixes <span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>josh<span style="color: #000000; font-weight: bold;">/</span>nicks-computer</pre></div></div>

<p>That would make it so that any time I access the folder /home/josh/nicks-computer from my machine, it would actually connect to Nick&#8217;s computer over SSH and give me access to all those files just as if they were sitting in a normal directory on my computer.  Any changes I make are made to the files on his computer, it&#8217;s completely transparent.  I can use whatever audio software I like to work with the files, they are completely oblivious to the fact that they&#8217;re really reading the file from 2500 miles away.</p>
<p>A word of warning about SSHFS:  since it&#8217;s reading the files over the internet instead of locally, combined with the encryption overhead, SSHFS can be <strong>SLOW</strong>.  You probably wouldn&#8217;t want to use it to access files that need lots of speed or are constantly being read or written.</p>
<p>There are many great uses for SSH and related tools.  I&#8217;d love to hear what other tricks you may have.  SSH tunneling, for example, can be hugely beneficial for some people, but doing it justice would require an article of its own.  Do you have any other tips to get the most out of SSH?</p>
<p><!--adsense#468x60--></p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/2-useful-ssh-tricks-to-improve-your-system-security/2009/07/02&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/2-useful-ssh-tricks-to-improve-your-system-security/2009/07/02" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/2-useful-ssh-tricks-to-improve-your-system-security/2009/07/02" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/2-useful-ssh-tricks-to-improve-your-system-security/2009/07/02" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/2-useful-ssh-tricks-to-improve-your-system-security/2009/07/02&amp;title=2+Useful+SSH+Tricks+to+Improve+Your+System+Security&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/2-useful-ssh-tricks-to-improve-your-system-security/2009/07/02" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/2-useful-ssh-tricks-to-improve-your-system-security/2009/07/02">2 Useful SSH Tricks to Improve Your System Security</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/2-useful-ssh-tricks-to-improve-your-system-security/2009/07/02/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How to use SSH X-forwarding to Run Remote Apps</title>
		<link>http://maketecheasier.com/use-ssh-x-forwarding-to-run-remote-apps/2009/06/22</link>
		<comments>http://maketecheasier.com/use-ssh-x-forwarding-to-run-remote-apps/2009/06/22#comments</comments>
		<pubDate>Mon, 22 Jun 2009 12:12:06 +0000</pubDate>
		<dc:creator>Tavis J. Hampton</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[xorg]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=5429</guid>
		<description><![CDATA[There are times when it is just quicker, easier or even necessary to use a graphical application, and there are also times when you might be away from the computer that has your crucial applications installed. Whatever the scenario, Linux and other operating systems running an X server have the ability to forward a graphical [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/use-ssh-x-forwarding-to-run-remote-apps/2009/06/22&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/use-ssh-x-forwarding-to-run-remote-apps/2009/06/22" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/use-ssh-x-forwarding-to-run-remote-apps/2009/06/22" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/use-ssh-x-forwarding-to-run-remote-apps/2009/06/22" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/use-ssh-x-forwarding-to-run-remote-apps/2009/06/22&amp;title=How+to+use+SSH+X-forwarding+to+Run+Remote+Apps&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/use-ssh-x-forwarding-to-run-remote-apps/2009/06/22" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/use-ssh-x-forwarding-to-run-remote-apps/2009/06/22">How to use SSH X-forwarding to Run Remote Apps</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-5431" src="http://imagecdn.maketecheasier.com/2009/06/200x-org.jpg" alt="200x-org" width="200" height="160" />There are times when it is just quicker, easier or even necessary to use a graphical application, and there are also times when you might be away from the computer that has your crucial applications installed. Whatever the scenario, Linux and other operating systems running an X server have the ability to forward a graphical application through SSH. Following a few simple steps, you can run a remote application in all of its full graphical glory.<span id="more-5429"></span></p>
<h3>Installation and setup</h3>
<p>Before you begin you need to make sure that SSH client and server are installed on the correct computers. The host computer that will have the actual running applications needs to have SSH server running. On Ubuntu, it is not installed by default. Look for the packaged called &#8220;<em>openssh-server</em>&#8221; and install it. On the client computer, you will need &#8220;<em>openssh-client</em>&#8220;.</p>
<p>The other important preliminary step is to make sure both computers are connected to a network and that you can reach them via SSH. If the computers are in the same building, it will be easy. If not, you might have to configure the host computer to receive SSH connections through the firewall. See your router&#8217;s documentation for the correct method of port forwarding.</p>
<h3>Connecting</h3>
<p><strong>1.</strong> Open a terminal emulator: Gnome terminal, Konsole or something similar.</p>
<p><strong>2.</strong> Now connect to the host computer. As an example, if the host IP address is 192.168.254.76 and the host username is &#8220;bobolina&#8221;, you would type the following:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">ssh</span> <span style="color: #660033;">-X</span> <span style="color: #660033;">-lbobolina</span> 192.168.254.76</pre></div></div>

<p>This tells SSH to forward the X server calls to the client computer.</p>
<p><strong>3.</strong> At the password prompt, enter the password.</p>
<p><strong>4.</strong> Run the application. For example, if you want to run Kwrite, just type the command:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">dbus-launch kwrite <span style="color: #000000; font-weight: bold;">&amp;</span></pre></div></div>

<p>(Note: you will need to have &#8220;dbus-launch&#8221; before KDE 4 applications. Other applications that do not require D-Bus should work without it).</p>
<h3>Other Considerations</h3>
<p>That is all it takes.  You should now be able to run remote X applications at will. This can be very helpful if, for example, you are running a computer with a very small hard drive, no hard drive at all or even one without a CD-ROM drive, all of which are common with many netbooks and low-cost mini desktops.</p>
<p>To automate this process, you could setup <a href="http://ubuntuforums.org/showthread.php?t=30709" target="_blank">SSH public keys</a> to connect without passwords and write an executable script. Also, if you need a full X session forwarded, you can use NX technology, available with the commercial NoMachine NX or with <a href="http://freenx.berlios.de/" target="_blank">FreeNX</a> (a free and open source alternative).</p>
<p>As with any network solution, security is always a concern. Using SSH provides a secure connection, but it does little good if your password is easy to guess and your firewall allows anyone to gain access to it. Once you have a secure plan in place, remote X forwarding is an excellent way load remote applications on demand and manage remote machines. The possibilities are only as limited to your imagination and the speed of your network connection. Experiment with different techniques, and let us know what you discover.</p>
<p><!--adsense#468x60--></p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/use-ssh-x-forwarding-to-run-remote-apps/2009/06/22&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/use-ssh-x-forwarding-to-run-remote-apps/2009/06/22" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/use-ssh-x-forwarding-to-run-remote-apps/2009/06/22" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/use-ssh-x-forwarding-to-run-remote-apps/2009/06/22" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/use-ssh-x-forwarding-to-run-remote-apps/2009/06/22&amp;title=How+to+use+SSH+X-forwarding+to+Run+Remote+Apps&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/use-ssh-x-forwarding-to-run-remote-apps/2009/06/22" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/use-ssh-x-forwarding-to-run-remote-apps/2009/06/22">How to use SSH X-forwarding to Run Remote Apps</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/use-ssh-x-forwarding-to-run-remote-apps/2009/06/22/feed</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>

