<?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>雾松萌石 &#187; Firefox</title>
	<atom:link href="http://mmlst.com/tag/firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://mmlst.com</link>
	<description>分享知识</description>
	<lastBuildDate>Fri, 07 Aug 2009 01:14:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CentOS下手动安装Firefox3.5</title>
		<link>http://mmlst.com/2009/07/08/centos%e4%b8%8b%e6%89%8b%e5%8a%a8%e5%ae%89%e8%a3%85firefox3-5/</link>
		<comments>http://mmlst.com/2009/07/08/centos%e4%b8%8b%e6%89%8b%e5%8a%a8%e5%ae%89%e8%a3%85firefox3-5/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 03:49:12 +0000</pubDate>
		<dc:creator>mmlst</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://mmlst.com/?p=185</guid>
		<description><![CDATA[现在用yum -y install firefox安装还只是3.0的版本，所以如果想用3.5的就只能下载.tar.bz2文件，然后手动安装。
下载后，tar -jxvf firefox.3.5.tar.bz2，解压出一个目录名为firefox
需要建立一个目录先 mkdir /usr/lib/firefox.3.5
然后把刚才解压缩的目录下所有文件复制到新建立的目录中 cp -avr firefox/* /usr/lib/firefox.3.5/
就可以用了
]]></description>
		<wfw:commentRss>http://mmlst.com/2009/07/08/centos%e4%b8%8b%e6%89%8b%e5%8a%a8%e5%ae%89%e8%a3%85firefox3-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>解决Firefox占用高内存,CPU的办法</title>
		<link>http://mmlst.com/2008/11/24/%e8%a7%a3%e5%86%b3firefox%e5%8d%a0%e7%94%a8%e9%ab%98%e5%86%85%e5%ad%98cpu%e7%9a%84%e5%8a%9e%e6%b3%95/</link>
		<comments>http://mmlst.com/2008/11/24/%e8%a7%a3%e5%86%b3firefox%e5%8d%a0%e7%94%a8%e9%ab%98%e5%86%85%e5%ad%98cpu%e7%9a%84%e5%8a%9e%e6%b3%95/#comments</comments>
		<pubDate>Mon, 24 Nov 2008 12:11:08 +0000</pubDate>
		<dc:creator>mmlst</dc:creator>
				<category><![CDATA[电脑随记]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://mmlst.com/?p=95</guid>
		<description><![CDATA[感觉自己的机器突然变的很慢，查看了一下进程，发现Firefox的CPU占用率竟然非常的高，一直在90多徘徊，有的时候甚至是100. 内存占用也是非常高，达到了200-300&#8230; 虽然标签是开了很多个，但是就算只开一个，也是很高.
多方查询，经过下面的方法修改后，CPU和内存占用率都降了不少。
CPU占用率降的非常多。但是内存好像还有个100多K。但总体还是很好了。
方法如下：
- 解决CPU占用率
   点击“工具”-“选项”-“内容”，把“启用JAVA”这项给取消。CPU占用率立马下来了。
- 解决内存占用率

   在Firefox地址栏中输入&#8221;about:config&#8221;, 在“过滤器”中输入“browser.cache.memory.enable”，如果它的值不      为“True”，就改为“True”
    在浏览器中点击右键，选择“新建”-“整数”，输入“browser.cache.memory.capacity”，然后赋予它一个数值。     这个数值是你的内存的16倍。比如256M的内存，那就输入4096. 512M的内存就是8192。 1G的内存就是           16384. 如果想要恢复默认设置，将“browser.cache.memory.capacity”的值改为-1。
    当Firefox最小化的时候释放内存的办法：在浏览器地址栏输入“about:config”，在浏览器中“新建”-“布尔”，输入“config.trim_on_minimize”，赋值为“True”，重启Firefox。

]]></description>
		<wfw:commentRss>http://mmlst.com/2008/11/24/%e8%a7%a3%e5%86%b3firefox%e5%8d%a0%e7%94%a8%e9%ab%98%e5%86%85%e5%ad%98cpu%e7%9a%84%e5%8a%9e%e6%b3%95/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<html>
<head>
<title></title>
<meta name="verify-v1" content="g9TyLKV+Qw/waEbbIIFWqxWkvuCs7piVz1GOM0RuSuM=" />
</head>
<body>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-5977749-1");
pageTracker._initData();
pageTracker._trackPageview();
</script>
</body>
</html>