<?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>知易行难,知行合一 (Walk the Talk) &#187; firefox</title>
	<atom:link href="http://blog.alwayst.info/tag/firefox/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.alwayst.info</link>
	<description>Blocked in China since Jan 6, 2011</description>
	<lastBuildDate>Mon, 12 Dec 2011 07:07:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Set SSL Google as the Default Search Engine when using Pentadactyl in Firefox</title>
		<link>http://blog.alwayst.info/set-ssl-google-as-the-default-search-engine-when-using-pentadactyl-in-firefox</link>
		<comments>http://blog.alwayst.info/set-ssl-google-as-the-default-search-engine-when-using-pentadactyl-in-firefox#comments</comments>
		<pubDate>Sun, 21 Aug 2011 16:22:40 +0000</pubDate>
		<dc:creator>T</dc:creator>
				<category><![CDATA[computer]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[study_note]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[pentadactyl]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.alwayst.info/?p=1549</guid>
		<description><![CDATA[First of all, if you don&#8217;t have any idea what Pentadactyl is, then this post maybe not worth your time. Secondly, I should tell you about my system environments: Ubuntu 11.04; Firefox 6.0. If yours are differ from mine, I suppose it will still be ok, in most of the cases, they share the same [...]]]></description>
			<content:encoded><![CDATA[<p>First of all, if you don&#8217;t have any idea what <a href="http://dactyl.sourceforge.net/pentadactyl/" target="_blank"><strong>Pentadactyl</strong></a> is, then this post maybe not worth your time.</p>
<p>Secondly, I should tell you about my system environments: Ubuntu 11.04; Firefox 6.0. If yours are differ from mine, I suppose it will still be ok, in most of the cases, they share the same steps.</p>
<p>Now, let&#8217;s start.</p>
<ol>
<li><strong>Why use Firefox?</strong> It&#8217;s the only browser what can have Pentadactyl as the add-on.</li>
<li><strong>Why use Pentadactyl?</strong> It&#8217;s vim-like add-on, designed for some keyboard addicted users to make life easier and more efficiently. If you ever heard about vim, you should know how powerful it is.</li>
<li><strong>Why bother to use encrypted google search engine?</strong> It&#8217;s really something personal, I like it, because I like it. If you insist to ask, I think the main reason is I don&#8217;t want my search queries to be intercepted. Besides, it makes me cool and different.</li>
</ol>
<p>In Pentadactyl, when you want search something, just type &#8220;o&#8221;(open the results in current tab) or &#8220;t&#8221;(open the results in new tab) followed the search words. By default, Pentadactyl use google as the search engine, <strong>Not</strong> google ssl. So how to change it? Add it as a bookmark will be the first step. Since we use Pentadactyl, let&#8217;s do it in some cool way:</p>
<ol>
<li>Press &#8220;<strong>:</strong>&#8221; to begin to typing command.<br />
<blockquote><p><code> <strong>bmark -keyword gssl https://encrypted.google.com/search?sclient=psy&amp;hl=en&amp;safe=off&amp;site=webhp&amp;source=hp&amp;q=%s&amp;pbx=1&amp;oq=&amp;aq=&amp;aqi=&amp;aql=&amp;gs_sm=&amp;gs_upl=</strong></code></p></blockquote>
</li>
<li>Press &#8220;Enter&#8221; to execute the command. And now you add it to your bookmark. Then press &#8220;<strong>:</strong>&#8221; again to type another command.<code><br />
</code></p>
<blockquote><p><code><strong>set defsearch=gssl</strong></code></p></blockquote>
</li>
<li>Job done!</li>
</ol>
<p><strong>Command no.1:</strong> &#8220;-keyword&#8221; is an option for you to name a search engine which will be used in the second command. The url I provided maybe only functional in my system environment, I&#8217;m not sure. But if it doesn&#8217;t work, you could find it by yourself. <strong>AND it&#8217;s more easier.</strong></p>
<ol>
<li>Open <a href="https://encrypted.google.com" target="_blank">https://encrypted.google.com</a></li>
<li>Right click of the search box</li>
<li>Choose &#8220;Add a Keyword for this Search&#8230;&#8221;</li>
<li>Name a keyword as you like, in my case it will be &#8220;gssl</li>
</ol>
<p>It&#8217;s exactly the same result as command no.1. You will find the url when you check this bookmark&#8217;s property.</p>
<p><strong>Command no.2:</strong> is used to set the default search engine. I really try hard to find this option of Pentadactyl&#8230;</p>
<p>Well, over&#8230;</p>
<h3>Related Posts</h3><ul><li><a href="http://blog.alwayst.info/how-to-change-the-hints-settings-of-pentadactyl" title="How to change the hints settings of Pentadactyl 2011.08.25">How to change the hints settings of Pentadactyl</a>(0)</li>
<li><a href="http://blog.alwayst.info/how-to-fix-the-problem-when-firefox-cannot-launch-in-ubuntu" title="How to fix the problem when Firefox cannot launch in Ubuntu 2011.03.26">How to fix the problem when Firefox cannot launch in Ubuntu</a>(2)</li>
<li><a href="http://blog.alwayst.info/how-to-install-firefox-4-stable-in-ubuntu-10-04-and-10-10" title="How to install Firefox 4 (Stable) In Ubuntu [10.04 and 10.10] 2011.03.23">How to install Firefox 4 (Stable) In Ubuntu [10.04 and 10.10]</a>(0)</li>
<li><a href="http://blog.alwayst.info/some-ubuntu-tips" title="Some Ubuntu Tips 2010.10.16">Some Ubuntu Tips</a>(4)</li>
<li><a href="http://blog.alwayst.info/how_to_use_https_for_google_search" title="https and Google search 2010.03.31">https and Google search</a>(6)</li>
<li><a href="http://blog.alwayst.info/how-do-i-enable-sidewiki" title="如何启用Sidewiki 2009.11.11">如何启用Sidewiki</a>(6)</li>
<li><a href="http://blog.alwayst.info/the-problem-of-google-calendar" title="the Problem of Google Calendar 2009.09.28">the Problem of Google Calendar</a>(0)</li>
<li><a href="http://blog.alwayst.info/something-about-omnibar" title="Omnibar的其他应用 2011.01.5">Omnibar的其他应用</a>(4)</li>
<li><a href="http://blog.alwayst.info/use-i-feel-lucky-function-in-omnibar" title="在Chrome浏览器地址栏(Omnibar)中使用"I Feel Lucky" 2010.12.29">在Chrome浏览器地址栏(Omnibar)中使用"I Feel Lucky"</a>(0)</li>
<li><a href="http://blog.alwayst.info/let-omnibar-send-you-to-the-right-country-redirection" title="更改Chrome浏览器地址栏(Omnibar)的默认搜索引擎 2010.12.28">更改Chrome浏览器地址栏(Omnibar)的默认搜索引擎</a>(1)</li>
</ul><h3>Recent Comments</h3><ul></ul><hr />
<p><small>© T for <a href="http://blog.alwayst.info">知易行难,知行合一 (Walk the Talk)</a>, 2011. |
<a href="http://blog.alwayst.info/set-ssl-google-as-the-default-search-engine-when-using-pentadactyl-in-firefox">Permalink</a> |
<a href="http://blog.alwayst.info/set-ssl-google-as-the-default-search-engine-when-using-pentadactyl-in-firefox#comments">No comment</a> 
<br/>
Post tags: <a href="http://blog.alwayst.info/tag/code" rel="tag">code</a>, <a href="http://blog.alwayst.info/tag/firefox" rel="tag">firefox</a>, <a href="http://blog.alwayst.info/tag/google" rel="tag">google</a>, <a href="http://blog.alwayst.info/tag/https" rel="tag">https</a>, <a href="http://blog.alwayst.info/tag/pentadactyl" rel="tag">pentadactyl</a>, <a href="http://blog.alwayst.info/tag/ssl" rel="tag">ssl</a>, <a href="http://blog.alwayst.info/tag/ubuntu" rel="tag">ubuntu</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.alwayst.info/set-ssl-google-as-the-default-search-engine-when-using-pentadactyl-in-firefox/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to fix the problem when Firefox cannot launch in Ubuntu</title>
		<link>http://blog.alwayst.info/how-to-fix-the-problem-when-firefox-cannot-launch-in-ubuntu</link>
		<comments>http://blog.alwayst.info/how-to-fix-the-problem-when-firefox-cannot-launch-in-ubuntu#comments</comments>
		<pubDate>Fri, 25 Mar 2011 16:26:30 +0000</pubDate>
		<dc:creator>T</dc:creator>
				<category><![CDATA[computer]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[study_note]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.alwayst.info/?p=1474</guid>
		<description><![CDATA[I&#8217;ve encountered such problems for several times. I don&#8217;t know why, but it just happens. Bad luck, maybe. First of all, let me describer the syndrome, actually there are two syndromes: After launching the Firefox, the browser returns an error message: firefox is already running, but is not responding&#8230; After launching the Firefox, there&#8217;s totally [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve encountered such problems for several times. I don&#8217;t know why, but it just happens. Bad luck, maybe.</p>
<p>First of all, let me describer the syndrome, actually there are two syndromes:</p>
<ol>
<li>After launching the Firefox, the browser returns an error message:<br />
<blockquote><p><strong>firefox is already running, but is not responding&#8230;</strong></p></blockquote>
</li>
<li>After launching the Firefox, there&#8217;s totally no feedback. At first, the icon will show up, and after a short while, it disappears.</li>
</ol>
<div style="line-height: 150%;">
<h3><strong>So the point is:</strong><strong> how to fix it?</strong></h3>
<p>Of course, everyone knows that you should check the answers which you get from Google. But this time I got no luck, either those guys problems are differ from mine or the answers didn&#8217;t work for me. But at least, you can have a try.</p>
</div>
<div style="line-height: 90%;">
<h4>Solution One:</h4>
<p>Open Terminal (Applications&#8211;Accessories&#8211;Terminal or simply hit Ctrl+Alt+T), enter</p>
<blockquote><p><strong><code>killall firefox-bin</code></strong></p></blockquote>
<p>or</p>
<blockquote><p><strong><code>killall firefox</code></strong></p></blockquote>
<p>then reboot your Firefox.</p>
</div>
<div style="line-height: 120%;">
<h4>Solution Two:</h4>
<p>Unfortunately, solution one didn&#8217;t apply to my problem. So I have to find another one.</p>
<p>Open<strong> Home Folder</strong> (Places&#8211;How Folder), <strong>show all the hidden folders </strong>(you can do it by hit Ctrl+H), find folder named &#8220;<strong>.mozllia</strong>&#8220;, find its sub-folder named &#8220;<strong>firefox</strong>&#8220;, <strong>delete it</strong> and try again.</p>
</div>
<p>Solution Two worked for me, So I hope it will also works for you. Good luck.</p>
<h3>Related Posts</h3><ul><li><a href="http://blog.alwayst.info/set-ssl-google-as-the-default-search-engine-when-using-pentadactyl-in-firefox" title="Set SSL Google as the Default Search Engine when using Pentadactyl in Firefox 2011.08.22">Set SSL Google as the Default Search Engine when using Pentadactyl in Firefox</a>(0)</li>
<li><a href="http://blog.alwayst.info/how-to-install-firefox-4-stable-in-ubuntu-10-04-and-10-10" title="How to install Firefox 4 (Stable) In Ubuntu [10.04 and 10.10] 2011.03.23">How to install Firefox 4 (Stable) In Ubuntu [10.04 and 10.10]</a>(0)</li>
<li><a href="http://blog.alwayst.info/enlarge-the-capacity-of-dropbox" title="Dropbox扩容详尽指南 2010.11.2">Dropbox扩容详尽指南</a>(14)</li>
<li><a href="http://blog.alwayst.info/some-ubuntu-tips" title="Some Ubuntu Tips 2010.10.16">Some Ubuntu Tips</a>(4)</li>
<li><a href="http://blog.alwayst.info/kill_the_processes_that_do_not_respond_in_ubuntu" title="在ubuntu内关闭没有响应的程序 2010.09.14">在ubuntu内关闭没有响应的程序</a>(2)</li>
<li><a href="http://blog.alwayst.info/troubleshoot_the_problem_of_install_dropbox_into_ubuntu" title="ubuntu9.10下安装dropbox出现的一个问题 2010.07.9">ubuntu9.10下安装dropbox出现的一个问题</a>(1)</li>
<li><a href="http://blog.alwayst.info/some_simple_introductions_of_how_to_fuckgfw" title="崂山道士之术 2010.07.7">崂山道士之术</a>(3)</li>
<li><a href="http://blog.alwayst.info/how_to_install_-bin_files_in_ubuntu" title="How to Install .bin Files in Ubuntu 2010.06.1">How to Install .bin Files in Ubuntu</a>(0)</li>
<li><a href="http://blog.alwayst.info/how_to_add_swap_in_ubuntu" title="(译文)如何设置Ubuntu的swap区 2010.05.24">(译文)如何设置Ubuntu的swap区</a>(4)</li>
<li><a href="http://blog.alwayst.info/dual_boot_ubuntu_and_xp" title="安装Ubuntu和XP双系统 2010.05.24">安装Ubuntu和XP双系统</a>(9)</li>
</ul><h3>Recent Comments</h3><ul><li><a class="commentor" href="http://blog.alwayst.info" >T</a> : <a class="comment_content" href="http://blog.alwayst.info/how-to-fix-the-problem-when-firefox-cannot-launch-in-ubuntu#comment-923" title="View the entire comment by T" >@依云 ok, I'll try this next time.</a></li>
<li><a class="commentor" href="http://lilydjwg.is-programmer.com/" >依云</a> : <a class="comment_content" href="http://blog.alwayst.info/how-to-fix-the-problem-when-firefox-cannot-launch-in-ubuntu#comment-922" title="View the entire comment by 依云" >Solution Three (I guess): Delete .parentlock (and ...</a></li>
</ul><hr />
<p><small>© T for <a href="http://blog.alwayst.info">知易行难,知行合一 (Walk the Talk)</a>, 2011. |
<a href="http://blog.alwayst.info/how-to-fix-the-problem-when-firefox-cannot-launch-in-ubuntu">Permalink</a> |
<a href="http://blog.alwayst.info/how-to-fix-the-problem-when-firefox-cannot-launch-in-ubuntu#comments">2 comments</a> 
<br/>
Post tags: <a href="http://blog.alwayst.info/tag/firefox" rel="tag">firefox</a>, <a href="http://blog.alwayst.info/tag/ubuntu" rel="tag">ubuntu</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.alwayst.info/how-to-fix-the-problem-when-firefox-cannot-launch-in-ubuntu/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to install Firefox 4 (Stable) In Ubuntu [10.04 and 10.10]</title>
		<link>http://blog.alwayst.info/how-to-install-firefox-4-stable-in-ubuntu-10-04-and-10-10</link>
		<comments>http://blog.alwayst.info/how-to-install-firefox-4-stable-in-ubuntu-10-04-and-10-10#comments</comments>
		<pubDate>Wed, 23 Mar 2011 01:25:24 +0000</pubDate>
		<dc:creator>T</dc:creator>
				<category><![CDATA[computer]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[study_note]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://blog.alwayst.info/?p=1458</guid>
		<description><![CDATA[Source: How To Install Firefox 4 (Stable) In Ubuntu [10.04 and 10.10] Now Firefox 4 (stable) has finally released, I cannot wait to have a try. Though I use Chrome quite a lot nowadays, Firefox was once my favorite. Somehow it&#8217;s a little bit slow, but it can highly customize, that win my heart, besides, [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Source: <a href="http://digitizor.com/2011/03/23/install-firefox-4-ubuntu-2/" target="_blank">How To Install Firefox 4 (Stable) In Ubuntu [10.04 and 10.10]</a></strong></p>
<p>Now Firefox 4 (stable) has finally released, I cannot wait to have a try. Though I use Chrome quite a lot nowadays, Firefox was once my favorite. Somehow it&#8217;s a little bit slow, but it can highly customize, that win my heart, besides, I&#8217;m quite indulge in&#8221;<a href="http://www.google.com/url?sa=t&amp;source=web&amp;cd=2&amp;ved=0CBwQFjAB&amp;url=https%3A%2F%2Faddons.mozilla.org%2Fen-US%2Ffirefox%2Faddon%2Fpentadactyl%2F&amp;rct=j&amp;q=firefox%20Pentadactyl&amp;ei=v0GJTfu5MMH4cYPoracM&amp;usg=AFQjCNGOylboLaTd01zoIt2IUldT6-rq1A&amp;sig2=GavlLrEcfeUeqM8IFq1Ueg" target="_blank">Pentadactyl</a>&#8220;, an add-on to emulate vim in the browser. Of course, Chrome has the similar extension, &#8220;<a href="https://chrome.google.com/extensions/detail/dbepggeogbaibhgnhhndojpepiihcmeb" target="_blank">Vimium</a>&#8220;, but I suppose  &#8221;<a href="http://www.google.com/url?sa=t&amp;source=web&amp;cd=2&amp;ved=0CBwQFjAB&amp;url=https%3A%2F%2Faddons.mozilla.org%2Fen-US%2Ffirefox%2Faddon%2Fpentadactyl%2F&amp;rct=j&amp;q=firefox%20Pentadactyl&amp;ei=v0GJTfu5MMH4cYPoracM&amp;usg=AFQjCNGOylboLaTd01zoIt2IUldT6-rq1A&amp;sig2=GavlLrEcfeUeqM8IFq1Ueg" target="_blank">Pentadactyl</a>&#8220; is better.</p>
<p>If your OS is other than Ubuntu, you can probably find Firefox installer in <a href="http://www.mozilla.com/en-US/firefox/all.html" target="_blank">this page</a>, download it, click and install, simple and easy. And if you happened to use Ubuntu like me, then follow these steps:</p>
<ol style="line-height: 200%;">
<li> If you are using the development version of Firefox, remove it with the command,<br />
<code><strong>sudo apt-get remove firefox-4.0</strong></code><br />
If you are not using the development version, skip this step.</li>
<li> Now add the Firefox stable PPA.<br />
<code><strong>sudo add-apt-repository ppa:mozillateam/firefox-stable</strong></code></li>
<li>Now update the software list<br />
<code><strong>sudo apt-get update</strong></code></li>
<li> Finally install Firefox 4 with the command.<br />
<code><strong>sudo apt-get install firefox</strong></code><br />
After installation, you will find Firefox under <strong>Applications &gt; Internet &gt; Firefox Web Browser</strong>.</li>
</ol>
<p>Some of the add-ons are not compatible with Firefox 4, such as &#8220;Autoproxy&#8221;, I don&#8217;t know how to fix it now, but I&#8217;m sure with the help Almighty Google, you can find your way.</p>
<p>O.k., let&#8217;s surf.</p>
<h3>Related Posts</h3><ul><li><a href="http://blog.alwayst.info/set-ssl-google-as-the-default-search-engine-when-using-pentadactyl-in-firefox" title="Set SSL Google as the Default Search Engine when using Pentadactyl in Firefox 2011.08.22">Set SSL Google as the Default Search Engine when using Pentadactyl in Firefox</a>(0)</li>
<li><a href="http://blog.alwayst.info/how-to-fix-the-problem-when-firefox-cannot-launch-in-ubuntu" title="How to fix the problem when Firefox cannot launch in Ubuntu 2011.03.26">How to fix the problem when Firefox cannot launch in Ubuntu</a>(2)</li>
<li><a href="http://blog.alwayst.info/under-ubuntu-shortcut-keys-ctrl-s" title="ubuntu下的快捷键--ctrl+s 2009.10.15">ubuntu下的快捷键--ctrl+s</a>(13)</li>
<li><a href="http://blog.alwayst.info/enlarge-the-capacity-of-dropbox" title="Dropbox扩容详尽指南 2010.11.2">Dropbox扩容详尽指南</a>(14)</li>
<li><a href="http://blog.alwayst.info/some-ubuntu-tips" title="Some Ubuntu Tips 2010.10.16">Some Ubuntu Tips</a>(4)</li>
<li><a href="http://blog.alwayst.info/kill_the_processes_that_do_not_respond_in_ubuntu" title="在ubuntu内关闭没有响应的程序 2010.09.14">在ubuntu内关闭没有响应的程序</a>(2)</li>
<li><a href="http://blog.alwayst.info/troubleshoot_the_problem_of_install_dropbox_into_ubuntu" title="ubuntu9.10下安装dropbox出现的一个问题 2010.07.9">ubuntu9.10下安装dropbox出现的一个问题</a>(1)</li>
<li><a href="http://blog.alwayst.info/some_simple_introductions_of_how_to_fuckgfw" title="崂山道士之术 2010.07.7">崂山道士之术</a>(3)</li>
<li><a href="http://blog.alwayst.info/how_to_install_-bin_files_in_ubuntu" title="How to Install .bin Files in Ubuntu 2010.06.1">How to Install .bin Files in Ubuntu</a>(0)</li>
<li><a href="http://blog.alwayst.info/how_to_add_swap_in_ubuntu" title="(译文)如何设置Ubuntu的swap区 2010.05.24">(译文)如何设置Ubuntu的swap区</a>(4)</li>
</ul><h3>Recent Comments</h3><ul></ul><hr />
<p><small>© T for <a href="http://blog.alwayst.info">知易行难,知行合一 (Walk the Talk)</a>, 2011. |
<a href="http://blog.alwayst.info/how-to-install-firefox-4-stable-in-ubuntu-10-04-and-10-10">Permalink</a> |
<a href="http://blog.alwayst.info/how-to-install-firefox-4-stable-in-ubuntu-10-04-and-10-10#comments">No comment</a> 
<br/>
Post tags: <a href="http://blog.alwayst.info/tag/firefox" rel="tag">firefox</a>, <a href="http://blog.alwayst.info/tag/ubuntu" rel="tag">ubuntu</a>, <a href="http://blog.alwayst.info/tag/vim" rel="tag">vim</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.alwayst.info/how-to-install-firefox-4-stable-in-ubuntu-10-04-and-10-10/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>崂山道士之术</title>
		<link>http://blog.alwayst.info/some_simple_introductions_of_how_to_fuckgfw</link>
		<comments>http://blog.alwayst.info/some_simple_introductions_of_how_to_fuckgfw#comments</comments>
		<pubDate>Tue, 06 Jul 2010 16:05:14 +0000</pubDate>
		<dc:creator>T</dc:creator>
				<category><![CDATA[computer]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[study_note]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[GFW]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[翻墙]]></category>

		<guid isPermaLink="false">http://blog.alwayst.info/?p=1216</guid>
		<description><![CDATA[穿墙之术众多，我只谈自己熟悉的。举一反三、勤学善问才是王道： 一、使用在线代理，赛风：http://ifuwocheng.info。这个代理太过出名，众所周知，所以很容易遭到封杀。我发这篇文章的时候应该还能用，过段时间就难说了。 二、使用SSH：首先你要有个SSH的帐号，有心的人总能找到资源，或者舍得出钱。如果觉得麻烦，看到这里就可以跳过了。拿到SSH帐号后，也要分好多情况：主要是你所使用的浏览器和操作系统，如果你用*unix，那么我默认你为高手，也就不再赘述。这里主要谈Windows，首先推荐使用tunnelier，别问为什么，大家都说好，你用熟以后自然可以自主地进行再选择。下载地址:这里。界面如下： Host：添你申请空间的域名或ip Port：一般是22，特殊情况空间提供商应该会告知你 Username：你懂的 Initial method：选Password，后下方会出来空格给你填密码。 然后点Login，正常情况就能连上SSH了。 接下来讨论浏览器： 1、Chrome： 用Proxy Switchy。安装地址：这里。设置界面如下： New Profile&#8211;Profile Name随便填－－SOCKS Host: 127.0.0.1 Port: 7070&#8211;选择SOCKS v5&#8211;再选择Switch Rules标签 勾选 Enable Switch Rules 然后勾选 Online Rule List，在Online Rule List 下面填写 http://autoproxy-gfwlist.googlecode.com/svn/trunk/gfwlist.txt 后面下拉列表框选择你前面命名的Profile Name，勾选 AutoProxy Compatible List，然后Save，大功告成。 2、Firefox： 用AutoProxy，安装地址：这里。 添加一项，名字随意，proxy host: 127.0.0.1  port:7070，选择socks5 选择刚才命名的代理名字 选择gfwLists。OK，完成。 3、IE Internet选项&#8211;局域网设置&#8211;勾选“为LAN使用代理服务器”&#8211;地址：127.0.0.1 端口:7070&#8211;OK，完成 看上去好像IE简单点，其实是因为它只能选择全局代理，无论看什么网页（即使没有被墙），都走SSH通道，效率上是大打折扣的。而且SSH主机一般在国外，借道国外的话很多优酷、土豆的视频因为版权问题都不会给你看的哟，兲朝真是太狡猾了。。。而Chrome和Firefox在使用了上述插件后可以自动选择是否走SSH通道，并可以由用户自定义，这当然要好的多。而且如果你希望全局代理，在Chrome和Firefox中也完全做得到。因为实际意义不大，这里就不介绍了。 Related PostsDropbox扩容详尽指南(14) ucweb英文版(2) Troubleshoot : about tor(2) https and Google [...]]]></description>
			<content:encoded><![CDATA[<p>穿墙之术众多，我只谈自己熟悉的。举一反三、勤学善问才是王道：</p>
<p>一、使用在线代理，赛风：http://ifuwocheng.info。这个代理太过出名，众所周知，所以很容易遭到封杀。我发这篇文章的时候应该还能用，过段时间就难说了。</p>
<p>二、使用SSH：首先你要有个SSH的帐号，有心的人总能找到资源，或者舍得出钱。如果觉得麻烦，看到这里就可以跳过了。拿到SSH帐号后，也要分好多情况：主要是你所使用的浏览器和操作系统，如果你用*unix，那么我默认你为高手，也就不再赘述。这里主要谈Windows，首先推荐使用tunnelier，别问为什么，大家都说好，你用熟以后自然可以自主地进行再选择。下载地址:<a href="http://www.bitvise.com/files/tunnelier-login.png" target="_blank">这里</a>。界面如下：</p>
<p><img title="tunnlier" src="http://www.bitvise.com/files/tunnelier-login.png" alt="" width="517" height="419" /></p>
<div>Host：添你申请空间的域名或ip</div>
<div>Port：一般是22，特殊情况空间提供商应该会告知你</div>
<div>Username：你懂的</div>
<div>Initial method：选Password，后下方会出来空格给你填密码。</div>
<div>然后点Login，正常情况就能连上SSH了。</div>
<div>接下来讨论浏览器：</div>
<h5>1、Chrome：</h5>
<p>用Proxy Switchy。安装地址：<a href="https://chrome.google.com/extensions/detail/caehdcpeofiiigpdhbabniblemipncjj" target="_blank">这里</a>。设置界面如下：</p>
<div><img title="switchy1" src="https://chrome.google.com/extensions/img/caehdcpeofiiigpdhbabniblemipncjj/1276479284.08/screenshot/15002" alt="" width="410" height="316" /></div>
<div>New Profile&#8211;Profile Name随便填－－SOCKS Host: 127.0.0.1 Port: 7070&#8211;选择SOCKS v5&#8211;再选择Switch Rules标签</div>
<div><img title="switchy2" src="https://chrome.google.com/extensions/img/caehdcpeofiiigpdhbabniblemipncjj/1276479284.08/screenshot/16001" alt="" width="409" height="264" /></div>
<div>
<div>勾选 Enable Switch Rules 然后勾选 Online Rule List，在Online Rule List 下面填写 <a href="http://autoproxy-gfwlist.googlecode.com/svn/trunk/gfwlist.txt" target="_blank">http://autoproxy-gfwlist.googlecode.com/svn/trunk/gfwlist.txt</a> 后面下拉列表框选择你前面命名的Profile Name，勾选 AutoProxy Compatible List，然后Save，大功告成。</div>
<div></div>
<h5>2、Firefox：</h5>
<p>用AutoProxy，安装地址：<a href="https://addons.mozilla.org/en-US/firefox/addon/11009/" target="_blank">这里</a>。</p>
<p><img title="autoproxy1" src="https://addons.mozilla.org/img/uploads/previews/thumbs/30/30340.png?modified=1236572000" alt="" width="200" height="121" /></p>
<p>添加一项，名字随意，proxy host: 127.0.0.1  port:7070，选择socks5</p>
<p><img title="autoproxy2" src="https://addons.mozilla.org/img/uploads/previews/thumbs/30/30339.png?modified=1236571979" alt="" width="200" height="101" /></p>
<p>选择刚才命名的代理名字</p>
<p><img title="autoproxy3" src="https://addons.mozilla.org/img/uploads/previews/thumbs/30/30337.png?modified=1236571621" alt="" width="200" height="140" /></p>
<p>选择gfwLists。OK，完成。</p>
<h5>3、IE</h5>
<p>Internet选项&#8211;局域网设置&#8211;勾选“为LAN使用代理服务器”&#8211;地址：127.0.0.1 端口:7070&#8211;OK，完成</p>
<p>看上去好像IE简单点，其实是因为它只能选择全局代理，无论看什么网页（即使没有被墙），都走SSH通道，效率上是大打折扣的。而且SSH主机一般在国外，借道国外的话很多优酷、土豆的视频因为版权问题都不会给你看的哟，兲朝真是太狡猾了。。。而Chrome和Firefox在使用了上述插件后可以自动选择是否走SSH通道，并可以由用户自定义，这当然要好的多。而且如果你希望全局代理，在Chrome和Firefox中也完全做得到。因为实际意义不大，这里就不介绍了。</p>
</div>
<h3>Related Posts</h3><ul><li><a href="http://blog.alwayst.info/enlarge-the-capacity-of-dropbox" title="Dropbox扩容详尽指南 2010.11.2">Dropbox扩容详尽指南</a>(14)</li>
<li><a href="http://blog.alwayst.info/ucweb-e8-8b-b1-e6-96-87-e7-89-88" title="ucweb英文版 2009.09.2">ucweb英文版</a>(2)</li>
<li><a href="http://blog.alwayst.info/troubleshoot-about-tor" title="Troubleshoot : about tor 2009.07.27">Troubleshoot : about tor</a>(2)</li>
<li><a href="http://blog.alwayst.info/how_to_use_https_for_google_search" title="https and Google search 2010.03.31">https and Google search</a>(6)</li>
<li><a href="http://blog.alwayst.info/ubuntu-achieve-ssh-automatic-re-connection" title="ubuntu下实现ssh自动重连 2009.12.19">ubuntu下实现ssh自动重连</a>(15)</li>
<li><a href="http://blog.alwayst.info/congratulations-hootsuite" title="恭喜HootSuite 2009.11.23">恭喜HootSuite</a>(1)</li>
<li><a href="http://blog.alwayst.info/ubuntu-using-ssh" title="Ubuntu下使用SSH 2009.11.10">Ubuntu下使用SSH</a>(5)</li>
<li><a href="http://blog.alwayst.info/%e4%bd%93%e9%aa%8c%e8%a2%ab%e5%a2%99%ef%bc%88%e7%bb%88%e7%af%87%ef%bc%89" title="体验被墙（终篇） 2009.08.25">体验被墙（终篇）</a>(12)</li>
<li><a href="http://blog.alwayst.info/%e4%bd%93%e9%aa%8c%e8%a2%ab%e5%a2%99%ef%bc%88%e7%bb%ad%e4%ba%8c%ef%bc%89" title="体验被墙（续二） 2009.08.15">体验被墙（续二）</a>(3)</li>
<li><a href="http://blog.alwayst.info/%e4%bd%93%e9%aa%8c%e8%a2%ab%e5%a2%99%ef%bc%88%e7%bb%ad%e4%b8%80%ef%bc%89" title="体验被墙（续一） 2009.08.14">体验被墙（续一）</a>(5)</li>
</ul><h3>Recent Comments</h3><ul><li><a class="commentor" href="http://blog.alwayst.info" >T</a> : <a class="comment_content" href="http://blog.alwayst.info/some_simple_introductions_of_how_to_fuckgfw#comment-638" title="View the entire comment by T" >@Afio  
VPN用过一小段时间好像也还不错，现在SSH用着顺手也就不做其他尝试了。其实多了解...</a></li>
<li><a class="commentor" href="http://yun.be" >Afio</a> : <a class="comment_content" href="http://blog.alwayst.info/some_simple_introductions_of_how_to_fuckgfw#comment-635" title="View the entire comment by Afio" >试过一次SSH+FF没搞定，后来用的 Packetix VPN(挺不错的,有客户端,设置简单,不过是...</a></li>
</ul><hr />
<p><small>© T for <a href="http://blog.alwayst.info">知易行难,知行合一 (Walk the Talk)</a>, 2010. |
<a href="http://blog.alwayst.info/some_simple_introductions_of_how_to_fuckgfw">Permalink</a> |
<a href="http://blog.alwayst.info/some_simple_introductions_of_how_to_fuckgfw#comments">3 comments</a> 
<br/>
Post tags: <a href="http://blog.alwayst.info/tag/chrome" rel="tag">chrome</a>, <a href="http://blog.alwayst.info/tag/firefox" rel="tag">firefox</a>, <a href="http://blog.alwayst.info/tag/gfw" rel="tag">GFW</a>, <a href="http://blog.alwayst.info/tag/software" rel="tag">software</a>, <a href="http://blog.alwayst.info/tag/ssh" rel="tag">ssh</a>, <a href="http://blog.alwayst.info/tag/%e7%bf%bb%e5%a2%99" rel="tag">翻墙</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.alwayst.info/some_simple_introductions_of_how_to_fuckgfw/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>如何启用Sidewiki</title>
		<link>http://blog.alwayst.info/how-do-i-enable-sidewiki</link>
		<comments>http://blog.alwayst.info/how-do-i-enable-sidewiki#comments</comments>
		<pubDate>Tue, 10 Nov 2009 16:04:45 +0000</pubDate>
		<dc:creator>T</dc:creator>
				<category><![CDATA[computer]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[study_note]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[sidewiki]]></category>

		<guid isPermaLink="false">http://blog.alwayst.info/?p=829</guid>
		<description><![CDATA[sidewiki是google推出的一项服务，不了解的请google，不想了解的请去打酱油。这个服务也有段时间了，本来没怎么用过，这几天心情好，就随便装了一下，结果失败了。由于是需要装在google工具栏上，我都没google就猜到问题出在语言版本上（我的firefox和Google工具栏都是中文版），话说国外的服务中文版的很多不支持，外国服务的设置中文版也没有。据说firefox是不能切换成英文版的，只能重装，但通过修改一些设置，可以把google工具栏变成英文版的，挺神奇的。好，那么开工： Firefox地址栏里键入&#8220;about:config&#8221;，不包括引号。 点击“我保证会小心” 过滤器里键入&#8220;general.useragent.locale&#8220;，不包括引号。 修改属性为&#8220;us-EN&#8220;，不包括引号。 重启浏览器。 再重启浏览器。（是的，你没看错，我试了两台机器，都是要重启两遍google工具栏才变成英文版的，原因不明。） 现在再安装sidewiki就行了，重启后google工具栏会出现sidewiki的图标，在适当的网页里就可以添加自己的评注了。 Related PostsSet SSL Google as the Default Search Engine when using Pentadactyl in Firefox(0) How to fix the problem when Firefox cannot launch in Ubuntu(2) How to install Firefox 4 (Stable) In Ubuntu [10.04 and 10.10](0) Omnibar的其他应用(4) 在Chrome浏览器地址栏(Omnibar)中使用"I Feel Lucky"(0) 更改Chrome浏览器地址栏(Omnibar)的默认搜索引擎(1) Call phones from Gmail(2) 崂山道士之术(3) https [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.google.com/sidewiki/intl/en/index.html" target="_blank"><img class="alignnone" src="http://www.google.com/images/logos/sidewiki_logo.gif" alt="" width="194" height="40" /></a></p>
<p>sidewiki是google推出的一项服务，不了解的请<a href="http://www.google.com/sidewiki/intl/en/learnmore.html" target="_blank">google</a>，不想了解的请去打酱油。这个服务也有段时间了，本来没怎么用过，这几天心情好，就随便装了一下，结果失败了。由于是需要装在google工具栏上，我都没google就猜到问题出在语言版本上（我的firefox和Google工具栏都是中文版），话说国外的服务中文版的很多不支持，外国服务的设置中文版也没有。据说firefox是不能切换成英文版的，只能重装，但通过修改一些设置，可以把google工具栏变成英文版的，挺神奇的。好，那么开工：</p>
<ol>
<li>Firefox地址栏里键入<strong>&#8220;about:config&#8221;</strong>，不包括引号。</li>
<li>点击“我保证会小心”</li>
<li>过滤器里键入<strong><strong>&#8220;</strong>general.useragent.locale<strong>&#8220;</strong></strong>，不包括引号。</li>
<li>修改属性为<strong><strong>&#8220;us-EN</strong><strong>&#8220;</strong></strong>，不包括引号。</li>
<li>重启浏览器。</li>
<li><strong>再重启浏览器</strong>。（是的，你没看错，我试了两台机器，都是要重启两遍google工具栏才变成英文版的，原因不明。）</li>
</ol>
<p>现在再安装<a href="http://www.google.com/sidewiki/intl/en/install.html" target="_blank">sidewiki</a>就行了，重启后google工具栏会出现sidewiki的图标，在适当的网页里就可以添加自己的评注了。</p>
<h3>Related Posts</h3><ul><li><a href="http://blog.alwayst.info/set-ssl-google-as-the-default-search-engine-when-using-pentadactyl-in-firefox" title="Set SSL Google as the Default Search Engine when using Pentadactyl in Firefox 2011.08.22">Set SSL Google as the Default Search Engine when using Pentadactyl in Firefox</a>(0)</li>
<li><a href="http://blog.alwayst.info/how-to-fix-the-problem-when-firefox-cannot-launch-in-ubuntu" title="How to fix the problem when Firefox cannot launch in Ubuntu 2011.03.26">How to fix the problem when Firefox cannot launch in Ubuntu</a>(2)</li>
<li><a href="http://blog.alwayst.info/how-to-install-firefox-4-stable-in-ubuntu-10-04-and-10-10" title="How to install Firefox 4 (Stable) In Ubuntu [10.04 and 10.10] 2011.03.23">How to install Firefox 4 (Stable) In Ubuntu [10.04 and 10.10]</a>(0)</li>
<li><a href="http://blog.alwayst.info/something-about-omnibar" title="Omnibar的其他应用 2011.01.5">Omnibar的其他应用</a>(4)</li>
<li><a href="http://blog.alwayst.info/use-i-feel-lucky-function-in-omnibar" title="在Chrome浏览器地址栏(Omnibar)中使用"I Feel Lucky" 2010.12.29">在Chrome浏览器地址栏(Omnibar)中使用"I Feel Lucky"</a>(0)</li>
<li><a href="http://blog.alwayst.info/let-omnibar-send-you-to-the-right-country-redirection" title="更改Chrome浏览器地址栏(Omnibar)的默认搜索引擎 2010.12.28">更改Chrome浏览器地址栏(Omnibar)的默认搜索引擎</a>(1)</li>
<li><a href="http://blog.alwayst.info/call-phones-from-gmail" title="Call phones from Gmail 2010.08.27">Call phones from Gmail</a>(2)</li>
<li><a href="http://blog.alwayst.info/some_simple_introductions_of_how_to_fuckgfw" title="崂山道士之术 2010.07.7">崂山道士之术</a>(3)</li>
<li><a href="http://blog.alwayst.info/how_to_use_https_for_google_search" title="https and Google search 2010.03.31">https and Google search</a>(6)</li>
<li><a href="http://blog.alwayst.info/a_new_approach_to_china_an_update" title="(译文)A new approach to China: an update 2010.03.23">(译文)A new approach to China: an update</a>(2)</li>
</ul><h3>Recent Comments</h3><ul><li><a class="commentor" href="http://" >T</a> : <a class="comment_content" href="http://blog.alwayst.info/how-do-i-enable-sidewiki#comment-322" title="View the entire comment by T" >@尹元勇  
暂时没觉得这个功能有多强大，最多是有些好玩而已。</a></li>
<li><a class="commentor" href="" >尹元勇</a> : <a class="comment_content" href="http://blog.alwayst.info/how-do-i-enable-sidewiki#comment-321" title="View the entire comment by 尹元勇" >google了一下，但还是不太明白Sidewiki的具体功能。困了，明天再说……</a></li>
<li><a class="commentor" href="http://" >T</a> : <a class="comment_content" href="http://blog.alwayst.info/how-do-i-enable-sidewiki#comment-320" title="View the entire comment by T" >@Showfom  
这次就先帮你加上。。哈哈</a></li>
<li><a class="commentor" href="http://" >T</a> : <a class="comment_content" href="http://blog.alwayst.info/how-do-i-enable-sidewiki#comment-319" title="View the entire comment by T" >@Showfom  
哈哈，我还以为你来搞笑的呢。下次留言如果还这么有思维夸距的话，记得自己加个链...</a></li>
<li><a class="commentor" href="http://" >T</a> : <a class="comment_content" href="http://blog.alwayst.info/how-do-i-enable-sidewiki#comment-318" title="View the entire comment by T" >@Showfom  
你确定孩子是我的吗？</a></li>
</ul><hr />
<p><small>© T for <a href="http://blog.alwayst.info">知易行难,知行合一 (Walk the Talk)</a>, 2009. |
<a href="http://blog.alwayst.info/how-do-i-enable-sidewiki">Permalink</a> |
<a href="http://blog.alwayst.info/how-do-i-enable-sidewiki#comments">6 comments</a> 
<br/>
Post tags: <a href="http://blog.alwayst.info/tag/firefox" rel="tag">firefox</a>, <a href="http://blog.alwayst.info/tag/google" rel="tag">google</a>, <a href="http://blog.alwayst.info/tag/sidewiki" rel="tag">sidewiki</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.alwayst.info/how-do-i-enable-sidewiki/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

