<?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>x83.net &#187; head</title>
	<atom:link href="http://www.x83.net/tag/head/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.x83.net</link>
	<description></description>
	<lastBuildDate>Tue, 31 Jan 2012 13:53:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title></title>
		<link>http://www.x83.net/833/</link>
		<comments>http://www.x83.net/833/#comments</comments>
		<pubDate>Fri, 25 Nov 2011 12:16:28 +0000</pubDate>
		<dc:creator>Giany</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[curl]]></category>
		<category><![CDATA[head]]></category>
		<category><![CDATA[header]]></category>
		<category><![CDATA[spider]]></category>
		<category><![CDATA[telnet]]></category>
		<category><![CDATA[wget]]></category>

		<guid isPermaLink="false">http://www.x83.net/?p=833</guid>
		<description><![CDATA[All of these do the same thing..so its a matter of preference and if those tools are installed. 1. curl -I www.google.com 2. w_get -S --spider www.google.com 3. HEAD www.google.com 4. telnet www.google.com 80 HEAD / HTTP/1.0 Host: www.google.com]]></description>
			<content:encoded><![CDATA[<pre>All of these do the same thing..so its a matter of preference and if those tools are installed.</pre>
<pre>1. curl -I www.google.com</pre>
<pre>2. w_get -S --spider www.google.com</pre>
<pre>3. HEAD www.google.com</pre>
<pre>4. telnet www.google.com 80
HEAD / HTTP/1.0
Host: www.google.com</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.x83.net/833/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Howto list installed packages sorted by size</title>
		<link>http://www.x83.net/howto-list-installed-packages-sorted-by-size/</link>
		<comments>http://www.x83.net/howto-list-installed-packages-sorted-by-size/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 18:57:08 +0000</pubDate>
		<dc:creator>Giany</dc:creator>
				<category><![CDATA[Centos]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Redhat]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[head]]></category>
		<category><![CDATA[name]]></category>
		<category><![CDATA[querytags]]></category>
		<category><![CDATA[rpm]]></category>
		<category><![CDATA[size]]></category>
		<category><![CDATA[sort]]></category>
		<category><![CDATA[vendor]]></category>

		<guid isPermaLink="false">http://www.x83.net/?p=388</guid>
		<description><![CDATA[rpm -qa &#8211;queryformat &#8216;%{SIZE} %{NAME} %{VENDOR}\n&#8217; &#124; sort -n -r &#124; head -10 Check :rpm &#8211;querytags for all the tags]]></description>
			<content:encoded><![CDATA[<blockquote><p>rpm -qa &#8211;queryformat &#8216;%{SIZE} %{NAME} %{VENDOR}\n&#8217;  | sort -n -r | head -10</p></blockquote>
<p>Check :rpm &#8211;querytags  for all the tags</p>
]]></content:encoded>
			<wfw:commentRss>http://www.x83.net/howto-list-installed-packages-sorted-by-size/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

