<?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/"
		>
<channel>
	<title>Comments on: Stupid Linux Tricks: debug your website like a&#160;sysadmin</title>
	<atom:link href="http://almosteffortless.com/2008/10/21/stupid-linux-tricks-debug-your-website-like-a-sysadmin/feed/" rel="self" type="application/rss+xml" />
	<link>http://almosteffortless.com/2008/10/21/stupid-linux-tricks-debug-your-website-like-a-sysadmin/</link>
	<description></description>
	<lastBuildDate>Wed, 10 Mar 2010 01:15:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dev Blog AF83 &#187; Blog Archive &#187; Veille technologique : Android, PHP, Javascript, debug, etc.</title>
		<link>http://almosteffortless.com/2008/10/21/stupid-linux-tricks-debug-your-website-like-a-sysadmin/comment-page-1/#comment-66733</link>
		<dc:creator>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-66733</guid>
		<description>[...]  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://almosteffortless.com/2008/10/21/stupid-linux-tricks-debug-your-website-like-a-sysadmin/comment-page-1/#comment-66715</link>
		<dc:creator>Benedikt</dc:creator>
		<pubDate>Wed, 22 Oct 2008 14:02:39 +0000</pubDate>
		<guid isPermaLink="false">http://almosteffortless.com/?p=794#comment-66715</guid>
		<description>... 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:<br />
curl almosteffortless.com </p>
<p>For the headers:<br />
curl -I almosteffortless.com</p>
<p>For everything else:<br />
curl &#8211;help </p>
<p>;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gregf</title>
		<link>http://almosteffortless.com/2008/10/21/stupid-linux-tricks-debug-your-website-like-a-sysadmin/comment-page-1/#comment-66709</link>
		<dc:creator>gregf</dc:creator>
		<pubDate>Tue, 21 Oct 2008 19:57:07 +0000</pubDate>
		<guid isPermaLink="false">http://almosteffortless.com/?p=794#comment-66709</guid>
		<description>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 {<br />
     curl=&#8217;whence curl&#8217;<br />
     curl -I -L $@<br />
}</p>
<p>Which will do basically the same thing with curl minus cluttering up my path. Keep in mind whence won&#8217;t work in bash, you&#8217;ll need to replace it with which or whatever bash offers for a speeder internal command.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
