<?xml version="1.0" encoding="utf-8"?> 
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/"
     version="2.0">

    <channel>

        <title>Mark C Allen - Cygwin Articles</title>
        <link>http://www.markcallen.com/cygwin/cygwin-articles</link>
        <description>Articles about cygwin.</description>
        <language>en-us</language>
        <generator>Plone 2.0</generator>

        
            
                  <item>
                      <title>Installing Cygwin for Windows XP</title>
                      <link>http://www.markcallen.com/cygwin/installing-cygwin-for-windows-xp</link>
                      <description>Instructions on how to install Cygwin on Windows XP, setup ssh and create a shortcut for rxvt.</description>
                      <author>mallen</author>
                      <pubDate>Fri, 18 May 2007 13:31:38 -0700</pubDate>
                      
   <content:encoded>
       <![CDATA[
<h2>Pre-Install</h2>
<br />
<p>Download setup.exe from <a class="generated" href="http://www.cygwin.com/">http://www.cygwin.com/</a></p>
<br />
<h2>Install</h2>
<br />
<p>Run setup.exe</p>
<p>The basic tools required are:</p>
<ul><li>openssh</li><li>rxvt</li></ul>
Other packages will also be installed in order to support these.<br /><br />Click <a class="generated" href="/cygwin/cygwin_install.swf/view">Here</a> to view a movie on how to do this.<br /><br />
<h2>Post-Install</h2>
<br />Run cygwin.  Click <a href="/cygwin/cygwin_post_install.swf/view">Here</a> to see how to make sure cygwin and rxvt are install and running correctly.<br /><br />
<h2>Create a public/private key<br /></h2>
<br />Create a public/private key for use with ssh.  Click <a href="/cygwin/cygwin_ssh_keygen.swf/view">Here</a> to see how to generate a public rsa key.  Place the key in the authorized_keys file on the servers you access.  <br /><br />See <a title="Setting up sshd for Public Key Authentication" class="generated" href="../linux/setting-up-sshd-for-public-key-authentication">Setting up sshd for Public Key Authentication</a> for more information on how to setup sshd.<br /><br />
<h2>Create a short cut for rxvt</h2>
<br />Create a desktop short cut for rxvt using the following parameters:<br /><br />C:\cygwin\bin\rxvt.exe -geometry 120x40 -bg ivory -fg black -fn "courier-12" -sl 2000 -sr -title rxvt -e bash --login -i<br /><br />Click <a href="/cygwin/cygwin_rxvt.swf/view">Here</a> to see how to create the shortcut.<br /><br /><br /><br /><br />
<p><br /></p>
]]>
   </content:encoded>
 
                  </item>

            
	   	
        


    </channel>

</rss>

