<?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>EveryJoe &#187; Microsoft Windows XP</title>
	<atom:link href="http://www.everyjoe.com/tag/microsoft-windows-xp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.everyjoe.com</link>
	<description>Sports News - Tech Reviews - Entertainment - Life Tips for EveryJoe</description>
	<lastBuildDate>Wed, 23 Dec 2009 00:12:48 +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>Installing and Configuring SSHD Server on Cygwin</title>
		<link>http://www.everyjoe.com/articles/installing-and-configuring-sshd-server-on-cygwin-2/</link>
		<comments>http://www.everyjoe.com/articles/installing-and-configuring-sshd-server-on-cygwin-2/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 12:00:47 +0000</pubDate>
		<dc:creator>Sravan</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Configure SSH]]></category>
		<category><![CDATA[Cool Software]]></category>
		<category><![CDATA[Cygwin]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Install SSH daemon]]></category>
		<category><![CDATA[Install SSH on Windows 2003 Server]]></category>
		<category><![CDATA[Install SSH on Windows Vista]]></category>
		<category><![CDATA[Install SSH on Windows XP]]></category>
		<category><![CDATA[Install SSH server]]></category>
		<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft Windows 2003 Server]]></category>
		<category><![CDATA[Microsoft Windows Vista]]></category>
		<category><![CDATA[Microsoft Windows XP]]></category>
		<category><![CDATA[OpenSSH]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Windows 2003 Server]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://www.thatdamnpc.com/?p=1325</guid>
		<description><![CDATA[SSH is one communication protocol that is used to access remote systems all the time. Short for “Secure Shell”, SSH provides a secure channel for data exchange, unlike Telnet and other insecure remote shells. Telnet, e.g., transmits all data including passwords in plain text.
For a system A to connect to a remote system B through SSH, A needs a SSH client (like PuTTY for Windows) and B needs a SSHD server running all the time so as to accept incoming connections.
SSH is a proprietary software offered by SSH Communications Security, and as an alternative the open source version OpenSSH is [...]<p>Post from: <a href="http://www.everyjoe.com">EveryJoe</a></p>
<p><a href="http://www.everyjoe.com/articles/installing-and-configuring-sshd-server-on-cygwin-2/">Installing and Configuring SSHD Server on Cygwin</a></p>
]]></description>
			<content:encoded><![CDATA[<p>SSH is one communication protocol that is used to access remote systems all the time. Short for “Secure Shell”, SSH provides a secure channel for data exchange, unlike Telnet and other insecure remote shells. Telnet, e.g., transmits all data including passwords in plain text.</p>
<p>For a system A to connect to a remote system B through SSH, A needs a SSH client (like <a title="That Damn PC: PuTTY Connection Manager for Tabbed PuTTY" href="http://www.everyjoe.com/articles/putty-connection-manager-for-tabbed-putty-2/">PuTTY</a> for Windows) and B needs a SSHD server running all the time so as to accept incoming connections.</p>
<p>SSH is a proprietary software offered by SSH Communications Security, and as an alternative the open source version OpenSSH is being widely used. On all Unix-based OSs, the OpenSSH SSHD server is installed by default during the installation of the operating system. On Windows, however, it is not the case.</p>
<p>You can install it on top of Cygwin very easily. You will need administrator access with a password set for the account. When you run the Cygwin setup to download or install various packages, select openssh which will select all the other packages it requires.</p>
<p>Once you complete the install, to configure SSHD run <span style="font-family: Lucida Console;">$ ssh-host-config –y</span> from the terminal. This will automatically answer ‘yes’ for the yes/no questions. Give an appropriate password that follows your system rules if an sshd_server is being created or ignore this step. Specify the value of the environment variable CYGWIN as “ntsec tty” for WinXP and Vista and “binmode ntsec tty” for Windows 2003 Server (without quotes). At the end of this process, the sshd service will have automatically started and placed itself among the Windows startup list.</p>
<p>If you have any problems, try following <a title="How to Install SSHD Server on Windows 2000 or Windows XP or Windows Vista" href="http://pigtail.net/LRP/printsrv/cygwin-sshd.html" target="_blank">this article for WinXP and Vista</a> and <a title="HOWTO Setup the Secure Shell Daemon on a Windows 2003 Server" href="http://ist.uwaterloo.ca/~kscully/CygwinSSHD_W2K3.html" target="_blank">this one for Windows 2003 Server</a> or drop me a message.</p>
<p>Post from: <a href="http://www.everyjoe.com">EveryJoe</a></p>
<p><a href="http://www.everyjoe.com/articles/installing-and-configuring-sshd-server-on-cygwin-2/">Installing and Configuring SSHD Server on Cygwin</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.everyjoe.com/articles/installing-and-configuring-sshd-server-on-cygwin-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Massive Tech Channel Roundup</title>
		<link>http://www.everyjoe.com/articles/a-massive-tech-channel-roundup-2/</link>
		<comments>http://www.everyjoe.com/articles/a-massive-tech-channel-roundup-2/#comments</comments>
		<pubDate>Sun, 01 Feb 2009 17:30:09 +0000</pubDate>
		<dc:creator>Sravan</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[b5media]]></category>
		<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Cool Software]]></category>
		<category><![CDATA[Damn Blog]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[Laptops]]></category>
		<category><![CDATA[less]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft Office]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[Microsoft Windows 7]]></category>
		<category><![CDATA[Microsoft Windows Vista]]></category>
		<category><![CDATA[Microsoft Windows XP]]></category>
		<category><![CDATA[netbook]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Tech Channel]]></category>
		<category><![CDATA[That Damn PC]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Web Tools]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://www.thatdamnpc.com/?p=1265</guid>
		<description><![CDATA[I’ve realized that my last Tech Channel Roundup was nearly a month ago and I’m guilty of it. So, bear with me as I overload you with a number of interesting links that I found in some of the sister blogs.
Milo discovered a product especially useful for enterprises of all sizes called Nightwatchman, a good news that Microsoft didn’t lay off anybody in the Vista team. I knew that they didn’t touch the Silverlight team, but frankly I’m surprised about this because Vista hasn’t been very profitable to Microsoft. Or has it? One bad news is the Windows 7 minimum [...]<p>Post from: <a href="http://www.everyjoe.com">EveryJoe</a></p>
<p><a href="http://www.everyjoe.com/articles/a-massive-tech-channel-roundup-2/">A Massive Tech Channel Roundup</a></p>
]]></description>
			<content:encoded><![CDATA[<p>I’ve realized that my <a title="That Damn PC: Tech Channel Roundup Fro Steve Jobs to Steve Ballmer" href="http://www.everyjoe.com/tech-channel-roundup-from-steve-jobs-to-steve-ballmer/">last Tech Channel Roundup</a> was nearly a month ago and I’m guilty of it. So, bear with me as I overload you with a number of interesting links that I found in some of the sister blogs.</p>
<p><strong>Milo</strong> discovered a product especially useful for enterprises of all sizes called <a title="Windows Vista Weblog: Nightwatchman 5.5" href="http://www.windowsvistaweblog.com/2009/01/30/nightwatchman-55/" target="_blank">Nightwatchman</a>, a good news that <a title="Windows Vista Blog: No Windows Vista Layoffs For Microsoft" href="http://www.windowsvistaweblog.com/2009/01/24/no-windows-vista-layoffs-for-microsoft/" target="_blank">Microsoft didn’t lay off anybody in the Vista team</a>. I knew that they didn’t touch the Silverlight team, but frankly I’m surprised about this because Vista hasn’t been very profitable to Microsoft. Or has it? One bad news is the <a title="Windows Vista Weblog: Windows 7 Minimum Requirements" href="http://www.windowsvistaweblog.com/2009/01/14/windows-7-minimum-requirements/" target="_blank">Windows 7 minimum requirements</a>. It may not be a good experience to try it on <a title="That Damn PC: I Bought a Dell Inspiron Mini 9" href="http://www.everyjoe.com/i-bought-a-dell-inspiron-mini-9/">my netbook</a> which just meets the minimum requirements and my laptop which is old enough to even miss the minimum. But if anyone is interested, you can <a title="Windows Vista Weblog: Get the Windows 7 Look Into Windows XP" href="http://www.windowsvistaweblog.com/2009/01/13/get-the-windows-7-look-into-windows-xp/" target="_blank">get the Windows 7 look into Windows XP</a>. He also found a couple of amusing videos, one called “<a title="Inside Online Video: I Love You The Youtube Professional Way" href="http://www.insideonlinevideo.com/2009/01/14/i-love-you-the-youtube-professional-way/" target="_blank">how to say i love you.</a>” and another a confirmation of love, a <a title="Inside Online Video: Marriage at Taco Bell, The Practical Way" href="http://www.insideonlinevideo.com/2009/01/14/marriage-at-taco-bell-the-practical-way/" target="_blank">marriage at Taco Bell</a>. Recession, aye?</p>
<p><strong>Jason</strong> found a few websites that can assist you in unique ways: one for <a title="Uncover the Internet: Interactive For Helping Educate Your Kids" href="http://www.uncovertheinternet.com/interactives-for-helping-educate-your-kids/" target="_blank">helping educate your kids</a>, one a <a title="Uncover the Internet: Use Care Calendar to Help Others" href="http://www.uncovertheinternet.com/use-care-calendar-to-help-others/" target="_blank">calendar to help others</a>, and another to <a title="Uncover the Internet: Scan Your Computer Online With Ewido Networks" href="http://www.uncovertheinternet.com/scan-your-computer-online-with-ewido-networks/" target="_blank">scan your computer online</a>. He covered a lot of Windows <a title="Microsoft Weblog: Revisiting Some Windows Powertoys" href="http://www.microsoftweblog.com/revisiting-some-windows-powertoys/" target="_blank">Powertoys</a>, a <a title="Microsoft Weblog: Kinoma Mobile Media Browser" href="http://www.microsoftweblog.com/kinoma-mobile-media-browser/" target="_blank">mobile media browser</a> and found <a title="Microsoft Weblog: Zune Gives Me Another Great Reason" href="http://www.microsoftweblog.com/zune-gives-me-another-great-reason/" target="_blank">another reason to continue loving Zune</a>. He also has a couple of how-tos for <a title="Microsoft Weblog: How To Select Non-linear Text in a Word Document" href="http://www.microsoftweblog.com/how-to-select-non-linear-text-in-a-word-document/" target="_blank">selecting non-linear text in a word document</a> and <a title="Microsoft Weblog: How to Share Your Outlook Calendar Availability Quickly" href="http://www.microsoftweblog.com/how-to-share-your-outlook-calendar-availability-quickly/" target="_blank">sharing Outlook calendar availability</a>. One bad news, I mean another one, is that <a title="Microsoft Weblog: Microsoft Shutting Down MSN Groups" href="http://www.microsoftweblog.com/microsoft-shutting-down-msn-groups/" target="_blank">Microsoft is shutting down MSN Groups</a>.</p>
<p><strong>Claire</strong> thought out loud about the gap between <a title="New Linux User: Linux and Mainstream Users" href="http://www.newlinuxuser.com/linux-and-mainstream-users/" target="_blank">Linux and mainstream users</a>, learnt something new <a title="New Linux user: More From Less" href="http://www.newlinuxuser.com/more-from-less/" target="_blank">about <span style="font-family: Lucida Console;">less</span></a> (which all you <a title="That Damn PC Cygwin &amp; Unix Category" href="http://www.everyjoe.com/category/cygwin-unix/">Cygwin users</a> may find useful), discovered a wonderful browser called Kidzui which attempts to make the <a title="New Linux User: Make the Internet A More Kid-friendly Place With Kidzui" href="http://www.newlinuxuser.com/make-the-internet-a-more-kid-friendly-place-with-kidzui/" target="_blank">Internet a more kid-friendly place</a>.</p>
<p><strong>Juan</strong> wonders whether the <a title="The After Mac: Is the Mac Not Invincible Anymore?" href="http://www.theaftermac.com/is-the-mac-not-invincible-anymore/" target="_blank">Mac is not invincible anymore</a> and whether <a title="The After Mac: Does Applre Really Need to Make a Netbook?" href="http://www.theaftermac.com/does-apple-really-need-to-make-a-netbook/" target="_blank">Apple really needs to make a netbook</a>. He is glad to find a <a title="The After Mac: Characterpal, Your Symbol Cheat Widget" href="http://www.theaftermac.com/characterpal-your-symbol-cheat-widget/" target="_blank">symbol cheat widget</a> and an app that can save his day with <a title="The After Mac: Icoon, A Bunch of Drawings That Might Save The Day" href="http://www.theaftermac.com/app-of-the-week-icoon-a-bunch-of-drawings-that-might-save-the-day/" target="_blank">a bunch of drawings</a>. The latter isn’t my cup of tea. He along with <strong>Jayvee</strong> found out about <a title="The After Mac: iWork 09 to Anti-Piracy Measure, Buh Bye" href="http://www.theaftermac.com/iwork-09-to-anti-piracy-measure-buh-bye/" target="_blank">Apple’s stand</a> <a title="Tech Side Up: Apple's Stand on Piracy, Whatever Shrug" href="http://www.techsideup.com/apples-stand-on-piracy-whutever-shrug/" target="_blank">on piracy</a>.</p>
<p>Post from: <a href="http://www.everyjoe.com">EveryJoe</a></p>
<p><a href="http://www.everyjoe.com/articles/a-massive-tech-channel-roundup-2/">A Massive Tech Channel Roundup</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.everyjoe.com/articles/a-massive-tech-channel-roundup-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>