<?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>Alex Sleat &#187; proxy</title>
	<atom:link href="http://alexsleat.co.uk/tag/proxy/feed/" rel="self" type="application/rss+xml" />
	<link>http://alexsleat.co.uk</link>
	<description>/home/alex</description>
	<lastBuildDate>Sat, 04 Feb 2012 22:11:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Ubuntu 11.10 Proxy Settings</title>
		<link>http://alexsleat.co.uk/2012/01/24/ubuntu-11-10-proxy-settings/</link>
		<comments>http://alexsleat.co.uk/2012/01/24/ubuntu-11-10-proxy-settings/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 17:18:38 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[11.10]]></category>
		<category><![CDATA[apt]]></category>
		<category><![CDATA[apt-get install]]></category>
		<category><![CDATA[behind proxy]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[ftp_proxy]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[https_proxy]]></category>
		<category><![CDATA[http_proxy]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[UWE]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=27077</guid>
		<description><![CDATA[<br/>Temporary proxy: <p>Where proxy.addr is the proxy address, 4040 is the port number. Some proxies may require &#8220;http://&#8221; before the address.</p> export http_proxy &#34;proxy.addr:4040&#34; export ftp_proxy &#34;proxy.addr:4040&#34; export https_proxy &#34;proxy.addr:4040&#34; <p>If you run this in a terminal, any programs opened from that terminal will adhere to the proxy you set but any other applications [...]]]></description>
			<content:encoded><![CDATA[<br/><h5>Temporary proxy:</h5>
<p><em>Where proxy.addr is the proxy address, 4040 is the port number. Some proxies may require &#8220;http://&#8221; before the address.</em></p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw3">export</span> http_proxy <span class="st0">&quot;proxy.addr:4040&quot;</span><br />
<span class="kw3">export</span> ftp_proxy <span class="st0">&quot;proxy.addr:4040&quot;</span><br />
<span class="kw3">export</span> https_proxy <span class="st0">&quot;proxy.addr:4040&quot;</span></div>
<p>If you run this in a terminal, any programs opened from that terminal will adhere to the proxy you set but any other applications will not. This makes it useful if you just want to launch a browser for a quick browsing session but don&#8217;t need the whole system to access the internet.</p>
<p>If you do need your entire system to access the network, you can add these to the bottom of &#8220;~/.bashrc&#8221; this will enable any new programs running and the whole system (after a restart) to use the settings. Essentially ~/.bashrc are commands run when a terminal is opened.</p>
<p><strong>NOTE:</strong> If you do this, when you remove them your machine will likely need a restart to undo the changes.</p>
<hr/>
<h5> Proxy with login </h5>
<p>If your proxy server requires a login, this is an addition of the above however the syntax is as follows:</p>
<div class="dean_ch" style="white-space: wrap;">user:pass@proxy.addr:<span class="nu0">4040</span></div>
<hr/>
<h5>APT Proxy:</h5>
<p>APT (used for system updates) has its own proxy settings, which seem to ignore the above settings.</p>
<p><em>Where nano is the editor, if you prefer use a graphical one such as gedit, kedit etc.</em></p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> <span class="kw2">nano</span> /etc/apt/apt.conf.d/02proxy</div>
<p>add:</p>
<div class="dean_ch" style="white-space: wrap;">Acquire::http::Proxy <span class="st0">&quot;http://proxy.addr:4040&quot;</span>;</div>
<p style="text-align: right;">Source : <a href="http://naveenubuntu.blogspot.com/2011/09/updating-packages-behind-prxy-in-ubuntu.html">http://naveenubuntu.blogspot.com/2011/09/updating-packages-behind-prxy-in-ubuntu.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2012/01/24/ubuntu-11-10-proxy-settings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spotify (wine+proxy)- Connection lost. Reconnecting</title>
		<link>http://alexsleat.co.uk/2010/05/28/spotify-wineproxy-connection-lost-reconnecting/</link>
		<comments>http://alexsleat.co.uk/2010/05/28/spotify-wineproxy-connection-lost-reconnecting/#comments</comments>
		<pubDate>Fri, 28 May 2010 09:54:14 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[blog1]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[connection]]></category>
		<category><![CDATA[disconnect]]></category>
		<category><![CDATA[issue]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[spotify]]></category>
		<category><![CDATA[wine]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=11</guid>
		<description><![CDATA[<br/><p>At University I am running Spotify through a proxy (and wine) which seems to result in lost of connections with 4 different error codes (shown below). What’s strange is I can usually get around 15/20 tracks at the start of the day without loosing connection and then it becomes gradually more frequent until I [...]]]></description>
			<content:encoded><![CDATA[<br/><p>At University I am running Spotify through a proxy (and wine) which seems to result in lost of connections with 4 different error codes (shown below). What’s strange is I can usually get around 15/20 tracks at the start of the day without loosing connection and then it becomes gradually more frequent until I can’t even play an entire song.</p>
<p>If anyone else is experiencing these issues and have any ideas on how to workaround it or fix it please leave a comment and I’ll make sure to update this post if I get anywhere with the issue.</p>
<p><code>Connection lost. Reconnecting (error code:101)<br />
Connection lost. Reconnecting (error code:107)<br />
Connection lost. Reconnecting (error code:9)<br />
Connection lost. Reconnecting (error code:114)</code></p>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2010/05/28/spotify-wineproxy-connection-lost-reconnecting/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

