<?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>bobpeers -&#62; blog &#187; apt-get</title>
	<atom:link href="http://blog.bobpeers.com/tag/apt-get/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.bobpeers.com</link>
	<description>Better late than never</description>
	<lastBuildDate>Mon, 14 Jun 2010 12:19:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>apt-get Through A Proxy Server</title>
		<link>http://blog.bobpeers.com/2008/05/19/apt-get-through-a-proxy-server/</link>
		<comments>http://blog.bobpeers.com/2008/05/19/apt-get-through-a-proxy-server/#comments</comments>
		<pubDate>Mon, 19 May 2008 08:54:14 +0000</pubDate>
		<dc:creator>Bob Peers</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[authentication]]></category>
		<category><![CDATA[mepis]]></category>
		<category><![CDATA[proxy]]></category>

		<guid isPermaLink="false">http://blog.bobpeers.com/2008/05/19/apt-get-through-a-proxy-server/</guid>
		<description><![CDATA[I previously mentioned how I couldn&#8217;t get Mepis to update through a proxy server with authentication. Well I tried this suggestion which works fine for both apt-get and synaptic package manager. Just add this entry to your /etc/apt/apt.conf file: ACQUIRE { http::proxy "http://DOMAIN\username:password@IP:port/" }]]></description>
			<content:encoded><![CDATA[<p>I <a href="http://blog.bobpeers.com/2008/05/07/linux-proxy-problems/">previously mentioned</a> how I couldn&#8217;t get Mepis to update through a proxy server with authentication.</p>
<p>Well I tried <a href="http://goinggnu.wordpress.com/2006/11/02/how-to-use-apt-get-behind-proxy-server-ubuntudebian/#comment-1068">this suggestion</a> which works fine for both apt-get and synaptic package manager. Just add this entry to your /etc/apt/apt.conf file:</p>
<pre>ACQUIRE {
http::proxy "http://DOMAIN\username:password@IP:port/"
}</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.bobpeers.com/2008/05/19/apt-get-through-a-proxy-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
