<?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; google</title>
	<atom:link href="http://blog.alwayst.info/tag/google/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>Omnibar的其他应用</title>
		<link>http://blog.alwayst.info/something-about-omnibar</link>
		<comments>http://blog.alwayst.info/something-about-omnibar#comments</comments>
		<pubDate>Wed, 05 Jan 2011 14:10:27 +0000</pubDate>
		<dc:creator>T</dc:creator>
				<category><![CDATA[google]]></category>
		<category><![CDATA[study_note]]></category>
		<category><![CDATA[omnibar]]></category>

		<guid isPermaLink="false">http://blog.alwayst.info/?p=1427</guid>
		<description><![CDATA[先前也有几篇文章提到了Omnibar的应用，分别在这里和这里，这里介绍一下其他的应用，因为这方面的应用都比较雷同，如果以后再有相关的文章就一并更新到这里。 一、Omnibar中调用Google Dictionary查询单词： 打开 Search Engines 面板 (右键点击Omnibar选择 Edit Search Engines… ) 点击 Add 新建一个搜索引擎 Name 随意，可以取 Google Dictionary Keyword 也随意，但这个字段会在今后的搜索中经常用到，所以建议取得简洁又好记，我用的是 dic URL 设置成： http://www.google.com/dictionary?langpair=en&#124;zh-cn&#38;q=%s 点击 OK 现在在 Omnibar 中先键入先前设定好的 dic ，然后按照提示按 Tab 键，地址栏最前面会显示 &#8220;Search Dictionary:&#8220; ，现在再键入单词就直接跳出Google Dictionary的内容了。 二、Omnibar中添加Google Canlendar事件： （这个应用参考了谷奥的文章，具体在这里） 打开 Search Engines 面板 (右键点击Omnibar选择 Edit Search Engines… ) 点击 Add 新建一个搜索引擎 Name 随意，可以取 Add Google Calendar Events Keyword 也随意，但这个字段会在今后的搜索中经常用到，所以建议取得简洁又好记，我用的是 cal URL 设置成： http://www.google.com/calendar/event?ctext=+%s+&#38;action=TEMPLATE&#38;pprop=HowCreated%3AQUICKADD [...]]]></description>
			<content:encoded><![CDATA[<p>先前也有几篇文章提到了Omnibar的应用，分别在<a href="http://blog.alwayst.info/let-omnibar-send-you-to-the-right-country-redirection" target="_blank">这里</a>和<a href="http://blog.alwayst.info/use-i-feel-lucky-function-in-omnibar" target="_blank">这里</a>，这里介绍一下其他的应用，因为这方面的应用都比较雷同，如果以后再有相关的文章就一并更新到这里。</p>
<ul>
<h3>一、Omnibar中调用Google Dictionary查询单词：</h3>
</ul>
<ol>
<li>打开 <strong>Search Engines</strong> 面板 (右键点击Omnibar选择 <strong>Edit Search Engines…</strong> )</li>
<li>点击 <strong>Add</strong> 新建一个搜索引擎</li>
<li><strong>Name</strong> 随意，可以取 <strong>Google Dictionary</strong></li>
<li><strong><strong>Keyword</strong> </strong>也随意，但这个字段会在今后的搜索中经常用到，所以建议取得简洁又好记，我用的是 <strong>dic</strong></li>
<li><strong>URL</strong> 设置成：<br />
<blockquote><p><strong><a rel="nofollow" href="http://www.google.com/dictionary?langpair=en">http://www.google.com/dictionary?langpair=en</a>|zh-cn&amp;q=%s</strong></p></blockquote>
</li>
<li>点击 <strong>OK</strong></li>
<li>现在在 Omnibar 中先键入先前设定好的 <strong>dic </strong>，然后按照提示<strong>按 Tab 键</strong>，地址栏最前面会显示 &#8220;<strong>Search Dictionary:</strong>&#8220; ，现在再键入单词就直接跳出Google Dictionary的内容了。</li>
</ol>
<ul>
<h3>二、Omnibar中添加Google Canlendar事件：</h3>
<p><strong> （这个应用参考了谷奥的文章，具体在<a href="http://www.guao.hk/posts/add-events-to-google-calendar-from-your-browsers-address-bar.html" target="_blank">这里</a>） </strong></ul>
<ol>
<li>打开 <strong>Search Engines</strong> 面板 (右键点击Omnibar选择 <strong>Edit Search Engines…</strong> )</li>
<li>点击 <strong>Add</strong> 新建一个搜索引擎</li>
<li><strong>Name</strong> 随意，可以取 <strong>Add G</strong><strong>oogle Calendar Events</strong></li>
<li><strong><strong>Keyword</strong> </strong>也随意，但这个字段会在今后的搜索中经常用到，所以建议取得简洁又好记，我用的是 <strong>cal</strong></li>
<li><strong>URL</strong> 设置成：<br />
<blockquote><p><strong><a href="https://www.google.com/reader/view/?hl=en&amp;tab=wy" target="_blank">http://www.google.com/calendar/event?ctext=+%s+&amp;action=TEMPLATE&amp;pprop=HowCreated%3AQUICKADD</a></strong></p></blockquote>
</li>
<li>点击 <strong>OK</strong></li>
<li>现在在 Omnibar 中先键入先前设定好的 <strong>cal </strong>，然后按照提示<strong>按 Tab 键</strong>，地址栏最前面会显示 &#8220;<strong>Search Add Google Calendar Events:</strong>&#8220; ，现在再键入随意内容就可以直接跳出Google Calendar的事件添加页面。如果你添加的形式诸如：<br />
<blockquote><p>[keyword] play starcraft 5pm tomorrow</p></blockquote>
<p>或者</p>
<blockquote><p>[keyword] play starcraft19:00 12/24</p></blockquote>
<p>那么在Google Calendar的事件添加页面中连时间也会一并加入。</li>
</ol>
<h3>Related Posts</h3><ul><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/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/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/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>
<li><a href="http://blog.alwayst.info/how_to_delete_google_bookmarks" title="Google Bookmarks 无法删除的问题 2010.03.10">Google Bookmarks 无法删除的问题</a>(0)</li>
<li><a href="http://blog.alwayst.info/translation_5_buzz_tips" title="(译文)5 Buzz tips 2010.02.19">(译文)5 Buzz tips</a>(1)</li>
<li><a href="http://blog.alwayst.info/be_fooled_by_a_phishing_website" title="被耻辱地钓鱼了 2010.02.13">被耻辱地钓鱼了</a>(0)</li>
<li><a href="http://blog.alwayst.info/stop_google_buzz_leaking_your_privacy" title="Stop Google Buzz Leaking Your Privacy 2010.02.12">Stop Google Buzz Leaking Your Privacy</a>(1)</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/something-about-omnibar#comment-877" title="View the entire comment by T" >@依云 听上去确实更好，呵呵。</a></li>
<li><a class="commentor" href="http://lilydjwg.is-programmer.com/" >依云</a> : <a class="comment_content" href="http://blog.alwayst.info/something-about-omnibar#comment-875" title="View the entire comment by 依云" >@T 如果是搜索的话，直接在搜索框点右键添加关键字就可以了。自定义的话才需要自己填URL。用的时候直...</a></li>
<li><a class="commentor" href="http://blog.alwayst.info" >T</a> : <a class="comment_content" href="http://blog.alwayst.info/something-about-omnibar#comment-874" title="View the entire comment by T" >@依云 俄。。是吗？火狐的awesome bar咯？一样要设置的吧</a></li>
<li><a class="commentor" href="http://lilydjwg.is-programmer.com/" >依云</a> : <a class="comment_content" href="http://blog.alwayst.info/something-about-omnibar#comment-873" title="View the entire comment by 依云" >没火狐的方便啊。</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/something-about-omnibar">Permalink</a> |
<a href="http://blog.alwayst.info/something-about-omnibar#comments">4 comments</a> 
<br/>
Post tags: <a href="http://blog.alwayst.info/tag/google" rel="tag">google</a>, <a href="http://blog.alwayst.info/tag/omnibar" rel="tag">omnibar</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.alwayst.info/something-about-omnibar/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>在Chrome浏览器地址栏(Omnibar)中使用&#8221;I Feel Lucky&#8221;</title>
		<link>http://blog.alwayst.info/use-i-feel-lucky-function-in-omnibar</link>
		<comments>http://blog.alwayst.info/use-i-feel-lucky-function-in-omnibar#comments</comments>
		<pubDate>Wed, 29 Dec 2010 14:18:02 +0000</pubDate>
		<dc:creator>T</dc:creator>
				<category><![CDATA[google]]></category>
		<category><![CDATA[study_note]]></category>
		<category><![CDATA[omnibar]]></category>

		<guid isPermaLink="false">http://blog.alwayst.info/?p=1405</guid>
		<description><![CDATA[我这个人有书签洁癖，太常用、太普通的网站我一般是不会放入书签栏的。但有的常用网站，网址相当难记，典型的就是“支付宝”。我一般会在Omnibar中直接打 &#8220;zhifubao&#8221; 搜索，然后在结果页面中打开支付宝的网站。这样其实是有些繁琐的，我们都知道在Google网站上有一个&#8221;I Feel Lucky&#8221;的功能，搜索时可以直接打开结果页面的第一个网站。那么这个功能如果能直接在Omnibar中实现不是很好吗？于是我找了一下，又是在Google Chrome的帮助论坛上找到了答案，参考页面在这里。具体实现方法如下： 打开 Search Engines 面板 (右键点击Omnibar选择 Edit Search Engines… ) 点击 Add 新建一个搜索引擎 Name 随意，可以取 I Feel Lucky Keyword 也随意，但这个字段会在今后的搜索中经常用到，所以建议取得简洁又好记，我用的是 gg URL 设置成： http://www.google.com/search?source=ig&#38;hl=en&#38;rlz=1G1GGLQ_ENUS264&#38;q=%s&#38;btnI=I%27m+Feeling+Lucky 点击 OK 现在在 Omnibar 中先键入先前设定好的 gg ，然后按照提示按 Tab 键，Omnibar变样了吧？地址栏最前面会显示 &#8220;Search I Feel Lucky:&#8220; ，现在再键入随便什么内容就能直接打开结果页面的第一条记录地址了。 Related PostsOmnibar的其他应用(4) 更改Chrome浏览器地址栏(Omnibar)的默认搜索引擎(1) Set SSL Google as the Default Search Engine when using Pentadactyl in Firefox(0) Call phones [...]]]></description>
			<content:encoded><![CDATA[<p>我这个人有书签洁癖，太常用、太普通的网站我一般是不会放入书签栏的。但有的常用网站，网址相当难记，典型的就是“<strong>支付宝</strong>”。我一般会在Omnibar中直接打 &#8220;<strong>zhifubao</strong>&#8221; 搜索，然后在结果页面中打开支付宝的网站。这样其实是有些繁琐的，我们都知道在Google网站上有一个&#8221;I Feel Lucky&#8221;的功能，搜索时可以直接打开结果页面的第一个网站。那么这个功能如果能直接在Omnibar中实现不是很好吗？于是我找了一下，又是在Google Chrome的帮助论坛上找到了答案，参考页面在<a href="http://www.google.com/support/forum/p/Chrome/thread?tid=7edd6d39f92d7ee5&amp;hl=en" target="_blank">这里</a>。具体实现方法如下：</p>
<ol>
<li>打开 <strong>Search Engines</strong> 面板 (右键点击Omnibar选择 <strong>Edit Search Engines…</strong> )</li>
<li>点击 <strong>Add</strong> 新建一个搜索引擎</li>
<li><strong>Name</strong> 随意，可以取 <strong>I Feel Lucky</strong></li>
<li><strong><strong>Keyword</strong> </strong>也随意，但这个字段会在今后的搜索中经常用到，所以建议取得简洁又好记，我用的是 <strong>gg</strong></li>
<li><strong>URL</strong> 设置成：<br />
<blockquote><p><strong>http://www.google.com/search?source=ig&amp;hl=en&amp;rlz=1G1GGLQ_ENUS264&amp;q=%s&amp;btnI=I%27m+Feeling+Lucky</strong></p></blockquote>
</li>
<li>点击 <strong>OK</strong></li>
<li>现在在 Omnibar 中先键入先前设定好的 <strong>gg </strong>，然后按照提示<strong>按 Tab 键</strong>，Omnibar变样了吧？地址栏最前面会显示 &#8220;<strong>Search I Feel Lucky:</strong>&#8220; ，现在再键入随便什么内容就能直接打开结果页面的第一条记录地址了。</li>
</ol>
<h3>Related Posts</h3><ul><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/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/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/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/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>
<li><a href="http://blog.alwayst.info/how_to_delete_google_bookmarks" title="Google Bookmarks 无法删除的问题 2010.03.10">Google Bookmarks 无法删除的问题</a>(0)</li>
<li><a href="http://blog.alwayst.info/translation_5_buzz_tips" title="(译文)5 Buzz tips 2010.02.19">(译文)5 Buzz tips</a>(1)</li>
<li><a href="http://blog.alwayst.info/be_fooled_by_a_phishing_website" title="被耻辱地钓鱼了 2010.02.13">被耻辱地钓鱼了</a>(0)</li>
<li><a href="http://blog.alwayst.info/stop_google_buzz_leaking_your_privacy" title="Stop Google Buzz Leaking Your Privacy 2010.02.12">Stop Google Buzz Leaking Your Privacy</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>, 2010. |
<a href="http://blog.alwayst.info/use-i-feel-lucky-function-in-omnibar">Permalink</a> |
<a href="http://blog.alwayst.info/use-i-feel-lucky-function-in-omnibar#comments">No comment</a> 
<br/>
Post tags: <a href="http://blog.alwayst.info/tag/google" rel="tag">google</a>, <a href="http://blog.alwayst.info/tag/omnibar" rel="tag">omnibar</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.alwayst.info/use-i-feel-lucky-function-in-omnibar/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>更改Chrome浏览器地址栏(Omnibar)的默认搜索引擎</title>
		<link>http://blog.alwayst.info/let-omnibar-send-you-to-the-right-country-redirection</link>
		<comments>http://blog.alwayst.info/let-omnibar-send-you-to-the-right-country-redirection#comments</comments>
		<pubDate>Tue, 28 Dec 2010 15:54:43 +0000</pubDate>
		<dc:creator>T</dc:creator>
				<category><![CDATA[google]]></category>
		<category><![CDATA[study_note]]></category>
		<category><![CDATA[omnibar]]></category>

		<guid isPermaLink="false">http://blog.alwayst.info/?p=1398</guid>
		<description><![CDATA[Chrome的Omnibar可以直接拿来当搜索栏用，这早就是个稀松平常的事情了，不过在不同的电脑上使用下来还是略有不同。有的电脑上在Omnibar里搜索给出的是google.com的搜索结果，而有的却把我重定向(redirect)到google.com.hk，给出的自然是中文搜索结果。介于中文世界中的搜索结果常年不给力，我个人还是更倾向于使用英文。所以如何更改Omnibar搜索时的重定向成了我的一个问题。最后在Chrome的帮助论坛里找到了一些参考，原文在这里。具体方法是： 打开 Search Engines 面板 (右键点击Omnibar选择 Edit Search Engines&#8230; ) 选择 Google , 然后点击 Edit 把 URL 字段中的文字全部拷贝下来，应该是下面的样子： {google:baseURL}search?{google:RLZ}{google:acceptedSuggestion}{google:originalQueryForSuggestion}sourceid=chrome&#38;ie={inputEncoding}&#38;q=%s 关闭窗口，然后点击 Add 新建一个搜索引擎 Name 随便取，比如：Google/ncr Keyword 也随便取，比如：ncr URL 字段里把你刚才拷贝的内容粘贴进来，但是要把其中的 {google.baseURL} 改掉，一般改成 http://www.google.com 即可，即如下形式： http://www.google.com/search?{google:RLZ}{google:acceptedSuggestion}{google:originalQueryForSuggestion}sourceid=chrome&#38;ie={inputEncoding}&#38;q=%s 当然，你也可以改成其它形式，如果想默认使用英国的Google搜索引擎，就把 {google.baseURL} 改成 http://www.google.co.uk ，其他的大家可以举一反三，以此类推。 点击 OK 在 Search Engines 面板里找到你刚刚添加的搜索引擎，选择它，再点击 Make Default 点击 Close 点击Chrome浏览器右上角扳手，然后找到 Preference 进入后在 Default Search 中同样选择你刚才设置的搜索引擎的名字。 关闭窗口 O.K.，现在在Omnibar里搜索时给出的搜索结果都是google.com引擎的，不会再发生跳转的现象。 p.s: 发现有一个问题，用Google自家的 &#8220;Highlight to [...]]]></description>
			<content:encoded><![CDATA[<p>Chrome的Omnibar可以直接拿来当搜索栏用，这早就是个稀松平常的事情了，不过在不同的电脑上使用下来还是略有不同。有的电脑上在Omnibar里搜索给出的是google.com的搜索结果，而有的却把我重定向(redirect)到google.com.hk，给出的自然是中文搜索结果。介于中文世界中的搜索结果常年不给力，我个人还是更倾向于使用英文。所以如何更改Omnibar搜索时的重定向成了我的一个问题。最后在Chrome的帮助论坛里找到了一些参考，原文在<a href="http://www.google.com/support/forum/p/Chrome/thread?tid=46e62f590c874f5a&amp;hl=en" target="_blank">这里</a>。具体方法是：</p>
<ol>
<li>打开 <strong>Search Engines</strong> 面板 (右键点击Omnibar选择 <strong>Edit Search Engines&#8230;</strong> )</li>
<li>选择 <strong>Google </strong>, 然后点击 <strong>Edit</strong></li>
<li>把 <strong>URL</strong> 字段中的文字全部拷贝下来，应该是下面的样子：<br />
<blockquote><p><strong>{google:baseURL}search?{google:RLZ}{google:acceptedSuggestion}{google:originalQueryForSuggestion}sourceid=chrome&amp;ie={inputEncoding}&amp;q=%s</strong></p></blockquote>
</li>
<li>关闭窗口，然后点击 <strong>Add</strong> 新建一个搜索引擎</li>
<li> <strong>Name</strong> 随便取，比如：Google/ncr</li>
<li><strong>Keyword</strong> 也随便取，比如：ncr</li>
<li><strong>URL</strong> 字段里把你刚才拷贝的内容粘贴进来，但是要把其中的<strong> {google.baseURL}</strong> 改掉，一般改成 <strong>http://www.google.com</strong> 即可，即如下形式：</li>
<blockquote><p><strong> http://www.google.com/search?{google:RLZ}{google:acceptedSuggestion}{google:originalQueryForSuggestion}sourceid=chrome&amp;ie={inputEncoding}&amp;q=%s</strong></p></blockquote>
<p>当然，你也可以改成其它形式，如果想默认使用英国的Google搜索引擎，就把 <strong>{google.baseURL}</strong> 改成 <strong>http://www.google.co.uk</strong> ，其他的大家可以举一反三，以此类推。</p>
<li>点击 <strong>OK</strong></li>
<li>在 <strong>Search Engines</strong> 面板里找到你刚刚添加的搜索引擎，选择它，再点击 <strong>Make Default</strong></li>
<li>点击 <strong>Close</strong></li>
<li>点击Chrome浏览器右上角扳手，然后找到 <strong>Preference</strong></li>
<li>进入后在 <strong>Default Search</strong> 中同样选择你刚才设置的搜索引擎的名字。</li>
<li>关闭窗口</li>
</ol>
<p>O.K.，现在在Omnibar里搜索时给出的搜索结果都是google.com引擎的，不会再发生跳转的现象。</p>
<p>p.s: 发现有一个问题，用Google自家的 &#8220;<a href="https://chrome.google.com/extensions/detail/floipahigmmkfhkoapmnijnlnboniglg" target="_blank">Highlight to Search (by Google)</a> - Version: 1.0.34&#8243; 有时还是会在选定词句搜索后跳转到 google.com.hk ，即使我挂着SSH也是一样。也就是说这个扩展非常智能，估计是从我的ip来判断重定向的国家，所以SSH也没用，要挂VPN才行。但也不是每台电脑都有这种情况，所以只能把问题描述一下，放在这里存疑了。</p>
<hr />
<h3>Related Posts</h3><ul><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/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/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/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>
<li><a href="http://blog.alwayst.info/how_to_delete_google_bookmarks" title="Google Bookmarks 无法删除的问题 2010.03.10">Google Bookmarks 无法删除的问题</a>(0)</li>
<li><a href="http://blog.alwayst.info/translation_5_buzz_tips" title="(译文)5 Buzz tips 2010.02.19">(译文)5 Buzz tips</a>(1)</li>
<li><a href="http://blog.alwayst.info/be_fooled_by_a_phishing_website" title="被耻辱地钓鱼了 2010.02.13">被耻辱地钓鱼了</a>(0)</li>
<li><a href="http://blog.alwayst.info/stop_google_buzz_leaking_your_privacy" title="Stop Google Buzz Leaking Your Privacy 2010.02.12">Stop Google Buzz Leaking Your Privacy</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>, 2010. |
<a href="http://blog.alwayst.info/let-omnibar-send-you-to-the-right-country-redirection">Permalink</a> |
<a href="http://blog.alwayst.info/let-omnibar-send-you-to-the-right-country-redirection#comments">One comment</a> 
<br/>
Post tags: <a href="http://blog.alwayst.info/tag/google" rel="tag">google</a>, <a href="http://blog.alwayst.info/tag/omnibar" rel="tag">omnibar</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.alwayst.info/let-omnibar-send-you-to-the-right-country-redirection/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Call phones from Gmail</title>
		<link>http://blog.alwayst.info/call-phones-from-gmail</link>
		<comments>http://blog.alwayst.info/call-phones-from-gmail#comments</comments>
		<pubDate>Fri, 27 Aug 2010 10:53:28 +0000</pubDate>
		<dc:creator>T</dc:creator>
				<category><![CDATA[google]]></category>
		<category><![CDATA[call]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[vpn]]></category>

		<guid isPermaLink="false">http://blog.alwayst.info/?p=1254</guid>
		<description><![CDATA[相信大家都知道Google的重量级应用Gmail Call登场了，如果你不熟悉请参见官方Blog（需翻墙）或者自行google。但是可能很多人都在苦苦等待Google将这个应用部署到自己的Gmail里，那么有米国ip地址SSH或者VPN的童鞋们有福了，只要你用米国的ip登录Gmail即可看到如下激动人心的画面了（至少我是成功的，人品？）： From Drop Box 双击点开即是如下画面，好像Google还慷慨地送了$0.1&#8230;试了一下拨打自己的手机真的能通，爽！ From Drop Box 点击右上小图标即可进入充值通道（红圈所示位置），需要用到Google Checkout的服务（Google的一项付费服务，很好用），我毫不犹豫地充了$10进去。 From Drop Box 关于资费，打美国和加拿大至少在今年内是免费的，打中国电话是$0.02每分钟。 好便宜啊~ 不过还没实际测试过，因为手头暂时只有耳机没有耳麦。有米国或者外地的童鞋想和我打电话不？^_^ Related Postshttps and Google search(6) Set SSL Google as the Default Search Engine when using Pentadactyl in Firefox(0) Omnibar的其他应用(4) 在Chrome浏览器地址栏(Omnibar)中使用"I Feel Lucky"(0) 更改Chrome浏览器地址栏(Omnibar)的默认搜索引擎(1) Dropbox扩容详尽指南(14) A Problem of Picasa(0) 崂山道士之术(3) (译文)A new approach to China: an update(2) Google Bookmarks 无法删除的问题(0) [...]]]></description>
			<content:encoded><![CDATA[<p>相信大家都知道Google的重量级应用Gmail Call登场了，如果你不熟悉请参见<a href="http://gmailblog.blogspot.com/2010/08/call-phones-from-gmail.html?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed:+OfficialGmailBlog+(Gmail+Blog)" target="_blank">官方Blog</a>（需翻墙）或者自行google。但是可能很多人都在苦苦等待Google将这个应用部署到自己的Gmail里，那么有米国ip地址SSH或者VPN的童鞋们有福了，只要你用米国的ip登录Gmail即可看到如下激动人心的画面了（至少我是成功的，人品？）：</p>
<table style="width: auto;">
<tbody>
<tr>
<td><a href="http://picasaweb.google.com/lh/photo/m6JZeIp11iACSApFBQXAYI5cUep5FgZF5MX5xHo4ie4?feat=embedwebsite"><img src="http://lh3.ggpht.com/_L1J-lJWR4To/THeVTcDumiI/AAAAAAAAM_I/QwIAOSjmZjs/s512/gmail%20call%201.jpg" alt="" /></a></td>
</tr>
<tr>
<td style="font-family: arial,sans-serif; font-size: 11px; text-align: right;">From <a href="http://picasaweb.google.com/zlc821024/DropBox?authkey=Gv1sRgCNWKqoLZtKCbFw&amp;feat=embedwebsite">Drop Box</a></td>
</tr>
</tbody>
</table>
<p>双击点开即是如下画面，好像Google还慷慨地送了$0.1&#8230;试了一下拨打自己的手机真的能通，爽！</p>
<table style="width: auto;">
<tbody>
<tr>
<td><a href="http://picasaweb.google.com/lh/photo/cIjo65Gj_eshrW7iZVgFEI5cUep5FgZF5MX5xHo4ie4?feat=embedwebsite"><img src="http://lh3.ggpht.com/_L1J-lJWR4To/THeVVDUTSLI/AAAAAAAAM_Q/wyi-RIoWsGw/s512/gmail%20call%202.jpg" alt="" /></a></td>
</tr>
<tr>
<td style="font-family: arial,sans-serif; font-size: 11px; text-align: right;">From <a href="http://picasaweb.google.com/zlc821024/DropBox?authkey=Gv1sRgCNWKqoLZtKCbFw&amp;feat=embedwebsite">Drop Box</a></td>
</tr>
</tbody>
</table>
<p>点击右上小图标即可进入充值通道（红圈所示位置），需要用到<strong>Google Checkout</strong>的服务（Google的一项付费服务，很好用），我毫不犹豫地充了$10进去。</p>
<table style="width: auto;">
<tbody>
<tr>
<td><a href="http://picasaweb.google.com/lh/photo/ZSVeYyZ8btK-kGOxrPb4Go5cUep5FgZF5MX5xHo4ie4?feat=embedwebsite"><img src="http://lh4.ggpht.com/_L1J-lJWR4To/THeVUVsDXAI/AAAAAAAAM_M/2q-C_OB3Id0/s512/gmail%20call%203.JPG" alt="" /></a></td>
</tr>
<tr>
<td style="font-family: arial,sans-serif; font-size: 11px; text-align: right;">From <a href="http://picasaweb.google.com/zlc821024/DropBox?authkey=Gv1sRgCNWKqoLZtKCbFw&amp;feat=embedwebsite">Drop Box</a></td>
</tr>
</tbody>
</table>
<p><strong>关于资费，打美国和加拿大至少在今年内是免费的，打中国电话是$0.02每分钟。</strong></p>
<p><strong></strong>好便宜啊~ 不过还没实际测试过，因为手头暂时只有耳机没有耳麦。有米国或者外地的童鞋想和我打电话不？^_^</p>
<h3>Related Posts</h3><ul><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/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/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/enlarge-the-capacity-of-dropbox" title="Dropbox扩容详尽指南 2010.11.2">Dropbox扩容详尽指南</a>(14)</li>
<li><a href="http://blog.alwayst.info/a_problem_of_picasa" title="A Problem of Picasa 2010.10.7">A Problem of Picasa</a>(0)</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/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>
<li><a href="http://blog.alwayst.info/how_to_delete_google_bookmarks" title="Google Bookmarks 无法删除的问题 2010.03.10">Google Bookmarks 无法删除的问题</a>(0)</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/call-phones-from-gmail#comment-686" title="View the entire comment by T" >@lena  
关键是便宜啊！</a></li>
<li><a class="commentor" href="" >lena</a> : <a class="comment_content" href="http://blog.alwayst.info/call-phones-from-gmail#comment-685" title="View the entire comment by lena" >某人貌似很先进嘛，其实很久以前就有软件可以打电话了，我也打过的，哈哈哈。</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/call-phones-from-gmail">Permalink</a> |
<a href="http://blog.alwayst.info/call-phones-from-gmail#comments">2 comments</a> 
<br/>
Post tags: <a href="http://blog.alwayst.info/tag/call" rel="tag">call</a>, <a href="http://blog.alwayst.info/tag/gmail" rel="tag">gmail</a>, <a href="http://blog.alwayst.info/tag/google" rel="tag">google</a>, <a href="http://blog.alwayst.info/tag/ssh" rel="tag">ssh</a>, <a href="http://blog.alwayst.info/tag/vpn" rel="tag">vpn</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.alwayst.info/call-phones-from-gmail/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>https and Google search</title>
		<link>http://blog.alwayst.info/how_to_use_https_for_google_search</link>
		<comments>http://blog.alwayst.info/how_to_use_https_for_google_search#comments</comments>
		<pubDate>Tue, 30 Mar 2010 16:03:56 +0000</pubDate>
		<dc:creator>T</dc:creator>
				<category><![CDATA[google]]></category>
		<category><![CDATA[study_note]]></category>
		<category><![CDATA[GFW]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[翻墙]]></category>

		<guid isPermaLink="false">http://blog.alwayst.info/?p=1127</guid>
		<description><![CDATA[根据Twitter情报和本人实际体验，Google搜索在今天下午处于半抽风状态，无规则地出现reset现象。没有了Google可怎么办？难道用Google也要翻墙，那速度和效率差就太打折扣了。在现有条件下其实还是有办法对抗的，那就是用https进行Google搜索。很奇怪，Google本身并没有这个服务，但众所周知，Gmail是默认进行https链接的，而在Gmail Labs里&#8230; &#8230; 请根据我的提示操作： Settings&#8211;Labs From Drop Box 启用&#8221;Google Search&#8221; From Drop Box 在如下图位置进行搜索 From Drop Box 好了，大功告成。现在可以在Gmail内进行Google搜索，且不在有reset的烦恼了。本来这是个挺普通的功能，我甚至都没有在Gmail中使用Google搜索的习惯。但如今猛然发觉，既然Gmail是https连接，那在Gmail中的Google搜索自然也是https连接的咯，这样加密传输搜索内容，就无法做入侵检测，顺利逃过了reset的命运。 当然道高一尺，魔高一丈。和GFW的斗争本来就是无止尽的，也许哪天这个方法就失效了，毕竟GFW已经做到了不允许用https对google docs里的documents进行连接。不过也无妨，一切都在动态平衡中就好，我们的技术不也在不断提高嘛，都是逼出来的，谁怕谁。 &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;不明真相的分界线&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; p.s : 多用用快捷键，生活无限美好。Gmail中的Google 搜索的快捷方式是 “g then /”，想要了解更多快捷方式，请在Gmail中按下“？” 。 &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;不明真相的分界线&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; update :月光博客对今天Google搜索被屏蔽也做了介绍和破解方法，传送门点这里 Related PostsSet SSL Google as the Default Search Engine when using Pentadactyl in Firefox(0) Call phones from Gmail(2) 崂山道士之术(3) 恭喜HootSuite(1) the Problem of [...]]]></description>
			<content:encoded><![CDATA[<p>根据Twitter情报和本人实际体验，<strong>Google搜索在今天下午处于半抽风状态，无规则地出现reset现象。</strong>没有了Google可怎么办？难道用Google也要翻墙，那速度和效率差就太打折扣了。在现有条件下其实还是有办法对抗的，那就是<strong>用https进行Google搜索</strong>。很奇怪，Google本身并没有这个服务，但众所周知，Gmail是默认进行https链接的，而在Gmail Labs里&#8230; &#8230; 请根据我的提示操作：</p>
<ul>
<li><strong>Settings&#8211;Labs</strong></li>
</ul>
<table style="width: auto;">
<tbody>
<tr>
<td><a href="http://picasaweb.google.com/lh/photo/VsI7XTksrgmq_AQv5q_lGQ?authkey=Gv1sRgCNWKqoLZtKCbFw&amp;feat=embedwebsite"><img src="http://lh5.ggpht.com/_L1J-lJWR4To/S7Ia2agRa0I/AAAAAAAAMRs/f94qoSHIMMo/s512/gmail_search1.JPG" alt="" /></a></td>
</tr>
<tr>
<td style="font-family: arial,sans-serif; font-size: 11px; text-align: right;">From <a href="http://picasaweb.google.com/zlc821024/DropBox?authkey=Gv1sRgCNWKqoLZtKCbFw&amp;feat=embedwebsite">Drop Box</a></td>
</tr>
</tbody>
</table>
<ul>
<li><strong>启用&#8221;Google Search&#8221;</strong></li>
</ul>
<table style="width: auto;">
<tbody>
<tr>
<td><a href="http://picasaweb.google.com/lh/photo/anKpJvzs7u0evKnO18hoRA?authkey=Gv1sRgCNWKqoLZtKCbFw&amp;feat=embedwebsite"><img src="http://lh6.ggpht.com/_L1J-lJWR4To/S7Ia2op191I/AAAAAAAAMRw/nKyNkgzQ2fE/s512/gmail_search2.JPG" alt="" /></a></td>
</tr>
<tr>
<td style="font-family: arial,sans-serif; font-size: 11px; text-align: right;">From <a href="http://picasaweb.google.com/zlc821024/DropBox?authkey=Gv1sRgCNWKqoLZtKCbFw&amp;feat=embedwebsite">Drop Box</a></td>
</tr>
</tbody>
</table>
<ul>
<li><strong>在如下图位置进行搜索</strong></li>
</ul>
<table style="width: auto;">
<tbody>
<tr>
<td><a href="http://picasaweb.google.com/lh/photo/U_b78QmEWmz3FSMT4LtWyg?authkey=Gv1sRgCNWKqoLZtKCbFw&amp;feat=embedwebsite"><img src="http://lh4.ggpht.com/_L1J-lJWR4To/S7Ia2pZ7byI/AAAAAAAAMR0/pfHMdqHLzgw/s512/gmail_search3.JPG" alt="" /></a></td>
</tr>
<tr>
<td style="font-family: arial,sans-serif; font-size: 11px; text-align: right;">From <a href="http://picasaweb.google.com/zlc821024/DropBox?authkey=Gv1sRgCNWKqoLZtKCbFw&amp;feat=embedwebsite">Drop Box</a></td>
</tr>
</tbody>
</table>
<p>好了，大功告成。现在可以在Gmail内进行Google搜索，且不在有reset的烦恼了。本来这是个挺普通的功能，我甚至都没有在Gmail中使用Google搜索的习惯。但如今猛然发觉，既然Gmail是https连接，那在Gmail中的Google搜索自然也是https连接的咯，这样加密传输搜索内容，就无法做入侵检测，顺利逃过了reset的命运。</p>
<p>当然道高一尺，魔高一丈。和GFW的斗争本来就是无止尽的，也许哪天这个方法就失效了，毕竟GFW已经做到了不允许用https对google docs里的documents进行连接。不过也无妨，一切都在动态平衡中就好，我们的技术不也在不断提高嘛，都是逼出来的，谁怕谁。</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;不明真相的分界线&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>p.s : 多用用快捷键，生活无限美好。Gmail中的Google 搜索的快捷方式是 “g then /”，想要了解更多快捷方式，请在Gmail中按下“？” 。</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;不明真相的分界线&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p><strong><span style="color: #ff0000;">update :</span></strong>月光博客对今天Google搜索被屏蔽也做了介绍和破解方法，传送门点<a href="http://www.williamlong.info/archives/2131.html" target="_blank">这里</a></p>
<p><strong> </strong></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/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/congratulations-hootsuite" title="恭喜HootSuite 2009.11.23">恭喜HootSuite</a>(1)</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/%e5%8f%8c%e9%9d%a2%e5%88%83%e2%80%94%e2%80%94hosts%e6%96%87%e4%bb%b6" title="双面刃——hosts文件 2009.09.12">双面刃——hosts文件</a>(0)</li>
<li><a href="http://blog.alwayst.info/gfw%e5%8f%af%e8%80%bb%ef%bc%81" title="GFW可耻！ 2009.09.3">GFW可耻！</a>(6)</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/%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/%e6%b5%b7%e5%ba%95%e5%85%89%e7%bc%86%e5%8f%88gg%e4%ba%86%e3%80%82%e3%80%82%e3%80%82" title="海底光缆又gg了。。。 2009.08.18">海底光缆又gg了。。。</a>(2)</li>
</ul><h3>Recent Comments</h3><ul><li><a class="commentor" href="" >Yin</a> : <a class="comment_content" href="http://blog.alwayst.info/how_to_use_https_for_google_search#comment-511" title="View the entire comment by Yin" >@T  
拉风也没人看到啊，这样就是去拉风的意义啦！</a></li>
<li><a class="commentor" href="http://blog.alwayst.info" >T</a> : <a class="comment_content" href="http://blog.alwayst.info/how_to_use_https_for_google_search#comment-510" title="View the entire comment by T" >@Yin  
快捷键多用就习惯了，确实快多了，而且拉风。</a></li>
<li><a class="commentor" href="http://blog.alwayst.info" >T</a> : <a class="comment_content" href="http://blog.alwayst.info/how_to_use_https_for_google_search#comment-509" title="View the entire comment by T" >@Yin  
不是的，google自己调整了一下，搜索里包含了rfa字段，该字段属于违禁词。所以确...</a></li>
<li><a class="commentor" href="http://blog.alwayst.info" >T</a> : <a class="comment_content" href="http://blog.alwayst.info/how_to_use_https_for_google_search#comment-508" title="View the entire comment by T" >@Afio  
嗯，确实是这样，这下RFA出名了。Radio Free Asia一听就是好反动的名...</a></li>
<li><a class="commentor" href="" >Yin</a> : <a class="comment_content" href="http://blog.alwayst.info/how_to_use_https_for_google_search#comment-507" title="View the entire comment by Yin" >快捷键是个好东西，但是我看了一下，这也太多了吧……
现在我这里只能打开Google.com和Goo...</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/how_to_use_https_for_google_search">Permalink</a> |
<a href="http://blog.alwayst.info/how_to_use_https_for_google_search#comments">6 comments</a> 
<br/>
Post tags: <a href="http://blog.alwayst.info/tag/gfw" rel="tag">GFW</a>, <a href="http://blog.alwayst.info/tag/gmail" rel="tag">gmail</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/%e7%bf%bb%e5%a2%99" rel="tag">翻墙</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.alwayst.info/how_to_use_https_for_google_search/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>(译文)A new approach to China: an update</title>
		<link>http://blog.alwayst.info/a_new_approach_to_china_an_update</link>
		<comments>http://blog.alwayst.info/a_new_approach_to_china_an_update#comments</comments>
		<pubDate>Tue, 23 Mar 2010 03:14:04 +0000</pubDate>
		<dc:creator>T</dc:creator>
				<category><![CDATA[google]]></category>
		<category><![CDATA[study_note]]></category>
		<category><![CDATA[censorship]]></category>
		<category><![CDATA[翻译]]></category>

		<guid isPermaLink="false">http://blog.alwayst.info/?p=1115</guid>
		<description><![CDATA[原文如下，来自Google Blog，链接在这里 A new approach to China: an update 3/22/2010 12:03:00 PM On January 12, we announced on this blog that Google and more than twenty other U.S. companies had been the victims of a sophisticated cyber attack originating from China, and that during our investigation into these attacks we had uncovered evidence to suggest [...]]]></description>
			<content:encoded><![CDATA[<p>原文如下，来自Google Blog，链接在<a onclick="javascript:pageTracker._trackPageview('/outbound/article/lifehacker.com');" href="http://googleblog.blogspot.com/2010/03/new-approach-to-china-update.html" target="_blank">这里</a></p>
<blockquote>
<h2><a href="http://googleblog.blogspot.com/2010/03/new-approach-to-china-update.html">A new approach to China: an update</a></h2>
<p>3/22/2010 12:03:00 PM<br />
On January 12, we <a href="http://googleblog.blogspot.com/2010/01/new-approach-to-china.html">announced on this blog</a> that Google and more than twenty other U.S. companies had been the victims of a sophisticated cyber attack originating from China, and that during our investigation into these attacks we had uncovered evidence to suggest that the Gmail accounts of dozens of human rights activists connected with China were being routinely accessed by third parties, most likely via phishing scams or malware placed on their computers. We also made clear that these attacks and the surveillance they uncovered—combined with attempts over the last year to further limit free speech on the web in China including the persistent blocking of websites such as Facebook, Twitter, YouTube, Google Docs and Blogger—had led us to conclude that we could no longer continue censoring our results on Google.cn.</p>
<p>So earlier today we stopped censoring our search services—Google Search, Google News, and Google Images—on Google.cn. Users visiting Google.cn are now being redirected to <a href="http://www.google.com.hk/">Google.com.hk</a>, where we are offering uncensored search in simplified Chinese, specifically designed for users in mainland China and delivered via our servers in Hong Kong. Users in Hong Kong will continue to receive their existing uncensored, traditional Chinese service, also from <a href="http://www.google.com.hk/">Google.com.hk</a>. Due to the increased load on our Hong Kong servers and the complicated nature of these changes, users may see some slowdown in service or find some products temporarily inaccessible as we switch everything over.</p>
<p>Figuring out how to make good on our promise to stop censoring search on Google.cn has been hard. We want as many people in the world as possible to have access to our services, including users in mainland China, yet the Chinese government has been crystal clear throughout our discussions that self-censorship is a non-negotiable legal requirement. We believe this new approach of providing uncensored search in simplified Chinese from <a href="http://www.google.com.hk/">Google.com.hk</a> is a sensible solution to the challenges we&#8217;ve faced—it&#8217;s entirely legal and will meaningfully increase access to information for people in China. We very much hope that the Chinese government respects our decision, though we are well aware that it could at any time block access to our services. We will therefore be carefully monitoring access issues, and have created <a href="http://www.google.com/prc/report.html#hl=en">this new web page</a>, which we will update regularly each day, so that everyone can see which Google services are available in China.</p>
<p>In terms of Google&#8217;s wider business operations, we intend to continue R&amp;D work in China and also to maintain a sales presence there, though the size of the sales team will obviously be partially dependent on the ability of mainland Chinese users to access <a href="http://www.google.com.hk/">Google.com.hk</a>. Finally, we would like to make clear that all these decisions have been driven and implemented by our executives in the United States, and that none of our employees in China can, or should, be held responsible for them. Despite all the uncertainty and difficulties they have faced since we made our announcement in January, they have continued to focus on serving our Chinese users and customers. We are immensely proud of them.</p>
<p><span class="byline-author">Posted by David Drummond, SVP, Corporate Development and Chief Legal Officer</span></p></blockquote>
<p><strong>无责任翻译如下：</strong></p>
<blockquote>
<h2><a href="http://googleblog.blogspot.com/2010/03/new-approach-to-china-update.html">（更新）我们针对中国大陆的新政策</a></h2>
<p>在2月12日，我们已经在<a href="http://googleblog.blogspot.com/2010/01/new-approach-to-china.html" target="_blank">这个博客上发表了声明</a>，其中提到Google和其他超过20家美国企业受到了来自中国大陆黑客级的网络攻击，在对这起事件的调查中，我们有确凿无误的证据表明大量和中国大陆有关的人权人士的Gmail帐号被第三方软件不断访问，其中大部分是通过钓鱼手段或在他们电脑中的安插恶意软件来实现。他们不但制造攻击，实施监控，而且在过去一年中试图更进一步地限制互联网上的言论自由，包括对Facebook, Twitter, YouTube, Google Docs和Blogger的持续封锁，正是以上种种行为促使我们不再在Google.cn对搜索结果进行审查。</p>
<p>所以在今天早些时候我们停止了在Google.cn上搜索服务（Google搜索，Google新闻，Google图片）的审查Google.cn现在会被重定向到<a href="http://www.google.com.hk/" target="_blank">Google.com.hk</a>，我们通过设在香港的服务器，特别为中国大陆用户提供了简体中文版的无审查搜索。香港用户在<a href="http://www.google.com.hk/" target="_blank">Google.com.hk</a>上原有的繁体中文版无审查搜索将不会受到影响。在我们将所有产品都搬迁调整后，由于香港服务器的负载增加，再加之一些复杂的变化，用户可能会发现在服务速度上有所迟缓或者部分产品暂时不可用。</p>
<p>我们承诺在Google.cn上停止审查，然而作出这样的决定却是艰难的。我们希望尽可能多的人们能访问到我们的服务，包括中国大陆的用户，但至今为止中国政府在谈判中明确表示，自我审查是合乎法律的要求，没有任何的回旋空间。我们相信在<a href="http://www.google.com.hk/" target="_blank">Google.com.hk</a>上提供简体中文的无审查搜索是解决当前所面临问题的最理性的做法——这样做完全合法并且可以使中国用户增加获取信息的途径，尽管如此，我们也清楚地意识到我们的服务随时可能被屏蔽。有鉴于此，我们将仔细地监控访问状态，我们创建了<a href="http://www.google.com/prc/report.html#hl=en" target="_blank">这样一个新的网页</a>并每日定时更新，这样每个人都可以知道哪项Google服务能在中国被访问到。</p>
<p>由于Google的业务相当广泛，我们决定继续在中国的研发工作并保留一个销售团队，但显而易见，这个销售团队的规模将部分取决于大陆用户能否正常访问<a href="http://www.google.com.hk/" target="_blank">Google.com.hk</a>。最后，我们想澄清一点：所有的决定都是由我们美国总部的主管人员制定并实施的，我们的中国雇员没有一个人能够或者说应该为此负责。我们在一月份发表声明以后，尽管前途未卜、困难重重，他们仍然专心致志地为我们的中国用户提供服务。我们为他们感到无限自豪。</p>
<p>高级副总裁、公司发展和首席法务官 David Drummond于 2010年3月22日 下午12:03:00 发表</p></blockquote>
<p><strong>“审查制度，就像奴隶制一样，永不可能合法，即便它作为法律存在过一千多遍。”<span style="font-weight: normal;">- -马克思(1842年5月)</span></strong></p>
<p>不是我说的，要抓捕请抓捕作者本人。Google终于还是走了，我什么感受呢？也说不清，有点如释重负吧。关键是我献花了，我非常担心自己是不是白献了，被忽悠了，看来终究还是没有。现在一个厚脸皮的政府赶走了一个有原则的公司，接下来会发生什么呢？我最近会关注一下CCAV，看看会如何报道此事。感谢国家、感谢政府给了我这样一个机会见证了闭关锁国的开始，兲朝威武。</p>
<h3>Related Posts</h3><ul><li><a href="http://blog.alwayst.info/translation_5_buzz_tips" title="(译文)5 Buzz tips 2010.02.19">(译文)5 Buzz tips</a>(1)</li>
<li><a href="http://blog.alwayst.info/%e5%b1%a0%e6%9d%80gmail%e5%b9%bf%e5%91%8a" title=""屠杀"Gmail广告 2009.08.6">"屠杀"Gmail广告</a>(10)</li>
<li><a href="http://blog.alwayst.info/gmail-leaves-beta%ef%bc%81" title="Gmail leaves beta！ 2009.07.8">Gmail leaves beta！</a>(4)</li>
<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/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/how_to_add_swap_in_ubuntu" title="(译文)如何设置Ubuntu的swap区 2010.05.24">(译文)如何设置Ubuntu的swap区</a>(4)</li>
<li><a href="http://blog.alwayst.info/carnivorous_plants" title="(译文)Carnivorous Plants 2010.05.6">(译文)Carnivorous Plants</a>(0)</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/a_new_approach_to_china_an_update#comment-502" title="View the entire comment by T" >@Yin  
常年蛋定，难得鸡动。</a></li>
<li><a class="commentor" href="" >Yin</a> : <a class="comment_content" href="http://blog.alwayst.info/a_new_approach_to_china_an_update#comment-498" title="View the entire comment by Yin" >平静点，冷眼旁观吧。</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/a_new_approach_to_china_an_update">Permalink</a> |
<a href="http://blog.alwayst.info/a_new_approach_to_china_an_update#comments">2 comments</a> 
<br/>
Post tags: <a href="http://blog.alwayst.info/tag/censorship" rel="tag">censorship</a>, <a href="http://blog.alwayst.info/tag/google" rel="tag">google</a>, <a href="http://blog.alwayst.info/tag/%e7%bf%bb%e8%af%91" rel="tag">翻译</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.alwayst.info/a_new_approach_to_china_an_update/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Google Bookmarks 无法删除的问题</title>
		<link>http://blog.alwayst.info/how_to_delete_google_bookmarks</link>
		<comments>http://blog.alwayst.info/how_to_delete_google_bookmarks#comments</comments>
		<pubDate>Wed, 10 Mar 2010 03:11:37 +0000</pubDate>
		<dc:creator>T</dc:creator>
				<category><![CDATA[google]]></category>
		<category><![CDATA[study_note]]></category>
		<category><![CDATA[bookmark]]></category>

		<guid isPermaLink="false">http://blog.alwayst.info/?p=1082</guid>
		<description><![CDATA[不知道大家有没有碰到一样的问题，总有几个书签怎么删也删不掉，我就时不时的遭遇到。因为自己当时的书签也不是很庞大，所以也就忍了，毕竟是小问题。可是随着书签的慢慢庞大，就不得不解决一下了。 问题描述： 在工具栏的Bookmarks里删除，不给任何提示信息，但也不做删除操作。然后点击工具栏Bookmarks里的manage all进入网页进行删除操作，给出的提示信息是说：Unable to delete note. Please try again in a little while. 解决方法： 直接进入https://www.google.com/bookmarks/ 进行删除操作即可。 可能是因为Google notes和Google bookmarks合并以后造成的bug，其实直接点击工具栏Bookmarks里的manage all进入的是https://www.google.com/notebook/，既然两者已经合并了，何必还设两个入口两个界面呢？看起来现在报这个bug的人还是不少的，Google应该要修正一下了。 Related PostsSet SSL Google as the Default Search Engine when using Pentadactyl in Firefox(0) Omnibar的其他应用(4) 在Chrome浏览器地址栏(Omnibar)中使用"I Feel Lucky"(0) 更改Chrome浏览器地址栏(Omnibar)的默认搜索引擎(1) Call phones from Gmail(2) https and Google search(6) (译文)A new approach to China: an update(2) [...]]]></description>
			<content:encoded><![CDATA[<p>不知道大家有没有碰到一样的问题，总有几个书签怎么删也删不掉，我就时不时的遭遇到。因为自己当时的书签也不是很庞大，所以也就忍了，毕竟是小问题。可是随着书签的慢慢庞大，就不得不解决一下了。</p>
<p><strong>问题描述：</strong><br />
在工具栏的Bookmarks里删除，不给任何提示信息，但也不做删除操作。然后点击工具栏Bookmarks里的manage all进入网页进行删除操作，给出的提示信息是说：<strong>Unable to delete note.   Please try again in a little while.</strong></p>
<p><strong>解决方法：</strong><br />
直接进入<a href="https://www.google.com/bookmarks/ " target="_blank">https://www.google.com/bookmarks/ </a>进行删除操作即可。</p>
<p>可能是因为Google notes和Google bookmarks合并以后造成的bug，其实直接点击工具栏Bookmarks里的manage all进入的是<a href="https://www.google.com/notebook" target="_blank">https://www.google.com/notebook/</a>，既然两者已经合并了，何必还设两个入口两个界面呢？看起来现在报这个bug的人还是不少的，Google应该要修正一下了。</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/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/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>
<li><a href="http://blog.alwayst.info/translation_5_buzz_tips" title="(译文)5 Buzz tips 2010.02.19">(译文)5 Buzz tips</a>(1)</li>
<li><a href="http://blog.alwayst.info/be_fooled_by_a_phishing_website" title="被耻辱地钓鱼了 2010.02.13">被耻辱地钓鱼了</a>(0)</li>
<li><a href="http://blog.alwayst.info/stop_google_buzz_leaking_your_privacy" title="Stop Google Buzz Leaking Your Privacy 2010.02.12">Stop Google Buzz Leaking Your Privacy</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>, 2010. |
<a href="http://blog.alwayst.info/how_to_delete_google_bookmarks">Permalink</a> |
<a href="http://blog.alwayst.info/how_to_delete_google_bookmarks#comments">No comment</a> 
<br/>
Post tags: <a href="http://blog.alwayst.info/tag/bookmark" rel="tag">bookmark</a>, <a href="http://blog.alwayst.info/tag/google" rel="tag">google</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.alwayst.info/how_to_delete_google_bookmarks/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>(译文)5 Buzz tips</title>
		<link>http://blog.alwayst.info/translation_5_buzz_tips</link>
		<comments>http://blog.alwayst.info/translation_5_buzz_tips#comments</comments>
		<pubDate>Fri, 19 Feb 2010 04:18:30 +0000</pubDate>
		<dc:creator>T</dc:creator>
				<category><![CDATA[google]]></category>
		<category><![CDATA[study_note]]></category>
		<category><![CDATA[buzz]]></category>
		<category><![CDATA[翻译]]></category>

		<guid isPermaLink="false">http://blog.alwayst.info/?p=1069</guid>
		<description><![CDATA[original article: 5 Buzz tips from the Offical Gmail Blog 5个Buzz小技巧 日期：2010.2.18 星期四 8:04 作者：John Costigan, 软件工程师 现在很多人已经接触Gmail内嵌的Google Buzz一个星期了，我们先前提到过的一些改进也在这个周末正式登场，我们想让你俩了解一些技巧，这样可以帮助你最大限度地使用Buzz。你可以先看看以下5条： 1. 格式化你的Buzz。 当你在Buzz里发布任何东西时，你都可以格式化文本，就和你在Gmail里聊天时做的一样：*粗体*，_斜体_，-删除线- ，这些都可以使用。 2. 在www.google.com/dashboard查看你自己的Buzz概况。Google控制板 提供了关于你Google帐号相关数据的概况并提供链接供您修改个人设置，这是完全私人的。现在Buzz也在控制板上有了自己的模块，你可以看到你关注了多少人，又有多少人关注你，另外还有关于你最新发布的文章，相关评论，喜好的一些信息。你也可以直接在这个页面上进入你的Buzz设置。 3. 使用 @回复 将发布的信息直接发送到他人的收件箱。 如果你希望确保你的朋友能看到某条特定的Buzz信息，你可以使用 @回复 直接发送到他们收件箱。键入&#8221;@&#8221;符号，随后是他们名字的一部分，然后在列表中选择email地址。只有你能看见他们的Gmail地址——其他人只能看到他们的名字。 4. 使用快捷键让你在Buzz中如鱼得水。 在设置t中启用键盘快捷键，&#8221;j&#8221;或者&#8221;n&#8221;在Buzz中是下滚操作，&#8221;k&#8221;或者&#8221;p&#8221;则正相反，&#8221;r&#8221;可以立即评论（和Gmail中的回复所使用的快捷键是一样的），&#8221;shift + l&#8221;可以表示喜好。 5. 让Buzz信息“消声”，这样它们就不会再进入你的收件箱了。 对你文章的评论还有你评论后的评论都通过buzz直接发送到你的收件箱。当有人回复你时会通过buzz将会话实时地发送到你的收件箱， 如果你不想跟进这些信息了，你可以把这个会话“消声” 。在每条buzz信息的右上角有个箭头，点击它，然后选择“Mute this post。” 如果你打开了键盘快捷键，那么在阅读buzz信息时你可以通过点击&#8221;m&#8221;键来达到“消声”的目的。 来看看我们的帮助中心，里面有更多的使用技巧并有一些常见问答。另外，请继续关注我们。 以下是我的评论： 原来Gtalk里有格式控制啊，我还是第一次知道，玩得不精啊。 这个Google Dashboard很nice啊，信息汇总得不错，但怎么以前也没见过。。。？ mute这个词怎么翻，应该有更专业或者至少是统一的译法吧？其实意思很好理解，就是信息实时更新，然后推送到你邮箱，你不想跟进这条信息了就一个mute，然后世界清静了。 Related Posts(译文)A new [...]]]></description>
			<content:encoded><![CDATA[<p><strong>original article:<a href="http://gmailblog.blogspot.com/2010/02/5-buzz-tips.html"> 5 Buzz tips</a> from <a href="http://gmailblog.blogspot.com/" target="_blank">the Offical Gmail Blog</a></strong></p>
<hr />
<p class="1"><strong>5个Buzz小技巧</strong></p>
<div>
<p><span>日期：2010.2.18 星期四 8:04<br />
作者：John Costigan, 软件工程师</span></p>
<p>现在很多人已经接触Gmail内嵌的Google Buzz一个星期了，我们先前提到过的<a href="http://gmailblog.blogspot.com/2010/02/new-buzz-start-up-experience-based-on.html" target="_blank">一些改进</a>也在这个周末正式登场，我们想让你俩了解一些技巧，这样可以帮助你最大限度地使用Buzz。你可以先看看以下5条：</p>
<p><span style="font-weight: bold;">1. 格式化你的Buzz</span>。 当你在Buzz里发布任何东西时，你都可以格式化文本，就和你在Gmail里聊天时做的一样：*粗体*，_斜体_，-删除线- ，这些都可以使用。</p>
<p><a href="http://1.bp.blogspot.com/_JE4qNpFW6Yk/S3zdu8pvqwI/AAAAAAAAAeg/3vxsNg_Ac88/s1600-h/formatting.png" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><img id="BLOGGER_PHOTO_ID_5439466248581655298" style="border: 0pt none; cursor: pointer; width: 525px;" src="http://1.bp.blogspot.com/_JE4qNpFW6Yk/S3zdu8pvqwI/AAAAAAAAAeg/3vxsNg_Ac88/formatting.png" border="0" alt="" /></a></p>
<p><span style="font-weight: bold;">2. 在<a href="http://www.google.com/dashboard">www.google.com/dashboard</a></span>查看你自己的Buzz概况。<a href="http://googleblog.blogspot.com/2009/11/transparency-choice-and-control-now.html">Google控制板</a> 提供了关于你Google帐号相关数据的概况并提供链接供您修改个人设置，这是完全私人的。现在Buzz也在控制板上有了自己的模块，你可以看到你关注了多少人，又有多少人关注你，另外还有关于你最新发布的文章，相关评论，喜好的一些信息。你也可以直接在这个页面上进入你的Buzz设置。</p>
<p><a href="http://1.bp.blogspot.com/_JE4qNpFW6Yk/S3zd6a3BM5I/AAAAAAAAAeo/mQqwycgOE3o/s1600-h/dashboard.png" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><img id="BLOGGER_PHOTO_ID_5439466445668955026" style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 525px;" src="http://1.bp.blogspot.com/_JE4qNpFW6Yk/S3zd6a3BM5I/AAAAAAAAAeo/mQqwycgOE3o/dashboard.png" border="0" alt="" /></a><br />
<span style="font-weight: bold;">3. 使用 @回复 将发布的信息直接发送到他人的收件箱</span>。 如果你希望确保你的朋友能看到某条特定的Buzz信息，你可以使用 @回复 直接发送到他们收件箱。键入&#8221;@&#8221;符号，随后是他们名字的一部分，然后在列表中选择email地址。只有你能看见他们的Gmail地址——其他人只能看到他们的名字。</p>
<p><a href="http://2.bp.blogspot.com/_JE4qNpFW6Yk/S3zdf1NsBzI/AAAAAAAAAeY/Rk59uvGayFQ/s1600-h/autocomplete.png" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><img id="BLOGGER_PHOTO_ID_5439465988886890290" style="border: 0pt none; cursor: hand;" src="http://2.bp.blogspot.com/_JE4qNpFW6Yk/S3zdf1NsBzI/AAAAAAAAAeY/Rk59uvGayFQ/autocomplete.png" border="0" alt="" /></a></p>
<p><span style="font-weight: bold;">4. 使用快捷键让你在Buzz中如鱼得水。</span> 在<a href="http://mail.google.com/mail/#settings">设置t</a>中启用键盘快捷键，&#8221;j&#8221;或者&#8221;n&#8221;在Buzz中是下滚操作，&#8221;k&#8221;或者&#8221;p&#8221;则正相反，&#8221;r&#8221;可以立即评论（和Gmail中的回复所使用的快捷键是一样的），&#8221;shift + l&#8221;可以表示喜好。</p>
<p><span style="font-weight: bold;">5. 让Buzz信息“消声”，这样它们就不会再进入你的收件箱了。</span> 对你文章的评论还有你评论后的评论都通过buzz直接发送到你的收件箱。当有人回复你时会通过buzz将会话实时地发送到你的收件箱， 如果你不想跟进这些信息了，你可以把这个会话“消声” 。在每条buzz信息的右上角有个箭头，点击它，然后选择“Mute this post。”</p>
<p><a href="http://2.bp.blogspot.com/_JE4qNpFW6Yk/S3zdMt61wWI/AAAAAAAAAeQ/zj6pNOLZc-M/s1600-h/mute.png" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><img id="BLOGGER_PHOTO_ID_5439465660511273314" style="border: 0pt none; cursor: hand;" src="http://2.bp.blogspot.com/_JE4qNpFW6Yk/S3zdMt61wWI/AAAAAAAAAeQ/zj6pNOLZc-M/mute.png" border="0" alt="" /></a><br />
如果你打开了键盘快捷键，那么在阅读buzz信息时你可以通过点击&#8221;m&#8221;键来达到“消声”的目的。</p>
<p>来看看我们的<a href="http://mail.google.com/support/bin/topic.py?topic=27291">帮助中心</a>，里面有更多的使用技巧并有一些常见问答。另外，请继续关注我们。</p>
</div>
<hr /><strong>以下是我的评论：</strong></p>
<ol>
<li>原来Gtalk里有格式控制啊，我还是第一次知道，玩得不精啊。</li>
<li>这个Google Dashboard很nice啊，信息汇总得不错，但怎么以前也没见过。。。？</li>
<li>mute这个词怎么翻，应该有更专业或者至少是统一的译法吧？其实意思很好理解，就是信息实时更新，然后推送到你邮箱，你不想跟进这条信息了就一个mute，然后世界清静了。</li>
</ol>
<h3>Related Posts</h3><ul><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>
<li><a href="http://blog.alwayst.info/stop_google_buzz_leaking_your_privacy" title="Stop Google Buzz Leaking Your Privacy 2010.02.12">Stop Google Buzz Leaking Your Privacy</a>(1)</li>
<li><a href="http://blog.alwayst.info/%e5%b1%a0%e6%9d%80gmail%e5%b9%bf%e5%91%8a" title=""屠杀"Gmail广告 2009.08.6">"屠杀"Gmail广告</a>(10)</li>
<li><a href="http://blog.alwayst.info/gmail-leaves-beta%ef%bc%81" title="Gmail leaves beta！ 2009.07.8">Gmail leaves beta！</a>(4)</li>
<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/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/how_to_add_swap_in_ubuntu" title="(译文)如何设置Ubuntu的swap区 2010.05.24">(译文)如何设置Ubuntu的swap区</a>(4)</li>
</ul><h3>Recent Comments</h3><ul><li><a class="commentor" href="" >Yin</a> : <a class="comment_content" href="http://blog.alwayst.info/translation_5_buzz_tips#comment-459" title="View the entire comment by Yin" >我把Buzz关了，更清净。</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/translation_5_buzz_tips">Permalink</a> |
<a href="http://blog.alwayst.info/translation_5_buzz_tips#comments">One comment</a> 
<br/>
Post tags: <a href="http://blog.alwayst.info/tag/buzz" rel="tag">buzz</a>, <a href="http://blog.alwayst.info/tag/google" rel="tag">google</a>, <a href="http://blog.alwayst.info/tag/%e7%bf%bb%e8%af%91" rel="tag">翻译</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.alwayst.info/translation_5_buzz_tips/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>被耻辱地钓鱼了</title>
		<link>http://blog.alwayst.info/be_fooled_by_a_phishing_website</link>
		<comments>http://blog.alwayst.info/be_fooled_by_a_phishing_website#comments</comments>
		<pubDate>Fri, 12 Feb 2010 19:54:04 +0000</pubDate>
		<dc:creator>T</dc:creator>
				<category><![CDATA[google]]></category>
		<category><![CDATA[phish]]></category>
		<category><![CDATA[wave]]></category>

		<guid isPermaLink="false">http://blog.alwayst.info/?p=1064</guid>
		<description><![CDATA[如题，也算是一回经验，今天在Google Wave里随便搜索点东西，突然页面就给我跳出了登录。这种情况也曾经发生过，但一般用户名和密码那里都会填着我原本储存的信息，全留空的情况从来没碰到过，但我也没有多想惯性地去输入了，结果被钓鱼了。界面如下： From Drop Box 也许这只是个黑客练手项目，所以还很好心地给出了提示： If you are seeing this, you have just thrown away your credentials at a phished page  !! Dont worry, this is just an experiment of a hack on Wave and we have not stolen your password,aand this experiment is harmless. Next time, please do check the URL bar before [...]]]></description>
			<content:encoded><![CDATA[<p>如题，也算是一回经验，今天在Google Wave里随便搜索点东西，突然页面就给我跳出了登录。这种情况也曾经发生过，但一般用户名和密码那里都会填着我原本储存的信息，全留空的情况从来没碰到过，但我也没有多想惯性地去输入了，结果被钓鱼了。界面如下：</p>
<table style="width: auto;">
<tbody>
<tr>
<td><a href="http://picasaweb.google.com/lh/photo/eT_-UFRjRdGlr5Aq4WT9UQ?authkey=Gv1sRgCNWKqoLZtKCbFw&amp;feat=embedwebsite"><img src="http://lh5.ggpht.com/_L1J-lJWR4To/S3WshitRQ0I/AAAAAAAAMDY/0ihpBiy8cjg/s512/polishing1.JPG" alt="" /></a></td>
</tr>
<tr>
<td style="font-family: arial,sans-serif; font-size: 11px; text-align: right;">From <a href="http://picasaweb.google.com/zlc821024/DropBox?authkey=Gv1sRgCNWKqoLZtKCbFw&amp;feat=embedwebsite">Drop Box</a></td>
</tr>
</tbody>
</table>
<p>也许这只是个黑客练手项目，所以还很好心地给出了提示：</p>
<blockquote><p>If you are seeing this, you have just thrown away your credentials at a phished page  !!<br />
Dont worry, this is just an experiment of a hack on Wave and we have not stolen your password,aand this experiment is harmless. Next time, please do check the URL bar before entering your password.</p></blockquote>
<table style="width: auto;">
<tbody>
<tr>
<td><a href="http://picasaweb.google.com/lh/photo/nNWvn2P3kYteq6s7kxAOyA?authkey=Gv1sRgCNWKqoLZtKCbFw&amp;feat=embedwebsite"><img src="http://lh3.ggpht.com/_L1J-lJWR4To/S3Wsg99qnMI/AAAAAAAAMDU/25gOORVf6zI/s512/warning.JPG" alt="" /></a></td>
</tr>
<tr>
<td style="font-family: arial,sans-serif; font-size: 11px; text-align: right;">From <a href="http://picasaweb.google.com/zlc821024/DropBox?authkey=Gv1sRgCNWKqoLZtKCbFw&amp;feat=embedwebsite">Drop Box</a></td>
</tr>
</tbody>
</table>
<p>同时还蹦出个Google Docs，显然里面记录了我的信息：</p>
<table style="width: auto;">
<tbody>
<tr>
<td><a href="http://picasaweb.google.com/lh/photo/DsWNykXjOIwi2Kp7tMbpZg?authkey=Gv1sRgCNWKqoLZtKCbFw&amp;feat=embedwebsite"><img src="http://lh4.ggpht.com/_L1J-lJWR4To/S3Wsjkdkb3I/AAAAAAAAMDg/x3MGJkIe8hs/s512/polishing2.JPG" alt="" /></a></td>
</tr>
<tr>
<td style="font-family: arial,sans-serif; font-size: 11px; text-align: right;">From <a href="http://picasaweb.google.com/zlc821024/DropBox?authkey=Gv1sRgCNWKqoLZtKCbFw&amp;feat=embedwebsite">Drop Box</a></td>
</tr>
</tbody>
</table>
<p>触发这个钓鱼网站的是这样一个wave：</p>
<blockquote><p><code>with:public tag:youtube</code>下的“翻墙圈圈” </p></blockquote>
<table style="width: auto;">
<tbody>
<tr>
<td><a href="http://picasaweb.google.com/lh/photo/xUME_onj4OZkucpgYYvCAw?authkey=Gv1sRgCNWKqoLZtKCbFw&amp;feat=embedwebsite"><img src="http://lh4.ggpht.com/_L1J-lJWR4To/S3Wsio1AxWI/AAAAAAAAMDc/2IS7Ly2yZTw/s512/wave_flaw.JPG" alt="" /></a></td>
</tr>
<tr>
<td style="font-family: arial,sans-serif; font-size: 11px; text-align: right;">From <a href="http://picasaweb.google.com/zlc821024/DropBox?authkey=Gv1sRgCNWKqoLZtKCbFw&amp;feat=embedwebsite">Drop Box</a></td>
</tr>
</tbody>
</table>
<p>我自己试了其他的几个wave，并无触发，所以有条件的同学也可以帮测试一下。虽然黑客们很神奇，相关提示也很客气含蓄，但关于这个漏洞，我还是准备明后天向Google提交一下。</p>
<p>而且无论如何我肯定是要换密码了。以后确实也要牢记这句话：</p>
<blockquote><p><span style="color: #ff0000;"><strong>Next time, please do check the URL bar before entering your password.</strong></span></p></blockquote>
<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/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/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>
<li><a href="http://blog.alwayst.info/how_to_delete_google_bookmarks" title="Google Bookmarks 无法删除的问题 2010.03.10">Google Bookmarks 无法删除的问题</a>(0)</li>
<li><a href="http://blog.alwayst.info/translation_5_buzz_tips" title="(译文)5 Buzz tips 2010.02.19">(译文)5 Buzz tips</a>(1)</li>
<li><a href="http://blog.alwayst.info/stop_google_buzz_leaking_your_privacy" title="Stop Google Buzz Leaking Your Privacy 2010.02.12">Stop Google Buzz Leaking Your Privacy</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>, 2010. |
<a href="http://blog.alwayst.info/be_fooled_by_a_phishing_website">Permalink</a> |
<a href="http://blog.alwayst.info/be_fooled_by_a_phishing_website#comments">No comment</a> 
<br/>
Post tags: <a href="http://blog.alwayst.info/tag/google" rel="tag">google</a>, <a href="http://blog.alwayst.info/tag/phish" rel="tag">phish</a>, <a href="http://blog.alwayst.info/tag/wave" rel="tag">wave</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.alwayst.info/be_fooled_by_a_phishing_website/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

