<?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>Lucid Tips &#187; general</title>
	<atom:link href="http://www.lucidtips.com/category/general/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lucidtips.com</link>
	<description>Easily understood tips that make your computing experience easier</description>
	<lastBuildDate>Mon, 15 Jun 2009 14:43:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Secure Browsing using SSH</title>
		<link>http://www.lucidtips.com/2009/06/13/secure-browsing-using-ssh/</link>
		<comments>http://www.lucidtips.com/2009/06/13/secure-browsing-using-ssh/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 19:14:51 +0000</pubDate>
		<dc:creator>lucidTipster</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[openssh]]></category>
		<category><![CDATA[putty]]></category>
		<category><![CDATA[secure browsing]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.lucidtips.com/?p=308</guid>
		<description><![CDATA[It seems like these days wherever you are (coffee shop, airport, burger joint) you can find a wireless hotspot allowing you free access to roam the Internet without much of a problem. However when surfing using these networks the data is send in plain text and is not safe. Using SSH and SOCKS proxy you [...]]]></description>
			<content:encoded><![CDATA[<p>It seems like these days wherever you are (coffee shop, airport, burger joint) you can find a wireless hotspot allowing you free access to roam the Internet without much of a problem. However when surfing using these networks the data is send in plain text and is not safe. Using SSH and SOCKS proxy you can easily encrypt all your web browsing traffic and redirect through your home network (or some other trusted computer).</p>
<p>This howto is targeted for Windows (quick Linux instructions are included towards bottom of this post) and leverages the SSH setup described in my earlier post <a title="Securing Windows Remote Desktop with OpenSSH" href="http://www.lucidtips.com/2008/03/15/securing-windows-remote-desktop-with-openssh" target="_blank">Securing Windows Remote Desktop with OpenSSH</a>. All the changes are on the Client machine. No changes are required on the machine running SSH server.</p>
<h2>Modify Putty configuration on Client</h2>
<ol>
<li>Open PuTTY</li>
<li>In the Saved Sessions list click on the name you created during <a title="Securing Windows Remote Desktop with OpenSSH" href="http://www.lucidtips.com/2008/03/15/securing-windows-remote-desktop-with-openssh/" target="_blank">Securing Windows Remote Desktop with OpenSSH</a></li>
<li>Click Load</li>
<li>In the left pane click on + next to connection</li>
<li>Click on + next to SSH</li>
<li>Click on Tunnels</li>
<li>In the Source port field enter 9090 (Note: In PuTTY the source port field looks small but it will still allow you to enter details)</li>
<li>Leave the Destination field empty</li>
<li>Select Dynamic radio button</li>
<li>Click Add (see <a href="http://picasaweb.google.com/lh/photo/jcfT163ytlVq0JuWzvkuuA?feat=directlink" target="_blank">screenshot</a>)</li>
<li>Click on Session in the left pane</li>
<li>Click Save button (Do not click Load again &#8211; it discard the tunnel changes you made)</li>
</ol>
<h2>Connect using PuTTY</h2>
<ol>
<li>Open PuTTY (if not already open)</li>
<li>In the Saved Sessions list click on the name you created during Securing Windows Remote Desktop with OpenSSH</li>
<li>Click Load</li>
<li>Click Open</li>
<li>The first time you connect you will see a security alert. Click Yes. (see <a href="http://picasaweb.google.com/lucidtips/SecuringWindowsRemoteDesktopWithOpenSSH/photo#5177940934475730850" target="_blank">screenshot</a>)</li>
<li>You will be prompted for username/password</li>
<li>You should be successfully connected to Computer 1 (i.e SSH server) via SSH. (see <a href="http://picasaweb.google.com/lucidtips/SecuringWindowsRemoteDesktopWithOpenSSH/photo#5177945804968644546" target="_blank">screenshot</a>)</li>
</ol>
<h2>Configure Browser proxy</h2>
<ol>
<li>Open FireFox Options (Tools-&gt;Options)</li>
<li>Click Advanced</li>
<li>Select Network tab and click on Settings</li>
<li>Select Manual Proxy configuration</li>
<li>Under SOCKS Host enter localhost and port 9090 (this has to match the port you entered in your Putty configuration)</li>
<li>Select SOCKS v5</li>
<li>Click OK (see <a href="http://picasaweb.google.com/lh/photo/g0-SsTDWY6SNklrZt4dqbg?feat=directlink" target="_blank">screenshot</a>)</li>
</ol>
<p>You can now browse the Internet via a secure SSH connection. To verify go to <a href="http://www.whatismyip.com/" target="_blank">http://www.whatismyip.com/</a> and you should see the external IP address of your home/trusted network. The are some handy FireFox Add-ons to make your life easier.</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/125" target="_blank">SwitchProxy Tool</a> &#8211; lets you manage and switch between multiple proxy configurations quickly and easily  (see <a href="http://mozmonkey.com/switchproxy/" target="_blank">screenshot and usage instructions</a>).</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/1731" target="_blank">Live IP Address</a> &#8211; displays your external IP address in Firefox&#8217;s status bar. With one quick glance you can verify you are secure browsing (see <a href="https://addons.mozilla.org/en-US/firefox/images/p/19198/1205957007" target="_blank">screenshot</a>).</p>
<h3>Updated on 06/15/2009 &#8211; DNS Resolution</h3>
<p>As a reader has correctly commented below using the above technique the DNS resolution still happens at the local network and not on your trusted network. This can be altered by changing the FireFox configuration.</p>
<ol>
<li>Open FireFox</li>
<li>In the address field enter about:config</li>
<li>If this is the first time you are accessing FireFox configuration you will see a waring page. Click &#8220;I&#8217;ll be careful, I promise!&#8221; (see <a href="http://picasaweb.google.com/lh/photo/GXpmLPYEdKL5xx5CJPm0YQ?feat=directlink" target="_blank">screenshot</a>)</li>
<li>A page displaying list of all FireFox configuration values is displayed.</li>
<li>Type &#8216;dns&#8217; (without quotes) in the filter field</li>
<li>Right click on network.proxy.socks_remote_dns and select Toggle (see <a href="http://picasaweb.google.com/lh/photo/LVOTYDbTfZOMzONByz46Eg?feat=directlink" target="_blank">screenshot</a>).</li>
<li>The Status column of the configuration page should now show user set for network.proxy.socks_remote_dns</li>
<li>Close the FireFox window</li>
</ol>
<p>The DNS resolution step is optional but is recommended if you are browsing to certain sites that you do not want to be listed on the DNS log of the untrusted network.</p>
<h1>Quick Linux (Ubuntu) instructions</h1>
<p>To install SSH server open terminal window and type the following command</p>
<pre>sudo apt-get install openssh-server</pre>
<p>Check if firewall is active</p>
<pre>sudo ufw status</pre>
<p>If active allow SSH traffic</p>
<pre>sudo ufw allow ssh</pre>
<p>Follow the instructions <a title="Securing Windows Remote Desktop with OpenSSH" href="http://www.lucidtips.com/2008/03/15/securing-windows-remote-desktop-with-openssh/" target="_blank">here</a> to Setup Port Forwarding on your router.</p>
<p>To connect to the SSH server for secure browsing use the command</p>
<pre><code>ssh -D 9090 username@ip-address-of-ssh-server</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://www.lucidtips.com/2009/06/13/secure-browsing-using-ssh/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>HotMail enables POP3</title>
		<link>http://www.lucidtips.com/2009/02/17/hotmail-enables-pop3/</link>
		<comments>http://www.lucidtips.com/2009/02/17/hotmail-enables-pop3/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 20:11:22 +0000</pubDate>
		<dc:creator>lucidTipster</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[evolution]]></category>
		<category><![CDATA[hotmail]]></category>
		<category><![CDATA[outlook]]></category>
		<category><![CDATA[pop3]]></category>
		<category><![CDATA[thunderbird]]></category>

		<guid isPermaLink="false">http://www.lucidtips.com/?p=264</guid>
		<description><![CDATA[As per Windows Live blog entry HotMail is now available via POP3 to users in United Kingdom, Canada, Australia, France, Japan, Spain, Germany,  Italy, and the Netherlands. POP3 will be enabled for other countries later on.
Using POP3 allows you to access HotMail via your favorite email client like Outlook, Thunderbird or Evolution. POP3 also [...]]]></description>
			<content:encoded><![CDATA[<p>As per <a href="http://windowslivewire.spaces.live.com/blog/cns!2F7EB29B42641D59!32413.entry" target="_blank">Windows Live blog entry</a> HotMail is now available via POP3 to users in United Kingdom, Canada, Australia, France, Japan, Spain, Germany,  Italy, and the Netherlands. POP3 will be enabled for other countries later on.</p>
<p>Using POP3 allows you to access HotMail via your favorite email client like Outlook, Thunderbird or Evolution. POP3 also makes it easier to access HotMail via your Phone/PDA.</p>
<p>Below are the configuration values to access HotMail using POP3</p>
<p><strong>POP server</strong>: pop3.live.com (Port 995)<br />
<strong>POP SSL required</strong>?  Yes<br />
<strong>User name</strong>: Your Windows Live ID, for example  yourname@hotmail.com<br />
<strong>Password</strong>: The password you usually use to sign in  to Hotmail or Windows Live<br />
<strong>SMTP server</strong>: smtp.live.com (Port 25)<br />
<strong>Authentication required?</strong> Yes (this matches your POP username and  password)<br />
<strong>TLS/SSL required?</strong> Yes</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucidtips.com/2009/02/17/hotmail-enables-pop3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Survived Hurricane Ike</title>
		<link>http://www.lucidtips.com/2008/09/16/survived-hurricane-ike/</link>
		<comments>http://www.lucidtips.com/2008/09/16/survived-hurricane-ike/#comments</comments>
		<pubDate>Tue, 16 Sep 2008 17:06:40 +0000</pubDate>
		<dc:creator>lucidTipster</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[hurricane]]></category>
		<category><![CDATA[ike]]></category>

		<guid isPermaLink="false">http://www.lucidtips.com/?p=152</guid>
		<description><![CDATA[Hurricane Ike was a major event in South East Texas and I apologize for the off topic post.
My family and me survived the hurricane OK. The house sustained minor roof damage but thanks to modern engineering it was able to withstand strong category 1 (119–153 km/h 74–95 mph) hurricane force winds. We were also not affected [...]]]></description>
			<content:encoded><![CDATA[<p>Hurricane Ike was a major event in South East Texas and I apologize for the off topic post.</p>
<p>My family and me survived the hurricane OK. The house sustained minor roof damage but thanks to modern engineering it was able to withstand strong category 1 (119–153 km/h 74–95 mph) hurricane force winds. We were also not affected by floods. The only problem we have is no electricity, no phone, no internet and the cell phone service is very erratic. Overall we are in much better shape than the rest of Houston and surrounding areas. Driving around you can see all the destruction. TV images do not do justice to what has really happened here.</p>
<p>I do not know when we can expect power but will have my next post up as soon as possible &#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucidtips.com/2008/09/16/survived-hurricane-ike/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgraded to Wordpress v2.6</title>
		<link>http://www.lucidtips.com/2008/07/16/upgraded-to-wordpress-v26/</link>
		<comments>http://www.lucidtips.com/2008/07/16/upgraded-to-wordpress-v26/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 04:19:32 +0000</pubDate>
		<dc:creator>lucidTipster</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.lucidtips.com/?p=51</guid>
		<description><![CDATA[I have just upgraded to Wordpress v2.6. It looks like it went through smoothly but if you notice anything out of ordinary please let me know by posting a comment.
-lucidTipster
]]></description>
			<content:encoded><![CDATA[<p>I have just upgraded to Wordpress v2.6. It looks like it went through smoothly but if you notice anything out of ordinary please let me know by posting a comment.</p>
<p>-lucidTipster</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucidtips.com/2008/07/16/upgraded-to-wordpress-v26/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reset Palm V digitizer with Z-Digitizer</title>
		<link>http://www.lucidtips.com/2008/03/22/reset-palm-v-digitizer-with-z-digitizer/</link>
		<comments>http://www.lucidtips.com/2008/03/22/reset-palm-v-digitizer-with-z-digitizer/#comments</comments>
		<pubDate>Sat, 22 Mar 2008 05:13:23 +0000</pubDate>
		<dc:creator>lucidTipster</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[Palm]]></category>
		<category><![CDATA[Z-Digitizer]]></category>

		<guid isPermaLink="false">http://www.lucidtips.com/?p=19</guid>
		<description><![CDATA[I have been using Palm V handheld for last 9 years and have been extremely happy with it. I have tried upgrading to other handhelds but for my usage Palm V works the best. The only complain I have with Palm V is sometimes the digitizer drifts so far off that I cannot do anything. [...]]]></description>
			<content:encoded><![CDATA[<p>I have been using Palm V handheld for last 9 years and have been extremely happy with it. I have tried upgrading to other handhelds but for my usage Palm V works the best. The only complain I have with Palm V is sometimes the digitizer drifts so far off that I cannot do anything. A hard reset sometimes fixes the issue but I end up loosing any data that was not backed up.</p>
<div class="alignright"><img src="http://www.lucidtips.com/wordpress/wp-content/uploads/2008/03/z-digitizer.gif" alt="Z-Digitizer" /></div>
<p>I recently stumbled upon very tiny application called Z-Digitizer that allows recalibration of the digitizer after a soft reset. It works perfectly for me however if you have a password set and your digitizer has drifted it might not help.</p>
<p>Download <a href="http://www.lucidtips.com/wordpress/wp-content/uploads/2008/03/zdigitize.zip" title="Z-Digitizer v1.1">Z-Digitizer v1.1</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucidtips.com/2008/03/22/reset-palm-v-digitizer-with-z-digitizer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>magicJack your phone</title>
		<link>http://www.lucidtips.com/2008/03/08/magicjack-your-phone/</link>
		<comments>http://www.lucidtips.com/2008/03/08/magicjack-your-phone/#comments</comments>
		<pubDate>Sat, 08 Mar 2008 16:50:41 +0000</pubDate>
		<dc:creator>lucidTipster</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[magicJack]]></category>
		<category><![CDATA[VoIP]]></category>

		<guid isPermaLink="false">http://www.lucidtips.com/?p=17</guid>
		<description><![CDATA[
For quite some time I have been looking for a cheap (and I mean real cheap) VoIP alternative. A friend recently told me about magicJack. I checked their web site and was intrigued by the product which is industry first. Online reviews are mixed &#8211; some good some bad but I was willing to take [...]]]></description>
			<content:encoded><![CDATA[<div class="alignleft"><a target="_blank" href="http://www.lucidtips.com/wordpress/wp-content/uploads/2008/03/magicjack.png" title="magicJack"><img src="http://www.lucidtips.com/wordpress/wp-content/uploads/2008/03/magicjack.thumbnail.png" alt="magicJack" border="0" /></a></div>
<p>For quite some time I have been looking for a cheap (and I mean real cheap) VoIP alternative. A friend recently told me about <a target="_blank" href="http://www.magicjack.com/">magicJack.</a> I checked their web site and was intrigued by the product which is industry first. Online reviews are mixed &#8211; some good some bad but I was willing to take the $40.00 gamble. So far it has paid off &#8211; in the first week of usage I have been impressed with magicJack. The voice quality is as good as POTS.</p>
<p>My good experience started with the fact that the product was shipped the very next day and I received it in 3 days. The packaging is simple yet impressive &#8211; they even included a USB extension which came in handy for me.</p>
<p>The setup was very simple &#8211; just plug the magicJack into a USB port (non powered USB hub is not recommended) and the wizard guides you through the install. You choose your user name, password, enter your address that would be used for E911 calls and then finally choose the number (<a target="_blank" href="http://www.magicjack.com/site/areacodes.html">see available area codes</a>). All takes about one minute. I connected a cordless phone with RJ11 connector and I had dial tone. The voice quality is good &#8211; there are occasional blimps but nothing substantial.</p>
<div class="alignright"><a target="_blank" href="http://www.lucidtips.com/wordpress/wp-content/uploads/2008/03/magicjackdialer.jpg" title="magicJack Dialer"><img src="http://www.lucidtips.com/wordpress/wp-content/uploads/2008/03/magicjackdialer.thumbnail.jpg" alt="magicJack Dialer" border="0" /></a></div>
<p>It comes bundled with a dialer that can be used to make calls from the computer using microphone and speakers. magicJack currently only works on Windows and Intel Macs.</p>
<p>Initial costs of $39.95 includes first year of free local and long distance. Service also includes free Call Waiting, Voicemail and Caller ID. Second year service costs $19.95</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucidtips.com/2008/03/08/magicjack-your-phone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
