<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/1.5.1-alpha" -->
<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/"
>

<channel>
	<title>just another web blog from th3nux3r</title>
	<link>http://penguintux.blogsome.com</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Wed, 07 Jan 2009 07:00:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.5.1-alpha</generator>
	<language>en</language>

		<item>
		<title>How To Use Wget with Proxy</title>
		<link>http://penguintux.blogsome.com/2009/01/07/how-to-use-wget-with-proxy/</link>
		<comments>http://penguintux.blogsome.com/2009/01/07/how-to-use-wget-with-proxy/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 04:20:30 +0000</pubDate>
		<dc:creator>penguintux</dc:creator>
		
	<category>Networking</category>
		<guid>http://penguintux.blogsome.com/2009/01/07/how-to-use-wget-with-proxy/</guid>
		<description><![CDATA[<p>This tutorial for download using wget but your computer behind proxy non transparent
    1. change wgetrc file. Changing this file using your favourite text editor. I am using vi editor&nbsp;
    vi /etc/wgetrc
    2. Search httpproxy tag
    httpproxy=http://proxy.yoyodyne.com:18023/
    erase &ldquo;#&rdquo; sign
    3. change httpproxy=http://proxy.yoyodyne.com:18023/</p>

<pre><code>with Your proxy URL and proxy port&amp;nbsp;
4. Search useproxy tag
erase &amp;ldquo;#&amp;rdquo; sign
5. Save file with this command:
&amp;nbsp;esc + :wq
6. [...]
</code></pre>
]]></description>
			<content:encoded><![CDATA[	<p>
<p>This tutorial for download using wget but your computer behind proxy non transparent</p>
	<p>1. change wgetrc file. Changing this file using your favourite text editor. I am using vi editor&nbsp;</p>
	<p>vi /etc/wgetrc</p>
	<p>2. Search http<em>proxy tag</p>
	<p>http</em>proxy=http://proxy.yoyodyne.com:18023/</p>
	<p>erase &ldquo;#&rdquo; sign</p>
	<p>3. change http<em>proxy=http://proxy.yoyodyne.com:18023/</p>
	</p>
	<p>with Your proxy URL and proxy port&nbsp;</p>
	<p>4. Search use</em>proxy tag</p>
	<p>erase &ldquo;#&rdquo; sign</p>
	<p>5. Save file with this command:</p>
	<p>&nbsp;esc + :wq</p>
	<p>6. now, You can download with command below:</p>
	<p>wget http://penguintux.blogsome.com/2009/01/07/how-to-use-wget-with-proxy/ &#8211;proxy-user=penguintux &#8211;proxy-password=penguintux</p>
	<p>if Your proxy don&#8217;t have authentication You don&#8217;t need &#8211;proxy-user=penguintux &#8211;proxy-password=penguintux</p>
	<p>happy coding and hacking&nbsp;</p></p>
]]></content:encoded>
			<wfw:commentRss>http://penguintux.blogsome.com/2009/01/07/how-to-use-wget-with-proxy/feed/</wfw:commentRss>
	</item>
	</channel>
</rss>
