<?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>Linux and Virtualization &#187; firefox</title>
	<atom:link href="http://fclose.com/b/linux/tag/firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://fclose.com/b/linux</link>
	<description>Clear solutions, tutorials and tips on Linux and virtualization from the author&#039;s experience with clusters.</description>
	<lastBuildDate>Thu, 09 Feb 2012 14:49:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Installing and Configuring 32-bit Firefox on 64-bit Linux (Fedora)</title>
		<link>http://fclose.com/b/linux/3092/installing-and-configuring-32bit-firefox-on-64bit-linux-fedora/</link>
		<comments>http://fclose.com/b/linux/3092/installing-and-configuring-32bit-firefox-on-64bit-linux-fedora/#comments</comments>
		<pubDate>Mon, 31 Oct 2011 03:56:20 +0000</pubDate>
		<dc:creator>Zhiqiang Ma</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Client config]]></category>
		<category><![CDATA[Command line]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[x86]]></category>

		<guid isPermaLink="false">http://fclose.com/b/linux/?p=3092</guid>
		<description><![CDATA[On a x86-64 64 bit Linux system, sometimes we may want to use the 32 bit Firefox, although the support to 64 bit Firefox is getting much better. Just for needed ones, this post introduces how to install 32 bit Firefox on 64 bit Linux (Fedora as the example). Install 32-bit firefox First, install firfox.i686 [...]]]></description>
			<content:encoded><![CDATA[<p>On a x86-64 64 bit Linux system, sometimes we may want to use the 32 bit Firefox, although the support to 64 bit Firefox is getting much better. Just for needed ones, this post introduces how to install 32 bit Firefox on 64 bit Linux (Fedora as the example).</p>
<h3>Install 32-bit firefox</h3>
<p>First, install firfox.i686 package.</p>
<pre># linux32
# yum install firefox.i686</pre>
<p>Firefox can simply run now. But we still need to fix some issues.</p>
<p>When run firefox, we may get these warnings:</p>
<p><span style="font-family: courier new,courier; font-size: small;">(firefox:4860): Gtk-WARNING **: Unable to locate theme engine in module_path: &#8220;clearlooks&#8221;,</span><br />
<span style="font-family: courier new,courier; font-size: small;"> Gtk-Message: Failed to load module &#8220;pk-gtk-module&#8221;: libpk-gtk-module.so: cannot open shared object file: No such file or directory</span><br />
<span style="font-family: courier new,courier; font-size: small;"> Gtk-Message: Failed to load module &#8220;canberra-gtk-module&#8221;: libcanberra-gtk-module.so: cannot open shared object file: No such file or directory</span></p>
<p>To fix these warnings, install needed packages:</p>
<pre># yum install libcanberra-gtk2.i686 \
 gtk2-engines.i686 \
 PackageKit-gtk-module.i686</pre>
<p>However, there is no input method. To enable ibus-gtk2 input method in 32bit Firefox, install the ibus-gtk2 package</p>
<pre># yum install ibus-gtk2.i686</pre>
<h3>Install the flash-plugin</h3>
<p>Enable rpmfusion repository: <a href="http://fclose.com/t/go/enable-rpmfusion/">Enable RPM Fusion repositories</a></p>
<p>Install flash plugin</p>
<pre># yum install flash-plugin.i386</pre>
<p>Set up flash plugin</p>
<pre># /usr/lib/flash-plugin/setup</pre>
<p>There is no sound in flash. For sound support and curl support, install</p>
<pre># yum install alsa-plugins-pulseaudio.i686 curl.i686</pre>
<p>You should have sound. flash-plugin works.</p>
<p>Firefox should complain nothing and work well now. Enjoy it.</p>
<p>Additional gift:</p>
<p>Force to run firefox in 32-bit mode:</p>
<pre>#!/bin/bash

setarch i686 firefox -new-tab $*</pre>
]]></content:encoded>
			<wfw:commentRss>http://fclose.com/b/linux/3092/installing-and-configuring-32bit-firefox-on-64bit-linux-fedora/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Installing the Flash Plugin for 64-bit Firefox in Linux x86-64</title>
		<link>http://fclose.com/b/linux/3185/installing-the-flash-plugin-for-64-bit-firefox-in-linux-x86-64/</link>
		<comments>http://fclose.com/b/linux/3185/installing-the-flash-plugin-for-64-bit-firefox-in-linux-x86-64/#comments</comments>
		<pubDate>Wed, 28 Sep 2011 17:20:49 +0000</pubDate>
		<dc:creator>Zhiqiang Ma</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Client config]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://fclose.com/b/linux/?p=3185</guid>
		<description><![CDATA[This post introduces how to install flash plugin to 64-bit firefox on a x86-64 Linux (Fedora as the example). Both 64-bit and 32-bit plugin are available. 64-bit flash plugin for Firefox on Linux First, download Flash Player Release for 64-bit Linux from Adobe Labs. Then, unpack the package: $ tar xf flashplayer.tar.gz Check whether all [...]]]></description>
			<content:encoded><![CDATA[<p>This post introduces how to install flash plugin to 64-bit firefox on a x86-64 Linux (Fedora as the example). Both 64-bit and 32-bit plugin are available.</p>
<h3>64-bit flash plugin for Firefox on Linux</h3>
<p>First, download <a href="http://fclose.com/t/go/linux/flashplayer-64-linux/" rel="nofollow">Flash Player Release </a> for 64-bit Linux from Adobe Labs.</p>
<p>Then, unpack the package:</p>
<pre>$ tar xf flashplayer.tar.gz</pre>
<p>Check whether all needed library is ready for it. If not, install the needed packages.</p>
<pre>$ ldd libflashplayer.so</pre>
<p>Give it executable attribute:</p>
<pre>$ chmod +x libflashplayer.so</pre>
<p>Copy the plugin to the plugin directory so that Firefox can use it:</p>
<pre>$ cp libflashplayer.so ~/.mozilla/plugins/</pre>
<h3>32-bit flash plugin for Firefox on Linux</h3>
<p>32-bit flash plugin can also work well for 64-bit firefox on 64-bit Linux. We can use the rpm packages from adobe&#8217;s repository.</p>
<p>First, install adobe release repository:</p>
<pre># rpm -Uvh http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm</pre>
<p>Install nspluginwrapper so that 32-bit plugins can run on 64-bit system, and 32-bit alsa plugin for pulseaudio so that the 32-bit flash plugin can play sound on the 64-bit system.</p>
<pre># yum install nspluginwrapper.{x86_64,i686} \
 alsa-plugins-pulseaudio.i686 --disablerepo=adobe-linux-i386</pre>
<p>Install the 32-bit flash plugin:</p>
<pre># su -c 'yum install flash-plugin'</pre>
]]></content:encoded>
			<wfw:commentRss>http://fclose.com/b/linux/3185/installing-the-flash-plugin-for-64-bit-firefox-in-linux-x86-64/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Speeding Up Firefox in Linux</title>
		<link>http://fclose.com/b/linux/1596/speeding-up-firefox-on-linux/</link>
		<comments>http://fclose.com/b/linux/1596/speeding-up-firefox-on-linux/#comments</comments>
		<pubDate>Sat, 01 May 2010 09:59:30 +0000</pubDate>
		<dc:creator>Zhiqiang Ma</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Client config]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[Tip]]></category>

		<guid isPermaLink="false">http://zhiqiangma.info/?p=1596</guid>
		<description><![CDATA[Firefox can be much faster on Linux! Let&#8217;s speed up Firefox on Linux system. Part 1 and 2 only config firefox, so it can also be used on other platform such as Windows. 1. Pipe-lining network connection Most of us use a broad band width network, then why not pip line the connection from Firefox? [...]]]></description>
			<content:encoded><![CDATA[<p>Firefox can be much faster on Linux! Let&#8217;s speed up Firefox on Linux system. Part 1 and 2 only config firefox, so it can also be used on other platform such as Windows.</p>
<h3>1. Pipe-lining network connection</h3>
<p>Most of us use a broad band width network, then why not pip line the connection from Firefox?</p>
<p>Type <em>“about:config”</em> into the address line and enter.</p>
<p>Set “<em>network.http.pipelining</em>” to “<strong>true</strong>”<br />
Set “<em>network.http.proxy.pipelining</em>” to “<strong>true</strong>”<br />
Set “<em>network.http.proxy.pipelining.ssl</em>” to “<strong>true</strong>”<br />
Set “<em>network.http.pipelining.maxrequests</em>” to some number like <strong>25</strong>. This number means how many requests Firefox can make at most. It depends on the network. I am a crazy guy and I set it to 50 in my browser.</p>
<h3>2. No waiting before action</h3>
<p>Type <em>“about:config”</em> into the address line and enter.</p>
<p>Right-click on the page and select New-&gt; Integer.<br />
Name it “<em>nglayout.initialpaint.delay</em>” and set its value to “<strong>0</strong>″. This value is the amount of time the browser waits before it acts on information it receives.</p>
<h3>3. Put cache into memory</h3>
<p>If your memory is larger than 1GB, you can try this method. If you experience problem, please change it back. (delete <em>browser.cache.disk.parent_directory</em>)</p>
<p>Type <em>“about:config”</em> into the address line and enter.</p>
<p>Right-click on the page and select New-&gt; String.</p>
<p>Name it “<em>browser.cache.disk.parent_directory</em>” and set its value to &#8220;<em>/dev/shm/ffcache</em>&#8220;. The Cache of Firefox will be putinto <em>/dev/shm/ffcache/Cache</em>.</p>
<h3>4. Diable IPv6 support</h3>
<p>If you experience very slow DNS lookup in Firefox, you can try to disable IPv6 support in Firefox and Linux if you don&#8217;t use it:</p>
<h4>For Firefox:</h4>
<p>Type “about:config” into the address line and enter.<br />
Set “network.dns.disableIPv6″ to “true”</p>
<h4>For Linux:</h4>
<p>I test it on Fedora 12. On other systems, the configuration may be different.</p>
<pre># cp /etc/modprobe.d/dist.conf /tmp/dist.conf.bak0
# echo “alias net-pf-10 off” &gt;&gt; /etc/modprobe.d/dist.conf
# echo “alias ipv6 off” &gt;&gt; /etc/modprobe.d/dist.conf</pre>
<p>Then restart you Firefox and try whether Firefox is faster and enjoy it :)</p>
]]></content:encoded>
			<wfw:commentRss>http://fclose.com/b/linux/1596/speeding-up-firefox-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Speed Up Firefox DNS Lookup</title>
		<link>http://fclose.com/b/linux/217/speed-up-firefox-dns-lookup/</link>
		<comments>http://fclose.com/b/linux/217/speed-up-firefox-dns-lookup/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 13:13:31 +0000</pubDate>
		<dc:creator>Zhiqiang Ma</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Client config]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[Tip]]></category>

		<guid isPermaLink="false">http://zhiqiangma.info/speed-up-firefox-dns-lookup/</guid>
		<description><![CDATA[1. Close IPV6 support # echo "alias net-pf-10 off" &#62;&#62; /etc/modprobe.conf # echo "alias ipv6 off" &#62;&#62; /etc/modprobe.conf Type &#8220;about:config&#8221; into the address line and enter. Set &#8220;network.dns.disableIPv6&#8243; to &#8220;true&#8221; 2. Some other tweaks Type &#8220;about:config&#8221; into the address line and enter. Set &#8220;network.http.pipelining&#8221; to &#8220;true&#8221; Set &#8220;network.http.proxy.pipelining&#8221; to &#8220;true&#8221; Set &#8220;network.http.pipelining.maxrequests&#8221; to some number [...]]]></description>
			<content:encoded><![CDATA[<h3>1. Close IPV6 support</h3>
<pre># echo "alias net-pf-10 off" &gt;&gt; /etc/modprobe.conf
# echo "alias ipv6 off" &gt;&gt; /etc/modprobe.conf</pre>
<p>Type &#8220;about:config&#8221; into the address line and enter.<br />
Set &#8220;network.dns.disableIPv6&#8243; to &#8220;true&#8221;</p>
<h3>2. Some other tweaks</h3>
<p>Type &#8220;about:config&#8221; into the address line and enter.</p>
<p>Set &#8220;network.http.pipelining&#8221; to &#8220;true&#8221;<br />
Set &#8220;network.http.proxy.pipelining&#8221; to &#8220;true&#8221;<br />
Set &#8220;network.http.pipelining.maxrequests&#8221; to some number like 25 depending on the network. 25 requests will be made at one time.</p>
<p>Right-click on the page and select New-&gt; Integer.<br />
Name it &#8220;nglayout.initialpaint.delay&#8221; and set its value to &#8220;0&#8243;. This value is the amount of time the browser waits before it acts on information it receives.</p>
<p>I test it on Fedora 11 and the firefox is much faster now.</p>
]]></content:encoded>
			<wfw:commentRss>http://fclose.com/b/linux/217/speed-up-firefox-dns-lookup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

