<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Browser VM</title>
	<atom:link href="http://robert.accettura.com/blog/2006/12/03/browser-vm/feed/" rel="self" type="application/rss+xml" />
	<link>http://robert.accettura.com/blog/2006/12/03/browser-vm/</link>
	<description>Robert Accettura&#039;s Personal Blog on Web Development and Tech</description>
	<lastBuildDate>Thu, 09 Feb 2012 09:10:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Harrie</title>
		<link>http://robert.accettura.com/blog/2006/12/03/browser-vm/comment-page-1/#comment-97922</link>
		<dc:creator>Harrie</dc:creator>
		<pubDate>Fri, 29 Dec 2006 17:54:48 +0000</pubDate>
		<guid isPermaLink="false">http://robert.accettura.com/archives/2006/12/03/browser-vm/#comment-97922</guid>
		<description>For Linux &quot;portable&quot; installs, you can use the the compressed tarball at:

http://releases.mozilla.org/pub/mozilla.org/firefox/releases/2.0.0.1/linux-i686/en-US/

For other versions/locales change the URL a bit or go &lt;a href=&quot;http://releases.mozilla.org/pub/mozilla.org/firefox/releases/&quot; title=&quot;Firefox Releases&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;. You can get all versions starting from 1.0 (the same is true for all Mozilla products).

Extract this archive to a place you like, cd into it and run &lt;code&gt;./firefox&lt;/code&gt;.

I don&#039;t use Mac&#039;s, so I don&#039;t know if the dmg files which can be found on the same site are just installers, or archives which you can extract to a different location, but &lt;a href=&quot;http://robert.accettura.com/archives/2006/12/03/browser-vm/#comment-84978&quot; title=&quot;Smokey Ardisson&quot; rel=&quot;nofollow&quot;&gt;Smokey Ardisson&lt;/a&gt; already provided a link for portable Mac apps.</description>
		<content:encoded><![CDATA[<p>For Linux &#8220;portable&#8221; installs, you can use the the compressed tarball at:</p>
<p><a href="http://releases.mozilla.org/pub/mozilla.org/firefox/releases/2.0.0.1/linux-i686/en-US/" rel="nofollow">http://releases.mozilla.org/pu.....686/en-US/</a></p>
<p>For other versions/locales change the URL a bit or go <a href="http://releases.mozilla.org/pub/mozilla.org/firefox/releases/" title="Firefox Releases" rel="nofollow">here</a>. You can get all versions starting from 1.0 (the same is true for all Mozilla products).</p>
<p>Extract this archive to a place you like, cd into it and run <code>./firefox</code>.</p>
<p>I don&#8217;t use Mac&#8217;s, so I don&#8217;t know if the dmg files which can be found on the same site are just installers, or archives which you can extract to a different location, but <a href="http://robert.accettura.com/archives/2006/12/03/browser-vm/#comment-84978" title="Smokey Ardisson" rel="nofollow">Smokey Ardisson</a> already provided a link for portable Mac apps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron</title>
		<link>http://robert.accettura.com/blog/2006/12/03/browser-vm/comment-page-1/#comment-84996</link>
		<dc:creator>Ron</dc:creator>
		<pubDate>Mon, 04 Dec 2006 07:55:38 +0000</pubDate>
		<guid isPermaLink="false">http://robert.accettura.com/archives/2006/12/03/browser-vm/#comment-84996</guid>
		<description>Actually, the command line switch to let you run additional Fx instances is -no-remote, and it doesn&#039;t work for versions prior to 2.0.  For versions prior to 2.0, you have to set the environment variable MOZ_NO_REMOTE to 1.  For example, in a (Windows) batch file you could do this:

set MOZ_NO_REMOTE=1
start &quot;&quot; &quot;C:\Program Files\Mozilla Firefox\firefox.exe&quot; -p profilename</description>
		<content:encoded><![CDATA[<p>Actually, the command line switch to let you run additional Fx instances is -no-remote, and it doesn&#8217;t work for versions prior to 2.0.  For versions prior to 2.0, you have to set the environment variable MOZ_NO_REMOTE to 1.  For example, in a (Windows) batch file you could do this:</p>
<p>set MOZ_NO_REMOTE=1<br />
start &#8220;&#8221; &#8220;C:\Program Files\Mozilla Firefox\firefox.exe&#8221; -p profilename</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dao</title>
		<link>http://robert.accettura.com/blog/2006/12/03/browser-vm/comment-page-1/#comment-84993</link>
		<dc:creator>Dao</dc:creator>
		<pubDate>Mon, 04 Dec 2006 07:21:24 +0000</pubDate>
		<guid isPermaLink="false">http://robert.accettura.com/archives/2006/12/03/browser-vm/#comment-84993</guid>
		<description>I just have the older versions installed and launch them with my testing profile. This never caused any problems.</description>
		<content:encoded><![CDATA[<p>I just have the older versions installed and launch them with my testing profile. This never caused any problems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Big Gary</title>
		<link>http://robert.accettura.com/blog/2006/12/03/browser-vm/comment-page-1/#comment-84986</link>
		<dc:creator>Big Gary</dc:creator>
		<pubDate>Mon, 04 Dec 2006 06:53:56 +0000</pubDate>
		<guid isPermaLink="false">http://robert.accettura.com/archives/2006/12/03/browser-vm/#comment-84986</guid>
		<description>I think using the -noremote command line switch should let you launch more than one instance of Firefox at once.</description>
		<content:encoded><![CDATA[<p>I think using the -noremote command line switch should let you launch more than one instance of Firefox at once.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Smokey Ardisson</title>
		<link>http://robert.accettura.com/blog/2006/12/03/browser-vm/comment-page-1/#comment-84978</link>
		<dc:creator>Smokey Ardisson</dc:creator>
		<pubDate>Mon, 04 Dec 2006 06:06:14 +0000</pubDate>
		<guid isPermaLink="false">http://robert.accettura.com/archives/2006/12/03/browser-vm/#comment-84978</guid>
		<description>The dedicated and ever-resourceful Gand from FreeSMUG has engineered portable versions of Firefox, Camino, Thunderbird, Sunbird, Nvu, and other popular open-source Mac apps: http://www.freesmug.org/portableapps/</description>
		<content:encoded><![CDATA[<p>The dedicated and ever-resourceful Gand from FreeSMUG has engineered portable versions of Firefox, Camino, Thunderbird, Sunbird, Nvu, and other popular open-source Mac apps: <a href="http://www.freesmug.org/portableapps/" rel="nofollow">http://www.freesmug.org/portableapps/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

