<?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>burchill.net &#187; Bash</title>
	<atom:link href="http://burchill.net/category/geekgeneral/unix/bash/feed/" rel="self" type="application/rss+xml" />
	<link>http://burchill.net</link>
	<description>Phil Burchill's Blog</description>
	<lastBuildDate>Wed, 03 Feb 2010 18:15:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Dumb Terminal Bells</title>
		<link>http://burchill.net/2010/02/03/dumb-terminal-bells/</link>
		<comments>http://burchill.net/2010/02/03/dumb-terminal-bells/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 18:15:12 +0000</pubDate>
		<dc:creator>Phil Burchill</dc:creator>
				<category><![CDATA[Bash]]></category>
		<category><![CDATA[Geekgeneral]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://burchill.net/?p=67</guid>
		<description><![CDATA[I have been plagued for years by my terminal beeping thumping and generally anoying me when I do something wrong.  It&#8217;s actually quite easy to fix though.  Just add this one liner to ~/.inputrc and no more beeping:
set bell-style visible
]]></description>
			<content:encoded><![CDATA[<p>I have been plagued for years by my terminal beeping thumping and generally anoying me when I do something wrong.  It&#8217;s actually quite easy to fix though.  Just add this one liner to ~/.inputrc and no more beeping:</p>
<p><code>set bell-style visible</code></p>
]]></content:encoded>
			<wfw:commentRss>http://burchill.net/2010/02/03/dumb-terminal-bells/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Non US Keyboards used with Cygwin</title>
		<link>http://burchill.net/2009/12/22/non-us-keyboards-used-with-cygwin/</link>
		<comments>http://burchill.net/2009/12/22/non-us-keyboards-used-with-cygwin/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 11:04:45 +0000</pubDate>
		<dc:creator>Phil Burchill</dc:creator>
				<category><![CDATA[Bash]]></category>
		<category><![CDATA[Cygwin]]></category>
		<category><![CDATA[Geekgeneral]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://burchill.net/?p=33</guid>
		<description><![CDATA[If you have a keyboard that is non US when you type you find different characters appearing to what are marked on the keys. The solution to this is fairly trivial run xmodmap with the appropriate xmodmap file. The problem is you don&#8217;t have the file. They are all here as a compressed tar file [...]]]></description>
			<content:encoded><![CDATA[<p>If you have a keyboard that is non US when you type you find different characters appearing to what are marked on the keys. The solution to this is fairly trivial run xmodmap with the appropriate xmodmap file. The problem is you don&#8217;t have the file. They are all <a href="http://burchill.net/downloads/xmodmap.tgz">here</a> as a compressed tar file or you can browse them <a href="http://burchill.net/xmodmap/">here</a>. I added a line to my .bashrc file xmodmap xmodmap.uk and that worked nicely.</p>
]]></content:encoded>
			<wfw:commentRss>http://burchill.net/2009/12/22/non-us-keyboards-used-with-cygwin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Start</title>
		<link>http://burchill.net/2007/02/02/start/</link>
		<comments>http://burchill.net/2007/02/02/start/#comments</comments>
		<pubDate>Fri, 02 Feb 2007 21:20:17 +0000</pubDate>
		<dc:creator>Phil Burchill</dc:creator>
				<category><![CDATA[Bash]]></category>
		<category><![CDATA[Cygwin]]></category>
		<category><![CDATA[Gnome]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://burchill.net/2007/02/02/start/</guid>
		<description><![CDATA[I like to use a command line interface whenever possible.  Sometimes though a windowed application is required.  In MS Windows you use the start command to bring up the default app, (don&#8217;t use this much).  In Cygwin I use the cygstart command.
So I was using my Ubuntu system and wanted to do [...]]]></description>
			<content:encoded><![CDATA[<p>I like to use a <a href="http://en.wikipedia.org/wiki/Command_line_interface">command line interface</a> whenever possible.  Sometimes though a windowed application is required.  In MS Windows you use the <strong>start</strong> command to bring up the default app, (don&#8217;t use this much).  In <a href="http://www.cygwin.com/">Cygwin</a> I use the <strong>cygstart</strong> command.</p>
<p>So I was using my <a href="http://www.ubuntu.com/">Ubuntu</a> system and wanted to do something similar.  The command it turns out is <a href="http://ubuntu.wordpress.com/2006/12/16/gnome-open-open-anything-from-the-command-line/">gnome-open</a>.  Bit of a mouthful so I have this aliased in my .bashrc file to <strong>cs</strong> for either <strong>cygstart</strong> or <strong>gnome-open</strong> which is much more snappy.</p>
]]></content:encoded>
			<wfw:commentRss>http://burchill.net/2007/02/02/start/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
