<?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>Daily Publish &#187; Mac</title>
	<atom:link href="http://w3.owind.com/pub/tag/mac/feed/" rel="self" type="application/rss+xml" />
	<link>http://w3.owind.com/pub</link>
	<description>Paveo's Going Age - 1968 inspirit</description>
	<lastBuildDate>Mon, 06 Feb 2012 06:23:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-alpha-19672</generator>
	<atom:link rel='hub' href='http://w3.owind.com/pub/?pushpress=hub'/>
		<item>
		<title>解决 Mac OS Cisco VPN 自动断开的问题</title>
		<link>http://w3.owind.com/pub/binary/2011/10/03/%e8%a7%a3%e5%86%b3-mac-os-cisco-vpn-%e8%87%aa%e5%8a%a8%e6%96%ad%e5%bc%80%e7%9a%84%e9%97%ae%e9%a2%98/</link>
		<comments>http://w3.owind.com/pub/binary/2011/10/03/%e8%a7%a3%e5%86%b3-mac-os-cisco-vpn-%e8%87%aa%e5%8a%a8%e6%96%ad%e5%bc%80%e7%9a%84%e9%97%ae%e9%a2%98/#comments</comments>
		<pubDate>Mon, 03 Oct 2011 10:39:15 +0000</pubDate>
		<dc:creator>Paveo</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[二进制浮云]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[IPSec]]></category>
		<category><![CDATA[VPN]]></category>

		<guid isPermaLink="false">http://www.owind.com/pub/?p=1399</guid>
		<description><![CDATA[Mac 上连接 Cisco 的 VPN 会定时（大概1小时）重新断开需要重新需要输入密码，这个出于安全考虑是无可厚非的，但你妈谁让我们用 VPN 是用来翻墙的，伤不起。解决办法很简单，打开你的终端，复制粘贴，输入以下命令，应该就 OK 了。(重要：记得在 VPN 连接状态下操作） 2011/10/6 更新：被WP吞了几个字符，命令失效，换个方式。。 curl -O http://s.cn.gfw.io/sc/fix_auto_disconnect.sh chmod +x fix_auto_disconnect.sh ./fix_auto_disconnect.sh 搞定。]]></description>
			<content:encoded><![CDATA[<p>Mac 上连接 Cisco 的 VPN 会定时（大概1小时）重新断开需要重新需要输入密码，这个出于安全考虑是无可厚非的，但你妈谁让我们用 VPN 是用来翻墙的，伤不起。解决办法很简单，打开你的终端，复制粘贴，输入以下命令，应该就 OK 了。(<strong>重要</strong>：记得在 VPN 连接状态下操作）</p>
<p>2011/10/6 更新：被WP吞了几个字符，命令失效，换个方式。。</p>
<p><code>
<pre>
curl -O <a href='http://s.cn.gfw.io/sc/fix_auto_disconnect.sh' rel='nofollow'>http://s.cn.gfw.io/sc/fix_auto_disconnect.sh</a>
chmod +x fix_auto_disconnect.sh
./fix_auto_disconnect.sh
</pre>
<p></code></p>
<p>搞定。</p>
]]></content:encoded>
			<wfw:commentRss>http://w3.owind.com/pub/binary/2011/10/03/%e8%a7%a3%e5%86%b3-mac-os-cisco-vpn-%e8%87%aa%e5%8a%a8%e6%96%ad%e5%bc%80%e7%9a%84%e9%97%ae%e9%a2%98/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Mac 上用 Sidestep 加密你的网络</title>
		<link>http://w3.owind.com/pub/binary/2011/07/28/use-sidestep-to-protect-your-proxy-connection/</link>
		<comments>http://w3.owind.com/pub/binary/2011/07/28/use-sidestep-to-protect-your-proxy-connection/#comments</comments>
		<pubDate>Thu, 28 Jul 2011 15:34:52 +0000</pubDate>
		<dc:creator>Paveo</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[二进制浮云]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Proxy]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[WiFi]]></category>

		<guid isPermaLink="false">http://www.owind.com/pub/?p=1366</guid>
		<description><![CDATA[公共 WiFi 上网很没安全感？ 代理地址端口被 WiFi AP Ban 了？ 他妈的北京咖啡馆免费 WiFi 居然必须有监控？ 我们来用 Mac 系统中的 OPENSSH 加密（或绕过端口限制）代理连接。原理如下： (Mac) (Sidestep) : Local Host Port : : SSH server port : : Proxy DST port : (Proxy Server) 对应的 ssh 命令为：ssh -L localport:remotehost:remotedstport &#8230; <a href="http://w3.owind.com/pub/binary/2011/07/28/use-sidestep-to-protect-your-proxy-connection/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>公共 WiFi 上网很没安全感？<br />
代理地址端口被 WiFi AP Ban 了？<br />
他妈的北京咖啡馆免费 WiFi 居然必须有监控？</p>
<p>我们来用 Mac 系统中的 OPENSSH 加密（或绕过端口限制）代理连接。原理如下：</p>
<p><code>(Mac) <==> (Sidestep) <==> : Local Host Port : <===(SSL tunnel)==> : SSH server port : <==> : Proxy DST port : <==> (Proxy Server)<br />
</code></p>
<p>对应的 ssh 命令为：ssh -L localport:remotehost:remotedstport <a href="mailto:user@host">user@host</a> -N</p>
<p>当然你可以用 terminal 执行这个命令来快速的创建一个加密 HTTP 代理通道，但是可能会略显麻烦，所以我们杀出 Sidestep，Sitestep 原生是快速创建一个 socks 加密代理的app，如果你只有 ssh 账户的话，那么原版的 Sidestep 适合你，它会自动用你的 ssh 账户创建一个 socks 代理，把你的网络流量转发到加密的 socks 代理上。获取一个 ssh 账户相当简单了，可以在网上购买到。</p>
<p><a href="http://chetansurpur.com/projects/sidestep/">原版下载</a>，使用方法见作者说明。</p>
<p>但是，我们要使用到极品厨神牌代理的话， Sidestep 不支持转发到 HTTP 代理，于是我修改了一下程序，加上了转发到 HTTP 代理的功能。</p>
<p><a href="http://w3.owind.com/pub/rsc/2011/07/Sidestep.zip">修改版 Sitestep 下载</a></p>
<p>于是设置很简单了吧，如下图所示：</p>
<p>设置本地端口：</p>
<p><img src="http://w3.owind.com/pub/rsc/2011/07/Preferences1.png" alt="" title="Preferences1" width="473" height="364" class="alignnone size-full wp-image-1370" /></p>
<p>设置远程端口：</p>
<p><img src="http://w3.owind.com/pub/rsc/2011/07/Preferences.png" alt="" title="Preferences" width="475" height="364" class="alignnone size-full wp-image-1367" /></p>
<p>然后在 Menubar 上选择 Reroute Traffic Through Proxy Server Now，如图：</p>
<p><img src="http://w3.owind.com/pub/rsc/2011/07/chooseproxy.png" alt="" title="chooseproxy" width="481" height="218" class="alignnone size-full wp-image-1372" /></p>
<p>此时 Sidestep 便自动帮你设置好了系统的代理，如图：</p>
<p><img src="http://w3.owind.com/pub/rsc/2011/07/System-Preferences.png" alt="" title="System Preferences" width="648" height="388" class="alignnone size-full wp-image-1376" /></p>
<p>享受安全的网络吧 <img src='http://w3.owind.com/pub/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://w3.owind.com/pub/binary/2011/07/28/use-sidestep-to-protect-your-proxy-connection/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>怎么让 Mac OS 10.6 记住 Cisco VPN 的密码</title>
		<link>http://w3.owind.com/pub/binary/2011/04/10/%e6%80%8e%e4%b9%88%e8%ae%a9-mac-os-10-6-%e8%ae%b0%e4%bd%8f-cisco-vpn-%e7%9a%84%e5%af%86%e7%a0%81/</link>
		<comments>http://w3.owind.com/pub/binary/2011/04/10/%e6%80%8e%e4%b9%88%e8%ae%a9-mac-os-10-6-%e8%ae%b0%e4%bd%8f-cisco-vpn-%e7%9a%84%e5%af%86%e7%a0%81/#comments</comments>
		<pubDate>Sat, 09 Apr 2011 17:24:55 +0000</pubDate>
		<dc:creator>Paveo</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[二进制浮云]]></category>
		<category><![CDATA[10.6]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[IPSec]]></category>
		<category><![CDATA[keychain]]></category>
		<category><![CDATA[Snow Leopard]]></category>
		<category><![CDATA[VPN]]></category>
		<category><![CDATA[xauth]]></category>

		<guid isPermaLink="false">http://www.owind.com/pub/?p=1306</guid>
		<description><![CDATA[10.6 snow leopard 默认不会记住 Cisco VPN 密码的。。 手动配置一下就行。。打开你的keychain，找到 VPN 名字命名的 xauth chain，如图 双击它，然后接着看图： 点 + 号，跳出文件选择窗口，快捷键 cmd+shift+g，输入 /usr/libexec，然后选择 configd，如图： 然后输入keychain密码，允许访问，保存即可。]]></description>
			<content:encoded><![CDATA[<p>10.6 snow leopard 默认不会记住 Cisco VPN 密码的。。</p>
<p>手动配置一下就行。。打开你的keychain，找到 VPN 名字命名的 xauth chain，如图</p>
<p><img src="http://w3.owind.com/pub/rsc/2011/04/1.jpg" alt="" title="1" width="460" height="232" class="alignnone size-full wp-image-1307" /></p>
<p>双击它，然后接着看图：</p>
<p><img src="http://w3.owind.com/pub/rsc/2011/04/2.jpg" alt="" title="2" width="500" height="309" class="alignnone size-full wp-image-1308" /></p>
<p>点 + 号，跳出文件选择窗口，快捷键 cmd+shift+g，输入 /usr/libexec，然后选择 configd，如图：</p>
<p><img src="http://w3.owind.com/pub/rsc/2011/04/3.jpg" alt="" title="3" width="264" height="304" class="alignnone size-full wp-image-1309" /></p>
<p>然后输入keychain密码，允许访问，保存即可。</p>
]]></content:encoded>
			<wfw:commentRss>http://w3.owind.com/pub/binary/2011/04/10/%e6%80%8e%e4%b9%88%e8%ae%a9-mac-os-10-6-%e8%ae%b0%e4%bd%8f-cisco-vpn-%e7%9a%84%e5%af%86%e7%a0%81/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>怎么加速你的 iTunes 下载</title>
		<link>http://w3.owind.com/pub/binary/2011/04/09/%e6%80%8e%e4%b9%88%e5%8a%a0%e9%80%9f%e4%bd%a0%e7%9a%84-itunes-%e4%b8%8b%e8%bd%bd/</link>
		<comments>http://w3.owind.com/pub/binary/2011/04/09/%e6%80%8e%e4%b9%88%e5%8a%a0%e9%80%9f%e4%bd%a0%e7%9a%84-itunes-%e4%b8%8b%e8%bd%bd/#comments</comments>
		<pubDate>Sat, 09 Apr 2011 08:42:17 +0000</pubDate>
		<dc:creator>Paveo</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[二进制浮云]]></category>
		<category><![CDATA[dnsmasq]]></category>
		<category><![CDATA[iTunes]]></category>

		<guid isPermaLink="false">http://www.owind.com/pub/?p=1303</guid>
		<description><![CDATA[今天 Andy 叔叔问我怎么在 hosts 文件里面添加 *.phobos.apple.com 208.46.163.74 不幸的是，hosts 文件这种老古董是不支持通配符滴。。那么怎么才能强行给众多的 Apple 的服务器指定 IP 地址来加快 iTunes 下载呢。。？显然不能从a1一直加到a1999 。。 那我们就用 dnsmasq 吧，如果你的 Mac 里面已经装了 dnsmasq，那很简单，加上这条规则： address=/.phobos.apple.com/173.223.52.163 就能把 *.phobos.apple.com 强制指定到 IP 173.223.52.163。173.223.52.163 这个IP在我网络里下 iTunes 的东西是满速的。所以你可以根据你的网络得到一个最快的IP，然后强制指定 *.phobos.apple.com 到那个IP地址。 那么如何知道哪个IP对你来说速度最佳呢？也很简单，打开你的终端，ping a*.phobos.apple.com，比如 ping a10.phobos.apple.com ping a45.phobos.apple.com 。。。多ping几个地址，然后用那个延迟最低的即可（200左右或者以下最好）。 &#8230; <a href="http://w3.owind.com/pub/binary/2011/04/09/%e6%80%8e%e4%b9%88%e5%8a%a0%e9%80%9f%e4%bd%a0%e7%9a%84-itunes-%e4%b8%8b%e8%bd%bd/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>今天 Andy 叔叔问我怎么在 hosts 文件里面添加 </p>
<p><code>*.phobos.apple.com 208.46.163.74</code></p>
<p>不幸的是，hosts 文件这种老古董是不支持通配符滴。。那么怎么才能强行给众多的 Apple 的服务器指定 IP 地址来加快 iTunes 下载呢。。？显然不能从a1一直加到a1999 。。</p>
<p>那我们就用 dnsmasq 吧，如果你的 Mac 里面已经装了 dnsmasq，那很简单，加上这条规则：</p>
<p><code>address=/.phobos.apple.com/173.223.52.163</code></p>
<p>就能把 *.phobos.apple.com 强制指定到 IP 173.223.52.163。173.223.52.163 这个IP在我网络里下 iTunes 的东西是满速的。所以你可以根据你的网络得到一个最快的IP，然后强制指定 *.phobos.apple.com 到那个IP地址。</p>
<p>那么如何知道哪个IP对你来说速度最佳呢？也很简单，打开你的终端，ping a*.phobos.apple.com，比如 ping a10.phobos.apple.com ping a45.phobos.apple.com 。。。多ping几个地址，然后用那个延迟最低的即可（200左右或者以下最好）。</p>
<p>然后你懂了吧。。享受高速的 iTunes 下载吧。</p>
<p>one more thing。。</p>
<p>如果你老换网络环境，或者，你根本不知道怎么在 Mac 安装 dnsmasq，好吧。你可以在路由器上弄。刷了 ddwrt 或者 tomato 的路由器都可以添加 dnsmasq 选项。在 Advanced &#8211; DHCP / DNS &#8211; Dnsmasq Custom configuration 添加：</p>
<p><code>address=/.phobos.apple.com/173.223.52.163</code></p>
<p>即可。</p>
]]></content:encoded>
			<wfw:commentRss>http://w3.owind.com/pub/binary/2011/04/09/%e6%80%8e%e4%b9%88%e5%8a%a0%e9%80%9f%e4%bd%a0%e7%9a%84-itunes-%e4%b8%8b%e8%bd%bd/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>如何在 mid2010 的 Macbook Pro 上装两(一)条 DDR3 1333 内存</title>
		<link>http://w3.owind.com/pub/play/2011/03/23/%e5%a6%82%e4%bd%95%e5%9c%a8-mid2010-%e7%9a%84-macbook-pro-%e4%b8%8a%e8%a3%85%e4%b8%a4%e4%b8%80%e6%9d%a1-ddr3-1333-%e5%86%85%e5%ad%98/</link>
		<comments>http://w3.owind.com/pub/play/2011/03/23/%e5%a6%82%e4%bd%95%e5%9c%a8-mid2010-%e7%9a%84-macbook-pro-%e4%b8%8a%e8%a3%85%e4%b8%a4%e4%b8%80%e6%9d%a1-ddr3-1333-%e5%86%85%e5%ad%98/#comments</comments>
		<pubDate>Tue, 22 Mar 2011 16:57:39 +0000</pubDate>
		<dc:creator>Paveo</dc:creator>
				<category><![CDATA[玩]]></category>
		<category><![CDATA[电子]]></category>
		<category><![CDATA[1333]]></category>
		<category><![CDATA[4G]]></category>
		<category><![CDATA[8G]]></category>
		<category><![CDATA[DDR3]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[MacBook]]></category>
		<category><![CDATA[SPD]]></category>
		<category><![CDATA[Thaiphoon Burner]]></category>
		<category><![CDATA[内存]]></category>

		<guid isPermaLink="false">http://www.owind.com/pub/?p=1288</guid>
		<description><![CDATA[我日。 有三根内存，4G 1333 两条（表哥送了一条，感谢表哥），2G 1066 一条。 4G + 2G 装上去，电脑启动，使用OK; 2G 单独上，OK; 4G 单条，无法启动; 4G 两条，更甭想启动。。 这个问题让我搞了半天，在鼎好换了好些内存，reset nvram什马的都没能解决问题，于是拿着8G内存默默撕心裂肺的回咖啡馆继续研究。发现，只要是电脑里装的纯1333内存，电脑就肯定歇菜，该不会是EFI这个2B不主动降频吧。。猜的没错。。。。。就是这个原因。。。。。貌似上一代MBP就没有这个问题，不知道最新的MBP还有这个问题么。。 既然知道原因了，那就只能来修改内存条的主频了。。杀出 Thaiphoon Burner，我草。。。windows 软件。。没有 windows。。。怎么办。。。装 bootcamp 么。。。。没安装盘。。。。杯具。。。。等等。。。。马老师的x201。。。咩哈哈哈，速度把内存换到马老师的x201上，运行 Thaiphoon Burner，修改一条4G内存的主频成533，ok了。装回MBP。 boooo，启动。。菊花。。login界面。。。内流满面。。。]]></description>
			<content:encoded><![CDATA[<p>我日。</p>
<p>有三根内存，4G 1333 两条（表哥送了一条，感谢表哥），2G 1066 一条。</p>
<p>4G + 2G 装上去，电脑启动，使用OK;<br />
2G 单独上，OK;<br />
4G 单条，无法启动;<br />
4G 两条，更甭想启动。。</p>
<p>这个问题让我搞了半天，在鼎好换了好些内存，reset nvram什马的都没能解决问题，于是拿着8G内存默默撕心裂肺的回咖啡馆继续研究。发现，只要是电脑里装的纯1333内存，电脑就肯定歇菜，该不会是EFI这个2B不主动降频吧。。猜的没错。。。。。就是这个原因。。。。。貌似上一代MBP就没有这个问题，不知道最新的MBP还有这个问题么。。</p>
<p>既然知道原因了，那就只能来修改内存条的主频了。。杀出 Thaiphoon Burner，我草。。。windows 软件。。没有 windows。。。怎么办。。。装 bootcamp 么。。。。没安装盘。。。。杯具。。。。等等。。。。马老师的x201。。。咩哈哈哈，速度把内存换到马老师的x201上，运行 Thaiphoon Burner，修改一条4G内存的主频成533，ok了。装回MBP。</p>
<p>boooo，启动。。菊花。。login界面。。。内流满面。。。</p>
]]></content:encoded>
			<wfw:commentRss>http://w3.owind.com/pub/play/2011/03/23/%e5%a6%82%e4%bd%95%e5%9c%a8-mid2010-%e7%9a%84-macbook-pro-%e4%b8%8a%e8%a3%85%e4%b8%a4%e4%b8%80%e6%9d%a1-ddr3-1333-%e5%86%85%e5%ad%98/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox 3.5 正式版 &#8211; 优化编译版本</title>
		<link>http://w3.owind.com/pub/it/2009/07/02/firefox-3-5-final-optimized/</link>
		<comments>http://w3.owind.com/pub/it/2009/07/02/firefox-3-5-final-optimized/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 17:17:25 +0000</pubDate>
		<dc:creator>Paveo</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[挨踢]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://www.owind.com/pub/?p=987</guid>
		<description><![CDATA[你怎么可以拒绝一个如此快速的浏览器，它现在就在这里，Firefox 3.5。不要犹豫，马上下载安装吧，不废话。 当然，或许更快的优化编译版本也准备好了，在这里，如果你感兴趣，可以试试。 最后，Firefox和Safari 4一样支持html5，不用插件也能播放视频 demo 如下： HTML5 Page]]></description>
			<content:encoded><![CDATA[<p>你怎么可以拒绝一个如此快速的浏览器，它现在就在这里，<a href="http://www.mozilla.com/">Firefox 3.5</a>。不要犹豫，马上下载安装吧，不废话。</p>
<p>当然，或许更快的优化编译版本也准备好了，在<a href="http://w3.owind.com/pub/fpb/">这里</a>，如果你感兴趣，可以试试。</p>
<p>最后，Firefox和Safari 4一样支持html5，不用插件也能播放视频 <img src='http://w3.owind.com/pub/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  demo 如下：</p>
<p><a href="http://w3.owind.com/html5/">HTML5 Page</a></p>
]]></content:encoded>
			<wfw:commentRss>http://w3.owind.com/pub/it/2009/07/02/firefox-3-5-final-optimized/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Firefox 3.5 RC3</title>
		<link>http://w3.owind.com/pub/asides/2009/06/24/firefox-3-5-rc3/</link>
		<comments>http://w3.owind.com/pub/asides/2009/06/24/firefox-3-5-rc3/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 06:25:34 +0000</pubDate>
		<dc:creator>Paveo</dc:creator>
				<category><![CDATA[旁白]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.owind.com/pub/?p=971</guid>
		<description><![CDATA[Firefox 3.5 RC3 可供使用，下载走这里。主要增强了ogg文件的支持。]]></description>
			<content:encoded><![CDATA[<p>Firefox 3.5 RC3 可供使用，下载走<a href="http://w3.owind.com/pub/fpb/">这里</a>。主要增强了ogg文件的支持。</p>
]]></content:encoded>
			<wfw:commentRss>http://w3.owind.com/pub/asides/2009/06/24/firefox-3-5-rc3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox 3.5 RC1 now</title>
		<link>http://w3.owind.com/pub/asides/2009/06/13/firefox-3-5-rc1-now/</link>
		<comments>http://w3.owind.com/pub/asides/2009/06/13/firefox-3-5-rc1-now/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 16:46:52 +0000</pubDate>
		<dc:creator>Paveo</dc:creator>
				<category><![CDATA[旁白]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[RC]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.owind.com/pub/?p=953</guid>
		<description><![CDATA[Firefox 3.5 RC1 代码已经冻结，优化编译版本已经准备好，可供下载，测试稳定。]]></description>
			<content:encoded><![CDATA[<p><a href="http://hg.mozilla.org/releases/l10n-mozilla-1.9.1/zh-CN/rev/3cccad720082">Firefox 3.5 RC1 代码已经冻结</a>，优化编译版本已经准备好，可供<a href="http://w3.owind.com/pub/fpb/">下载</a>，测试稳定。</p>
]]></content:encoded>
			<wfw:commentRss>http://w3.owind.com/pub/asides/2009/06/13/firefox-3-5-rc1-now/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Firefox 3.5 新标版本</title>
		<link>http://w3.owind.com/pub/it/2009/06/09/firefox-3-5-new-branding-version/</link>
		<comments>http://w3.owind.com/pub/it/2009/06/09/firefox-3-5-new-branding-version/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 06:49:27 +0000</pubDate>
		<dc:creator>Paveo</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[挨踢]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[升级]]></category>

		<guid isPermaLink="false">http://www.owind.com/pub/?p=929</guid>
		<description><![CDATA[Mozilla刚刚更新了Firefox 3.5的一些标志元素，程序版本从b99又回到了3.5pre(快发布了？)，程序icon等都有变化，细节请大家下载围观。这个编译版本的编译参数在win上和mac上都做了更新，意味着性能可能更好，启动可能更快，但是不保证。 下载请先确认，此Firefox不是Mozilla官方版本，Firefox名称及图标是Mozilla的注册商标，不得分发该软件。 Firefox 3.5 pre new brand for Windows (EN) EXE MD5: 667312844C4E7FEAE89E6DA0563EBC5C SHA-1: 1118FC64CD4B6974AB33DF0DE1BC8DBF9ACE855A Firefox 3.5 pre new brand for Windows (EN) 绿色7Z自解压 MD5: 1A7F7053BB695BCA4F748BA73970AB5E SHA-1: 7B7AC7C934455A0A723F0A5A57FB5422E6F1AC41 Firefox 3.5 preview (b99) for Mac (EN) DMG MD5: 5AA0A1BCF906DEFC38561EE23B0ECCBF SHA-1: &#8230; <a href="http://w3.owind.com/pub/it/2009/06/09/firefox-3-5-new-branding-version/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://w3.owind.com/pub/rsc/2009/06/new_firefox_3.5_icon.jpg" alt="new_firefox_3.5_icon" title="new_firefox_3.5_icon" width="221" height="119" class="alignnone size-full wp-image-930" /></p>
<p>Mozilla刚刚更新了Firefox 3.5的一些标志元素，程序版本从b99又回到了3.5pre(快发布了？)，程序icon等都有变化，细节请大家下载围观。这个编译版本的编译参数在win上和mac上都做了更新，意味着性能可能更好，启动可能更快，但是不保证。</p>
<p>下载请先确认，此Firefox不是Mozilla官方版本，Firefox名称及图标是Mozilla的注册商标，不得分发该软件。</p>
<p><a class="dl" href="http://static.owind.com:1080/firefox/090609/firefox-3.5pre.en-US.win32.installer.exe?k=b9fdaa81be15f14b758623ad952fb490">Firefox 3.5 pre new brand for Windows (EN) EXE</a></p>
<p>MD5: 667312844C4E7FEAE89E6DA0563EBC5C SHA-1: 1118FC64CD4B6974AB33DF0DE1BC8DBF9ACE855A</p>
<p><a class="dl" href="http://static.owind.com:1080/firefox/090609/firefox-3.5pre.en-US.win32.exe?k=b9fdaa81be15f14b758623ad952fb490">Firefox 3.5 pre new brand for Windows (EN)  绿色7Z自解压</a></p>
<p>MD5: 1A7F7053BB695BCA4F748BA73970AB5E SHA-1: 7B7AC7C934455A0A723F0A5A57FB5422E6F1AC41</p>
<p><a class="dl" href="http://static.owind.com:1080/firefox/090609/firefox-3.5pre.en-US.mac.dmg?k=b9fdaa81be15f14b758623ad952fb490">Firefox 3.5 preview (b99) for Mac (EN) DMG</a></p>
<p>MD5: 5AA0A1BCF906DEFC38561EE23B0ECCBF SHA-1: D57E5A42091573C2ED1D201F648DCFBE0D96AA5D</p>
]]></content:encoded>
			<wfw:commentRss>http://w3.owind.com/pub/it/2009/06/09/firefox-3-5-new-branding-version/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>再接再厉 &#8211; Firefox 3.5 preview (b99)</title>
		<link>http://w3.owind.com/pub/it/2009/06/06/firefox-3-5-preview-b99/</link>
		<comments>http://w3.owind.com/pub/it/2009/06/06/firefox-3-5-preview-b99/#comments</comments>
		<pubDate>Sat, 06 Jun 2009 13:18:02 +0000</pubDate>
		<dc:creator>Paveo</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[挨踢]]></category>
		<category><![CDATA[Beta]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://www.owind.com/pub/?p=909</guid>
		<description><![CDATA[不得不说，这些优化编译的Firefox版本解决我的某些长久心病。比如在Mac上，官方下载的版本总是在打开一个tab然后闲置一会后CPU升得老高，风扇呼呼响。现在使用的自行编译版本，这个现象消失，我感到十分满意。另外诸如CPU占用、内存占用和执行效率上，也有一点提高。针对现代CPU的优化和PGO + jemalloc，感觉还是蛮爽的。 今天的3.5 preview也让我很惊喜，表现十分不错，UI有点改进，内存管理亦有进步，严重推荐使用。不过一切说回来，编译版本纯属自娱自乐，未作深度研究，未含高科技，代码和binary纯净无暇、原汁原味，所有这些编译的版本不一定适合所有人(都是非正式版)，使用请慎重，菜鸟请绕行，小白请跟进。 关键： 1，优化编译有啥好处？答：快上加快。 2，内存占用还是多，sucks！答：内存占用不一定是坏事，控制在200左右是正常的，太夸张就是内存泄漏了。多点的内存缓存可以避免Firefox操作缓慢的磁盘，减少lag。 about:config可以调整参数，一味的所谓优化适得其反，不要尽信网上的教程，要有自己的判断。 下载链接做反盗链处理，阅读器请打开页面下载。 Firefox 3.5 preview (b99) for Windows (EN) EXE Firefox 3.5 preview (b99) for Windows (好吧，这是简体中文) EXE Firefox 3.5 preview (b99) for Windows (EN) 绿色ZIP Firefox 3.5 preview (b99) for Mac &#8230; <a href="http://w3.owind.com/pub/it/2009/06/06/firefox-3-5-preview-b99/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://w3.owind.com/pub/rsc/2009/06/2009-06-06_222658.jpg"><img src="http://w3.owind.com/pub/rsc/2009/06/2009-06-06_222658-300x283.jpg" alt="2009-06-06_222658" title="2009-06-06_222658" width="300" height="283" class="alignnone size-medium wp-image-914" /></a></p>
<p>不得不说，这些优化编译的Firefox版本解决我的某些长久心病。比如在Mac上，官方下载的版本总是在打开一个tab然后闲置一会后CPU升得老高，风扇呼呼响。现在使用的自行编译版本，这个现象消失，我感到十分满意。另外诸如CPU占用、内存占用和执行效率上，也有一点提高。针对现代CPU的优化和PGO + jemalloc，感觉还是蛮爽的。</p>
<p>今天的3.5 preview也让我很惊喜，表现十分不错，UI有点改进，内存管理亦有进步，严重推荐使用。不过一切说回来，编译版本纯属自娱自乐，未作深度研究，未含高科技，代码和binary纯净无暇、原汁原味，所有这些编译的版本不一定适合所有人(都是非正式版)，使用请慎重，菜鸟请绕行，小白请跟进。</p>
<p>关键：</p>
<p>1，优化编译有啥好处？答：快上加快。</p>
<p>2，内存占用还是多，sucks！答：内存占用不一定是坏事，控制在200左右是正常的，太夸张就是内存泄漏了。多点的内存缓存可以避免Firefox操作缓慢的磁盘，减少lag。 about:config可以调整参数，一味的所谓优化适得其反，不要尽信网上的教程，要有自己的判断。</p>
<p>下载链接做反盗链处理，阅读器请打开页面下载。</p>
<p><a class="dl" href="http://static.owind.com:1080/firefox/firefox-3.5b99.en-US.win32.installer.exe?k=b9fdaa81be15f14b758623ad952fb490">Firefox 3.5 preview (b99) for Windows (EN) EXE</a></p>
<p><a class="dl" href="http://static.owind.com:1080/firefox/firefox-3.5b99.zh-CN.win32.installer.exe?k=b9fdaa81be15f14b758623ad952fb490">Firefox 3.5 preview (b99) for Windows (好吧，这是简体中文) EXE</a></p>
<p><a class="dl" href="http://static.owind.com:1080/firefox/firefox-3.5b99.en-US.win32.zip?k=b9fdaa81be15f14b758623ad952fb490">Firefox 3.5 preview (b99) for Windows (EN) 绿色ZIP</a></p>
<p><a class="dl" href="http://static.owind.com:1080/firefox/firefox-3.5b99.en-US.mac.dmg?k=b9fdaa81be15f14b758623ad952fb490">Firefox 3.5 preview (b99) for Mac (EN) DMG</a></p>
]]></content:encoded>
			<wfw:commentRss>http://w3.owind.com/pub/it/2009/06/06/firefox-3-5-preview-b99/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
	</channel>
</rss>

