<?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>The Open Sourcerer &#187; X</title>
	<atom:link href="http://www.theopensourcerer.com/tag/x/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.theopensourcerer.com</link>
	<description>The Magic of Open Source</description>
	<lastBuildDate>Tue, 24 Jan 2012 09:10:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>Remote Firefox over X/SSH</title>
		<link>http://www.theopensourcerer.com/2007/11/15/remote-firefox-over-xssh/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=remote-firefox-over-xssh</link>
		<comments>http://www.theopensourcerer.com/2007/11/15/remote-firefox-over-xssh/#comments</comments>
		<pubDate>Thu, 15 Nov 2007 15:02:03 +0000</pubDate>
		<dc:creator>Alan Lord</dc:creator>
				<category><![CDATA[Runes and tales]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[low power server]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[X]]></category>

		<guid isPermaLink="false">http://www.theopensourcerer.com/2007/11/15/remote-firefox-over-xssh/</guid>
		<description><![CDATA[Here&#8217;s a quick tip&#8230; I was trying to get a Firefox session running over an SSH connection between my desktop PC (Ubuntu 7.10) and the little server I&#8217;m building. The strange thing was, every time I typed firefox &#38; at the command line prompt, it started Firefox all right; but it started a local (Ubuntu) [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a quick tip&#8230;</p>
<p>I was trying to get a Firefox session running over an SSH connection between my desktop PC (Ubuntu 7.10) and the <a href="http://www.theopensourcerer.com/wp-content/uploads/2007/10/img_6294.JPG" title="Asterisk, Samba Server Hardware">little server</a> I&#8217;m building. The strange thing was, every time I typed <code>firefox &amp;</code> at the command line prompt, it started Firefox all right; but it started a local (Ubuntu) instance of it with my local profile settings! One of the reasons I wanted to run a remote browser was so I could download files directly to that machine and so I could access some html docs on that box; as it is now <a href="http://en.wikipedia.org/wiki/Headless" title="Wikipedia: Headless" target="_blank">headless</a>.</p>
<p>A bit of Googling led me <a href="http://thicksliced.blogspot.com/2006_03_01_archive.html" title="Multiple Firefox instances" target="_blank">here</a>, where the author used this command <code>( export MOZ_NO_REMOTE=1; firefox  -profilemanager ) &amp;</code>. After a bit of experimentation, and more Googling, for my purposes it can be simplified to this:</p>
<p><code>firefox -no-remote &amp;</code></p>
<p>This assumes Firefox version 2 and that your SSH connection was made using <code>ssh -X uname@host</code></p>
<p>Hope this helps someone else. It got me foxed for ages initially&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.theopensourcerer.com/2007/11/15/remote-firefox-over-xssh/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
	</channel>
</rss>

