<?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>kdmurray.blog &#187; tricks</title>
	<atom:link href="http://kdmurray.net/tag/tricks/feed/" rel="self" type="application/rss+xml" />
	<link>http://kdmurray.net</link>
	<description>The crossroads of life and tech</description>
	<lastBuildDate>Sun, 20 May 2012 21:42:25 +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>Ubuntu School &#8211; sudo Your Last Command</title>
		<link>http://kdmurray.net/2012/02/14/ubuntu-school-sudo-your-last-command/</link>
		<comments>http://kdmurray.net/2012/02/14/ubuntu-school-sudo-your-last-command/#comments</comments>
		<pubDate>Tue, 14 Feb 2012 16:40:45 +0000</pubDate>
		<dc:creator>kdmurray</dc:creator>
				<category><![CDATA[Lessons]]></category>
		<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[repeat command]]></category>
		<category><![CDATA[repeat last]]></category>
		<category><![CDATA[sudo]]></category>
		<category><![CDATA[time savers]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://kdmurray.net/?p=1099</guid>
		<description><![CDATA[Sometimes we just forget that we need to specify elevated privileges on our Ubuntu machines. I do it all the time, particularly when I&#8217;m setting up a new machine. Thankfully there&#8217;s a shortcut for those of us who are forgetful. If I want to restart the box I can use a command like: shutdown -r [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-thumbnail wp-image-1117" title="logo-ubuntu_cof-orange-hex" src="http://kdmurray.net/wp-content/uploads/2012/02/logo-ubuntu_cof-orange-hex-150x150.png" alt="" width="100" height="100" />Sometimes we just forget that we need to specify elevated privileges on our Ubuntu machines. I do it all the time, particularly when I&#8217;m setting up a new machine.</p>

<p>Thankfully there&#8217;s a shortcut for those of us who are forgetful. If I want to restart the box I can use a command like:</p>

<p><code>shutdown -r now</code></p>

<p>But of course that command requires elevated privileges:</p>

<p><code>shutdown: Need to be root</code></p>

<p>With the fantastic !! argument for sudo you can repeat your last terminal command:</p>

<p><code>sudo !!</code></p>

<p>Now you can quickly and efficiently re-run that last command you forgot to sudo!!</p>
]]></content:encoded>
			<wfw:commentRss>http://kdmurray.net/2012/02/14/ubuntu-school-sudo-your-last-command/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Hide the Undock Button in Windows XP in Five Steps</title>
		<link>http://kdmurray.net/2009/04/08/hide-the-undock-button-in-windows-xp-in-five-steps/</link>
		<comments>http://kdmurray.net/2009/04/08/hide-the-undock-button-in-windows-xp-in-five-steps/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 18:38:49 +0000</pubDate>
		<dc:creator>kdmurray</dc:creator>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[button]]></category>
		<category><![CDATA[hide]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[tweak]]></category>
		<category><![CDATA[undock]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[windows-xp]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://kdmurray.net/?p=630</guid>
		<description><![CDATA[If you have a Windows XP notebook, and love to use the Run menu item, chances are you&#8217;ve occasionally hit &#8220;E&#8221; instead of  &#8220;R&#8221; when you bring up your start menu.  The result? Windows ejects the PC from it&#8217;s dock and forces you to re-dock it before you can carry on with your work.  It&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>If you have a Windows XP notebook, and love to use the Run menu item, chances are you&#8217;ve occasionally hit &#8220;E&#8221; instead of  &#8220;R&#8221; when you bring up your start menu.  The result? Windows ejects the PC from it&#8217;s dock and forces you to re-dock it before you can carry on with your work.  It&#8217;s only about a 90-second process, but it&#8217;s annoying as hell and will completely take you &#8216;out of the zone&#8217; when you&#8217;re in the middle of your project.</p>

<ol>
    <li>Open the registry editor (Start -&gt; Run -&gt; regedit)</li>
    <li>Open one of the applicable keys:
<ul>
    <li>Current User: [HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer]</li>
    <li>All Users: [HKLMSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer]</li>
</ul>
</li>
    <li>Right-click the Explorer folder -&gt; New -&gt; DWORD Value and call it NoStartMenuEjectPC (case-sensitive!)</li>
    <li>Right-click NoStartMenuEjectPC -&gt; Modify</li>
    <li>Choose one of the following values to set the behaviour you want:
<ul>
    <li>type 1 to hide the undock button</li>
    <li>type 0 to show the undock button</li>
</ul>
</li>
</ol>

<p>Now you can safely use your keyboard shortcuts without worrying about accidentally undocking your computer.</p>
]]></content:encoded>
			<wfw:commentRss>http://kdmurray.net/2009/04/08/hide-the-undock-button-in-windows-xp-in-five-steps/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Object Caching 390/396 objects using disk: basic

Served from: kdmurray.net @ 2012-05-23 22:22:27 -->
