<?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>system reboot! &#187; curl</title>
	<atom:link href="http://ibnuyahya.com/tag/curl/feed/" rel="self" type="application/rss+xml" />
	<link>http://ibnuyahya.com</link>
	<description>echo help::answer($question)</description>
	<lastBuildDate>Wed, 25 Apr 2012 09:31:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Download file using curl</title>
		<link>http://ibnuyahya.com/download-file-using-curl/</link>
		<comments>http://ibnuyahya.com/download-file-using-curl/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 08:32:40 +0000</pubDate>
		<dc:creator>ibnuyahya</dc:creator>
				<category><![CDATA[nginx]]></category>
		<category><![CDATA[curl]]></category>

		<guid isPermaLink="false">http://ibnuyahya.com/?p=725</guid>
		<description><![CDATA[As an alternative of wget, you can use curl to download file from your terminal wget method wget http: //nginx.org/download/nginx-1.1.14.tar.gz curl method curl -O http: //nginx.org/download/nginx-1.1.14.tar.gz p/s Make sure you remove space between http: and // in the sample ( http: // ). Don&#8217;t know why recently my syntax highlighter auto adding &#8220;a&#8221; tag for [...]]]></description>
			<content:encoded><![CDATA[<div style="height:33px;" class="really_simple_share robots-nocontent snap_nopreview"><div class="really_simple_share_facebook_like" style="width:100px;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fibnuyahya.com%2Fdownload-file-using-curl%2F&amp;layout=button_count&amp;show_faces=false&amp;width=&amp;action=like&amp;colorscheme=light&amp;send=false&amp;height=27" 
						scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:px; height:27px;" allowTransparency="true"></iframe></div>
					<div style="float:left; width:50px; padding-left:10px;" class="really_simple_share_facebook_like_send">
					<fb:send href="http://ibnuyahya.com/download-file-using-curl/" font=""></fb:send></div><div class="really_simple_share_google1" style="width:80px;"><div class="g-plusone" data-size="medium" data-href="http://ibnuyahya.com/download-file-using-curl/" ></div></div><div class="really_simple_share_twitter" style="width:100px;"><a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" 
						data-text="Download file using curl" data-url="http://ibnuyahya.com/download-file-using-curl/" 
						data-via=""  ></a></div><div class="really_simple_share_linkedin" style="width:100px;"><script type="IN/Share" data-counter="right" data-url="http://ibnuyahya.com/download-file-using-curl/"></script></div><div class="really_simple_share_digg" style="width:100px;"><script type="text/javascript" src="http://widgets.digg.com/buttons.js"></script>
					<a class="DiggThisButton DiggCompact" href="http://digg.com/submit?url=http://ibnuyahya.com/download-file-using-curl/&amp;title=Download file using curl"></a></div></div>
		<div style="clear:both;"></div><p>As an alternative of <strong>wget</strong>, you can use <strong>curl</strong> to download file from your terminal </p>
<h2>wget method</h2>
<pre class="brush:bash">
wget http: //nginx.org/download/nginx-1.1.14.tar.gz
</pre>
<h2>curl method</h2>
<pre class="brush:bash">
curl -O http: //nginx.org/download/nginx-1.1.14.tar.gz
</pre>
<p>p/s Make sure you remove space between <strong>http:</strong> and  <strong>//</strong> in the sample ( http: // ). Don&#8217;t know why recently my syntax highlighter auto adding &#8220;a&#8221; tag for the link.</p>
]]></content:encoded>
			<wfw:commentRss>http://ibnuyahya.com/download-file-using-curl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using apc (Feed is rejected)
Page Caching using apc
Database Caching 4/20 queries in 0.008 seconds using apc
Object Caching 381/392 objects using apc

Served from: _ @ 2012-05-20 04:41:23 -->
