<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Help me find a cool little unix http utility I can't remember!</title>
	<link>http://ask.metafilter.com/65481/Help-me-find-a-cool-little-unix-http-utility-I-cant-remember/</link>
	<description>Comments on Ask MetaFilter post Help me find a cool little unix http utility I can't remember!</description>
	<pubDate>Sat, 23 Jun 2007 23:37:22 -0800</pubDate>
	<lastBuildDate>Sat, 23 Jun 2007 23:37:22 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Help me find a cool little unix http utility I can&apos;t remember!</title>
		<link>http://ask.metafilter.com/65481/Help-me-find-a-cool-little-unix-http-utility-I-cant-remember</link>	
		<description>I saw a really cool unix utility the other day blogged about &lt;i&gt;somewhere&lt;/i&gt;, that in addition to some little boring http-ey tasks I can&apos;t remember, it also served as a tiny little HTTP-server-in-a-pinch like so:

&lt;code&gt;./magicutil file.tar&lt;/code&gt;
and boom, http://localhost/file.tar is alive. What was it!?

Note: please don&apos;t try to find something that can /probably/ do this or show me a cool python script that will - this did some other cool stuff too I can&apos;t remember!</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2007:site.65481</guid>
		<pubDate>Sat, 23 Jun 2007 23:37:05 -0800</pubDate>
		<dc:creator>floam</dc:creator>
		
			<category>linux</category>
		
			<category>unix</category>
		
			<category>http</category>
		
			<category>resolved</category>
		
	</item> <item>
		<title>By: floam</title>
		<link>http://ask.metafilter.com/65481/Help-me-find-a-cool-little-unix-http-utility-I-cant-remember#983916</link>	
		<description>Hey! all mine linebreaks died.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.65481-983916</guid>
		<pubDate>Sat, 23 Jun 2007 23:37:22 -0800</pubDate>
		<dc:creator>floam</dc:creator>
	</item><item>
		<title>By: hades</title>
		<link>http://ask.metafilter.com/65481/Help-me-find-a-cool-little-unix-http-utility-I-cant-remember#983923</link>	
		<description>It was probably &lt;a href=&quot;http://netcat.sourceforge.net/&quot;&gt;netcat&lt;/a&gt;.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.65481-983923</guid>
		<pubDate>Sun, 24 Jun 2007 00:06:55 -0800</pubDate>
		<dc:creator>hades</dc:creator>
	</item><item>
		<title>By: hades</title>
		<link>http://ask.metafilter.com/65481/Help-me-find-a-cool-little-unix-http-utility-I-cant-remember#983926</link>	
		<description>Scratch that. While netcat could certainly be used to make a tiny http server (among many, many other uses), it wouldn&apos;t be quite as simple as that.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.65481-983926</guid>
		<pubDate>Sun, 24 Jun 2007 00:16:59 -0800</pubDate>
		<dc:creator>hades</dc:creator>
	</item><item>
		<title>By: rsanheim</title>
		<link>http://ask.metafilter.com/65481/Help-me-find-a-cool-little-unix-http-utility-I-cant-remember#983939</link>	
		<description>Wbox - &lt;a href=&quot;http://hping.org/wbox/&quot;&gt;http://hping.org/wbox/&lt;/a&gt;.It looks very cool - added it to my delicious acct immediately when I saw it last week.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.65481-983939</guid>
		<pubDate>Sun, 24 Jun 2007 01:13:58 -0800</pubDate>
		<dc:creator>rsanheim</dc:creator>
	</item><item>
		<title>By: mulligan</title>
		<link>http://ask.metafilter.com/65481/Help-me-find-a-cool-little-unix-http-utility-I-cant-remember#983940</link>	
		<description>thttpd without any arguments will start thttpd with the docroot in the current dir&lt;br&gt;
&lt;br&gt;
and webfs also acts in a similar manner&lt;br&gt;
&lt;br&gt;
both of those can be found via apt</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.65481-983940</guid>
		<pubDate>Sun, 24 Jun 2007 01:26:38 -0800</pubDate>
		<dc:creator>mulligan</dc:creator>
	</item><item>
		<title>By: aparrish</title>
		<link>http://ask.metafilter.com/65481/Help-me-find-a-cool-little-unix-http-utility-I-cant-remember#983986</link>	
		<description>You can use python to do this without running a script.  Just type this at the command line:&lt;br&gt;
&lt;br&gt;
&lt;code&gt;python -m SimpleHTTPServer&lt;/code&gt;&lt;br&gt;
&lt;br&gt;
Voila, current directory served up over HTTP on localhost:8000.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.65481-983986</guid>
		<pubDate>Sun, 24 Jun 2007 05:16:42 -0800</pubDate>
		<dc:creator>aparrish</dc:creator>
	</item><item>
		<title>By: Nelson</title>
		<link>http://ask.metafilter.com/65481/Help-me-find-a-cool-little-unix-http-utility-I-cant-remember#984102</link>	
		<description>I use &lt;a href=&quot;http://www.acme.com/software/mini_httpd/&quot;&gt;mini_httpd&lt;/a&gt; for this. Same author as thttpd, but minier.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.65481-984102</guid>
		<pubDate>Sun, 24 Jun 2007 09:14:20 -0800</pubDate>
		<dc:creator>Nelson</dc:creator>
	</item><item>
		<title>By: jon4009</title>
		<link>http://ask.metafilter.com/65481/Help-me-find-a-cool-little-unix-http-utility-I-cant-remember#984122</link>	
		<description>Maybe you mean &lt;a href=&quot;http://www.busybox.net/&quot;&gt;BusyBox&lt;/a&gt;?&lt;br&gt;
&lt;br&gt;
It has compact versions of pretty much every *nix command, and the &quot;httpd&quot; one (&lt;a href=&quot;http://www.busybox.net/downloads/BusyBox.html&quot;&gt;look here&lt;/a&gt; and search on httpd) seems like it would do something similar to what you&apos;re after?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.65481-984122</guid>
		<pubDate>Sun, 24 Jun 2007 09:57:20 -0800</pubDate>
		<dc:creator>jon4009</dc:creator>
	</item><item>
		<title>By: floam</title>
		<link>http://ask.metafilter.com/65481/Help-me-find-a-cool-little-unix-http-utility-I-cant-remember#984335</link>	
		<description>Aha! Wbox was it, thanks!</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.65481-984335</guid>
		<pubDate>Sun, 24 Jun 2007 13:45:56 -0800</pubDate>
		<dc:creator>floam</dc:creator>
	</item>
	</channel>
</rss>
