<?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>Next Door Hacker &#187; shell</title>
	<atom:link href="http://www.nextdoorhacker.com/tag/shell/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nextdoorhacker.com</link>
	<description>I&#039;m just your friendly neighborhood hacker</description>
	<lastBuildDate>Mon, 05 Apr 2010 09:44:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>A better shell for cygwin</title>
		<link>http://www.nextdoorhacker.com/2009/07/a-better-shell-for-cygwin/</link>
		<comments>http://www.nextdoorhacker.com/2009/07/a-better-shell-for-cygwin/#comments</comments>
		<pubDate>Sun, 26 Jul 2009 22:00:19 +0000</pubDate>
		<dc:creator>Prasanna</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[cygwin]]></category>
		<category><![CDATA[putty]]></category>
		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://www.nextdoorhacker.com/2009/07/a-better-shell-for-cygwin/</guid>
		<description><![CDATA[So, I’ve been using cygwin for a while now and I am not impressed at all by the default shell for the following reasons:

1. It’s clumsy. I can’t resize properly.
2. Doesn’t take NUL character apparently
3. Backspace is acting weird so far.
4. cmd.exe looks ugly!

However, putty is pretty amazing in terms of usability. I finally found [...]]]></description>
			<content:encoded><![CDATA[<p>So, I’ve been using <a href="http://cygwin.org" target="_blank">cygwin</a> for a while now and I am not impressed at all by the default shell for the following reasons:</p>
<ol>
<li>1. It’s clumsy. I can’t resize properly.</li>
<li>2. Doesn’t take NUL character apparently</li>
<li>3. Backspace is acting weird so far.</li>
<li>4. cmd.exe looks ugly!</li>
</ol>
<p>However, putty is pretty amazing in terms of usability. I finally found the solution with puttycyg which adds an option to run a cygwin terminal session on putty.</p>
<p><a title="http://code.google.com/p/puttycyg/" href="http://code.google.com/p/puttycyg/">http://code.google.com/p/puttycyg/</a></p>
<p>Here’s something that you can do to get even better results:</p>
<p>1. Download the release / Compile the source code from subversion repository (I, for one being lazy, just downloaded the release)</p>
<p>2. Make a shortcut of the included putty.exe (to desktop/start)</p>
<p>3. Right click the shortcut, and select properties. Add the following</p>
<p>putty.exe –cygterm -</p>
<p>This will just open just cygterm without selecting anything in the GUI.</p>
<p>With Lauchy, it’s just about pressing Alt+F2 and typing puttycyg now.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nextdoorhacker.com/2009/07/a-better-shell-for-cygwin/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Shell Abuse: Installing all Qt apps</title>
		<link>http://www.nextdoorhacker.com/2009/07/shell-abuse-installing-all-qt-apps/</link>
		<comments>http://www.nextdoorhacker.com/2009/07/shell-abuse-installing-all-qt-apps/#comments</comments>
		<pubDate>Sun, 26 Jul 2009 19:17:32 +0000</pubDate>
		<dc:creator>Prasanna</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[shell abuse]]></category>

		<guid isPermaLink="false">http://www.nextdoorhacker.com/?p=167</guid>
		<description><![CDATA[This might turn out to be a bit of a series. Although this is fairly useful script to have, for most purposes, you would just install one of the packages. This is useful if you&#8217;re installing a lot of packages that have some attribute common.
sudo apt-get install `apt-cache search ^qt4-[a-z]+$ &#124; awk &#8216; { print [...]]]></description>
			<content:encoded><![CDATA[<p>This might turn out to be a bit of a series. Although this is fairly useful script to have, for most purposes, you would just install one of the packages. This is useful if you&#8217;re installing a lot of packages that have some attribute common.</p>
<blockquote><p>sudo apt-get install `apt-cache search ^qt4-[a-z]+$ | awk &#8216; { print $1 } &#8216; | xargs `</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.nextdoorhacker.com/2009/07/shell-abuse-installing-all-qt-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
