<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>嘉佑中文博客 &#187; Gmail</title>
	<atom:link href="http://pengjiayou.com/blog/tag/gmail/feed" rel="self" type="application/rss+xml" />
	<link>http://pengjiayou.com</link>
	<description>彭嘉佑的个人博客，分享自己感兴趣的东西。</description>
	<lastBuildDate>Sat, 19 May 2012 20:23:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>推荐一款 Gmail Notifier for Lucid</title>
		<link>http://pengjiayou.com/blog/gmail-notifier-for-lucid</link>
		<comments>http://pengjiayou.com/blog/gmail-notifier-for-lucid#comments</comments>
		<pubDate>Sun, 02 May 2010 09:27:03 +0000</pubDate>
		<dc:creator>嘉佑</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Gmail Notifier]]></category>

		<guid isPermaLink="false">http://pengjiayou.com/?p=2217</guid>
		<description><![CDATA[Ubuntu 下的 Gmail 通知程序我推荐过不少了，但是自 Ubuntu 9.04 集成 indicator-applet 开始，我就不喜欢独立的 Gmail 通知程序比如 cGmail 了，因为这些程序要在系统托盘占用一个独立的图标，所以我更倾向于那些集成在 indicator 中的小程序。 Ubuntu 9.04 下有一款叫做 Gm-notify 的小程序，就是这么工作的，可惜 Ubuntu 9.10 发布之后就没有更新了。 如上图所示，今天介绍的这款集成于 Indicator 的小程序是由作者 Michael Tom-Wing 基于 Python 编写的，支持使用 libnotify 弹出新邮件提醒，也支持使用 Indicator Applet 显示未读邮件标题。 这款 Gmail Notifier 完美支持 Ubuntu 9.10 和 10.04 ，安装时可以使用作者提供的软件仓库。 deb http://repo.ahadiel.org/apt karmic/ deb http://repo.ahadiel.org/apt lucid/ 安装成功之后依次打开系统/首选项/启动应用程序，新建一个应用程序如下图所示： 名称填写： Gmail-notifier 命令填写：/usr/bin/gmail-notifier.py [...]]]></description>
			<content:encoded><![CDATA[<p>Ubuntu 下的 <a title="Gmail 通知程序" href="http://pengjiayou.com/blog/tag/gmail" target="_blank">Gmail 通知程序</a>我推荐过不少了，但是自 Ubuntu 9.04 集成 indicator-applet 开始，我就不喜欢独立的 Gmail 通知程序比如 <a title="推荐一个 Gmail Notifier (cGmail)" href="http://pengjiayou.com/blog/another-gmail-notifier-cgmail" target="_blank">cGmail</a> 了，因为这些程序要在系统托盘占用一个独立的图标，所以我更倾向于那些集成在 indicator 中的小程序。 Ubuntu 9.04 下有一款叫做 <a title="让 ThunderBird 使用 Ubuntu 9.04 的新通知系统" href="http://pengjiayou.com/blog/make-thunderbird-use-libnotify-in-jaunty">Gm-notify</a> 的小程序，就是这么工作的，可惜 Ubuntu 9.10 发布之后就没有更新了。</p>
<p><a href="http://pengjiayou.com/wordpress/wp-content/uploads/2010/05/gmail-notifier.png"><img class="alignnone size-large wp-image-2218" title="gmail-notifier" src="http://pengjiayou.com/wordpress/wp-content/uploads/2010/05/gmail-notifier-500x330.png" alt="" width="500" height="330" /></a></p>
<p>如上图所示，今天介绍的这款集成于 Indicator 的小程序是由作者 <a title="Gmail Notifier" href="http://ahadiel.org/projects/gmail-notifier" target="_blank">Michael Tom-Wing</a> 基于 Python 编写的，支持使用 libnotify 弹出新邮件提醒，也支持使用 Indicator Applet 显示未读邮件标题。</p>
<p><span id="more-2217"></span><a href="http://pengjiayou.com/wordpress/wp-content/uploads/2010/05/gmailnotifier.png"><img class="alignnone size-full wp-image-2219" title="gmail notifier" src="http://pengjiayou.com/wordpress/wp-content/uploads/2010/05/gmailnotifier.png" alt="" width="377" height="204" /></a></p>
<p>这款 Gmail Notifier 完美支持 Ubuntu 9.10 和 10.04 ，安装时可以使用作者提供的软件仓库。</p>
<ul>
<li><em>deb  http://repo.ahadiel.org/apt karmic/</em></li>
<li><em>deb http://repo.ahadiel.org/apt lucid/</em></li>
</ul>
<p>安装成功之后依次打开系统/首选项/启动应用程序，新建一个应用程序如下图所示：</p>
<p><a href="http://pengjiayou.com/wordpress/wp-content/uploads/2010/05/screenshot_011.png"><img class="alignnone size-full wp-image-2220" title="screenshot_011" src="http://pengjiayou.com/wordpress/wp-content/uploads/2010/05/screenshot_011.png" alt="" width="323" height="194" /></a></p>
<p>名称填写： Gmail-notifier</p>
<p>命令填写：/usr/bin/gmail-notifier.py</p>
<p>这样就可以开机的时候自动运行了。</p>
<p>对了，刚刚回头看了一下 <a title="Highly Ubuntu integrated GMail Notifier" href="https://launchpad.net/gm-notify" target="_blank">Gm-notify</a>，作者是这么介绍的：</p>
<p>A simple and lightweight highly Ubuntu 10.04 integrated GMail Notifier which takes advantages of the new and nice notify-osd and indicator-applet. Because of this it will not run with older Ubuntu versions.</p>
<p>作者似乎更新以兼容 10.04 了，功能方面和 Gmail Notifier 并没有任何不同，欢迎大家测试。</p>
<hr />
<p>© 嘉佑 for <a href="http://pengjiayou.com">嘉佑中文博客</a> on 2010/05/02 |
<a href="http://pengjiayou.com/blog/gmail-notifier-for-lucid#comments">2 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://pengjiayou.com/blog/gmail-notifier-for-lucid&title=推荐一款 Gmail Notifier for Lucid">del.icio.us</a>
<br/>
Permalink: <a href="http://pengjiayou.com/blog/gmail-notifier-for-lucid">http://pengjiayou.com/blog/gmail-notifier-for-lucid</a>
<br />
Post tags: <a href="http://pengjiayou.com/blog/tag/gmail" rel="tag">Gmail</a>, <a href="http://pengjiayou.com/blog/tag/gmail-notifier" rel="tag">Gmail Notifier</a><br/>
</p>]]></content:encoded>
			<wfw:commentRss>http://pengjiayou.com/blog/gmail-notifier-for-lucid/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>GoogSysTray, Google Gmail/Reader/View 通知程序</title>
		<link>http://pengjiayou.com/blog/googsystray-puts-google-reader-gmail-wave-notifications-in-your-panel-tray</link>
		<comments>http://pengjiayou.com/blog/googsystray-puts-google-reader-gmail-wave-notifications-in-your-panel-tray#comments</comments>
		<pubDate>Fri, 29 Jan 2010 02:50:08 +0000</pubDate>
		<dc:creator>嘉佑</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[GoogSysTray]]></category>

		<guid isPermaLink="false">http://pengjiayou.com/?p=2154</guid>
		<description><![CDATA[GoogSysTray 是一个通知区域的应用程序，用于提醒多项 Google 服务，比如 Gmail ，Google Reader ，和 Google Wave 。 功能 GoogSysTray 允许手动设置各项其支持的服务提醒。支持各服务单独的系统托盘图标，支持显示未读消息数量，支持 Gmail 信箱按标签过滤并提醒。 GoogSysTray 现支持下列 Google 服务： GMail &#8211; 选择特定标签或者邮件夹并获取邮件提醒 Google Reader &#8211; 设定 Reader 未读 RSS 条目达到特定数量再通知 Google Voice &#8211; 支持发送短信 Google Calendar &#8211; 设定检查频率 Google Wave &#8211; 设置未读条目的选项 在 GoogSysTray 建立你的 Google 帐户 在 GoogSysTray 中建立你的 Google 帐户超简单 右击系统托盘区域的 &#8216;G&#8217; [...]]]></description>
			<content:encoded><![CDATA[<p>GoogSysTray 是一个通知区域的应用程序，用于提醒多项 Google 服务，比如 Gmail ，Google Reader ，和 Google Wave 。</p>
<p><a href="http://pengjiayou.com/wordpress/wp-content/uploads/2010/01/Screenshot-21.png"><img class="alignnone size-full wp-image-2155" title="GoogSysTray " src="http://pengjiayou.com/wordpress/wp-content/uploads/2010/01/Screenshot-21.png" alt="" width="191" height="71" /></a></p>
<p>功能</p>
<p>GoogSysTray 允许手动设置各项其支持的服务提醒。支持各服务单独的系统托盘图标，支持显示未读消息数量，支持 Gmail 信箱按标签过滤并提醒。</p>
<p><span id="more-2154"></span>GoogSysTray 现支持下列 Google 服务：</p>
<ul>
<li>GMail &#8211; 选择特定标签或者邮件夹并获取邮件提醒</li>
<li>Google Reader &#8211; 设定 Reader 未读 RSS 条目达到特定数量再通知</li>
<li>Google  Voice &#8211; 支持发送短信</li>
<li>Google Calendar &#8211; 设定检查频率</li>
<li>Google  Wave &#8211; 设置未读条目的选项</li>
</ul>
<p><strong>在 GoogSysTray 建立你的 Google 帐户</strong></p>
<p>在 GoogSysTray 中建立你的 Google 帐户超简单</p>
<ul>
<li>右击系统托盘区域的 &#8216;G&#8217; 图标</li>
<li>选择“首选项”</li>
<li>在 &#8216;一般选项&#8217; 中点击 &#8216;添加&#8217; 在右上角</li>
<li>在弹出的窗口中输入你的 Google 帐号信息</li>
</ul>
<p>在“一般”选项卡中你可以关闭或开启你需要被提醒的服务</p>
<p><strong>资源占用</strong></p>
<p>同时设置了 4 个 Google 帐户之后，所有服务均显示托盘图标，该应用程序只使用了 14mb 左右的内存，确实很低。</p>
<p><strong>下载</strong></p>
<p><a href="http://sourceforge.net/projects/googsystray/files/googsystray-1.1.4/googsystray_1.1.4_all.deb/download">http://sourceforge.net/projects/googsystray/files/googsystray-1.1.4/googsystray_1.1.4_all.deb/download</a></p>
<p><strong>安装</strong></p>
<p>双击下载后的 .deb 文件即可安装。安装完成之后，在 应用程序/互联网 子菜单会找到该软件的快捷方式。</p>
<p>来源：<a title="GoogSysTray Puts Google Reader, GMail, Wave notifications in your panel tray" href="http://www.omgubuntu.co.uk/2010/01/google-system-tray-notifications-ubuntu.html" target="_blank">GoogSysTray Puts Google Reader, GMail, Wave notifications in your panel tray</a></p>
<hr />
<p>© 嘉佑 for <a href="http://pengjiayou.com">嘉佑中文博客</a> on 2010/01/29 |
<a href="http://pengjiayou.com/blog/googsystray-puts-google-reader-gmail-wave-notifications-in-your-panel-tray#comments">4 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://pengjiayou.com/blog/googsystray-puts-google-reader-gmail-wave-notifications-in-your-panel-tray&title=GoogSysTray, Google Gmail/Reader/View 通知程序">del.icio.us</a>
<br/>
Permalink: <a href="http://pengjiayou.com/blog/googsystray-puts-google-reader-gmail-wave-notifications-in-your-panel-tray">http://pengjiayou.com/blog/googsystray-puts-google-reader-gmail-wave-notifications-in-your-panel-tray</a>
<br />
Post tags: <a href="http://pengjiayou.com/blog/tag/gmail" rel="tag">Gmail</a>, <a href="http://pengjiayou.com/blog/tag/googsystray" rel="tag">GoogSysTray</a><br/>
</p>]]></content:encoded>
			<wfw:commentRss>http://pengjiayou.com/blog/googsystray-puts-google-reader-gmail-wave-notifications-in-your-panel-tray/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>推荐一个 Gmail Notifier (cGmail)</title>
		<link>http://pengjiayou.com/blog/another-gmail-notifier-cgmail</link>
		<comments>http://pengjiayou.com/blog/another-gmail-notifier-cgmail#comments</comments>
		<pubDate>Tue, 10 Nov 2009 15:55:50 +0000</pubDate>
		<dc:creator>嘉佑</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[cGmail]]></category>
		<category><![CDATA[Gmail]]></category>

		<guid isPermaLink="false">http://pengyulong.com/?p=367</guid>
		<description><![CDATA[以前在 Ubuntu 9.04 下的时候，一直使用一个叫做 Gmail Notifier 的软件，它可以在你 Gmail 有新邮件的时候弹出通知，其实那时候 Gmail 新邮件提醒程序一大堆，而该程序最大的特色就是集成了 Ubuntu 9.04 刚刚带来的通知系统，所以整整给我服役了半年之久。Ubuntu 9.10 发布已经有一段时间了，可是 gm-notify 一点也没有要更新的意思，找来找去就是找不到 Karmic 的 .deb 包，而且也不确定是否支持 Ubuntu 9.10 的通知系统。 所以不得不寻找一个 gm-notify 的替代品，昨天没事 Google 了一下觉得 Checkgmail 还不错，这个程序曾经在 Fedora 9 上用过一段时间，印象还可以，今天晚上安装之后发现，这个程序使用的三个 Gmail 状态图标处是空白的，花了几乎半个小时但是没找到那三个图标（忘了当初是在 Gmail 哪个帮助页面下载的），后来只好放弃。 继续 Google ，发现不少 Gmail Notifier 程序呢，除了刚刚提到的那两个用过的，剩下只有 cGmail 这个程序还不错，cGmail 也可以和 Ubuntu 的 NotifyOSD 通知系统集成，其实源里面就有，可是我一直没发现，用 sudo apt-get install [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-368" title="Linux 下的 Gmail 新邮件通知程序 cGmail" src="http://pengjiayou.com/wordpress/wp-content/uploads/2009/11/screenshot_0371.png" alt="Linux 下的 Gmail 新邮件通知程序 cGmail" width="402" height="332" /></p>
<p>以前在 Ubuntu 9.04 下的时候，一直使用一个叫做 <a title="Gmail Notifier is a Light, Convenient Email Checker for Ubuntu" href="http://lifehacker.com/5239203/gmail-notifier-is-a-light-convenient-email-checker-for-ubuntu" target="_blank">Gmail Notifier</a> 的软件，它可以在你 Gmail 有新邮件的时候弹出通知，其实那时候 Gmail 新邮件提醒程序一大堆，而该程序最大的特色就是集成了 Ubuntu 9.04 刚刚带来的通知系统，所以整整给我服役了半年之久。<a title="Ubuntu 9.10 安装笔记 (2)" href="http://pengyulong.com/yy/291.times">Ubuntu 9.10</a> 发布已经有一段时间了，可是 <a title="gm-notify" href="https://launchpad.net/gm-notify" target="_blank">gm-notify</a> 一点也没有要更新的意思，找来找去就是找不到 Karmic 的 .deb 包，而且也不确定是否支持 Ubuntu 9.10 的通知系统。</p>
<p><span id="more-367"></span>所以不得不寻找一个 gm-notify 的替代品，昨天没事 Google 了一下<a href="http://twitter.com/pengjiayou/status/5554224147" target="_blank">觉得</a> Checkgmail 还不错，这个程序曾经在 Fedora 9 上用过一段时间，印象还可以，今天晚上安装之后发现，这个程序使用的三个 Gmail 状态图标处是空白的，花了几乎半个小时但是没找到那三个图标（忘了当初是在 Gmail 哪个帮助页面下载的），后来只好放弃。</p>
<p>继续 Google ，发现不少 <a title="Gmail Notifier Applets for Ubuntu" href="http://www.workswithu.com/2009/10/06/gmail-notifier-applets-for-ubuntu/" target="_blank">Gmail Notifier 程序</a>呢，除了刚刚提到的那两个用过的，剩下只有 <a title="cGmail 0.5" href="http://cgmail.tuxfamily.org/" target="_blank">cGmail</a> 这个程序还不错，cGmail 也可以和 Ubuntu 的 NotifyOSD 通知系统集成，其实源里面就有，可是我一直没发现，用 sudo apt-get install cgmail 安装吧。</p>
<p>cGmail 支持 Gmail 帐号，也支持 POP3 和 IMAP 协议，也就是说可以支持绝大多数邮箱的新邮件提醒，Gmail 还支持 Label 下的新邮件提醒，这个功能让我感到很意外，但无疑更增加了这个程序的实用性。</p>
<p><img class="alignnone size-full wp-image-369" title="cGmail 新邮件提醒" src="http://pengjiayou.com/wordpress/wp-content/uploads/2009/11/screenshot_0361.png" alt="cGmail 新邮件提醒" width="212" height="37" /></p>
<p>cGmail 支持新邮件NotifyOSD 提醒，也支持语音提示（遗憾的是不能自定义），默认情况下托盘栏不显示图标，有新邮件的时候才显示图标，图标上显示未读邮件的数量，还是挺方便的，因此吐血推荐给大家！</p>
<hr />
<p>© 嘉佑 for <a href="http://pengjiayou.com">嘉佑中文博客</a> on 2009/11/10 |
<a href="http://pengjiayou.com/blog/another-gmail-notifier-cgmail#comments">2 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://pengjiayou.com/blog/another-gmail-notifier-cgmail&title=推荐一个 Gmail Notifier (cGmail)">del.icio.us</a>
<br/>
Permalink: <a href="http://pengjiayou.com/blog/another-gmail-notifier-cgmail">http://pengjiayou.com/blog/another-gmail-notifier-cgmail</a>
<br />
Post tags: <a href="http://pengjiayou.com/blog/tag/cgmail" rel="tag">cGmail</a>, <a href="http://pengjiayou.com/blog/tag/gmail" rel="tag">Gmail</a><br/>
</p>]]></content:encoded>
			<wfw:commentRss>http://pengjiayou.com/blog/another-gmail-notifier-cgmail/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>让 ThunderBird 使用 Ubuntu 9.04 的新通知系统</title>
		<link>http://pengjiayou.com/blog/make-thunderbird-use-libnotify-in-jaunty</link>
		<comments>http://pengjiayou.com/blog/make-thunderbird-use-libnotify-in-jaunty#comments</comments>
		<pubDate>Sun, 26 Jul 2009 14:13:44 +0000</pubDate>
		<dc:creator>嘉佑</dc:creator>
				<category><![CDATA[电脑网络]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Thunderbird]]></category>

		<guid isPermaLink="false">http://pengjiayou.com/wordpress/?p=1727</guid>
		<description><![CDATA[ThunderBird 是 Mozilla 推出的一款功能强大的电子邮件客户端，可以替代 Linux 下的 Evolution （相当于 Windows 下的 Outlook），相信大家已经在用了。如果你使用 Ubuntu 9.04 ，给 ThunderBird 安装 此插件 就可以让它使用 LibNotify 新通知系统！也可以直接右键点击 这里 选择“另存为”，下载此插件，然后安装到 ThunderBird ，安装后重启，之后，如果 ThunderBird 有新邮件，通知系统会弹出窗口提示。 截图及消息来源：http://tips4linux.com/make-thunderbird-use-libnotify-in-jaunty/ 此外，如果要让 Firefox 使用 Ubuntu 9.04 的新通知系统，给 Firefox 安装 FirefoxNotify 插件即可。 另外，相对于之前介绍过的 CheckGmail，gm-notify 可以在 Gmail 信箱有新邮件的时候，使用 Ubuntu 的新通知系统弹出新邮件提示。 注意：gm-notify 非 GmNotify 或者 Gmail Notifier 也或者 Firefox 的插件 Gmail Notifier [...]]]></description>
			<content:encoded><![CDATA[<p><a title="ThunderBird 2" href="http://www.mozillamessaging.com/en-US/thunderbird/" target="_blank">ThunderBird</a> 是 <a title="Mozilla" href="http://www.mozilla.org" target="_blank">Mozilla</a> 推出的一款功能强大的电子邮件客户端，可以替代 Linux 下的 Evolution （相当于 Windows 下的 Outlook），相信大家已经在用了。如果你使用 Ubuntu 9.04 ，给 ThunderBird 安装 <a title="Mozilla Notification Extensions for ThunderBird" href="https://addons.mozilla.org/en-US/thunderbird/addon/11530" target="_blank">此插件</a> 就可以让它使用 LibNotify 新通知系统！也可以直接右键点击 <a title="Mozilla Notification Extensions for ThunderBird" href="https://addons.mozilla.org/en-US/thunderbird/downloads/file/55791/libnotify_popups-0.1.2-fx+tb-linux.xpi" target="_blank">这里</a> 选择“另存为”，下载此插件，然后安装到 ThunderBird ，安装后重启，之后，如果 ThunderBird 有新邮件，通知系统会弹出窗口提示。</p>
<p><img class="alignnone" title="ThunderBird 使用 Ubuntu 的新通知系统" src="http://tips4linux.com/wp-content/uploads/2009/07/1239979207.png" alt="" width="408" height="187" /></p>
<p>截图及消息来源：<a title="Make Thunderbird use LibNotify in Jaunty " href="http://tips4linux.com/make-thunderbird-use-libnotify-in-jaunty/" target="_blank">http://tips4linux.com/make-thunderbird-use-libnotify-in-jaunty/</a></p>
<p><span id="more-1727"></span>此外，如果要让 Firefox 使用 Ubuntu 9.04 的新通知系统，给 Firefox 安装 <a title="FirefoxNotify 1.5.4 " href="https://addons.mozilla.org/en-US/firefox/addon/9622" target="_blank">FirefoxNotify</a> 插件即可。</p>
<p>另外，相对于之前介绍过的 <a title="CheckGmail，Linux下的Gmail邮件通知程序 " href="http://pengjiayou.com/wordpress/checkgmail-linux-under-the-gmail-e-mail-notification-procedures" target="_blank">CheckGmail</a>，<a title="gm-notify" href="https://launchpad.net/gm-notify" target="_blank">gm-notify</a> 可以在 Gmail 信箱有新邮件的时候，使用 Ubuntu 的新通知系统弹出新邮件提示。</p>
<p>注意：gm-notify 非 <a title="GmNotify" href="http://gmnotify.sourceforge.net/" target="_blank">GmNotify</a> 或者 <a title="Gmail Notifier" href="http://gmail-notify.sourceforge.net/" target="_blank">Gmail Notifier</a> 也或者 Firefox 的插件 <a title="Gmail Notifier" href="https://addons.mozilla.org/en-US/firefox/addon/173" target="_blank">Gmail Notifier</a> ，虽然其它的 4 个程序/插件都可以在 Gmail 有新邮件时弹出提示，但好像只有 gm-notify 才能使用 Ubuntu 的通知系统，当然，相对于 <a title="GmNotify" href="http://gmnotify.sourceforge.net/" target="_blank">GmNotify</a> 或者<a title="Gmail Notifier" href="http://gmail-notify.sourceforge.net/" target="_blank">Gmail Notifier</a> 来说，gm-notify 的功能也是最少的一个。</p>
<p>要安装 gm-notify ，请在新立得中搜索 gm-notify ，然后安装。或者直接执行 sudo apt-get install gm-notify 。</p>
<hr />
<p>© 嘉佑 for <a href="http://pengjiayou.com">嘉佑中文博客</a> on 2009/07/26 |
<a href="http://pengjiayou.com/blog/make-thunderbird-use-libnotify-in-jaunty#comments">5 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://pengjiayou.com/blog/make-thunderbird-use-libnotify-in-jaunty&title=让 ThunderBird 使用 Ubuntu 9.04 的新通知系统">del.icio.us</a>
<br/>
Permalink: <a href="http://pengjiayou.com/blog/make-thunderbird-use-libnotify-in-jaunty">http://pengjiayou.com/blog/make-thunderbird-use-libnotify-in-jaunty</a>
<br />
Post tags: <a href="http://pengjiayou.com/blog/tag/gmail" rel="tag">Gmail</a>, <a href="http://pengjiayou.com/blog/tag/thunderbird" rel="tag">Thunderbird</a><br/>
</p>]]></content:encoded>
			<wfw:commentRss>http://pengjiayou.com/blog/make-thunderbird-use-libnotify-in-jaunty/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>你什么时候开始用 Gmail 的？</title>
		<link>http://pengjiayou.com/blog/when-did-you-start-to-use-gmail</link>
		<comments>http://pengjiayou.com/blog/when-did-you-start-to-use-gmail#comments</comments>
		<pubDate>Sat, 18 Oct 2008 04:32:01 +0000</pubDate>
		<dc:creator>嘉佑</dc:creator>
				<category><![CDATA[电脑网络]]></category>
		<category><![CDATA[Gmail]]></category>

		<guid isPermaLink="false">http://pengjiayou.com/wordpress/?p=1436</guid>
		<description><![CDATA[2004年11月，我大二，整天在图书馆或者学校的网吧看书、看杂志或者上网，那段时间，各大网站，各大论坛讨论最多的话题，我想就是 Gmail 邀请了，看着杂志上、网上关于 Gmail 的介绍，心里痒痒，于是就在个大论坛，各大博客找发贴或者留言找 Gmail 邀请，一个星期下来都无功而返。 不知道最后在哪儿又得知说外国人那里 Gmail 邀请很多的消息，我终于找到老外那里去了，又花了我一个星期的时间，到国外的论坛，博客上留言索取，功夫不负有心人，终于收到了我梦寐以求的 Gmail 邀请信，而且这一来，不止一个，而是两个呢？一个是老外发过来的，收到邀请的那一刻当然是非常兴奋的，但兴奋之余居然不知道用什么域名，恰当是在图书馆看 Linux 方面的书，对 Linux 兴趣大增，于是就像注册个与之有关的 Gmail ID，试了几个 ID 都被注册掉了，后来不知道为什么就注册了这个 linux.usrs 这个ID，linux.usrs=linux users? 有点不伦不类的感觉。 过了几天，再次收到一位中国人发来的邀请，这次想好了，但偏偏还是注册了一个 totehbest 的 ID ，不知道那时候怎么想的，想出这么垃圾的一个 ID 来。注册之后还是挺喜欢这个 ID 的，但是后来还是慢慢移步到了 linux.usrs at gmail.com 上，因为我发现我很多 Google 的服务，比如，Orkut, Picasaweb, Google Webmaster Tool, Analytics 等等都是用 linux.usrs 这个 ID 了，而且再也不能离开了。 今天看到了 04 年当时在 Windows Live Space [...]]]></description>
			<content:encoded><![CDATA[<p>2004年11月，我大二，整天在图书馆或者学校的网吧看书、看杂志或者上网，那段时间，各大网站，各大论坛讨论最多的话题，我想就是 Gmail 邀请了，看着杂志上、网上关于 Gmail 的介绍，心里痒痒，于是就在个大论坛，各大博客找发贴或者留言找 Gmail 邀请，一个星期下来都无功而返。</p>
<p>不知道最后在哪儿又得知说外国人那里 Gmail 邀请很多的消息，我终于找到老外那里去了，又花了我一个星期的时间，到国外的论坛，博客上留言索取，功夫不负有心人，终于收到了我梦寐以求的 Gmail 邀请信，而且这一来，不止一个，而是两个呢？一个是老外发过来的，收到邀请的那一刻当然是非常兴奋的，但兴奋之余居然不知道用什么域名，恰当是在图书馆看 Linux 方面的书，对 Linux 兴趣大增，于是就像注册个与之有关的 Gmail ID，试了几个 ID 都被注册掉了，后来不知道为什么就注册了这个 linux.usrs 这个ID，linux.usrs=linux users? 有点不伦不类的感觉。</p>
<p><span id="more-1436"></span></p>
<p>过了几天，再次收到一位中国人发来的邀请，这次想好了，但偏偏还是注册了一个 totehbest 的 ID ，不知道那时候怎么想的，想出这么垃圾的一个 ID 来。注册之后还是挺喜欢这个 ID 的，但是后来还是慢慢移步到了 linux.usrs at gmail.com 上，因为我发现我很多 Google 的服务，比如，Orkut, Picasaweb, Google Webmaster Tool, Analytics 等等都是用 linux.usrs 这个 ID 了，而且再也不能离开了。</p>
<p>今天看到了 04 年当时在 Windows Live Space 上写的博客，居然发现我在<a href="http://tothebest.spaces.live.com/blog/cns!7907204CBDE5480!169.entry" target="_blank">赠送 Gmail 邀请</a>，现在想想觉得当时听搞笑的，将一段邀请码放在一个图片上，让那些有幸看到图片的人输入图片上的链接去注册，哈哈，还真的有人是那么的<a href="http://tothebest.spaces.live.com/blog/cns!7907204CBDE5480!169.entry#comment" target="_blank">幸运</a>！</p>
<p>我发布赠送好友邀请的日期是 2004年11月4日 ，由此可见，我可能在 2004年10月 就开始使用 Gmail 了，那你呢？</p>
<hr />
<p>© 嘉佑 for <a href="http://pengjiayou.com">嘉佑中文博客</a> on 2008/10/18 |
<a href="http://pengjiayou.com/blog/when-did-you-start-to-use-gmail#comments">9 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://pengjiayou.com/blog/when-did-you-start-to-use-gmail&title=你什么时候开始用 Gmail 的？">del.icio.us</a>
<br/>
Permalink: <a href="http://pengjiayou.com/blog/when-did-you-start-to-use-gmail">http://pengjiayou.com/blog/when-did-you-start-to-use-gmail</a>
<br />
Post tags: <a href="http://pengjiayou.com/blog/tag/gmail" rel="tag">Gmail</a><br/>
</p>]]></content:encoded>
			<wfw:commentRss>http://pengjiayou.com/blog/when-did-you-start-to-use-gmail/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>CheckGmail，Linux下的Gmail邮件通知程序</title>
		<link>http://pengjiayou.com/blog/checkgmail-linux-under-the-gmail-e-mail-notification-procedures</link>
		<comments>http://pengjiayou.com/blog/checkgmail-linux-under-the-gmail-e-mail-notification-procedures#comments</comments>
		<pubDate>Thu, 07 Aug 2008 02:35:31 +0000</pubDate>
		<dc:creator>嘉佑</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[CheckGmail]]></category>
		<category><![CDATA[Gmail]]></category>

		<guid isPermaLink="false">http://pengjiayou.com/wordpress/?p=704</guid>
		<description><![CDATA[CheckGmail 是Linux下一个非常优秀的Gmail邮件通知程序（Gmail Notifier for Linux），比起Linux下另一个解决方案Firefox+Gmail Notifier来说，CheckGmail具有以下特性：Firefox的Gmail Notifier插件只能提醒你是否有新邮件，而CheckGmail不但可以告诉你有新邮件到了，而且可以用它来直接设置是否查看/设置已读/删除/报告垃圾邮件等功能。CheckGmail在系统托盘处有图标，如果有新邮件，托盘处的图标会改变，而且会与一个弹出窗口来通知你有新邮件，让你无需打开Firefox就知道你是否有新邮件。另外，CheckGmail不是通过POP端口，而是通过Atom Feeds来检查你是否有新邮件的，更快，更安全，而且更省宽带。 以上图片来自这里，在Ubuntu下的安装请查看这篇文章：http://ease.blogbus.com/logs/2607143.html 下面来介绍如何在Fedora 9下安装，在Fedora 9的源里面就有这个软件，你可以通过系统/首选项/Add/Remove Software通过PackageKit搜索关键词“Gmail”，并图形化方式安装它。也可以执行命令，yum install checkgamil 来安装它。如果有问题，请点击这里下载最新的1.13的RPM包，无需安装，直接运行 checkgmail 命令运行就可以了。 我是通过以上介绍的第一种方法安装的，安装之后在终端执行 checkgmail 命令之后，CheckGmail是运行了，但是关掉终端之后CheckGmail又自动退出了，我是Linux白痴，不知何故，没有研究。其实，我们只要按Alt+F2呼出运行栏，然后输入命令checkgmail就可以啦。 我执行命令 checkgmail 之后就让我填写下面的账号信息和CheckGmail的设置。如下图： 在 Username 和 Password 处输入你的Gmail用户名和密码，语言就不管了，我听喜欢看英文的，选中 24 hour clock ，采用 24 小时制。 Web browser 后面的命令不要动。 接下来的两个选项，Command to execute on new mail 和 Command to execute for no mail ，分别是有新邮件和没有邮件的时候要执行的命令。 如果你打算在有新邮件的时候播放 /home/charles/mail.wav 那么可以在 [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://tu.6.cn/pic/show/id/283421"><img src="http://i3.6.cn/cvbnm/6b/b8/f3/4d34732ca3b14aa458c8bc14ee073c28.jpg" alt="CheckGmail" width="500" height="27" /></a></p>
<p><a title="CheckGmail" href="http://checkgmail.sourceforge.net/" target="_blank">CheckGmail</a> 是Linux下一个非常优秀的Gmail邮件通知程序（Gmail Notifier for Linux），比起Linux下另一个解决方案Firefox+<a href="https://addons.mozilla.org/firefox/173/">Gmail Notifier</a>来说，CheckGmail具有以下特性：Firefox的Gmail Notifier插件只能提醒你是否有新邮件，而CheckGmail不但可以告诉你有新邮件到了，而且可以用它来直接设置是否查看/设置已读/删除/报告垃圾邮件等功能。CheckGmail在系统托盘处有图标，如果有新邮件，托盘处的图标会改变，而且会与一个弹出窗口来通知你有新邮件，让你无需打开Firefox就知道你是否有新邮件。另外，CheckGmail不是通过POP端口，而是通过Atom Feeds来检查你是否有新邮件的，更快，更安全，而且更省宽带。</p>
<p><img class="alignnone" title="CheckGmail for Ubuntu" src="http://static.flickr.com/66/160710537_1b9ebe9ffe_o.png" alt="" width="488" height="237" /></p>
<p><span id="more-704"></span></p>
<p>以上图片来自<a title="CheckGmail" href="http://ease.blogbus.com/logs/2607143.html" target="_blank">这里</a>，在Ubuntu下的安装请查看这篇文章：<a title="CheckGmail" href="http://ease.blogbus.com/logs/2607143.html" target="_blank">http://ease.blogbus.com/logs/2607143.html</a></p>
<p>下面来介绍如何在Fedora 9下安装，在Fedora 9的源里面就有这个软件，你可以通过系统/首选项/Add/Remove Software通过PackageKit搜索关键词“Gmail”，并图形化方式安装它。也可以执行命令，<strong>yum install checkgamil</strong> 来安装它。如果有问题，请点击这里<a title="CheckGmail" href="http://sourceforge.net/project/downloading.php?groupname=checkgmail&amp;filename=checkgmail-1.13-1.noarch.rpm&amp;use_mirror=nchc" target="_blank">下载最新的1.13的RPM包</a>，无需安装，直接运行 <strong>checkgmail</strong> 命令运行就可以了。</p>
<p>我是通过以上介绍的第一种方法安装的，安装之后在终端执行 checkgmail 命令之后，CheckGmail是运行了，但是关掉终端之后CheckGmail又自动退出了，我是Linux白痴，不知何故，没有研究。其实，我们只要按<strong>Alt+F2</strong>呼出运行栏，然后输入命令checkgmail就可以啦。</p>
<p>我执行命令 checkgmail 之后就让我填写下面的账号信息和CheckGmail的设置。如下图：</p>
<p><img class="alignnone" title="CheckGmail" src="http://checkgmail.sourceforge.net/prefs.png" alt="" width="489" height="430" /></p>
<p>在 Username 和 Password 处输入你的Gmail用户名和密码，语言就不管了，我听喜欢看英文的，选中 24 hour clock ，采用 24 小时制。</p>
<p>Web browser 后面的命令不要动。 接下来的两个选项，Command to execute on new mail 和 Command to execute for no mail ，分别是有新邮件和没有邮件的时候要执行的命令。</p>
<p>如果你打算在有新邮件的时候播放 /home/charles/mail.wav 那么可以在 Command to execute on new mail 下面的编辑框添上： aplay /home/ray/mail.way 如果要运行多个命令，请用“;”隔开</p>
<p>这个程序占用的内存和宽带资源的确很低，有必要让它随系统自启动，方法如下：</p>
<p>For Ubuntu: 系统─&gt;首选项&#8211;&gt;会话&#8211;&gt;启动程序&#8211;&gt;新建，在命令那里输入 checkgmail 就可以了。</p>
<p>For Fedora: 系统—&gt;首选项—&gt;个人—&gt;会话—&gt;新建，输入命令 checkgmail 就可以了。</p>
<p><a href="http://tu.6.cn/pic/show/id/288138"><img src="http://i3.6.cn/cvbnm/3c/6b/a1/d7f3c2b23cf0de6890863594e47f2eda.jpg" alt=""  width="500" height="374"/></a></p>
<p>这样设置之后，CheckGmail就可以在系统启动的时候自启动了，至于其它的版本，大家看着办吧！</p>
<p>尽情享受吧！呵呵，情人节快乐！Happy Chinese Valentine&#8217;s Day! 祝看我博客的所有朋友们有情人终成眷属。</p>
<hr />
<p>© 嘉佑 for <a href="http://pengjiayou.com">嘉佑中文博客</a> on 2008/08/07 |
<a href="http://pengjiayou.com/blog/checkgmail-linux-under-the-gmail-e-mail-notification-procedures#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://pengjiayou.com/blog/checkgmail-linux-under-the-gmail-e-mail-notification-procedures&title=CheckGmail，Linux下的Gmail邮件通知程序">del.icio.us</a>
<br/>
Permalink: <a href="http://pengjiayou.com/blog/checkgmail-linux-under-the-gmail-e-mail-notification-procedures">http://pengjiayou.com/blog/checkgmail-linux-under-the-gmail-e-mail-notification-procedures</a>
<br />
Post tags: <a href="http://pengjiayou.com/blog/tag/checkgmail" rel="tag">CheckGmail</a>, <a href="http://pengjiayou.com/blog/tag/fedora" rel="tag">Fedora</a>, <a href="http://pengjiayou.com/blog/tag/gmail" rel="tag">Gmail</a><br/>
</p>]]></content:encoded>
			<wfw:commentRss>http://pengjiayou.com/blog/checkgmail-linux-under-the-gmail-e-mail-notification-procedures/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>找到丢失已久的@yahoo.com帐号密码</title>
		<link>http://pengjiayou.com/blog/yahoo-mail-and-gmail</link>
		<comments>http://pengjiayou.com/blog/yahoo-mail-and-gmail#comments</comments>
		<pubDate>Sat, 29 Dec 2007 03:19:35 +0000</pubDate>
		<dc:creator>嘉佑</dc:creator>
				<category><![CDATA[私密日记]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Yahoo Mail]]></category>

		<guid isPermaLink="false">http://pengjiayou.com/wordpress/yahoo-mail-and-gmail</guid>
		<description><![CDATA[不知道去年什么时候我注册了一个pengjiayou#yahoo.com的信箱，但是很长时间没有登陆过，当时申请这个信箱主要是为了注册Flickr的帐号，之后一段时间从来没有登陆过，因为我一般使用Gmail的电子信箱，虽然Yahoo Mail全球使用的人很多，Gmail要到2010年用户才能超越Yahoo Mail，我喜欢Gmail的强大功能和简洁。 前几天国外有个客户找我，让我和他在Yahoo Messenger上和他聊，但是下载好Yahoo Messenger之后，死活都登陆不上去，提示密码错误，搞的我崩溃，找密码找了半天总是不对，今天早上花了很长的时间，不过密码总算找到了。哎，这念头，免费的邮箱服务到处都是，国内的国外的那么多，根本没有一个固定的信箱经常使用。也许一段时间内相对固定一些，但是有时间可能也注册别的，在注册信箱的时候填写的信箱往往忘记是哪一个，因此给找回密码加大了难度，哎，现在网上服务帐号的安全还真的挺担心的。也许哪一天你就忘了你的某个网站的用户名和密码，而永远都找不回来了。我算是幸运的。 我的@yahoo.com的信箱： 另外今天还申请了一个@AOL.com的信箱： © 嘉佑 for 嘉佑中文博客 on 2007/12/29 &#124; No comment &#124; Add to del.icio.us Permalink: http://pengjiayou.com/blog/yahoo-mail-and-gmail Post tags: Gmail, Yahoo Mail]]></description>
			<content:encoded><![CDATA[<p><!--adsense--><br />
不知道去年什么时候我注册了一个pengjiayou#yahoo.com的信箱，但是很长时间没有登陆过，当时申请这个信箱主要是为了注册Flickr的帐号，之后一段时间从来没有登陆过，因为我一般使用Gmail的电子信箱，虽然Yahoo Mail全球使用的人很多，Gmail要到2010年用户才能超越Yahoo Mail，我喜欢Gmail的强大功能和简洁。<br />
前几天国外有个客户找我，让我和他在Yahoo Messenger上和他聊，但是下载好Yahoo Messenger之后，死活都登陆不上去，提示密码错误，搞的我崩溃，找密码找了半天总是不对，今天早上花了很长的时间，不过密码总算找到了。哎，这念头，免费的邮箱服务到处都是，国内的国外的那么多，根本没有一个固定的信箱经常使用。也许一段时间内相对固定一些，但是有时间可能也注册别的，在注册信箱的时候填写的信箱往往忘记是哪一个，因此给找回密码加大了难度，哎，现在网上服务帐号的安全还真的挺担心的。也许哪一天你就忘了你的某个网站的用户名和密码，而永远都找不回来了。我算是幸运的。<br />
我的@yahoo.com的信箱：<br />
<img src="http://services.nexodyne.com/email/icon/6KW7Kh2NbvjtTA%3D%3D/t7QkdwY%3D/WWFob28%3D/0/image.png" border="0"  width="201" height="21"/><br />
另外今天还申请了一个@AOL.com的信箱：<br />
<img src="http://services.nexodyne.com/email/icon/CikEMftxlC%2Bhig%3D%3D/q.XmRJc%3D/QU9M/0/image.png"  width="161" height="21"/></p>
<hr />
<p>© 嘉佑 for <a href="http://pengjiayou.com">嘉佑中文博客</a> on 2007/12/29 |
<a href="http://pengjiayou.com/blog/yahoo-mail-and-gmail#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://pengjiayou.com/blog/yahoo-mail-and-gmail&title=找到丢失已久的@yahoo.com帐号密码">del.icio.us</a>
<br/>
Permalink: <a href="http://pengjiayou.com/blog/yahoo-mail-and-gmail">http://pengjiayou.com/blog/yahoo-mail-and-gmail</a>
<br />
Post tags: <a href="http://pengjiayou.com/blog/tag/gmail" rel="tag">Gmail</a>, <a href="http://pengjiayou.com/blog/tag/yahoo-mail" rel="tag">Yahoo Mail</a><br/>
</p>]]></content:encoded>
			<wfw:commentRss>http://pengjiayou.com/blog/yahoo-mail-and-gmail/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google推出Gmail移动版(手机版)客户端程序</title>
		<link>http://pengjiayou.com/blog/googles-gmail-for-mobile-phone-client</link>
		<comments>http://pengjiayou.com/blog/googles-gmail-for-mobile-phone-client#comments</comments>
		<pubDate>Fri, 03 Nov 2006 12:18:44 +0000</pubDate>
		<dc:creator>嘉佑</dc:creator>
				<category><![CDATA[电脑网络]]></category>
		<category><![CDATA[Gmail]]></category>

		<guid isPermaLink="false">http://pengjiayou.com/wordpress/google%e6%8e%a8%e5%87%bagmail%e7%a7%bb%e5%8a%a8%e7%89%88%e5%ae%a2%e6%88%b7%e7%ab%af%e7%a8%8b%e5%ba%8f</guid>
		<description><![CDATA[Google推出了可以用于支持安装Java程序的Gmail Java程序， 现在用户不仅可以通过手机浏览器访问m.gmail.com更快速的收发电子邮件， 如果你有可以安装Java程序的手机的话，还可以获得更快的Gmail访问速度。 立即下载100K左右大小的Java程序，下载地址：http://gmail.com/app 我用Firefox 2.0浏览器似乎也看到了，点击这个地址。之后输入你的Gmail用户名和密码看看吧。 © 嘉佑 for 嘉佑中文博客 on 2006/11/03 &#124; No comment &#124; Add to del.icio.us Permalink: http://pengjiayou.com/blog/googles-gmail-for-mobile-phone-client Post tags: Gmail]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" src="http://www.google.com/press/images/photo_GmailMobile.gif" alt="" width="200" height="304" /></p>
<p>Google推出了可以用于支持安装Java程序的Gmail Java程序，<br />
现在用户不仅可以通过手机浏览器访问<a href="http://m.gmail.com" target="_blank">m.gmail.com</a>更快速的收发电子邮件，<br />
如果你有可以安装Java程序的手机的话，还可以获得更快的Gmail访问速度。<br />
立即下载100K左右大小的Java程序，下载地址：<a href="http://gmail.com/app" target="_blank">http://gmail.com/app</a><br />
我用Firefox 2.0浏览器似乎也看到了，点击这个<a href="http://mail.google.com/mail/x/tqmwhpzl3a1a-/?f=1" target="_blank">地址</a>。之后输入你的Gmail用户名和密码看看吧。</p>
<p><!--adsense--></p>
<hr />
<p>© 嘉佑 for <a href="http://pengjiayou.com">嘉佑中文博客</a> on 2006/11/03 |
<a href="http://pengjiayou.com/blog/googles-gmail-for-mobile-phone-client#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://pengjiayou.com/blog/googles-gmail-for-mobile-phone-client&title=Google推出Gmail移动版(手机版)客户端程序">del.icio.us</a>
<br/>
Permalink: <a href="http://pengjiayou.com/blog/googles-gmail-for-mobile-phone-client">http://pengjiayou.com/blog/googles-gmail-for-mobile-phone-client</a>
<br />
Post tags: <a href="http://pengjiayou.com/blog/tag/gmail" rel="tag">Gmail</a><br/>
</p>]]></content:encoded>
			<wfw:commentRss>http://pengjiayou.com/blog/googles-gmail-for-mobile-phone-client/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>打不开Google或Gmail的解决办法（转载）</title>
		<link>http://pengjiayou.com/blog/how-to-do-if-you-can-not-open-google-or-gmail-directly</link>
		<comments>http://pengjiayou.com/blog/how-to-do-if-you-can-not-open-google-or-gmail-directly#comments</comments>
		<pubDate>Mon, 23 Oct 2006 09:33:56 +0000</pubDate>
		<dc:creator>嘉佑</dc:creator>
				<category><![CDATA[电脑网络]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://pengjiayou.com/wordpress/%e6%89%93%e4%b8%8d%e5%bc%80google%e6%88%96gmail%e7%9a%84%e8%a7%a3%e5%86%b3%e5%8a%9e%e6%b3%95%ef%bc%88%e8%bd%ac%e8%bd%bd%ef%bc%89</guid>
		<description><![CDATA[本文将给出一些能够正常访问Google搜索引擎的常用方法以及Google的IP地址表。 　　在Google.com里面进行搜索的时候，经常会遇到突然出现“该页无法显示”的提示，并且之后的十多分钟都无法正常连接Google，我没有遇到过这种情况，不过偶尔的情况确实打不开Google,这里给出一些方法，可以解决大部分Google无法访问或进不去的问题。 　　1、如果是搜索过程中出现“该页无法显示”的提示，接着就无法访问Google，那么对于ADSL用户，可以尝试断开网络连接，然后重新拨号上网，这样你的IP地址就发生了变化，这时候就可以正常访问Google了。 　　2、如果一开始就无法访问Google，那么请把下面这一行： 　　216.239.63.104 www.google.com　或者　64.233.171.99 www.google.com　或者　216.239.53.99 www.google.com 　　添加到：C:\WINDOWS\system32\drivers\etc\hosts文件里，就着访问Google看看是否正常。（其原理是提供较为少用的Google镜像访问） 　　3、使用附录中的Google的镜像IP地址来访问Google，那么多的IP，应该不至于全都封了吧。 　　4、使用Google.cn来访问Google，不过请注意，Google.cn服务器也在美国，因此搜索词语的时候也会出现“该页无法显示”的可能。 　　5、如果碰到DNS劫持的封锁方法，那么需要选择正确的DNS服务器，将主DNS设置成国外根服务器的DNS，然后辅助DNS设置成国外的DNS。具体做法：在拨号网络或网卡属性里设置，主DNS设成 202.12.27.33，辅助DNS：202.216 .228.18（日本DNS）大家还可以自己找一些快的国外DNS。 （其原理是DNS劫持只能够控制国内的DNS服务器，而对于国外的DNS服务器则无能为力，因此只要不使用国内的DNS即可） 　　6、对于GMail，使用http访问访问的话最好不要选择“带有聊天功能的标准视图”，否则容易被封。 　　7、尽量使用https://mail.google.com 来访问GMail，这将极大提高访问的稳定性，并且在GMail里使用GTalk也不会被封。（其原理是对于加密的https，防火墙无能为力） 　　8、使用加密的代理服务器软件来访问Google，当然目前的一些加密的代理服务器都不是很稳定，速度也不是很理想。 　　当然，上面的方法有时可能会实效，我觉得最简单的方法应该是来自Google的，就是提供一个支持https版本的Google搜索，这可以一劳永逸地解决目前几乎所有的问题，而且我知道增加这个版本对于Google来说应该是举手之劳的事情，并且GMail都已经提供了，那么为什么对于我们用的更多的Web搜索不提供呢？https是安全访问网站的一个重要的方法，目前还没有看到能截获https的加密数据的防火墙，那么与其提供Google.cn，其实还不如提供一个https的Google更实用。 　　当然，在大多数国家，使用https访问Google都显得很多余，但请Google理解https对于中国用户的重要性，并且实现https访问也是轻而易举的事情，又何乐而不为呢。             在Gmail刚刚推出的时候我在国内的一本杂志上，应该是电脑爱好者吧，上面介绍了一些关于Gmail的使用技巧，其中最重要的就是要输入https://开始的网址来访问Gmail，地址是：https://mail.google.com/mail 我这样打开Gmail的确很稳定。如果不用Gmail经常出现oops这样的提示。 　　附录：Google的IP地址一览表： http://216.239.37.103 http://216.239.57.99 http://64.233.187.107 http://216.239.37.105 http://216.239.59.103 http://64.233.187.89 http://216.239.37.106 http://216.239.59.104 http://64.233.187.99 http://216.239.37.107 http://216.239.59.105 http://66.102.11.104 http://216.239.39.100 http://216.239.59.106 http://66.102.11.105 http://216.239.39.102 http://216.239.59.107 http://66.102.11.106 http://216.239.39.103 http://216.239.59.147 http://66.102.11.107 http://216.239.39.106 http://216.239.59.98 http://66.102.11.99 http://216.239.39.107 http://216.239.59.99 http://66.102.7.104 http://216.239.51.100 http://216.239.63.104 [...]]]></description>
			<content:encoded><![CDATA[<p><!--adsense--></p>
<p>本文将给出一些能够正常访问Google搜索引擎的常用方法以及Google的IP地址表。</p>
<p>　　在Google.com里面进行搜索的时候，经常会遇到突然出现“该页无法显示”的提示，并且之后的十多分钟都无法正常连接Google，我没有遇到过这种情况，不过偶尔的情况确实打不开Google,这里给出一些方法，可以解决大部分Google无法访问或进不去的问题。</p>
<p>　　1、如果是搜索过程中出现“该页无法显示”的提示，接着就无法访问Google，那么对于ADSL用户，可以尝试断开网络连接，然后重新拨号上网，这样你的IP地址就发生了变化，这时候就可以正常访问Google了。</p>
<p>　　2、如果一开始就无法访问Google，那么请把下面这一行：</p>
<p>　　216.239.63.104 <a href="http://www.google.com/">www.google.com</a>　或者　64.233.171.99 <a href="http://www.google.com/">www.google.com</a>　或者　216.239.53.99 <a href="http://www.google.com/">www.google.com</a></p>
<p>　　添加到：C:\WINDOWS\system32\drivers\etc\hosts文件里，就着访问Google看看是否正常。（其原理是提供较为少用的Google镜像访问）</p>
<p><span id="more-89"></span></p>
<p>　　3、使用附录中的Google的镜像IP地址来访问Google，那么多的IP，应该不至于全都封了吧。</p>
<p>　　4、使用Google.cn来访问Google，不过请注意，Google.cn服务器也在美国，因此搜索词语的时候也会出现“该页无法显示”的可能。</p>
<p>　　5、如果碰到DNS劫持的封锁方法，那么需要选择正确的DNS服务器，将主DNS设置成国外根服务器的DNS，然后辅助DNS设置成国外的DNS。具体做法：在拨号网络或网卡属性里设置，主DNS设成 202.12.27.33，辅助DNS：202.216 .228.18（日本DNS）大家还可以自己找一些快的国外DNS。 （其原理是DNS劫持只能够控制国内的DNS服务器，而对于国外的DNS服务器则无能为力，因此只要不使用国内的DNS即可）</p>
<p>　　6、对于GMail，使用http访问访问的话最好不要选择“带有聊天功能的标准视图”，否则容易被封。</p>
<p>　　7、尽量使用<a href="https://mail.google.com/">https://mail.google.com</a> 来访问GMail，这将极大提高访问的稳定性，并且在GMail里使用GTalk也不会被封。（其原理是对于加密的https，防火墙无能为力）</p>
<p>　　8、使用加密的代理服务器软件来访问Google，当然目前的一些加密的代理服务器都不是很稳定，速度也不是很理想。</p>
<p>　　当然，上面的方法有时可能会实效，我觉得最简单的方法应该是来自Google的，就是提供一个支持https版本的Google搜索，这可以一劳永逸地解决目前几乎所有的问题，而且我知道增加这个版本对于Google来说应该是举手之劳的事情，并且GMail都已经提供了，那么为什么对于我们用的更多的Web搜索不提供呢？https是安全访问网站的一个重要的方法，目前还没有看到能截获https的加密数据的防火墙，那么与其提供Google.cn，其实还不如提供一个https的Google更实用。</p>
<p>　　当然，在大多数国家，使用https访问Google都显得很多余，但请Google理解https对于中国用户的重要性，并且实现https访问也是轻而易举的事情，又何乐而不为呢。<br />
     <br />
      在Gmail刚刚推出的时候我在国内的一本杂志上，应该是电脑爱好者吧，上面介绍了一些关于Gmail的使用技巧，其中最重要的就是要输入https://开始的网址来访问Gmail，地址是：<a href="https://mail.google.com/mail">https://mail.google.com/mail</a> 我这样打开Gmail的确很稳定。如果不用Gmail经常出现oops这样的提示。</p>
<p>　　附录：Google的IP地址一览表：</p>
<p><a href="http://216.239.37.103/">http://216.239.37.103</a> <a href="http://216.239.57.99/">http://216.239.57.99</a> <a href="http://64.233.187.107/">http://64.233.187.107</a><br />
<a href="http://216.239.37.105/">http://216.239.37.105</a> <a href="http://216.239.59.103/">http://216.239.59.103</a> <a href="http://64.233.187.89/">http://64.233.187.89</a><br />
<a href="http://216.239.37.106/">http://216.239.37.106</a> <a href="http://216.239.59.104/">http://216.239.59.104</a> <a href="http://64.233.187.99/">http://64.233.187.99</a><br />
<a href="http://216.239.37.107/">http://216.239.37.107</a> <a href="http://216.239.59.105/">http://216.239.59.105</a> <a href="http://66.102.11.104/">http://66.102.11.104</a><br />
<a href="http://216.239.39.100/">http://216.239.39.100</a> <a href="http://216.239.59.106/">http://216.239.59.106</a> <a href="http://66.102.11.105/">http://66.102.11.105</a><br />
<a href="http://216.239.39.102/">http://216.239.39.102</a> <a href="http://216.239.59.107/">http://216.239.59.107</a> <a href="http://66.102.11.106/">http://66.102.11.106</a><br />
<a href="http://216.239.39.103/">http://216.239.39.103</a> <a href="http://216.239.59.147/">http://216.239.59.147</a> <a href="http://66.102.11.107/">http://66.102.11.107</a><br />
<a href="http://216.239.39.106/">http://216.239.39.106</a> <a href="http://216.239.59.98/">http://216.239.59.98</a> <a href="http://66.102.11.99/">http://66.102.11.99</a><br />
<a href="http://216.239.39.107/">http://216.239.39.107</a> <a href="http://216.239.59.99/">http://216.239.59.99</a> <a href="http://66.102.7.104/">http://66.102.7.104</a><br />
<a href="http://216.239.51.100/">http://216.239.51.100</a> <a href="http://216.239.63.104/">http://216.239.63.104</a> <a href="http://66.102.7.105/">http://66.102.7.105</a><br />
<a href="http://216.239.51.103/">http://216.239.51.103</a> <a href="http://216.239.63.91/">http://216.239.63.91</a> <a href="http://66.102.7.106/">http://66.102.7.106</a><br />
<a href="http://216.239.53.102/">http://216.239.53.102</a> <a href="http://216.239.63.93/">http://216.239.63.93</a> <a href="http://66.102.7.107/">http://66.102.7.107</a><br />
<a href="http://216.239.53.103/">http://216.239.53.103</a> <a href="http://216.239.63.99/">http://216.239.63.99</a> <a href="http://66.102.7.147/">http://66.102.7.147</a><br />
<a href="http://216.239.53.104/">http://216.239.53.104</a> <a href="http://64.233.161.104/">http://64.233.161.104</a> <a href="http://66.102.7.18/">http://66.102.7.18</a><br />
<a href="http://216.239.53.106/">http://216.239.53.106</a> <a href="http://64.233.161.105/">http://64.233.161.105</a> <a href="http://66.102.7.19/">http://66.102.7.19</a><br />
<a href="http://216.239.53.107/">http://216.239.53.107</a> <a href="http://64.233.161.106/">http://64.233.161.106</a> <a href="http://66.102.7.89/">http://66.102.7.89</a><br />
<a href="http://216.239.53.99/">http://216.239.53.99</a>  <a href="http://64.233.161.107/">http://64.233.161.107</a> <a href="http://66.102.7.91/">http://66.102.7.91</a><br />
<a href="http://216.239.55.102/">http://216.239.55.102</a> <a href="http://64.233.161.89/">http://64.233.161.89</a> <a href="http://66.102.7.95/">http://66.102.7.95</a><br />
<a href="http://216.239.57.103/">http://216.239.57.103</a> <a href="http://64.233.163.104/">http://64.233.163.104</a> <a href="http://66.102.7.99/">http://66.102.7.99</a><br />
<a href="http://216.239.57.104/">http://216.239.57.104</a> <a href="http://64.233.163.106/">http://64.233.163.106</a> <a href="http://66.102.9.104/">http://66.102.9.104</a><br />
<a href="http://216.239.57.105/">http://216.239.57.105</a> <a href="http://64.233.163.99/">http://64.233.163.99</a> <a href="http://66.102.9.105/">http://66.102.9.105</a><br />
<a href="http://216.239.57.106/">http://216.239.57.106</a> <a href="http://64.233.183.91/">http://64.233.183.91</a> <a href="http://66.102.9.106/">http://66.102.9.106</a><br />
<a href="http://216.239.57.107/">http://216.239.57.107</a> <a href="http://64.233.183.93/">http://64.233.183.93</a> <a href="http://66.102.9.107/">http://66.102.9.107</a><br />
<a href="http://216.239.57.147/">http://216.239.57.147</a> <a href="http://64.233.183.99/">http://64.233.183.99</a> <a href="http://66.102.9.147/">http://66.102.9.147</a><br />
<a href="http://216.239.57.98/">http://216.239.57.98</a>  <a href="http://64.233.187.104/">http://64.233.187.104</a> <a href="http://66.102.9.99/">http://66.102.9.99</a></p>
<hr />
<p>© 嘉佑 for <a href="http://pengjiayou.com">嘉佑中文博客</a> on 2006/10/23 |
<a href="http://pengjiayou.com/blog/how-to-do-if-you-can-not-open-google-or-gmail-directly#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://pengjiayou.com/blog/how-to-do-if-you-can-not-open-google-or-gmail-directly&title=打不开Google或Gmail的解决办法（转载）">del.icio.us</a>
<br/>
Permalink: <a href="http://pengjiayou.com/blog/how-to-do-if-you-can-not-open-google-or-gmail-directly">http://pengjiayou.com/blog/how-to-do-if-you-can-not-open-google-or-gmail-directly</a>
<br />
Post tags: <a href="http://pengjiayou.com/blog/tag/gmail" rel="tag">Gmail</a>, <a href="http://pengjiayou.com/blog/tag/google" rel="tag">Google</a><br/>
</p>]]></content:encoded>
			<wfw:commentRss>http://pengjiayou.com/blog/how-to-do-if-you-can-not-open-google-or-gmail-directly/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

