<rdf:RDF
    xmlns:s='http://snipsnap.org/rdf/snip-schema#'
    xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'
    xml:base='http://wiki.marandcustomsolutions.com/rdf'>
    <s:Snip rdf:about='http://wiki.marandcustomsolutions.com/rdf#Development/CYGWIN'
         s:name='Development/CYGWIN'
         s:cUser='mpecher'
         s:oUser=''
         s:mUser='mpecher'>
        <s:content>1 Enviornmental Variables:&#xD;&#xA;cygwin will pick up Windows environmental variables, and expand them. Ensure that the variables are set at the SYSTEM level as opposed to the USER level (otherwise they wills stay as %VARIABLE%)&#xD;&#xA;&#xD;&#xA;1 Clearing the screen&#xD;&#xA;CTRL- L&#xD;&#xA;and put this into .bashrc: alias cls=&apos;echo -e &quot;\E[2J&quot;&apos;&#xD;&#xA;&#xD;&#xA;1 .bashrc&#xD;&#xA;.bashrc is called whenever a new shell is started:&#xD;&#xA;{code}&#xD;&#xA;alias ll=&apos;ls -alp&apos;&#xD;&#xA;alias dir=ll&#xD;&#xA;&#xD;&#xA;alias cls=&apos;echo -e &quot;\E[2J&quot;&apos;&#xD;&#xA;alias clear=cls&#xD;&#xA;&#xD;&#xA;export CYGWIN_ROOT_OFFSET=/cygdrive/c&#xD;&#xA;&#xD;&#xA;{code}&#xD;&#xA;&#xD;&#xA;1 .profile&#xD;&#xA;executed whenever a user logs in (but doesn&apos;t execute .bashrc) so:&#xD;&#xA;{code}&#xD;&#xA;source ~/.bashrc&#xD;&#xA;{code}&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;1 linking&#xD;&#xA;Use links to things off &quot;Program files&quot; etc to avoid spaces / vs \ issues etc.&#xD;&#xA;eg from home (~) dir:&#xD;&#xA;{code}&#xD;&#xA;ln -s &apos;/cygdrive/c/Program Files/Apache Software Foundation/Tomcat 5.5/webapps&apos; webapps&#xD;&#xA;{code}&#xD;&#xA;</s:content>
        <s:mTime>2009-03-23 12:50:47.0</s:mTime>
        <s:cTime>2007-08-21 14:27:01.0</s:cTime>
        <s:comments
             rdf:type='http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag'/>
        <s:snipLinks>
            <rdf:Bag>
                <rdf:li rdf:resource='#snipsnap-index'/>
                <rdf:li rdf:resource='#Development'/>
                <rdf:li rdf:resource='#Books'/>
                <rdf:li rdf:resource='http://wiki.marandcustomsolutions.com/rdf#Version Control Systems/ClearCase/ConfigSpec'/>
                <rdf:li rdf:resource='#snipsnap-search'/>
                <rdf:li rdf:resource='http://wiki.marandcustomsolutions.com/rdf#Development/CYGWIN/'/>
                <rdf:li rdf:resource='http://wiki.marandcustomsolutions.com/rdf#Development/Testing'/>
                <rdf:li rdf:resource='http://wiki.marandcustomsolutions.com/rdf#Development/Java &amp; J2EE/Websphere/Portal/skins'/>
                <rdf:li rdf:resource='http://wiki.marandcustomsolutions.com/rdf#Development/Java &amp; J2EE/Websphere/WebSEAL'/>
            </rdf:Bag>
        </s:snipLinks>
        <s:attachments
             rdf:type='http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag'/>
    </s:Snip>
</rdf:RDF>
