<?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 abuse</title>
	<atom:link href="http://www.nextdoorhacker.com/tag/shell-abuse/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>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>
