<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Stupid Linux Tricks: debug your website like a sysadmin</title>
	<atom:link href="http://trevorturk.wordpress.com/2008/10/21/stupid-linux-tricks-debug-your-website-like-a-sysadmin/feed/" rel="self" type="application/rss+xml" />
	<link>http://trevorturk.wordpress.com/2008/10/21/stupid-linux-tricks-debug-your-website-like-a-sysadmin/</link>
	<description>A chess-playing machine of the late 18th century, promoted as an automaton but later proved a hoax.</description>
	<lastBuildDate>Mon, 30 Jan 2012 07:56:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Dev Blog AF83 &#187; Blog Archive &#187; Veille technologique : Android, PHP, Javascript, debug, etc.</title>
		<link>http://trevorturk.wordpress.com/2008/10/21/stupid-linux-tricks-debug-your-website-like-a-sysadmin/#comment-698</link>
		<dc:creator><![CDATA[Dev Blog AF83 &#187; Blog Archive &#187; Veille technologique : Android, PHP, Javascript, debug, etc.]]></dc:creator>
		<pubDate>Mon, 27 Oct 2008 14:01:45 +0000</pubDate>
		<guid isPermaLink="false">http://almosteffortless.com/?p=794#comment-698</guid>
		<description><![CDATA[[...]  http://almosteffortless.com/2008/10/21/stupid-linux-tricks-debug-your-website-like-a-sysadmin/ : comment débugger son site web comme un admin-sys. [...] ]]></description>
		<content:encoded><![CDATA[<p>[...]  http://almosteffortless.com/2008/10/21/stupid-linux-tricks-debug-your-website-like-a-sysadmin/ : comment débugger son site web comme un admin-sys. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benedikt</title>
		<link>http://trevorturk.wordpress.com/2008/10/21/stupid-linux-tricks-debug-your-website-like-a-sysadmin/#comment-697</link>
		<dc:creator><![CDATA[Benedikt]]></dc:creator>
		<pubDate>Wed, 22 Oct 2008 07:02:39 +0000</pubDate>
		<guid isPermaLink="false">http://almosteffortless.com/?p=794#comment-697</guid>
		<description><![CDATA[... or you could use curl instead of wget and telnet
 

 
For the sourcecode: 
 
curl almosteffortless.com 
 

 
For the headers:
 
curl -I almosteffortless.com
 

 
For everything else:
 
curl --help 
 

 
;-) ]]></description>
		<content:encoded><![CDATA[<p>&#8230; or you could use curl instead of wget and telnet</p>
<p>For the sourcecode: </p>
<p>curl almosteffortless.com </p>
<p>For the headers:</p>
<p>curl -I almosteffortless.com</p>
<p>For everything else:</p>
<p>curl &#8211;help </p>
<p>  <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gregf</title>
		<link>http://trevorturk.wordpress.com/2008/10/21/stupid-linux-tricks-debug-your-website-like-a-sysadmin/#comment-696</link>
		<dc:creator><![CDATA[gregf]]></dc:creator>
		<pubDate>Tue, 21 Oct 2008 12:57:07 +0000</pubDate>
		<guid isPermaLink="false">http://almosteffortless.com/?p=794#comment-696</guid>
		<description><![CDATA[wget -S is cool as I did not know about that option in wget. It does however annoyingly stick a index.html in your current path. 
 

 
I have this in my .zshrc.
 

 
function http_headers {
 
     curl=&#039;whence curl&#039;
 
     curl -I -L $@
 
}
 

 
Which will do basically the same thing with curl minus cluttering up my path. Keep in mind whence won&#039;t work in bash, you&#039;ll need to replace it with which or whatever bash offers for a speeder internal command. ]]></description>
		<content:encoded><![CDATA[<p>wget -S is cool as I did not know about that option in wget. It does however annoyingly stick a index.html in your current path. </p>
<p>I have this in my .zshrc.</p>
<p>function http_headers {</p>
<p>     curl=&#039;whence curl&#039;</p>
<p>     curl -I -L $@</p>
<p>}</p>
<p>Which will do basically the same thing with curl minus cluttering up my path. Keep in mind whence won&#039;t work in bash, you&#039;ll need to replace it with which or whatever bash offers for a speeder internal command.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

