<?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>Technoblog.org &#187; proxy</title>
	<atom:link href="http://technoblog.org/tag/proxy/feed/" rel="self" type="application/rss+xml" />
	<link>http://technoblog.org</link>
	<description>Technoblogging</description>
	<lastBuildDate>Tue, 12 Apr 2011 11:47:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Configure apt-get to use a proxy (Ubuntu)</title>
		<link>http://technoblog.org/2009/07/configure-apt-get-to-use-a-proxy-ubuntu/</link>
		<comments>http://technoblog.org/2009/07/configure-apt-get-to-use-a-proxy-ubuntu/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 08:07:53 +0000</pubDate>
		<dc:creator>jrp</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://technoblog.org/?p=50</guid>
		<description><![CDATA[Open the following configuration file: /etc/apt/apt.conf.d/70debconf And add: Acquire::http::proxy &#8220;http://&#60;IP_TO_PROXY&#62;:&#60;Proxy_Port_WEB&#62;&#8221;; Acquire::ftp::proxy &#8220;ftp://&#60;IP_TO_PROXY&#62;:&#60;Proxy_Port_FTP&#62;&#8221;; If authentication is required, add this instead Acquire::http::proxy &#8220;http://&#60;username&#62;:&#60;password&#62;@&#60;IP_TO_PROXY&#62;:&#60;Proxy_Port_WEB&#62;&#8221;; Acquire::ftp::proxy &#8220;ftp://&#60;username&#62;:&#60;password&#62;@&#60;IP_TO_PROXY&#62;:&#60;Proxy_Port_FTP&#62;&#8221;; &#60;IP_TO_PROXY&#62; = The IP address of the proxy, e.g.: 192.168.1.10 &#60;Proxy_Port_WEB&#62; = The proxy web port, e.g.: 8080 &#60;Proxy_Port_FTP&#62; = The proxy ftp port, e.g.: 2121 If authentication: &#60;username&#62; and &#60;password&#62; (doh, [...]]]></description>
			<content:encoded><![CDATA[<p>Open the following configuration file: /etc/apt/apt.conf.d/70debconf</p>
<p>And add:<br />
Acquire::http::proxy &#8220;http://&lt;IP_TO_PROXY&gt;:&lt;Proxy_Port_WEB&gt;&#8221;;<br />
Acquire::ftp::proxy &#8220;ftp://&lt;IP_TO_PROXY&gt;:&lt;Proxy_Port_FTP&gt;&#8221;;</p>
<p>If authentication is required, add this instead</p>
<p>Acquire::http::proxy &#8220;http://&lt;username&gt;:&lt;password&gt;@&lt;IP_TO_PROXY&gt;:&lt;Proxy_Port_WEB&gt;&#8221;;<br />
Acquire::ftp::proxy &#8220;ftp://&lt;username&gt;:&lt;password&gt;@&lt;IP_TO_PROXY&gt;:&lt;Proxy_Port_FTP&gt;&#8221;;</p>
<p><i>&lt;IP_TO_PROXY&gt;</i> = The IP address of the proxy, e.g.: 192.168.1.10<br />
<i>&lt;Proxy_Port_WEB&gt;</i> = The proxy web port, e.g.: 8080<br />
<i>&lt;Proxy_Port_FTP&gt;</i> = The proxy ftp port, e.g.: 2121</p>
<p>If authentication:<br />
<i>&lt;username&gt;</i> and <i>&lt;password&gt;</i> (doh, no need to explain).</p>
<p>Done!</p>
]]></content:encoded>
			<wfw:commentRss>http://technoblog.org/2009/07/configure-apt-get-to-use-a-proxy-ubuntu/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

