<?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>Dave Page &#187; shortcut</title>
	<atom:link href="http://chwalisz.org/tag/shortcut/feed/" rel="self" type="application/rss+xml" />
	<link>http://chwalisz.org</link>
	<description>Stuff</description>
	<lastBuildDate>Sun, 06 May 2012 23:35:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Git Alias &#8211; ignore all whitespace</title>
		<link>http://chwalisz.org/2012/03/23/git-alias-ignore-all-whitespace/</link>
		<comments>http://chwalisz.org/2012/03/23/git-alias-ignore-all-whitespace/#comments</comments>
		<pubDate>Fri, 23 Mar 2012 17:31:02 +0000</pubDate>
		<dc:creator>dave</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[alias]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[scm]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[shortcut]]></category>

		<guid isPermaLink="false">http://chwalisz.org/?p=871</guid>
		<description><![CDATA[<p>A talk at last year&#8217;s Chicago Code Camp spoke about Git aliases. Up until now I used shell aliases in the (wonderful) MINGW32 Git Bash shell, so &#8220;$ gs&#8221; is $ git status. </p> <p>$ git diff is something I use a lot, but sometimes you want to ignore whitespace, say when you reformat an [...]]]></description>
			<content:encoded><![CDATA[<div class='wb_fb_top'><div style="float:right;"></div></div><p>A talk at last year&#8217;s <a href="http://chicagocodecamp.com/">Chicago Code Camp</a> spoke about Git aliases. Up until now I used shell aliases in the (wonderful) MINGW32 Git Bash shell, so &#8220;$ gs&#8221; is <code>$ git status</code>. </p>
<p><code>$ git diff</code> is something I use a lot, but sometimes you want to ignore whitespace, say when you reformat an XML config file.</p>
<p><code>$ git config alias.di 'diff --ignore-all-space'</code></p>
<p>now, <code>$ git di</code> does what I want.</p>
<div class='wb_fb_comment'><br/></div>]]></content:encoded>
			<wfw:commentRss>http://chwalisz.org/2012/03/23/git-alias-ignore-all-whitespace/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 Start Menu</title>
		<link>http://chwalisz.org/2010/11/10/windows-7-start-menu/</link>
		<comments>http://chwalisz.org/2010/11/10/windows-7-start-menu/#comments</comments>
		<pubDate>Wed, 10 Nov 2010 18:32:13 +0000</pubDate>
		<dc:creator>dave</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[shortcut]]></category>
		<category><![CDATA[start menu]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://chwalisz.org/?p=667</guid>
		<description><![CDATA[<p>So where are the Start Menu shortcuts stored? </p> <p>In XP, C:\Documents and Settings\me\Start Menu was where mine lived, and C:\Documents and Settings\All Users\Start Menu was where the shortcuts for all lived. It seems to have changed in Vista and Windows 7. Where have I been?</p> <p>Actually I like the way the new dir structure [...]]]></description>
			<content:encoded><![CDATA[<div class='wb_fb_top'><div style="float:right;"></div></div><p>So where are the Start Menu shortcuts stored? </p>
<p>In XP, <code>C:\Documents and Settings\me\Start Menu</code> was where mine lived, and <code>C:\Documents and Settings\All Users\Start Menu</code> was where the shortcuts for all lived. It seems to have changed in Vista and Windows 7. Where have I been?</p>
<p>Actually I like the way the new dir structure is in Windows Vista and 7. Much more sensible, with no spaces in pathnames. Now if we could get rid of <code>C:\Program Files (x86)</code> to something like <code>/usr/bin</code> or even better <code>/Applications/MyApp</code> <img src='http://chwalisz.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Sniffing around I found &#8220;All Users&#8221;</p>
<p><code>C:\Users&gt;dir "All Users" /a<br />
07/13/2009  11:08 PM    &lt;SYMLINKD&gt;     All Users [C:\ProgramData]<br />
08/16/2010  12:19 PM    &lt;DIR&gt;          Dave<br />
07/14/2009  01:12 AM    &lt;DIR&gt;         Default<br />
07/13/2009  11:08 PM    &lt;JUNCTION&gt;     Default User [C:\Users\Default]<br />
07/13/2009  10:54 PM               174 desktop.ini<br />
11/09/2010  11:31 AM    &lt;DIR&gt;          notadmin<br />
07/14/2009  01:45 AM    &lt;DIR&gt;          Public</code></p>
<p>What&#8217;s in C:\ProgramData?</p>
<p><code>C:\ProgramData&gt;dir /a<br />
07/13/2009  11:08 PM    &lt;JUNCTION&gt;     Application Data [C:\ProgramData]<br />
07/13/2009  11:08 PM    &lt;JUNCTION&gt;     Desktop [C:\Users\Public\Desktop]<br />
07/13/2009  11:08 PM    &lt;JUNCTION&gt;     Documents [C:\Users\Public\Documents]<br />
07/13/2009  11:08 PM    &lt;JUNCTION&gt;     Favorites [C:\Users\Public\Favorites]<br />
08/12/2010  02:02 PM    &lt;DIR&gt;          Microsoft<br />
08/13/2010  09:29 AM    &lt;DIR&gt;          Microsoft Help<br />
07/13/2009  11:08 PM    &lt;JUNCTION&gt;     Start Menu [C:\ProgramData\Microsoft\Windows\Start Menu]<br />
08/16/2010  08:33 AM    &lt;DIR&gt;          Sun<br />
08/17/2010  10:42 AM    &lt;DIR&gt;          TEMP<br />
07/13/2009  11:08 PM    &lt;JUNCTION&gt;     Templates [C:\ProgramData\Microsoft\Windows\Templates]<br />
08/04/2010  11:32 AM    &lt;DIR&gt;          VMware<br />
</code></p>
<p>So my shortcuts are in<br />
<code>C:\Users\notadmin\AppData\Roaming\Microsoft\Windows\Start Menu</code></p>
<p>and All Users are in<br />
<code>C:\Users\All Users\Microsoft\Windows\Start Menu</code></p>
<div class='wb_fb_comment'><br/></div>]]></content:encoded>
			<wfw:commentRss>http://chwalisz.org/2010/11/10/windows-7-start-menu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A New WordPress Install</title>
		<link>http://chwalisz.org/2009/12/28/a-new-wordpress-install/</link>
		<comments>http://chwalisz.org/2009/12/28/a-new-wordpress-install/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 20:42:41 +0000</pubDate>
		<dc:creator>dave</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[shortcut]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://chwalisz.org/?p=422</guid>
		<description><![CDATA[<p>Get the storage folder; redirect the domain there; </p> <p>Get the code into the target dir: $ svn co http://core.svn.wordpress.org/tags/2.9 .</p> <p>Copy wp-config.php $ cp wp-config-sample.php wp-config.php </p> <p>Get new secret keys: https://api.wordpress.org/secret-key/1.1/ </p> <p>Edit wp-config.php $ vi wp-config.php Change dbname, hostname, password. Change 4 secret key lines to above lines.</p> <p>Run config: http://example.com/blog/wp-admin/install.php</p> <p>Set [...]]]></description>
			<content:encoded><![CDATA[<div class='wb_fb_top'><div style="float:right;"></div></div><p>Get the storage folder; redirect the domain there; </p>
<p>Get the code into the target dir:<br />
<code>$ svn co http://core.svn.wordpress.org/tags/2.9 .</code></p>
<p>Copy wp-config.php<br />
<code>$ cp wp-config-sample.php wp-config.php </code></p>
<p>Get new secret keys:<br />
<code>https://api.wordpress.org/secret-key/1.1/ </code></p>
<p>Edit wp-config.php<br />
<code>$ vi wp-config.php</code><br />
Change dbname, hostname, password.<br />
Change 4 secret key lines to above lines.</p>
<p>Run config:<br />
<code>http://example.com/blog/wp-admin/install.php</code></p>
<p>Set up the profile pages; add default user; </p>
<p>Install <a href="http://wordpress.bytesforall.com">Atahualpa Theme</a> and configure.</p>
<ol>
<li>Download zip into blog base dir using wget or ftp,</li>
<li><code>$ /blog > unzip atahualpa344.zip -d ./wp-content/themes</code></li>
</ol>
<p>More Info:<br />
<a href="http://codex.wordpress.org/Installing/Updating_WordPress_with_Subversion">Installing using Subversion (WordPress Codex)</a><br />
<a href="http://codex.wordpress.org/Installing_WordPress">Installing WordPress  (WordPress Codex)</a><br />
<a href="http://codex.wordpress.org/Installing/Updating_WordPress_with_Subversion">Updating WordPress using Subversion (WordPress Codex)</a></p>
<div class='wb_fb_comment'><br/></div>]]></content:encoded>
			<wfw:commentRss>http://chwalisz.org/2009/12/28/a-new-wordpress-install/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

