<?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; windows</title>
	<atom:link href="http://www.lucidtips.com/category/windows/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>Unix Utils on Windows</title>
		<link>http://www.lucidtips.com/2008/06/07/unix-utils-on-windows/</link>
		<comments>http://www.lucidtips.com/2008/06/07/unix-utils-on-windows/#comments</comments>
		<pubDate>Sat, 07 Jun 2008 17:29:52 +0000</pubDate>
		<dc:creator>lucidTipster</dc:creator>
				<category><![CDATA[freeware]]></category>
		<category><![CDATA[utilities]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[unxutils]]></category>

		<guid isPermaLink="false">http://www.lucidtips.com/?p=47</guid>
		<description><![CDATA[Ask any Linux/Unix administrator if they could perform their daily tasks without &#8216;grep&#8217; and their answer would be an emphatic NO!!!. Windows lacks many of the unix commands/utilities that are very simple yet highly efficient. Luckily there is a collection of GNU Unix-like utilities that are available for Windows.
UnxUtils is not an emulator like Cygwin. [...]]]></description>
			<content:encoded><![CDATA[<p>Ask any Linux/Unix administrator if they could perform their daily tasks without &#8216;grep&#8217; and their answer would be an emphatic NO!!!. Windows lacks many of the unix commands/utilities that are very simple yet highly efficient. Luckily there is a collection of GNU Unix-like utilities that are available for Windows.</p>
<p>UnxUtils is not an emulator like Cygwin. It is a freeware collection of approx 120 different executables that  are only dependent on Microsoft C-runtime (msvcrt.dll).</p>
<ol>
<li>Download <a href="http://www.weihenstephan.de/~syring/win32/UnxUtils.zip" target="_blank">UnxUtils.zip</a></li>
<li>Extract to a C:\UnxUtils (may I recommend <a title="Swiss Army Knife of compression tools" href="http://www.lucidtips.com/2008/02/09/swiss-army-knife-of-compression-tools/" target="_blank">7-zip</a>).</li>
<li>Download <a href="http://www.weihenstephan.de/~syring/win32/UnxUpdates.zip" target="_blank">UnxUpdates.zip</a></li>
<li>Extract to C:\UnxUtils\usr\local\wbin</li>
</ol>
<p>All the executables are located in C:\UnxUtils\usr\local\wbin folder so to make usage easier add &#8220;C:\UnxUtils\usr\local\wbin&#8221; to your PATH variable.</p>
<ol>
<li>Click Start</li>
<li>Right click &#8220;My Computer&#8221; and select Properties</li>
<li>Click on &#8220;Advanced&#8221; tab</li>
<li>Click on &#8220;Environment Variables&#8221; (see <a href="http://picasaweb.google.com/lucidtips/UnixUtilsOnWindows/photo#5208508924986809922" target="_blank">screenshot</a>)</li>
<li>Under &#8220;System Variables&#8221; select &#8220;Path&#8221; and then click &#8220;Edit&#8221; (see <a href="http://picasaweb.google.com/lucidtips/UnixUtilsOnWindows/photo#5208508929307904450" target="_blank">screenshot</a>)</li>
<li>Append &#8220;;C:\UnxUtils\usr\local\wbin&#8221; to the end of Variable value. Note the semi-colon before C:\ (see <a href="http://picasaweb.google.com/lucidtips/UnixUtilsOnWindows/photo#5208508934904049554" target="_blank">screenshot</a>)</li>
<li>Click OK. You will be returned to &#8220;Environment Variables&#8221; window.</li>
<li>Click OK. You will be returned to &#8220;System Properties&#8221; window.</li>
<li>Click OK</li>
</ol>
<p>You should now be able to use UnxUtils. To give it a test open command prompt and run the following command. You should see a screen similar to one below.</p>
<pre>ls -l c:/ | grep -i win</pre>
<p><a href="http://www.lucidtips.com/wordpress/wp-content/uploads/2008/06/unix-utils-on-windows_04.png"><img class="alignnone size-medium wp-image-48" title="unix-utils-on-windows_04" src="http://www.lucidtips.com/wordpress/wp-content/uploads/2008/06/unix-utils-on-windows_04-300x148.png" alt="UnxUtils" width="300" height="148" /></a></p>
<p>UnxUtils also includes a shell which can be handy if you want to do some shell scripting. To start the shell run c:\UnxUtils\bin\sh.exe (see <a href="http://picasaweb.google.com/lucidtips/UnixUtilsOnWindows/photo#5208508939409881346" target="_blank">screenshot</a>) If you are frequently using the shell it is easier to create a shortcut on the desktop or quick launch bar.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucidtips.com/2008/06/07/unix-utils-on-windows/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Slipstream Windows XP with Service Pack 3 (SP3)</title>
		<link>http://www.lucidtips.com/2008/05/10/slipstream-windows-xp-with-service-pack-3-sp3/</link>
		<comments>http://www.lucidtips.com/2008/05/10/slipstream-windows-xp-with-service-pack-3-sp3/#comments</comments>
		<pubDate>Sat, 10 May 2008 19:13:43 +0000</pubDate>
		<dc:creator>lucidTipster</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[slipstream]]></category>
		<category><![CDATA[sp3]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://www.lucidtips.com/?p=37</guid>
		<description><![CDATA[After numerous delays Windows XP Service Pack 3 (SP3) was made available via Windows Update this week. It is a mighty 316.5 MB download. You can avoid repeated downloads by downloading the WinXP SP3 ISO file and burning a CD. However if you are going to reinstall Windows XP you can save a lot of [...]]]></description>
			<content:encoded><![CDATA[<p>After numerous delays Windows XP Service Pack 3 (SP3) was made available via Windows Update this week. It is a mighty 316.5 MB download. You can avoid repeated downloads by downloading the <a href="http://www.microsoft.com/downloads/details.aspx?familyid=2FCDE6CE-B5FB-4488-8C50-FE22559D164E&amp;displaylang=en" target="_blank">WinXP SP3 ISO file</a> and burning a CD. However if you are going to reinstall Windows XP you can save a lot of time and effort by creating a Windows XP install CD with Service Pack 3 integrated.</p>
<h3>What is Slipstreaming?</h3>
<p>Slipstreaming is a process of integrating the latest updates and hotfixes into the installation files of the original software. This results in a fresh set of installation files with all the updates and hotfixes incorporated hence eliminating the need to apply them after installing the software.</p>
<p>Slipstreaming Windows XP is a very simple and straight forward process.</p>
<p><span style="text-decoration: underline;">Disclaimer</span>: Slipstreaming allows you to create updated version of the Windows XP CD but does not change your original license. Most Windows XP license are for install on a single machine unless you have volume license. Please do not use the information in this howto to create and distribute copies of Windows XP. I do not support software piracy.</p>
<p><span style="text-decoration: underline;">Prerequisite</span>: Ensure you have at least 1 GB of free disk space. Also make sure you have the original Windows XP install CD.</p>
<p>Screenshots for this howto are available <a title="Complete screenshots for this howto" href="http://picasaweb.google.com/lucidtips/SlipstreamWindowsXPWithServicePack3SP3" target="_blank">here</a></p>
<h3>Create the required folders</h3>
<p>C:\WinXP-CD<br />
C:\WinXP-SP3<br />
C:\WinXP-BootImage</p>
<h3>Copy your original Windows XP install CD onto the hard drive</h3>
<ol>
<li>Insert the original Windows XP CD into the CD/DVD Drive (Note: Holding down the Shift key when you insert the CD prevents bypasses the autorun)</li>
<li>Copy the entire contents of the CD into C:\WinXP-CD folder (see <a href="http://picasaweb.google.com/lucidtips/SlipstreamWindowsXPWithServicePack3SP3/photo#5198506998427961490" target="_blank">screenshot</a>)</li>
<li>Make a note of the volume label of the original WinXP CD. This will be used later during the CD creation process.</li>
</ol>
<h3>Download and extract Windows XP Service Pack 3</h3>
<ol>
<li><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=5b33b5a8-5e76-401f-be08-1e1555d4f3d4&amp;displaylang=en" target="_blank">Navigate</a> to &#8220;Windows XP Service Pack 3 Network Installation Package for IT Professionals and Developers&#8221; page on Microsoft Download Center</li>
<li>Click on the &#8220;Download&#8221; button and save the file into C:\WinXP-SP3</li>
<li>Click Start-&gt;Run</li>
<li>Type the following command (see <a href="http://picasaweb.google.com/lucidtips/SlipstreamWindowsXPWithServicePack3SP3/photo#5198506998427961506" target="_blank">screenshot</a>) C:\WinXP-SP3\WindowsXP-KB936929-SP3-x86-ENU.exe -x:C:\WinXP-SP3</li>
<li>Windows might display &#8220;Open File &#8211; Security Warning&#8221;. Click Run (see <a href="http://picasaweb.google.com/lucidtips/SlipstreamWindowsXPWithServicePack3SP3/photo#5198506998427961522" target="_blank">screenshot</a>)</li>
<li>Extracting Files dialog will appear and when extracting is done the Extracting complete message will appear. Click OK</li>
</ol>
<h3>Slipstream SP3 into XP</h3>
<ol>
<li>Click on Start-&gt;Run</li>
<li>Type the following command (see <a href="http://picasaweb.google.com/lucidtips/SlipstreamWindowsXPWithServicePack3SP3/photo#5198507208881359074" target="_blank">screenshot</a>) C:\WinXP-SP3\i386\update\update.exe -s:C:\WinXP-CD</li>
<li>This starts the slipstream process and Software Update Installation Wizard will appear</li>
<li>When complete &#8220;Integrated install has completed successfully&#8221; message will appear. Click &#8220;OK&#8221;</li>
</ol>
<h3>Download bootable image file</h3>
<ol>
<li>Click <a href="http://www.lucidtips.com/wordpress/wp-content/uploads/2008/05/microsoft-corporation.img" target="_blank">here</a> and download the &#8220;Microsoft Corporation.img&#8221; file.</li>
<li>Save this file in C:\WinXP-BootImage folder</li>
</ol>
<h3>Make the bootable CD with Roxio Easy CD Creator 6</h3>
<ol>
<li>Insert a blank CD into the CD Writer</li>
<li>Start Roxio Easy CD Creator Classic</li>
<li>Click File-&gt;New Project-&gt;Bootable Disc (see <a href="http://picasaweb.google.com/lucidtips/SlipstreamWindowsXPWithServicePack3SP3/photo#5198507213176326434" target="_blank">screenshot</a>)</li>
<li>&#8220;Choose Type of Bootable Disc&#8221; window will appear</li>
<li>Click on &#8220;Advanced&#8221; button</li>
<li>Advanced Settings will be displayed</li>
<li>Ensure &#8220;Bootable Disc Type&#8221; is No Emulation, &#8220;Load Segment&#8221; is 0&#215;7c0 and &#8220;Sector Count&#8221; is 4 (see <a href="http://picasaweb.google.com/lucidtips/SlipstreamWindowsXPWithServicePack3SP3/photo#5198507415039789378" target="_blank">screenshot</a>)</li>
<li>Click the Browse button and navigate to C:\WinXP-BootImage</li>
<li>Select &#8220;Microsoft Corporation.img&#8221; and click Open</li>
<li>You might be prompted to rename &#8220;Microsoft Corporation.img&#8221;. If you are prompted rename it to &#8220;BOOTIMG.BIN&#8221; (see <a href="http://picasaweb.google.com/lucidtips/SlipstreamWindowsXPWithServicePack3SP3/photo#5199193393557513570" target="_blank">screenshot</a>)</li>
<li>You will be returned to &#8220;Choose Type of Bootable Disc&#8221; window</li>
<li>Click OK. This closes the &#8220;Chhose Type of Bootable Disc&#8221; window</li>
<li>Creator Classic window will be displayed with the title &#8220;Untitled Bootable Disc Project &#8211; Creator Classic&#8221;</li>
<li>The project will show two files<br />
BOOTCAT.BIN<br />
Microsoft Corporation.imgOR</p>
<p>BOOTCAT.BIN<br />
BOOTIMG.BIN</li>
<li>Rename Microsoft Corporation.img to BOOTIMG.BIN (skip this step if you already renamed it earlier)</li>
<li>Click File-&gt;Project Properties</li>
<li>Project Properties window will open (see <a href="http://picasaweb.google.com/lucidtips/SlipstreamWindowsXPWithServicePack3SP3/photo#5198507629788154258" target="_blank">screenshot</a>)</li>
<li>Change the Volume Label to match the one from original Windows XP CD.</li>
<li>Change the File System to ISO9660</li>
<li>Click Advanced Tab</li>
<li>Select &#8220;Use original file date&#8221; and &#8220;Any MS-DOS 8.3 character file names&#8221;</li>
<li>Click &#8220;File Filter&#8221; tab</li>
<li>Select &#8220;All files&#8221;</li>
<li>Click General tab</li>
<li>Click Apply and then click OK.</li>
<li>Project properties window will close and you will be returned to Creator classic window</li>
<li>You are now ready to add files to this project</li>
<li>Drag and drop all files and folders from C:\WinXP-CD into the project window</li>
<li>You will receive an error indicating some filenames need to be changed. Click &#8220;Change All&#8221; on this error window (see <a href="http://picasaweb.google.com/lucidtips/SlipstreamWindowsXPWithServicePack3SP3/photo#5198507634083121602" target="_self">screenshot</a>)</li>
<li>At this point the project is ready.</li>
<li>Click File-&gt;Record or click the burn button</li>
<li>Record Setup window will appear (see <a href="http://picasaweb.google.com/lucidtips/SlipstreamWindowsXPWithServicePack3SP3/photo#5198507827356649954" target="_self">screenshot</a>)</li>
<li>Change Record Options to &#8220;Test and Record&#8221;</li>
<li>Click OK to start the record process</li>
<li>Burn Disc Progress window will appear and display the record progress. (see <a href="http://picasaweb.google.com/lucidtips/SlipstreamWindowsXPWithServicePack3SP3/photo#5198507827356649970" target="_blank">screenshot</a>)</li>
<li>When the process is complete you have the Windows XP CD with SP3 integrated.</li>
</ol>
<p>The instructions to burn using Nero or any other software should be similar.</p>
<h3>Clean files</h3>
<p>Unless you wish to burn additional copies you can now delete the following folders and clear up hard disk space.</p>
<p>C:\WinXP-CD<br />
C:\WinXP-SP3<br />
C:\WinXP-BootImage</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucidtips.com/2008/05/10/slipstream-windows-xp-with-service-pack-3-sp3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>IE Tweaks &#8211; Change default view source editor and allow multiple downloads</title>
		<link>http://www.lucidtips.com/2008/05/03/ie-tweaks-change-default-view-source-editor-and-allow-multiple-downloads/</link>
		<comments>http://www.lucidtips.com/2008/05/03/ie-tweaks-change-default-view-source-editor-and-allow-multiple-downloads/#comments</comments>
		<pubDate>Sat, 03 May 2008 05:01:27 +0000</pubDate>
		<dc:creator>lucidTipster</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[multiple]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[tweaks]]></category>

		<guid isPermaLink="false">http://www.lucidtips.com/?p=34</guid>
		<description><![CDATA[There are 2 things that have not changed in Internet Explorer since version 3 &#8211; it uses Notepad as the default view source editor and only allows you to download 2 files at one time.
These can be annoying but fortunately a few registry changes is all you need to change the default editor and allow [...]]]></description>
			<content:encoded><![CDATA[<p>There are 2 things that have not changed in Internet Explorer since version 3 &#8211; it uses Notepad as the default view source editor and only allows you to download 2 files at one time.</p>
<p>These can be annoying but fortunately a few registry changes is all you need to change the default editor and allow multiple downloads.</p>
<p><span style="text-decoration: underline;">Disclaimer</span>: This howto requires edits to registry. Although the changes are simple if done incorrectly editing the registry directly can have serious, unexpected consequences that can prevent the system from starting and require that you reinstall Windows. I am not responsible for loss of data or damage to computers.</p>
<p>Screenshots for this howto are available <a title="IE Tweaks screenshot" href="http://picasaweb.google.com/lucidtips/IETweaksChangeDefaultViewSourceEditorAndAllowMultipleDownloads" target="_blank">here</a></p>
<h3>Change default view source editor for Internet Explorer</h3>
<ol>
<li>Click on Start-&gt;Run</li>
<li>Type <strong>regedit</strong> and click OK</li>
<li>Navigate to <strong>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer</strong></li>
<li>Right click <strong>Internet Explorer</strong> and then select New-&gt;Key (see <a href="http://picasaweb.google.com/lucidtips/IETweaksChangeDefaultViewSourceEditorAndAllowMultipleDownloads/photo#5196000037819654626" target="_blank">screenshot</a>)</li>
<li>Type <strong>View Source Editor</strong></li>
<li>Right click <strong>View Source Editor</strong> and select New-&gt;Key</li>
<li>Type <strong>Editor Name</strong></li>
<li>Right click <strong>Default</strong> and select Modify (see <a href="http://picasaweb.google.com/lucidtips/IETweaksChangeDefaultViewSourceEditorAndAllowMultipleDownloads/photo#5196000037819654642" target="_blank">screenshot</a>)</li>
<li>Type in the path to the executable of the editor of your choice (example: &#8220;c:\Program Files\TextPad 5\TextPad.exe&#8221;) (see <a href="http://picasaweb.google.com/lucidtips/IETweaksChangeDefaultViewSourceEditorAndAllowMultipleDownloads/photo#5196000042114621954" target="_blank">screenshot</a>)</li>
<li>Click OK</li>
<li>Quit Registry Editor</li>
</ol>
<p>If you are familiar with modifying .reg files you may <a title="Registry tweak to change default view source editor in IE" href="http://www.lucidtips.com/?attachment_id=35">download </a>my key and modify it and import it. Open this file in Notepad and replace &#8220;c:\\Program Files\\TextPad 5\\TextPad.exe&#8221; with editor of your choice. Save the changes and double click the .reg file to import registry entries.</p>
<h3>Download more than two files at once</h3>
<ol>
<li>Click on Start-&gt;Run</li>
<li>Type <strong>regedit</strong> and click OK</li>
<li>Navigate to <strong>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings</strong></li>
<li>Right click <strong>Internet Settings</strong> and select New-&gt;DWORD (see <a href="http://picasaweb.google.com/lucidtips/IETweaksChangeDefaultViewSourceEditorAndAllowMultipleDownloads/photo#5196000149488804370" target="_blank">screenshot</a>)</li>
<li>Change the name to <strong>MaxConnectionsPer1_0Server</strong></li>
<li>Double click <strong>MaxConnectionsPer1_0Server</strong></li>
<li>Change Base to <strong>Decimal</strong> and type 10 in the value field. (see <a href="http://picasaweb.google.com/lucidtips/IETweaksChangeDefaultViewSourceEditorAndAllowMultipleDownloads/photo#5196000149488804386" target="_blank">screenshot</a>)</li>
<li>Click OK</li>
<li>Right click <strong>Internet Settings</strong> and select New-&gt;DWORD</li>
<li>Change the name to <strong>MaxConnectionsPerServer</strong></li>
<li>Double click <strong>MaxConnectionsPerServer</strong></li>
<li>Change Base to <strong>Decimal</strong> and type 10 in the value field.</li>
<li>Click OK</li>
<li>Quit Registry Editor</li>
</ol>
<p>To download a .reg file that will automatically create the above entries click <a title="Registry tweak for IE to allow multiple file downloads" href="http://www.lucidtips.com/?attachment_id=36" target="_blank">here</a>. Double click the downloaded file to import registry entries.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucidtips.com/2008/05/03/ie-tweaks-change-default-view-source-editor-and-allow-multiple-downloads/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Map network drive over SSH</title>
		<link>http://www.lucidtips.com/2008/04/19/map-network-drive-over-ssh/</link>
		<comments>http://www.lucidtips.com/2008/04/19/map-network-drive-over-ssh/#comments</comments>
		<pubDate>Sat, 19 Apr 2008 22:40:39 +0000</pubDate>
		<dc:creator>lucidTipster</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[adapter]]></category>
		<category><![CDATA[loopback]]></category>
		<category><![CDATA[map]]></category>
		<category><![CDATA[netbios]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[putty]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://www.lucidtips.com/?p=27</guid>
		<description><![CDATA[In my earlier post I wrote about Securing Windows Remote Desktop with OpenSSH. This week we see how we can extend the setup to map a network drive over SHH. It gives you the ability to securely access your files and work on them when you are on the road. This approach can also be used to access [...]]]></description>
			<content:encoded><![CDATA[<p>In my earlier post I wrote about <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>. This week we see how we can extend the setup to map a network drive over SHH. It gives you the ability to securely access your files and work on them when you are on the road. This approach can also be used to access your home data from work and vice-versa.</p>
<p><strong><span style="text-decoration: underline;">Disclaimer</span></strong>: These steps have worked for me and have been tested on Windows XP Professional SP2. YMMV. I am not responsible for loss of data or damage to computers.</p>
<p>Screenshots for this howto are available <a title="Screenshots" href="http://picasaweb.google.com/lucidtips/MapNetworkDriveOverSSH" target="_blank">here</a>.</p>
<h4>Prerequisite</h4>
<p>This howto leverages setup from <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>. Please ensure you have that setup working correctly.</p>
<h4>Install a &#8220;Loopback Adapter&#8221; (Computer 2)</h4>
<ol>
<li>Verify that you are signed in as the administrator</li>
<li>Click &#8220;Start&#8221;, Click &#8220;Control Panel&#8221; and then click &#8220;Printers and Other Hardware&#8221;</li>
<li>&#8220;Printers and Other Hardware&#8221; window will open (<a href="http://picasaweb.google.com/lucidtips/MapNetworkDriveOverSSH/photo#5191028944844029330" target="_blank">see screenshot</a>)</li>
<li>Click &#8220;Add Hardware&#8221; in left navigation pane</li>
<li>&#8220;Add Hardware Wizard&#8221; window will open. Click &#8220;Next&#8221;</li>
<li>Wizard will search for new hardware but not find anything</li>
<li>Wizard will ask &#8220;Have you already connected this hardware to your computer?&#8221; (<a href="http://picasaweb.google.com/lucidtips/MapNetworkDriveOverSSH/photo#5191028953433963970" target="_blank">see screenshot</a>)</li>
<li>Select &#8220;Yes, I have already connected the hardware&#8221; and click &#8220;Next&#8221;</li>
<li>On the next screen all the list of existing hardware will be displayed. Scroll to the very bottom and select &#8220;Add a new hardware device&#8221; and click &#8220;Next&#8221; (<a href="http://picasaweb.google.com/lucidtips/MapNetworkDriveOverSSH/photo#5191029120937688530" target="_blank">see screenshot</a>)</li>
<li>On the next screen wizard will ask &#8220;What do you want the wizard to do?&#8221;</li>
<li>Select &#8220;Install the hardware that I manually select from a list (Advanced)&#8221; and click &#8220;Next&#8221;</li>
<li>On the next screen select &#8220;Network adapters&#8221; and click &#8220;Next&#8221; (<a href="http://picasaweb.google.com/lucidtips/MapNetworkDriveOverSSH/photo#5191029120937688562" target="_blank">see screenshot</a>)</li>
<li>On the next screen select &#8220;Microsoft&#8221; under Manufacturer and &#8220;Microsoft Loopback Adapter&#8221; under &#8220;Network Adapter&#8221; (<a href="http://picasaweb.google.com/lucidtips/MapNetworkDriveOverSSH/photo#5191029120937688578" target="_blank">see screenshot</a>)</li>
<li>Click &#8220;Next&#8221;</li>
<li>On the next screen wizard will wait for your confirmation. Click &#8220;Next&#8221;</li>
<li>Wizard will install the loopback adapter and then display a message indicating Windows has finished installing the software for this device. Click &#8220;Finish&#8221;</li>
</ol>
<h4>Rename the loopback adapter (Optional step) (Computer 2)</h4>
<p>Windows by default will name the loopback adapter similar to &#8220;Local Area Connection 2&#8243;. This is not easy to identify so it is better to rename it.</p>
<ol>
<li>Click &#8220;Start&#8221;, click &#8220;Control Panel&#8221;, and then click &#8220;Network and Internet Connections&#8221;</li>
<li>Click on &#8220;Network Connections&#8221;</li>
<li>Right click on &#8220;Local Area Connection 2&#8243; and select Rename</li>
<li>Change the name to &#8220;Loopback Adapter&#8221;</li>
</ol>
<h4>Configure the loopback adapter (Computer 2)</h4>
<ol>
<li>Verify that you are signed in as the administrator.</li>
<li>Click &#8220;Start&#8221;, click &#8220;Control Panel&#8221;, and then click &#8220;Network and Internet Connections&#8221;</li>
<li>Click on &#8220;Network Connections&#8221;</li>
<li>Right click on &#8220;Loopback Adapter&#8221; and select properties</li>
<li>Loopback Adapter Properties window will open.</li>
<li>Uncheck &#8220;Client for Microsoft Networks&#8221; and &#8220;File and Printer Sharing for Microsoft Networks&#8221; (<a href="http://picasaweb.google.com/lucidtips/MapNetworkDriveOverSSH/photo#5191029224016903762" target="_blank">see screenshot</a>)</li>
<li>Select &#8220;Internet Protocol (TCP/IP)&#8221;</li>
<li>Click &#8220;Properties&#8221; button</li>
<li>&#8220;Internet Protocol (TCP/IP) Properties&#8221; window will open</li>
<li>Select &#8220;Use the following IP address:&#8221;</li>
<li>In the &#8220;IP address:&#8221; field enter 192.168.10.1</li>
<li>In the &#8220;Subnet mask:&#8221; field enter 255.255.255.0</li>
<li>Leave the &#8220;Preferred DNS server&#8221; and &#8220;Alternate DNS server&#8221; fields empty (<a href="http://picasaweb.google.com/lucidtips/MapNetworkDriveOverSSH/photo#5191032178954403506" target="_blank">see screenshot</a>)</li>
<li>Click on &#8220;Advanced&#8230;&#8221;</li>
<li>&#8220;Advanced TCP/IP Settings&#8221; window will open</li>
<li>Click on &#8220;WINS&#8221; tab</li>
<li>Select &#8220;Disable NetBIOS over TCP/IP&#8221; (<a href="http://picasaweb.google.com/lucidtips/MapNetworkDriveOverSSH/photo#5191029309916249714" target="_blank">see screenshot</a>)</li>
<li>Click &#8220;OK&#8221;</li>
<li>You will be returned to &#8220;Internet Protocol (TCP/IP) Properties&#8221; window</li>
<li>Click &#8220;OK&#8221;</li>
<li>You will be returned to &#8220;Loopback Adapter Properties&#8221; window.</li>
<li>Uncheck &#8220;Notify me when this connection has limited or no connectivity&#8221;</li>
<li>Click &#8220;Close&#8221;</li>
</ol>
<p>The next step might not be required &#8211; I had to do this for the Loopback Adapter configuration changes to take effect.</p>
<h4>Disable/Enable the loopback adapter (Optional step) (Computer 2)</h4>
<ol>
<li>Click &#8220;Start&#8221;, click &#8220;Control Panel&#8221;, and then click &#8220;Network and Internet Connections&#8221;</li>
<li>Click on &#8220;Network Connections&#8221;</li>
<li>Right click on &#8220;Loopback Adapter&#8221; and select Disable</li>
<li>Right click on &#8220;Loopback Adapter&#8221; and select Enable</li>
</ol>
<h4>Configure PuTTY (Computer 2)</h4>
<ol>
<li>Open PuTTY</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>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 192.168.10.1:139 (Note: In PuTTY the source port field looks small but it will still allow you to enter details)</li>
<li>In the Destination field enter the IP (or hostname) and port of the machine you want to connect to. This is the machine you want to map the drive on. (In our example this would be &#8211; 192.168.1.120:139)</li>
<li>Click Add (<a href="http://picasaweb.google.com/lucidtips/MapNetworkDriveOverSSH/photo#5191029309916249730" target="_blank">see 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>
<h4>Connect using PuTTY (Computer 2)</h4>
<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. (<a href="http://picasaweb.google.com/lucidtips/SecuringWindowsRemoteDesktopWithOpenSSH/photo#5177940934475730850" target="_blank">see screenshot</a>)</li>
<li>You will be prompted for username/password</li>
<li>You should be successfully connected to Computer 1 via SSH. (<a href="http://picasaweb.google.com/lucidtips/SecuringWindowsRemoteDesktopWithOpenSSH/photo#5177945804968644546" target="_blank">see screenshot</a>)</li>
</ol>
<h4>Map network drive (Computer 2)</h4>
<ol>
<li>Open Windows Explorer</li>
<li>Click on Tools-&gt;Map Network Drive</li>
<li>Select the Drive</li>
<li>In the &#8220;Folder:&#8221; field enter \\192.168.10.1\sharename (<a href="http://picasaweb.google.com/lucidtips/MapNetworkDriveOverSSH/photo#5191029309916249746" target="_blank">see screenshot</a>)</li>
<li>Uncheck &#8220;Reconnect on logon&#8221;</li>
<li>Click on &#8220;different user name&#8221;</li>
<li>&#8220;Connect As&#8221; window will open</li>
<li>In the &#8220;User name:&#8221; field enter 192.168.10.1\username (replace username with a valid user on your machine)</li>
<li>In the &#8220;Password:&#8221; field enter the valid password for the user (<a href="http://picasaweb.google.com/lucidtips/MapNetworkDriveOverSSH/photo#5191029309916249762" target="_blank">see screenshot</a>)</li>
<li>Click &#8220;OK&#8221;</li>
<li>You will be returned to the &#8220;Map Network Drive&#8221; window</li>
<li>Click &#8220;Finish&#8221;</li>
<li>If all went through correctly a new Windows Explorer window will open with the contents of the mapped network drive.</li>
</ol>
<h4>Disconnecting the network drive (Computer 2)</h4>
<ol>
<li>Open Windows Explorer</li>
<li>Click on + next to &#8220;My Computer&#8221;</li>
<li>Right click the drive letter you had mapped</li>
<li>Select &#8220;Disconnect&#8221;</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.lucidtips.com/2008/04/19/map-network-drive-over-ssh/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Live Cricket, Soccer and more using SopCast</title>
		<link>http://www.lucidtips.com/2008/04/05/live-cricket-soccer-and-more-using-sopcast/</link>
		<comments>http://www.lucidtips.com/2008/04/05/live-cricket-soccer-and-more-using-sopcast/#comments</comments>
		<pubDate>Sun, 06 Apr 2008 01:36:19 +0000</pubDate>
		<dc:creator>lucidTipster</dc:creator>
				<category><![CDATA[freeware]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[cricket]]></category>
		<category><![CDATA[live tv]]></category>
		<category><![CDATA[p2p]]></category>
		<category><![CDATA[soccer]]></category>
		<category><![CDATA[sopcast]]></category>

		<guid isPermaLink="false">http://www.lucidtips.com/2008/04/05/live-cricket-soccer-and-more-using-sopcast/</guid>
		<description><![CDATA[Do you miss watching live cricket or UEFA soccer? Are Sports packages on Cable/Satellite TV too expensive? Don&#8217;t worry be happy because in comes Peer-to-Peer TV (P2PTV) to the rescue. As the name suggests P2PTV leverages Peer-to-Peer technology to distribute audio/video. The first question someone would have is how is the quality? The answer is [...]]]></description>
			<content:encoded><![CDATA[<p>Do you miss watching live cricket or UEFA soccer? Are Sports packages on Cable/Satellite TV too expensive? Don&#8217;t worry be happy because in comes Peer-to-Peer TV (P2PTV) to the rescue. As the name suggests P2PTV leverages Peer-to-Peer technology to distribute audio/video. The first question someone would have is how is the quality? The answer is its very good and the secret lies in the P2P technology. Every user who is downloading the video stream is also simultaneous uploading the same video stream hence contributing to the overall bandwidth.</p>
<p>There are many P2PTV software available but the oldest and most popular amongst the lot is SopCast.</p>
<div class="alignright"><a href="http://www.lucidtips.com/wordpress/wp-content/uploads/2008/04/sopcast_live_cricket.png" title="Live Cricket using SopCast"><img src="http://www.lucidtips.com/wordpress/wp-content/uploads/2008/04/sopcast_live_cricket.thumbnail.png" alt="Live Cricket using SopCast" /></a></div>
<p>SopCast is freeware and can run on both Windows and Linux. Windows setup is very straight forward. Simply download the zip file, unzip it,  run the setup file and follow on screen instructions (see <a href="http://picasaweb.google.com/lucidtips/LiveCricketSoccerAndMoreUsingSopCast" target="_blank">installation screenshots</a>). This will install 4 components &#8211; SopPlayer (for viewing), SopServer (for broadcasting &#8211; yes you can broadcast too!!!), VoD and WebPlayer (for viewing in the browser). Double click the SopCast icon and you are on your way. If you are using Windows firewall you need to unblock &#8220;SopCast Adver&#8221; and &#8220;SopCast Main Application&#8221; (see <a href="http://picasaweb.google.com/lucidtips/LiveCricketSoccerAndMoreUsingSopCast/photo#5185260757048548322" target="_blank">screenshot</a>). Click on Channels tab and double click the channel you wish to view.</p>
<p>Linux setup is a little more involved and Ubuntu-Unleashed has a good blog on <a href="http://www.ubuntu-unleashed.com/2008/02/howto-watch-p2p-tv-with-sopcast-with.html" target="_blank" title="Howto: Watch P2P Tv with SopCast with Ubuntu Gutsy">how to setup SopCast on Ubuntu Gusty Gibon</a>.</p>
<p>Happy viewing <img src='http://www.lucidtips.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><font color="#ff0000"><strong><u>Disclaimer</u></strong><strong>:</strong> This blog entry only provides information on P2P TV and is not responsible for content being broadcast and copyright violations.</font></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucidtips.com/2008/04/05/live-cricket-soccer-and-more-using-sopcast/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Secure browsing using VMWare Browser Appliance</title>
		<link>http://www.lucidtips.com/2008/03/29/secure-browsing-using-vmware-browser-appliance/</link>
		<comments>http://www.lucidtips.com/2008/03/29/secure-browsing-using-vmware-browser-appliance/#comments</comments>
		<pubDate>Sat, 29 Mar 2008 05:04:50 +0000</pubDate>
		<dc:creator>lucidTipster</dc:creator>
				<category><![CDATA[freeware]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[adware]]></category>
		<category><![CDATA[appliance]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[browsing]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[secure]]></category>
		<category><![CDATA[sypware]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.lucidtips.com/2008/03/29/secure-browsing-using-vmware-browser-appliance/</guid>
		<description><![CDATA[Every time we browse the Internet we are risking exposing ourselves to numerous risks &#8211; there are adware, spyware, malware and viruses out there that could infect your computer. Unix/Linux are more secure compared to Windows but at this time most home users run Windows..
FireFox is more secure compared to Internet Explorer and there are [...]]]></description>
			<content:encoded><![CDATA[<p>Every time we browse the Internet we are risking exposing ourselves to numerous risks &#8211; there are adware, spyware, malware and viruses out there that could infect your computer. Unix/Linux are more secure compared to Windows but at this time most home users run Windows..</p>
<p>FireFox is more secure compared to Internet Explorer and there are also numerous add-ons for FireFox that can further secure it and protect your privacy. However there is always a risk and this week we see how to protect yourself using VMWare Browser Appliance.</p>
<div class="alignleft"><a href="http://www.lucidtips.com/wordpress/wp-content/uploads/2008/03/vmware_browser_appliance.png" title="VMWare Browser Appliance"><img src="http://www.lucidtips.com/wordpress/wp-content/uploads/2008/03/vmware_browser_appliance.thumbnail.png" alt="VMWare Browser Appliance" border="0" /></a></div>
<p>The Browser Appliance from VMWare is a virtual machine running a minimal installation of Ubuntu Linux v5.10. It comes prebundled with FireFox v1.07 and v1.50. Yes these are older versions but you can install the latest version of FireFox (see <a target="_blank" href="http://picasaweb.google.com/lucidtips/SecureBrowsingUsingVMWareBrowserAppliance/photo#5182670432207559458" title="FireFox upgraded to 2.0.0.13 in VMWare Browser Appliance">screenshot</a>). Using Browser Appliance allows users to securely browse while the virtual machine isolation mechanism protects against adware, spyware and other malware . It also helps protect personal information because it can be configured to automatically reset itself after every use so no personal information is ever stored permanently.</p>
<p>Both VMWare Player and VMWare Browser Applicance are free for download and use. Install, setup and usage is very easy.</p>
<p>Step 1: <a href="http://www.vmware.com/products/player/">Download</a> and install VMWare Player (see <a target="_blank" href="http://picasaweb.google.com/lucidtips/SecureBrowsingUsingVMWareBrowserAppliance" title="VMWare Player installation screenshots">installation screenshots</a>)</p>
<p>Step 2: <a target="_blank" href="http://www.vmware.com/appliances/directory/browserapp.html">Download</a> and unzip Browser Appliance (may I recommend <a target="_blank" href="http://www.lucidtips.com/2008/02/09/swiss-army-knife-of-compression-tools/" title="Blog entry: Swiss Army Knife of compression tools">7-Zip</a>). Do not delete the downloaded file because it comes in handy if you want to reset the appliance.</p>
<p>Step 3: Read <a target="_blank" href="http://www.vmware.com/pdf/bavm_getting_started_100.pdf" title="Browser Appliance Getting Started Guide">Getting Started Guide</a></p>
<p>Step 4: Start VMWare Player and load the Browser Appliance file.</p>
<p>Step 5: Enjoy safe browsing</p>
<p>What I like best is if you mess up the appliance, simply delete the directory that has the Browser Appliance files. There is no uninstall required. Unzip the file downloaded in Step 2 and start all over again. How cool is that!!!</p>
<p>I did all my testing on an old laptop &#8211; 500 MHz, 192 MB RAM, Windows XP SP2. It was slow but sure did work <img src='http://www.lucidtips.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Mike Healan has written a very <a target="_blank" href="http://www.spywareinfo.com/articles/vmware/baintro.php" title="Surf The Web In Complete Safety">good article</a> on VMWare Browser Appliance at SpywareInfo.com It has details on how to upgrade FireFox, how to share files between Browser Appliance and your desktop etc.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucidtips.com/2008/03/29/secure-browsing-using-vmware-browser-appliance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Securing Windows Remote Desktop with OpenSSH</title>
		<link>http://www.lucidtips.com/2008/03/15/securing-windows-remote-desktop-with-openssh/</link>
		<comments>http://www.lucidtips.com/2008/03/15/securing-windows-remote-desktop-with-openssh/#comments</comments>
		<pubDate>Sat, 15 Mar 2008 12:37:03 +0000</pubDate>
		<dc:creator>lucidTipster</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[openssh]]></category>
		<category><![CDATA[putty]]></category>
		<category><![CDATA[remote desktop]]></category>

		<guid isPermaLink="false">http://www.lucidtips.com/?p=18</guid>
		<description><![CDATA[Remote Desktop, included with Windows XP Professional, Windows Server 2003 is a very good solution that allows you to access your computer from across the Internet.  This howto explains steps to additionally secure Remote Desktop using Secure Shell (SSH)
Disclaimer: These steps have worked for me and have been tested on Windows XP Professional SP2. YMMV. I [...]]]></description>
			<content:encoded><![CDATA[<p>Remote Desktop, included with Windows XP Professional, Windows Server 2003 is a very good solution that allows you to access your computer from across the Internet.  This howto explains steps to additionally secure Remote Desktop using <a target="_blank" href="http://en.wikipedia.org/wiki/Secure_Shell" title="What is SSH?">Secure Shell (SSH)</a></p>
<p><strong><u>Disclaimer</u></strong>: These steps have worked for me and have been tested on Windows XP Professional SP2. YMMV. I am not responsible for loss of data or damage to computers.</p>
<p>Screenshots for this howto are available <a target="_blank" href="http://picasaweb.google.com/lucidtips/SecuringWindowsRemoteDesktopWithOpenSSH">here</a>.</p>
<h4>Prerequisite</h4>
<p>To more accurately test you would need two different computers but can be tested with one computer too.</p>
<p>Computer 1: Runs Remote Desktop and OpenSSH server. (Tip: It is best to setup this computer to use static IP. <a href="http://www.portforward.com/networking/staticip.htm" title="PortForward.com - Free Help Setting up Your Router or Firewall">See Static IP guide on PortForward.com</a>)</p>
<p>Computer 2: Runs PuTTy and is used to connect to Computer 1 </p>
<p>Make sure Remote Desktop is enabled and working correctly on Computer 1. See <a target="_blank" href="http://www.microsoft.com/windowsxp/using/mobility/getstarted/remoteintro.mspx">Get started using Remote Desktop with Windows XP Professional</a> </p>
<h4>Assumptions </h4>
<p>In this howto we will assume the following</p>
<p>IP Address of Computer 1: 192.168.1.120<br />
IP Address of Computer 2: 192.168.1.130<br />
External IP Address: 64.233.167.99 (Tip: If you do not know your external IP address go to <a target="_blank" href="http://www.whatismyip.com/">http://www.whatismyip.com/</a>)</p>
<p><font color="#ff0000">These IP addresses are for example only and your values will be different.</font></p>
<h4>Download and install OpenSSH (Computer 1)</h4>
<p>OpenSSH for Windows is a free package that installs a minimal OpenSSH server and client utilities. OpenSSH can be <a target="_blank" href="http://sourceforge.net/project/showfiles.php?group_id=103886&amp;package_id=111688">downloaded from SourceForge</a>. After you have downloaded the file, unzip it and double click setup.exe and follow on screen instructions.</p>
<h4>Configure OpenSSH (Computer 1)</h4>
<p>The most important step after installing OpenSSH is to configure its passwords file. It is very simple to do. Open a command prompt and run the following commands</p>
<pre>cd "C:\Program Files\OpenSSH\bin"
mkgroup -l &gt;&gt; ..\etc\group
mkgroup -d &gt;&gt; ..\etc\group
mkpasswd -l &gt;&gt; ..\etc\passwd
mkpasswd -d &gt;&gt; ..\etc\passwd</pre>
<p>For most home users who are not running a domain the commands with -d are not required. If you only want to add one specific user then the command is</p>
<pre>mkpasswd -l -u &lt;username&gt; &gt;&gt; ..\etc\password</pre>
<p>Refer to quickstart.txt in C:\Program Files\OpenSSH\docs for detailed information. At this point we should be able to start OpenSSH.</p>
<pre>net start opensshd</pre>
<h4>Configure Firewall (Computer 1)</h4>
<p>Next step is to configure Windows Firewall (or any other firewall) to allow TCP/IP traffic on port 22. Instructions for Windows Firewall are</p>
<ol>
<li>Verify that you are signed in as the administrator.</li>
<li>Click Start, click Control Panel, and then click Security Center</li>
<li>Under Manage security settings for, click Windows Firewall.</li>
<li>Make sure the Don&#8217;t allow exceptions check box is not selected</li>
<li>Click the Exceptions tab</li>
<li>Unselect Remote Desktop (skip this step if you are going to access Remote Desktop without SSH)</li>
<li>Click on Add Port button</li>
<li>In the Name field enter &#8220;SSH&#8221; and in the Port number field enter 22. Make sure TCP is selected.</li>
<li>Click OK. The Add a Port window will close. You will be returned to Windows Firewall window. (<a target="_blank" href="http://picasaweb.google.com/lucidtips/SecuringWindowsRemoteDesktopWithOpenSSH/photo#5177938396150058898">see screenshot)</a></li>
<li>Click OK, and then close the Windows Security Center window</li>
</ol>
<h4>Download and Install PuTTy (Computer 2)</h4>
<p>PuTTy is a free and open source SSH client. <a target="_blank" href="http://the.earth.li/~sgtatham/putty/latest/x86/putty.zip">Download the zip file</a>and unzip into a folder (example: C:\Program Files\PuTTy). Double click C:\Program Files\PuTTy\putty.exe to start PuTTy. For ease of future use create a shortcut.</p>
<h4>Configure PuTTy (Computer 2)</h4>
<ol>
<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 3100</li>
<li>In the Destination field enter the IP (or hostname) and port of the machine you want to connect to. This is the machine running Remote Desktop. (In our example this would be &#8211; 192.168.1.120:3389)</li>
<li>Click Add (<a href="http://picasaweb.google.com/lucidtips/SecuringWindowsRemoteDesktopWithOpenSSH/photo#5177461590355693442">see screenshot</a>)</li>
<li>Click on Session in the left pane</li>
<li>In the Host Name field enter the public IP address or fully qualified domain name (FQDN) of the server on which OpenSSH was installed. (In our example for testing from within your network this would be &#8211; 192.168.1.120 and for testing from outside your network this would be 64.233.167.99)</li>
<li>In the port field enter 22</li>
<li>In the Saved Sessions field enter a unique name</li>
<li>Click the Save button (see <a target="_blank" href="http://picasaweb.google.com/lucidtips/SecuringWindowsRemoteDesktopWithOpenSSH/photo#5177461586060726114">screenshot for inside the network</a>, and <a target="_blank" href="http://picasaweb.google.com/lucidtips/SecuringWindowsRemoteDesktopWithOpenSSH/photo#5177461590355693426">external</a>)</li>
</ol>
<h4>Test SSH connectivity (Computer 2)</h4>
<ol>
<li>Open PuTTy</li>
<li>In the Saved Sessions list click on the name you created</li>
<li>Click Load</li>
<li>Click Open</li>
<li>The first time you connect you will see a security alert. Click Yes. (<a target="_blank" href="http://picasaweb.google.com/lucidtips/SecuringWindowsRemoteDesktopWithOpenSSH/photo#5177940934475730850">see screenshot</a>)</li>
<li>You will be prompted for username/password</li>
<li>You should be successfully connected to Computer 1 via SSH. (<a target="_blank" href="http://picasaweb.google.com/lucidtips/SecuringWindowsRemoteDesktopWithOpenSSH/photo#5177945804968644546">see screenshot</a>)</li>
</ol>
<h4>Test Remote Desktop (Computer 2)</h4>
<ol>
<li>Establish SSH connection using PuTTy. (Keep the window open)</li>
<li>Open Remote Desktop Connection (Start-&gt;All Programs-&gt;Accessories-&gt;Remote Desktop  Connection)</li>
<li>In the Computer field enter localhost:3100 (The port number should match the Source Port entered in step 4 of PuTTy configuration.) (<a target="_blank" href="http://picasaweb.google.com/lucidtips/SecuringWindowsRemoteDesktopWithOpenSSH/photo#5177458906001133394">see screenshot</a>)</li>
<li>Click Connect (You might be prompted to enter the username/password for Computer 2)</li>
<li>If all is good you should be connected to Computer 1 using Remote Desktop on SSH <img src='http://www.lucidtips.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
</ol>
<h4>Setup Port Forwarding on your router</h4>
<p>The last and final step of the journey is to setup Port Forwarding on your router to allow SSH connections when you are outside your network. This step is different for every router. Luckily the helpful folks at PortForward.com have made this task easier.</p>
<ol>
<li>Go to <a target="_blank" href="http://www.portforward.com/english/routers/port_forwarding/routerindex.htm" title="PortForward.com - Free Help Setting up Your Router or Firewall">PortForward.com</a></li>
<li>Search for your router in the list and click the link</li>
<li>On the next screen search for SSH and click the link</li>
<li>On the next screen enter the correct IP address of Computer 1 &#8211; the one that is running OpenSSH server</li>
<li>Follow the instructions on the page to setup Port Forwarding.</li>
</ol>
<h4>Enjoy</h4>
<p>Enjoy some peace of mind knowing your setup is more secure.</p>
<h4>Troubleshooting</h4>
<p><u>Unable to login using SSH</u>: Ensure username/password are correct. If the password is blank it will not work. Set a password for the user you are trying to login as on Computer 1.</p>
<p><u>Unable to connect to localhost</u>: <a target="_blank" href="http://support.microsoft.com/default.aspx?scid=kb;en-us;884020">Apply Windows XP Loopback Patch</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucidtips.com/2008/03/15/securing-windows-remote-desktop-with-openssh/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Decrapify your PC</title>
		<link>http://www.lucidtips.com/2008/02/23/decrapify-your-pc/</link>
		<comments>http://www.lucidtips.com/2008/02/23/decrapify-your-pc/#comments</comments>
		<pubDate>Sat, 23 Feb 2008 15:00:36 +0000</pubDate>
		<dc:creator>lucidTipster</dc:creator>
				<category><![CDATA[freeware]]></category>
		<category><![CDATA[utilities]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.lucidtips.com/?p=11</guid>
		<description><![CDATA[The new PCs today from all major manufacturers come preloaded with a bunch of trialware. In addition to being annoying and clutering the desktop these trialware also slow down your computer.
The PC Decrapifier helps you uninstall these unwanted trailware (What it can remove). Using it is a very simple 4 step process.
1. Download the single [...]]]></description>
			<content:encoded><![CDATA[<p>The new PCs today from all major manufacturers come preloaded with a bunch of trialware. In addition to being annoying and clutering the desktop these trialware also slow down your computer.</p>
<p><a target="_blank" href="http://www.pcdecrapifier.com">The PC Decrapifier</a> helps you uninstall these unwanted trailware (<a target="_blank" href="http://http://www.pcdecrapifier.com/apps">What it can remove</a>). Using it is a very simple 4 step process.</p>
<p>1. <a target="_blank" href="http://www.pcdecrapifier.com/files/PC-Decrapifier-1.8.8.exe">Download </a>the single executable file (there is no install process)<br />
2. Execute the file<br />
3. Create a Restore Point (in case you notice something wrong after the uninstall)<br />
4. Select items to uninstall</p>
<p>The PC Decrapifier is free for personal use. A $5 donation subscription (not required to run the program) allows you to get future releases before other public users. Commercial subscription is also available.</p>
<p><img src="http://www.lucidtips.com/wordpress/wp-content/uploads/2008/02/pcdecrapifier.jpg" alt="The PC Decrapifier" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucidtips.com/2008/02/23/decrapify-your-pc/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
