<?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>Quick and Nerdy &#187; Command Line</title>
	<atom:link href="http://quickandnerdy.com/category/command-line/feed/" rel="self" type="application/rss+xml" />
	<link>http://quickandnerdy.com</link>
	<description>Nerdy news in byte-sized chunks</description>
	<lastBuildDate>Fri, 04 May 2012 20:21:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Fix &#8216;Unkown host&#8217; Error on Mac</title>
		<link>http://quickandnerdy.com/fix-unkown-host-error-on-mac/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=fix-unkown-host-error-on-mac</link>
		<comments>http://quickandnerdy.com/fix-unkown-host-error-on-mac/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 22:29:52 +0000</pubDate>
		<dc:creator>nerdZero</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://quickandnerdy.com/?p=156</guid>
		<description><![CDATA[Have you ever had one of your websites become inaccessible on only one of your computers? The site loads up fine on every other machine you try it on but on this one machine, nada. If you try to ping the domain you&#8217;ll likely be presented with an &#8216;unknown host&#8217; error. If your computer is [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://quickandnerdy.com/wp-content/uploads/2012/01/terminal-icon.jpeg"><img class="alignright size-full wp-image-157" title="terminal-icon" src="http://quickandnerdy.com/wp-content/uploads/2012/01/terminal-icon.jpeg" alt="" width="225" height="225" /></a>Have you ever had one of your websites become inaccessible on only one of your computers? The site loads up fine on every other machine you try it on but on this one machine, nada. If you try to ping the domain you&#8217;ll likely be presented with an &#8216;unknown host&#8217; error.</p>
<p>If your computer is a Mac you will likely first think to try dscacheutil -flushcache . However, this will not work for you unless you are using an older version of OS X. Now what you&#8217;ll have to do is the following:</p>
<p>sudo killall -HUP mDNSResponder</p>
<p>In most cases this is what will work for you. I won&#8217;t bore you with a lengthy explanation of why. Just try it.</p>
]]></content:encoded>
			<wfw:commentRss>http://quickandnerdy.com/fix-unkown-host-error-on-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Command Line Tip: Position Cursor with the Mouse</title>
		<link>http://quickandnerdy.com/command-line-tip-position-cursor-with-the-mouse/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=command-line-tip-position-cursor-with-the-mouse</link>
		<comments>http://quickandnerdy.com/command-line-tip-position-cursor-with-the-mouse/#comments</comments>
		<pubDate>Fri, 26 Nov 2010 15:31:33 +0000</pubDate>
		<dc:creator>nerdOne</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[cursor]]></category>
		<category><![CDATA[mouse]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://quickandnerdy.com/?p=103</guid>
		<description><![CDATA[When entering long commands in the terminal, making changes or fixing mistakes in the middle of the command can slow you down. Moving your cursor over one character at a time to get the to point where the change is needed takes too much time! Fortunately on a Mac you can actually use your mouse [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_63" class="wp-caption alignright" style="width: 160px"><a href="http://quickandnerdy.com/wp-content/uploads/2010/07/command-line-terminal.png"><img class="size-thumbnail wp-image-63" title="command-line-terminal" src="http://quickandnerdy.com/wp-content/uploads/2010/07/command-line-terminal-150x150.png" alt="command line tip - place your cursor with the mouse" width="150" height="150" /></a><p class="wp-caption-text">Place your cursor with the mouse</p></div>
<p>When entering long commands in the terminal, making changes or fixing mistakes in the middle of the command can slow you down. Moving your cursor over one character at a time to get the to point where the change is needed takes too much time! Fortunately on a Mac you can actually use your mouse to position the cursor wherever you want in the current line.</p>
<p>The trick is to hold down the &#8216;Option&#8217; key while clicking. Move your mouse pointer where you want the cursor and &#8216;Option-Click&#8217;. When doing this the cursor will actually move to that point in the line. I didn&#8217;t believe it until I tried it. It really works! Another command line time saver.</p>
]]></content:encoded>
			<wfw:commentRss>http://quickandnerdy.com/command-line-tip-position-cursor-with-the-mouse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Command Line Tip: Start of Line &#8211; End of Line</title>
		<link>http://quickandnerdy.com/command-line-tip-start-of-line-end-of-line/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=command-line-tip-start-of-line-end-of-line</link>
		<comments>http://quickandnerdy.com/command-line-tip-start-of-line-end-of-line/#comments</comments>
		<pubDate>Sat, 17 Jul 2010 19:26:05 +0000</pubDate>
		<dc:creator>nerdOne</dc:creator>
				<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[shortcut]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://quickandnerdy.com/?p=62</guid>
		<description><![CDATA[If you like to work from the command line there are many keyboard shortcuts that can make your life easier. Two of my favourites are control+a and control+e. When you are have some text entered and you want to quickly get to the start or end of the entered text these little shortcuts will save [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://quickandnerdy.com/wp-content/uploads/2010/07/command-line-terminal.png"><img class="alignright size-medium wp-image-63" title="command-line-terminal" src="http://quickandnerdy.com/wp-content/uploads/2010/07/command-line-terminal-300x212.png" alt="" width="300" height="212" /></a>If you like to work from the command line there are many keyboard shortcuts that can make your life easier. Two of my favourites are control+a and control+e. When you are have some text entered and you want to quickly get to the start or end of the entered text these little shortcuts will save you some key-presses.</p>
<p>ctrl + a: moves the cursor to the start of the line</p>
<p>ctrl + e: moves the cursor to the end of the line</p>
<p>Many of you will already know about these handy shortcuts but if you haven&#8217;t I think you&#8217;ll really appreciate them.</p>
]]></content:encoded>
			<wfw:commentRss>http://quickandnerdy.com/command-line-tip-start-of-line-end-of-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

