<?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; Internet</title>
	<atom:link href="http://www.iusesoft.info/category/internet/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.iusesoft.info</link>
	<description>工欲善其事，必先利其器</description>
	<lastBuildDate>Thu, 22 Jul 2010 04:23:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>各平台创建 SSH Tunnel 的免费客户端</title>
		<link>http://www.iusesoft.info/2010/04/18/free-softwares-to-create-ssh-tunnel/</link>
		<comments>http://www.iusesoft.info/2010/04/18/free-softwares-to-create-ssh-tunnel/#comments</comments>
		<pubDate>Sun, 18 Apr 2010 12:29:58 +0000</pubDate>
		<dc:creator>软言软语</dc:creator>
				<category><![CDATA[浏览器]]></category>
		<category><![CDATA[软件推荐]]></category>
		<category><![CDATA[免费软件]]></category>
		<category><![CDATA[开源]]></category>
		<category><![CDATA[跨平台]]></category>

		<guid isPermaLink="false">http://www.iusesoft.info/?p=708</guid>
		<description><![CDATA[SSH 的用处有很多，比如远程服务器管理，博客搬家，创造安全的上网环境等。当然，很多人不愿意去记复杂的命令，在终端中逐一输入。因此，本文主要推荐几款各主流平台上用来做 SSH Tunnel 的免费客户端。文中软件并没有很详细的使用说明，只作为一般性介绍，如有不明请搜索之，或参考文后的 “推荐阅读” 部分。请注意和谐使用，也不要浪费资源。注意，此处仅仅讨论的是用来做 SSH Tunnel，所以部分软件并不能实现诸如 Putty 等 SSH 客户端软件所提供的功能。
SSH via 维基百科
SSH为Secure Shell的缩写，由IETF的网络工作小组（Network Working Group）所制定；SSH为建立在应用层和传输层基础上的安全协议。
传统的网络服务程序，如FTP、POP和Telnet其本质上都是不安全的；因为它们在网络上用明文传送数据、用户帐号和用户口令，很容易受到中间人（man-in-the-middle）攻击方式的攻击。就是存在另一个人或者一台机器冒充真正的服务器接收用户传给服务器的数据，然后再冒充用户把数据传给真正的服务器。
而SSH是目前较可靠，专为远程登录会话和其他网络服务提供安全性的协议。利用SSH协议可以有效防止远程管理过程中的信息泄露问题。透过SSH可以对所有传输的数据进行加密，也能够防止DNS欺骗和IP欺骗。
SSH之另一项优点为其传输的数据是经过压缩的，所以可以加快传输的速度。SSH有很多功能，它既可以代替Telnet，又可以为FTP、POP、甚至为PPP提供一个安全的“通道”
一、Mac
 
(1). iSSH
Mac 上小巧免费的客户端，类似于 Windows 上的 MyEnTunnel。对于没有诸多要求，仅仅需要进行 SSH Tunnel 的用户来说值得使用。目前有网友对官网版本进行了修改，可以开机启动及启动时自动连接，并加入了中文界面。
(2). Cocoa SSHTunnel
一款优秀的开源客户端，设定丰富，可以保存多个配置文件并能为不同的服务指定不同的配置文件，软言软语目前在 Mac 上使用的客户端。当然，由于功能较多，所需要的内存也较 iSSH 多一些。
打开 SSHTunnel 后，首先选择 “Servers” 选项卡创建配置文件。如果所示：

配置后，单击 “Apply” 应用配置，此时出现如图所示提示：

如果想要将此配置文件应用到所有服务，则选择 “Yes”，否则选择 “No”。
配置后，回到 “Sessions” 选项卡，在左侧 “Proxies” 下选择你使用的网络连接，单击 “Off” 左侧开始连接。另外，不要忘记配置转发端口。

(3). SSH Tunnel Manager
另外一款可以保存多账户的客户端，但只支持 Socks4，另外由于久未更新，不推荐使用。


另外还有两款收费软件，Meerkat 及 AlmostVPNPRO。
二、Linux
 
(1). Gnome [...]


相关文章：<ol><li><a href='http://www.iusesoft.info/2010/04/04/using-polipo-to-make-opera-works-with-socks5/' rel='bookmark' title='Permanent Link: 通过 Polipo 在 Opera 中使用 Socks5 代理'>通过 Polipo 在 Opera 中使用 Socks5 代理</a></li>
<li><a href='http://www.iusesoft.info/2009/10/20/how-to-use-search-function-quickly-in-opera/' rel='bookmark' title='Permanent Link: [推荐]Opera教程:更快速的使用搜索'>[推荐]Opera教程:更快速的使用搜索</a></li>
<li><a href='http://www.iusesoft.info/2009/07/27/windows-mac-free-software-recommendation/' rel='bookmark' title='Permanent Link: Windows &#038; Mac 跨平台免费软件推荐'>Windows &#038; Mac 跨平台免费软件推荐</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>SSH 的用处有很多，比如远程服务器管理，博客搬家，创造安全的上网环境等。当然，很多人不愿意去记复杂的命令，在终端中逐一输入。因此，本文主要推荐几款各主流平台上用来做 SSH Tunnel 的免费客户端。文中软件并没有很详细的使用说明，只作为一般性介绍，如有不明请搜索之，或参考文后的 “推荐阅读” 部分。请注意和谐使用，也不要浪费资源。<strong>注意，此处仅仅讨论的是用来做 SSH Tunnel，所以部分软件并不能实现诸如 Putty 等 SSH 客户端软件所提供的功能。<span id="more-708"></span></strong></p>
<h1>SSH via <a href="http://zh.wikipedia.org/zh-cn/SSH" target="_blank">维基百科</a></h1>
<blockquote><p>SSH为Secure Shell的缩写，由IETF的网络工作小组（Network Working Group）所制定；SSH为建立在应用层和传输层基础上的安全协议。</p>
<p>传统的网络服务程序，如FTP、POP和Telnet其本质上都是不安全的；因为它们在网络上用明文传送数据、用户帐号和用户口令，很容易受到中间人（man-in-the-middle）攻击方式的攻击。就是存在另一个人或者一台机器冒充真正的服务器接收用户传给服务器的数据，然后再冒充用户把数据传给真正的服务器。</p>
<p>而SSH是目前较可靠，专为远程登录会话和其他网络服务提供安全性的协议。利用SSH协议可以有效防止远程管理过程中的信息泄露问题。透过SSH可以对所有传输的数据进行加密，也能够防止DNS欺骗和IP欺骗。</p>
<p>SSH之另一项优点为其传输的数据是经过压缩的，所以可以加快传输的速度。SSH有很多功能，它既可以代替Telnet，又可以为FTP、POP、甚至为PPP提供一个安全的“通道”</p></blockquote>
<h1>一、Mac</h1>
<p><strong> </strong></p>
<h3>(1). iSSH</h3>
<p>
<table id="wp-table-reloaded-id-71-no-1" class="wp-table-reloaded wp-table-reloaded-id-71">
<thead>
	<tr class="row-1 odd">
		<th class="column-1">软件名称</th><th class="column-2">iSSH</th>
	</tr>
</thead>
<tbody>
	<tr class="row-2 even">
		<td class="column-1">授权 / 价格</td><td class="column-2">免费软件 / 免费</td>
	</tr>
	<tr class="row-3 odd">
		<td class="column-1">系统平台</td><td class="column-2">Mac OS X</td>
	</tr>
	<tr class="row-4 even">
		<td class="column-1">运行环境</td><td class="column-2">所有</td>
	</tr>
	<tr class="row-5 odd">
		<td class="column-1">网址</td><td class="column-2"><a href="http://macserve.org.uk/projects/issh/" target="_blank"><strong>官方网站</strong></a></td>
	</tr>
</tbody>
</table>
<br />
Mac 上小巧免费的客户端，类似于 Windows 上的 MyEnTunnel。对于没有诸多要求，仅仅需要进行 SSH Tunnel 的用户来说值得使用。目前有网友对官网版本进行了修改，可以开机启动及启动时自动连接，并加入了中文界面。</p>
<h3>(2). Cocoa SSHTunnel</h3>
<p>
<table id="wp-table-reloaded-id-72-no-1" class="wp-table-reloaded wp-table-reloaded-id-72">
<thead>
	<tr class="row-1 odd">
		<th class="column-1">软件名称</th><th class="column-2">SSHTunnel</th>
	</tr>
</thead>
<tbody>
	<tr class="row-2 even">
		<td class="column-1">授权 / 价格</td><td class="column-2">开源软件(GPL v2) / 免费</td>
	</tr>
	<tr class="row-3 odd">
		<td class="column-1">系统平台</td><td class="column-2">Mac OS X 10.5 及以后版本</td>
	</tr>
	<tr class="row-4 even">
		<td class="column-1">运行环境</td><td class="column-2">所有</td>
	</tr>
	<tr class="row-5 odd">
		<td class="column-1">网址</td><td class="column-2"><a href="http://code.google.com/p/cocoa-sshtunnel/" target="_blank"><strong>官方网站</strong></a></td>
	</tr>
</tbody>
</table>
<br />
一款优秀的开源客户端，设定丰富，可以保存多个配置文件并能为不同的服务指定不同的配置文件，软言软语目前在 Mac 上使用的客户端。当然，由于功能较多，所需要的内存也较 iSSH 多一些。</p>
<p>打开 SSHTunnel 后，首先选择 “Servers” 选项卡创建配置文件。如果所示：</p>
<p><img class="aligncenter size-full" title="Cocoa SSHTunnel" src="http://www.iusesoft.info/wp-content/uploads/2010/04/sshtunnel-1.png" alt="SSH Tunnel" /></p>
<p>配置后，单击 “Apply” 应用配置，此时出现如图所示提示：</p>
<p><img class="aligncenter size-full" title="Cocoa SSHTunnel" src="http://www.iusesoft.info/wp-content/uploads/2010/04/sshtunnel-2.png" alt="SSH Tunnel" /></p>
<p>如果想要将此配置文件应用到所有服务，则选择 “Yes”，否则选择 “No”。</p>
<p>配置后，回到 “Sessions” 选项卡，在左侧 “Proxies” 下选择你使用的网络连接，单击 “Off” 左侧开始连接。另外，不要忘记配置转发端口。</p>
<p><img class="aligncenter size-full" title="Cocoa SSHTunnel" src="http://www.iusesoft.info/wp-content/uploads/2010/04/sshtunnel-3.png" alt="SSH Tunnel" /></p>
<h3>(3). SSH Tunnel Manager</h3>
<p>
<table id="wp-table-reloaded-id-73-no-1" class="wp-table-reloaded wp-table-reloaded-id-73">
<thead>
	<tr class="row-1 odd">
		<th class="column-1">软件名称</th><th class="column-2">SSH Tunnel Manager</th>
	</tr>
</thead>
<tbody>
	<tr class="row-2 even">
		<td class="column-1">授权 / 价格</td><td class="column-2">开源软件 / 免费</td>
	</tr>
	<tr class="row-3 odd">
		<td class="column-1">系统平台</td><td class="column-2">Mac OS X</td>
	</tr>
	<tr class="row-4 even">
		<td class="column-1">运行环境</td><td class="column-2">所有</td>
	</tr>
	<tr class="row-5 odd">
		<td class="column-1">网址</td><td class="column-2"><a href="http://projects.tynsoe.org/en/stm/index.php" target="_blank"><strong>官方网站</strong></a></td>
	</tr>
</tbody>
</table>
<br />
另外一款可以保存多账户的客户端，但只支持 Socks4，另外由于久未更新，不推荐使用。</p>
<p><img class="aligncenter size-full" title="SSH Tunnel Manager" src="http://www.iusesoft.info/wp-content/uploads/2010/04/sshtunnelmanager-1.png" alt="SSH Tunnel Manager" /><br />
<img class="aligncenter size-full" title="SSH Tunnel Manager" src="http://www.iusesoft.info/wp-content/uploads/2010/04/sshtunnelmanager-2.png" alt="SSH Tunnel Manager" /></p>
<p>另外还有两款收费软件，<a href="http://codesorcery.net/meerkat" target="_blank">Meerkat</a> 及 <a href="http://www.leapingbytes.com/almostvpn/" target="_blank">AlmostVPNPRO</a>。</p>
<h1>二、Linux</h1>
<p><strong> </strong></p>
<h3>(1). Gnome SSH Tunnel Manager</h3>
<p>
<table id="wp-table-reloaded-id-74-no-1" class="wp-table-reloaded wp-table-reloaded-id-74">
<thead>
	<tr class="row-1 odd">
		<th class="column-1">软件名称</th><th class="column-2">Gnome SSH Tunnel Manager</th>
	</tr>
</thead>
<tbody>
	<tr class="row-2 even">
		<td class="column-1">授权 / 价格</td><td class="column-2">开源软件 / 免费</td>
	</tr>
	<tr class="row-3 odd">
		<td class="column-1">系统平台</td><td class="column-2">Linux</td>
	</tr>
	<tr class="row-4 even">
		<td class="column-1">运行环境</td><td class="column-2">Gnome</td>
	</tr>
	<tr class="row-5 odd">
		<td class="column-1">网址</td><td class="column-2"><a href="Gnome SSH Tunnel Manager" target="_blank"><strong>官方网站</strong></a></td>
	</tr>
</tbody>
</table>
<br />
gSTM 是一款运行于 Gnome 上的用于 SSH Tunnel 的开源客户端，对于多账户管理比较方便。注：其配置文件是以 XML 格式保存。<br />
具体使用可以参照 “<a href="http://www.ubuntugeek.com/manage-ssh-tunnels-with-gnome-ssh-tunnel-manager.html" target="_blank">Manage SSH Tunnels with Gnome SSH Tunnel Manager @ Ubuntu Geek</a>”<br />
<img class="aligncenter size-full" title="Gnome SSH Tunnel Manager" src="http://www.iusesoft.info/wp-content/uploads/2010/04/gstm.png" alt="Gnome SSH Tunnel Manager" /><br />
<strong> </strong></p>
<h3>(2). SSH Tunnel Manager</h3>
<p>
<table id="wp-table-reloaded-id-75-no-1" class="wp-table-reloaded wp-table-reloaded-id-75">
<thead>
	<tr class="row-1 odd">
		<th class="column-1">软件名称</th><th class="column-2">SSH Tunnel Manager</th>
	</tr>
</thead>
<tbody>
	<tr class="row-2 even">
		<td class="column-1">授权 / 价格</td><td class="column-2">开源软件（GPLv2） / 免费</td>
	</tr>
	<tr class="row-3 odd">
		<td class="column-1">系统平台</td><td class="column-2">Linux</td>
	</tr>
	<tr class="row-4 even">
		<td class="column-1">运行环境</td><td class="column-2">PyGtk</td>
	</tr>
	<tr class="row-5 odd">
		<td class="column-1">网址</td><td class="column-2"><a href="https://launchpad.net/tunnelmanager" target="_blank"><strong>官方网站</strong></a></td>
	</tr>
</tbody>
</table>
<br />
一款使用 Python 开发的客户端。据作者所说，由于 Ubuntu 自带的客户端不能满足其要求，也作为学习 PyGtk 开发的实践，因此有了本软件。如果，你也是正在学习 PyGtk 或者对 Ubuntu 自带的客户端不满意，不妨试试，具体功能说明请参考官网。<br />
<img class="aligncenter size-full" title="SSH Tunnel Manager" src="http://www.iusesoft.info/wp-content/uploads/2010/04/pygtksshtunnelmanager.jpg" alt="SSH Tunnel Manager" width="490" height="346" /><br />
<strong> </strong></p>
<h3>(3). Terminal</h3>
<p>使用终端命令，应该是最符合 Linux 大部分用户习惯的方式了: ssh -qTfnN -D 7070 remotehost</p>
<p>以下为参数说明：<br />
All the added options are for a ssh session that’s used for tunneling.</p>
<p>-q :- be very quite, we are acting only as a tunnel.<br />
-T :- Do not allocate a pseudo tty, we are only acting a tunnel.<br />
-f :- move the ssh process to background, as we don’t want to interact with this ssh session directly.<br />
-N :- Do not execute remote command.<br />
-n :- redirect standard input to /dev/null.</p>
<p>In addition on a slow line you can gain performance by enabling compression with the -C option.</p>
<h1>三、Windows</h1>
<p><strong> </strong></p>
<h3>(1). MyEnTunnel</h3>
<p>
<table id="wp-table-reloaded-id-76-no-1" class="wp-table-reloaded wp-table-reloaded-id-76">
<thead>
	<tr class="row-1 odd">
		<th class="column-1">软件名称</th><th class="column-2">MyEnTunnel</th>
	</tr>
</thead>
<tbody>
	<tr class="row-2 even">
		<td class="column-1">授权 / 价格</td><td class="column-2">免费软件 / 免费</td>
	</tr>
	<tr class="row-3 odd">
		<td class="column-1">系统平台</td><td class="column-2">Windows</td>
	</tr>
	<tr class="row-4 even">
		<td class="column-1">运行环境</td><td class="column-2">所有</td>
	</tr>
	<tr class="row-5 odd">
		<td class="column-1">网址</td><td class="column-2"><a href="http://nemesis2.qx.net/pages/MyEnTunnel" target="_blank"><strong>官方网站</strong></a></td>
	</tr>
</tbody>
</table>
<br />
MyEnTunnel 对于使用 SSH Tunnel 的 Windows 用户来说，应该是众所周知了，小巧、快速、免费。但之前一直有速度问题，在下载大文件或者浏览视频网站时，速度一般。为此有很多网站提供了解决办法，目前官网也指出了这个问题，并表示<strong>使用最新开发版的 <a title="开发版 plink" href="http://tartarus.org/~simon/putty-snapshots/x86/plink.exe"><span style="color: #ff0000;">plink.exe</span></a> 可以解决这一问题</strong>。另外，最新 3.5.2 已经开始支持 Unicode 了。</p>
<p><img class="aligncenter size-full" title="MyEnTunnel" src="http://www.iusesoft.info/wp-content/uploads/2010/04/myentunnel.png" alt="MyEnTunnel" /></p>
<h3>(2). Bitvise Tunnelier</h3>
<p>
<table id="wp-table-reloaded-id-77-no-1" class="wp-table-reloaded wp-table-reloaded-id-77">
<thead>
	<tr class="row-1 odd">
		<th class="column-1">软件名称</th><th class="column-2">Bitvise Tunnelier</th>
	</tr>
</thead>
<tbody>
	<tr class="row-2 even">
		<td class="column-1">授权 / 价格</td><td class="column-2">个人免费 / 免费</td>
	</tr>
	<tr class="row-3 odd">
		<td class="column-1">系统平台</td><td class="column-2">Windows</td>
	</tr>
	<tr class="row-4 even">
		<td class="column-1">运行环境</td><td class="column-2">所有</td>
	</tr>
	<tr class="row-5 odd">
		<td class="column-1">网址</td><td class="column-2"><a href="http://www.bitvise.com/tunnelier" target="_blank"><strong>官方网站</strong></a></td>
	</tr>
</tbody>
</table>
<br />
Bitvise Tunnelier 是近一段时间流行起来的 SSH Tunnel 客户端软件，由于功能强大，速度快并能保存多个配置文件而受到许多人的喜爱。对于 SSH 有诸多功能要求的用户是一个好选择。目前，软言软语在 Windows 上使用的是该款客户端，不仅仅可以 SSH Tunnel。</p>
<p><img class="aligncenter size-full" title="Bitvise Tunnelier" src="http://www.iusesoft.info/wp-content/uploads/2010/04/bitvisetunnelier-1.png" alt="Bitvise Tunnelier" width="510" height="437" /><br />
<img class="aligncenter size-full" title="Bitvise Tunnelier" src="http://www.iusesoft.info/wp-content/uploads/2010/04/bitvisetunnelier-2.png" alt="Bitvise Tunnelier" width="510" height="437" /></p>
<p>以此格式可以设置启动自动连接：&#8221;C:\Program Files\Bitvise Tunnelier\Tunnelier.exe&#8221; -profile=iusesoft.info.tlp -loginOnStartup，推荐创建一个快捷方式，并如此设置。</p>
<h1>四、iPhone / iPod touch</h1>
<p><strong> </strong></p>
<h3>1. iSSH  (<a href="http://itunes.apple.com/app/issh-ssh-vnc-console/id287765826?mt=8">App Store</a>)</h3>
<p>iSSH 与 Mac 上的 iSSH 并不是一个公司的产品。而且此 iSSH 并不免费，售价为 9.99 美元。目前 iSSH 只能用来进行远程连接，并不能进行端口重定向。</p>
<h3>2. MobileTerminal  (<a title="MobileTerminal" href="http://code.google.com/p/mobileterminal/" target="_blank">Google Code</a>)</h3>
<p>需要 iPhone/iPod touch 已经 jailbreak 过，并安装了 OpenSSH。打开 MobileTerminal 输入：ssh -D 7070 username@host，然后输入密码即可。想要关闭，可以在终端输入 killall ssh，如果仍处于 SSH 登录状态，可以直接输入 logout。</p>
<h1>推荐阅读</h1>
<p><strong> </strong></p>
<ul>
<li><a title="SSH" href="http://zh.wikipedia.org/zh-cn/SSH" target="_blank">SSH @ 维基百科</a></li>
<li><a title="Free Shell" href="http://www.cjb.net/shell.html" target="_blank">Free Shell @ CJB</a></li>
<li><a title="SSH简介及配置使用SSH登陆远程主机" href="http://fanqiang.chinaunix.net/safe/program/2005-03-24/3012.shtml" target="_blank">SSH简介及配置使用SSH登陆远程主机 @ 永远的Unix</a></li>
<li><a title="SSH 入门教程(常用命令)" href="http://ooxx.me/common-ssh-commands.orz" target="_blank">SSH 入门教程(常用命令) @ 大猫の意淫网志</a></li>
<li><a title="使用 SSH 安装和迁移 WordPress 博客" href="http://fairyfish.net/2009/11/20/ssh-wordpress/" target="_blank">使用 SSH 安装和迁移 WordPress 博客 @ 我爱水煮鱼</a></li>
</ul>
<hr /><h2>评论（13）</h2><ul><li><a href="http://www.iusesoft.info/2010/04/18/free-softwares-to-create-ssh-tunnel/#comment-1179">2010年04月18日</a>, <a href='https://hellohost.net/blog/61' rel='external nofollow' class='url'>不同系统 (平台) 如何使用学习主机 &laquo; Hello, Host! 官方博客</a> 说：[...] 原文链接：http://www.iusesoft.info/&#8230;/ate-ssh-tunnel/ [...]</li><li><a href="http://www.iusesoft.info/2010/04/18/free-softwares-to-create-ssh-tunnel/#comment-1180">2010年04月19日</a>, <a href='http://www.yylz.com' rel='external nofollow' class='url'>天毅</a> 说：呵呵，楼主是Multi-platform 人才啊！佩服</li><li><a href="http://www.iusesoft.info/2010/04/18/free-softwares-to-create-ssh-tunnel/#comment-1181">2010年04月19日</a>, <a href='http://www.iusesoft.info' rel='external nofollow' class='url'>软言软语</a> 说：主要还是用Windows与Mac，Linux不太了解，所以一般也很少写。想到现在复杂的环境还是有必要提及一下。</li><li><a href="http://www.iusesoft.info/2010/04/18/free-softwares-to-create-ssh-tunnel/#comment-1182">2010年04月19日</a>, <a href='http://www.a-shun.com/' rel='external nofollow' class='url'>A.shun</a> 说：又一篇跨平台大作。我只知道win的
Tunnelier的确很强大，不过我的主机现在不支持ssh。
只是其他的帐号来跨栏，MyEnTunnel和plink的组合小巧些，对我那杯具的带宽而言速度不是问题。</li><li><a href="http://www.iusesoft.info/2010/04/18/free-softwares-to-create-ssh-tunnel/#comment-1183">2010年04月19日</a>, <a href='http://www.iusesoft.info' rel='external nofollow' class='url'>软言软语</a> 说：Infinitie 有一款免费空间带SSH，速度很快。只是需要有自己的域名，co.cc也可以，过一段时间需要手动renew一次。</li><li><a href="http://www.iusesoft.info/2010/04/18/free-softwares-to-create-ssh-tunnel/#comment-1184">2010年04月19日</a>, <a href='http://www.a-shun.com/' rel='external nofollow' class='url'>A.shun</a> 说：thx，我去注册一个玩玩 :razz:</li><li><a href="http://www.iusesoft.info/2010/04/18/free-softwares-to-create-ssh-tunnel/#comment-1185">2010年04月19日</a>, <a href='http://www.yylz.com' rel='external nofollow' class='url'>天毅</a> 说：cbj.net的也不错，注册即可用</li><li><a href="http://www.iusesoft.info/2010/04/18/free-softwares-to-create-ssh-tunnel/#comment-1189">2010年04月30日</a>, <a href='http://wucang.com' rel='external nofollow' class='url'>无藏</a> 说：Bitvise Tunnelier 装了两次，都提示密码错误。
难道这个也是需要服务器做设置才行的么</li><li><a href="http://www.iusesoft.info/2010/04/18/free-softwares-to-create-ssh-tunnel/#comment-1190">2010年04月30日</a>, <a href='http://www.iusesoft.info' rel='external nofollow' class='url'>软言软语</a> 说：首先要确定你的服务器已经开通了SSH服务，然后确定你输入的密码是对应于SSH的密码，再次在首次使用是，要确定接受连接授权。</li><li><a href="http://www.iusesoft.info/2010/04/18/free-softwares-to-create-ssh-tunnel/#comment-1191">2010年04月30日</a>, <a href='http://wucang.com' rel='external nofollow' class='url'>无藏</a> 说：你好，我现在用的是 MyEnTunnel，速度一般，有时候还掉线。
尝试使用这款软件，每次都是提示密码错误。
每次我都确定接受连接授权了的。</li><li><a href="http://www.iusesoft.info/2010/04/18/free-softwares-to-create-ssh-tunnel/#comment-1192">2010年04月30日</a>, <a href='http://www.iusesoft.info' rel='external nofollow' class='url'>软言软语</a> 说：用MyEnTunnel的话可以去下载最新的plink.exe来解决速度问题，http://tartarus.org/~simon/putty-snapshots/x86/plink.exe</li><li><a href="http://www.iusesoft.info/2010/04/18/free-softwares-to-create-ssh-tunnel/#comment-1243">2010年05月1日</a>, <a href='http://www.a-shun.com/archives/21359.html' rel='external nofollow' class='url'>Mr.Zhang：一款类 Puff 代理工具 | A.shun's Blog</a> 说：[...] RSS订阅Google readerQQ Mail鲜果抓虾9点有道My yahoo哪吒 Home &raquo; 资源分享Mr.Zhang：一款类 Puff 代理工具 2010年05月01日 By A.shun Leave a comment Go to comments自从 puff 的广为人知，并由免费转收费模式之后，就可以预见将会出现更多的类 puff 软件。张生翻墙（Mr.Zhang）就是这样的一个工具。 名字颇有西厢计划的味道，但是两者并无联系。从界面和使用方法来说视为另一个puff更为恰当。之所以推荐这个是因为其目前还算稳定，而且对于新手来说使用很方便。昔日张生月下翻qiang相会崔莺莺，今日我们也可以用它来帮助更多的人能够去 Twitter 上看望 苍井空。 基本介绍名称：性质：免费软件语言：多国语言（含简体中文）平台：Windows当前版本：0.05官方网站：http://www.crossthewall.net/ （墙外）下载地址：http://www.crossthewall.net/software/mrzhang.rar （翻过去下载或者通过迅雷）简单试用主界面和puff几乎一样，免费版本没有设置。系统托盘的图标会随着连接状态改变。 连接好之后，IE可以直接点击界面上的按钮使用。其他浏览器将代理设置为 127.0.0.1:2010 即可。速度还是很不错的，看下youtube不成问题。该软件实际上可以理解为配置好的Plink+Polipo组合，这点上和puff不同。基本上每次重新连接获取到的是不同的ip，应该有一定的生存能力。至于安全性，我只能说安装文件本身没有什么问题。各位请执行掂量。PS我只是体验一下，基本上不需要这个。个人更相信五剑客（尽管目前能正常使用的只有三个），还有SSH作为备用。这种个也就没什么必要了。 建议有条件的同学还是自己配置SSH或者使用vpn吧。延伸阅读轻松用代理：打造豪华Opera代理菜单各平台创建 SSH Tunnel 的免费客户端轻松用代理：Opera代理设置 基础篇通过 Polipo 在 Opera 中使用 Socks5 代理&raquo; 转载请注明来源：A.shun&#39;s Blog &raquo;  《Mr.Zhang：一款类 Puff 代理工具》&raquo; 本文链接地址：http://www.a-shun.com/archives/21359.htmlcT=&quot;0&quot;;nc=&quot;#444444&quot;;nBgc=&quot;&quot;;nBorder=&quot;#B11418&quot;;tc=&quot;#FFFFFF&quot;;tBgc=&quot;#FE1923&quot;;tBorder=&quot;#B11418&quot;;tDigg=&quot;%E6%8E%A8%E8%8D%90%E5%88%B0%E9%B2%9C%E6%9E%9C&quot;;tDugg=&quot;%E6%84%9F%E8%B0%A2%E6%8E%A8%E8%8D%90&quot;;defaultItemUrl=&quot;WEB_URL&quot;;defaultFeedUrl =&quot;http://feeds.feedburner.com/ashun&quot;;&raquo; 本文采用 BY-NC-SA 协议进行授权。&raquo; 建议订阅本站( Google Reader&nbsp;|&nbsp;Feedburner&nbsp;|&nbsp;Feedsky )及时获取更新。More posts about Proxy, Twitter2009年12月2日 -- 方便的客户端：Opera Twitter widget新版 (150)2009年10月19日 -- 轻松更新Twitter：Twitter Opera widget (121)2010年04月12日 -- 蒼井そらの夜：Twitter上的苍井空 (125)2010年02月7日 -- 轻松用代理：打造豪华Opera代理菜单 (122)2010年01月29日 -- 轻松用代理：Opera代理设置 进阶篇 (102)2010年01月25日 -- 轻松用代理：Opera代理设置 基础篇 (111)2009年10月13日 -- 好用的在线代理收集 第三期 (97)2009年09月10日 -- 好用的在线代理收集 第二期 (114)WP 文章定时发布 &amp; 继续优化当前主题  hs.graphicsDir = &quot;http://www.a-shun.com/wp-content/themes/zsofa-ova/highslide/graphics/&quot;; hs.outlineType = &quot;rounded-white&quot;; hs.outlineWhileAnimating = true; hs.showCredits = false; [...]</li><li><a href="http://www.iusesoft.info/2010/04/18/free-softwares-to-create-ssh-tunnel/#comment-1310">2010年05月19日</a>, <a href='http://xijie.wordpress.com/2010/05/19/mr-zhang%ef%bc%9a%e4%b8%80%e6%ac%be%e7%b1%bb-puff-%e4%bb%a3%e7%90%86%e5%b7%a5%e5%85%b7/' rel='external nofollow' class='url'>Mr.Zhang：一款类 Puff 代理工具 &laquo; 细节的力量</a> 说：[...] 各平台创建 SSH Tunnel 的免费客户端 [...]</li></ul><hr /><small>
来源网站：<a href="http://www.iusesoft.info/" target="_blank">软言软语</a><br />
原文链接：<a href="http://www.iusesoft.info/2010/04/18/free-softwares-to-create-ssh-tunnel/" target="_blank">http://www.iusesoft.info/2010/04/18/free-softwares-to-create-ssh-tunnel/</a><br />
许可协议：本作品采用<a href="http://creativecommons.org/licenses/by-nc-sa/2.5/cn/" target="_blank">知识共享署名-非商业性使用-相同方式共享 2.5 中国大陆许可协议</a>进行许可。 </small><hr />

<p>相关文章：<ol><li><a href='http://www.iusesoft.info/2010/04/04/using-polipo-to-make-opera-works-with-socks5/' rel='bookmark' title='Permanent Link: 通过 Polipo 在 Opera 中使用 Socks5 代理'>通过 Polipo 在 Opera 中使用 Socks5 代理</a></li>
<li><a href='http://www.iusesoft.info/2009/10/20/how-to-use-search-function-quickly-in-opera/' rel='bookmark' title='Permanent Link: [推荐]Opera教程:更快速的使用搜索'>[推荐]Opera教程:更快速的使用搜索</a></li>
<li><a href='http://www.iusesoft.info/2009/07/27/windows-mac-free-software-recommendation/' rel='bookmark' title='Permanent Link: Windows &#038; Mac 跨平台免费软件推荐'>Windows &#038; Mac 跨平台免费软件推荐</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.iusesoft.info/2010/04/18/free-softwares-to-create-ssh-tunnel/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>通过 Polipo 在 Opera 中使用 Socks5 代理</title>
		<link>http://www.iusesoft.info/2010/04/04/using-polipo-to-make-opera-works-with-socks5/</link>
		<comments>http://www.iusesoft.info/2010/04/04/using-polipo-to-make-opera-works-with-socks5/#comments</comments>
		<pubDate>Sun, 04 Apr 2010 05:59:59 +0000</pubDate>
		<dc:creator>软言软语</dc:creator>
				<category><![CDATA[浏览器]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[开源]]></category>
		<category><![CDATA[跨平台]]></category>

		<guid isPermaLink="false">http://www.iusesoft.info/?p=697</guid>
		<description><![CDATA[使用 Opera 的用户都知道，Socks4/5 代理一直都不被支持。因此，想要使用 ssh -D 方式来访问网站也就不可能了。只能采取其他变通的方式，亦即将 Socks 代理转换为普通 HTTP 代理从而解决这个问题。能够将 Socks 代理转换为普通 HTTP 的代理主要有 Polipo，tsocks 以及 privoxy 等。由于 tsocks 多年未更新，而 privoxy 越来越显臃肿，故而在此介绍 Polipo 如何转换 Socks 代理为普通 HTTP 代理。
1. 下载 Polipo，请至其官网
注意：Polipo 为开放源代码，因此为跨平台移植带来了便利性。官网中已经提供了其他平台移植版本地址，请在 “Contributed binaries and BSD ports” 部分查找。
2. 配置 Polipo
(1). 将 Polipo  解压到任意目录。
(2). 将 config.sample 文件更名为 config 即可，无扩展名。
(3). 编辑 config 文件。
首先找到代理服务器地址及端口部分:
# proxyAddress = &#8220;0.0.0.0&#8243;  [...]


相关文章：<ol><li><a href='http://www.iusesoft.info/2009/10/20/how-to-use-search-function-quickly-in-opera/' rel='bookmark' title='Permanent Link: [推荐]Opera教程:更快速的使用搜索'>[推荐]Opera教程:更快速的使用搜索</a></li>
<li><a href='http://www.iusesoft.info/2009/12/23/opera-10-50-pre-alpha-release/' rel='bookmark' title='Permanent Link: 圣诞礼物：Opera 10.50 Pre-Alpha 发布'>圣诞礼物：Opera 10.50 Pre-Alpha 发布</a></li>
<li><a href='http://www.iusesoft.info/2010/03/10/t-pot-is-a-open-source-plugin-for-total-commander-to-use-ipod-touch-or-iphone-as-usb-drive/' rel='bookmark' title='Permanent Link: [Win]T-PoT：将 iPod touch / iPhone 变成移动存储的 TC 插件'>[Win]T-PoT：将 iPod touch / iPhone 变成移动存储的 TC 插件</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>使用 Opera 的用户都知道，Socks4/5 代理一直都不被支持。因此，想要使用 ssh -D 方式来访问网站也就不可能了。只能采取其他变通的方式，亦即将 Socks 代理转换为普通 HTTP 代理从而解决这个问题。能够将 Socks 代理转换为普通 HTTP 的代理主要有 Polipo，tsocks 以及 privoxy 等。由于 tsocks 多年未更新，而 privoxy 越来越显臃肿，故而在此介绍 Polipo 如何转换 Socks 代理为普通 HTTP 代理。<span id="more-697"></span></p>
<h3>1. 下载 Polipo，请至其官网</h3>

<table id="wp-table-reloaded-id-70-no-1" class="wp-table-reloaded wp-table-reloaded-id-70">
<thead>
	<tr class="row-1 odd">
		<th class="column-1">软件名称</th><th class="column-2">Polipo</th>
	</tr>
</thead>
<tbody>
	<tr class="row-2 even">
		<td class="column-1">授权 / 价格</td><td class="column-2">开源软件 / 免费</td>
	</tr>
	<tr class="row-3 odd">
		<td class="column-1">系统平台</td><td class="column-2">所有</td>
	</tr>
	<tr class="row-4 even">
		<td class="column-1">运行环境</td><td class="column-2">所有</td>
	</tr>
	<tr class="row-5 odd">
		<td class="column-1">网址</td><td class="column-2"><a href="http://www.pps.jussieu.fr/~jch/software/polipo/" target="_blank"><strong>官方网站</strong></a></td>
	</tr>
</tbody>
</table>

<p><strong>注意：Polipo 为开放源代码，因此为跨平台移植带来了便利性。官网中已经提供了其他平台移植版本地址，请在 “Contributed binaries and BSD ports” 部分查找。</strong></p>
<h3>2. 配置 Polipo</h3>
<p>(1). 将 Polipo  解压到任意目录。</p>
<p>(2). 将 config.sample 文件更名为 config 即可，无扩展名。</p>
<p>(3). 编辑 config 文件。</p>
<p>首先找到代理服务器地址及端口部分:</p>
<blockquote><p># proxyAddress = &#8220;0.0.0.0&#8243;    # IPv4 only</p></blockquote>
<p>将其改为或直接在其下添加如下所示部分：</p>
<blockquote><p>proxyAddress = &#8220;127.0.0.1&#8243;<br />
proxyPort = 8123</p></blockquote>
<p><strong>注意：此处的代理地址及端口就是后面在 Opera 中设置的地址及端口。</strong></p>
<p>然后再查找访问控制部分：</p>
<blockquote><p># allowedClients = &#8220;127.0.0.1, 134.157.168.0/24&#8243;</p></blockquote>
<p>将其改为或直接在其下添加：</p>
<blockquote><p>allowedClients = 127.0.0.1<br />
allowedPorts = 1-65535</p></blockquote>
<p>本文的目的是在本地使用该代理服务器，因此允许的客户端地址为 127.0.0.1，开放端口为所有。</p>
<p>最后查找代理转发部分：</p>
<blockquote><p># socksParentProxy = &#8220;localhost:9050&#8243;<br />
# socksProxyType = socks5</p></blockquote>
<p>将其前的 “#” 去掉，或在其下直接添加两行并设置好自己的 ssh -D 监听端口。一般使用 MyEnTunnel 或 Bitvise Tunnelier（推荐），默认端口皆为 7070：</p>
<blockquote><p>socksParentProxy = &#8220;localhost:7070&#8243;<br />
socksProxyType = socks5</p></blockquote>
<p>至此，我们所需要的代理转换的配置部分就完成了，接下来就是配置 Opera 的代理。</p>
<h3>3. 后台运行 Polipo</h3>
<p>由于 Polipo 运行后打开的是一个命令行窗口，如果不小心将其关闭，则代理转换将无法工作，但如果不关闭又会占用本已拥挤的任务栏。是否能够将其最小化至系统托盘内呢？答案是可以的。</p>
<p>官方文档给出的方法是在配置文件中的最后添加新行，内容为：</p>
<blockquote><p>daemonise = true</p></blockquote>
<p>不过经测试似乎不能使用，至少在 Windows 下似乎不能使用。后来看到猫语者的这篇文章 “<a title="简单易懂的Polipo使用入门" href="http://cattalker.blog128.fc2.com/blog-entry-6.html" target="_blank">简单易懂的Polipo使用入门</a>”（墙），里面提供了解决方法，经试用确实不错。<strong>但需要注意的是其监听端口设置为 8118 而非上面所说的 8123，在设置 Opera 代理时请注意。</strong></p>
<p>文中使用到的软件为 Solipo，由日本人编写，作为 Polipo 的一个 GUI 端【2010-05-10 更新】：</p>

<table id="wp-table-reloaded-id-78-no-1" class="wp-table-reloaded wp-table-reloaded-id-78">
<thead>
	<tr class="row-1 odd">
		<th class="column-1">软件名称</th><th class="column-2">Solipo</th>
	</tr>
</thead>
<tbody>
	<tr class="row-2 even">
		<td class="column-1">授权 / 价格</td><td class="column-2">免费软件 / 免费</td>
	</tr>
	<tr class="row-3 odd">
		<td class="column-1">系统平台</td><td class="column-2">所有</td>
	</tr>
	<tr class="row-4 even">
		<td class="column-1">运行环境</td><td class="column-2">所有</td>
	</tr>
	<tr class="row-5 odd">
		<td class="column-1">网址</td><td class="column-2"><a href="http://serennz.sakura.ne.jp/toybox/solipo/" target="_blank"><strong>官方网站</strong></a></td>
	</tr>
</tbody>
</table>

<p>另外，Polipo 运行后提供了配置页面，可以在浏览器中以 http://localhost:port/polipo 的形式访问，例如 http://127.0.0.1:8123/polipo。</p>
<h3>4. 如图所示配置 Opera 代理</h3>
<p><strong> </strong><br />
<img class="aligncenter size-full wp-image-698" title="Opera 代理" src="http://www.iusesoft.info/wp-content/uploads/2010/04/opera-proxy.png" alt="" width="466" height="508" /><br />
如果你有自己的 “自动代理服务器配置” 文件亦可配合使用，这样需要代理的网站自动走代理服务器，否则就是直接访问。</p>
<p>至此，Opera 已经可以使用你的 ssh 服务器了，关于更多 Opera 中的代理使用技巧及 Polipo 的使用方法请参考下面的 “推荐阅读” 部分。</p>
<h3>5. 推荐阅读</h3>
<ul>
<li><a title="简单易懂的Polipo使用入门" href="http://cattalker.blog128.fc2.com/blog-entry-6.html" target="_blank">简单易懂的Polipo使用入门 @ 猫语者</a> （墙）</li>
<li><a title="轻松用代理：Opera代理设置 基础篇" href="http://www.a-shun.com/archives/21334.html" target="_blank">轻松用代理：Opera代理设置 基础篇 @ A.shun&#8217;s Blog</a></li>
<li><a title="轻松用代理：Opera代理设置 进阶篇" href="http://www.a-shun.com/archives/21335.html" target="_blank">轻松用代理：Opera代理设置 进阶篇 @ A.shun&#8217;s Blog</a></li>
<li><a title="轻松用代理：打造豪华Opera代理菜单" href="http://www.a-shun.com/archives/21337.html" target="_blank">轻松用代理：打造豪华Opera代理菜单 @ A.shun&#8217;s Blog</a></li>
</ul>
<hr /><h2>评论（14）</h2><ul><li><a href="http://www.iusesoft.info/2010/04/04/using-polipo-to-make-opera-works-with-socks5/#comment-1112">2010年04月4日</a>, <a href='http://www.a-shun.com/' rel='external nofollow' class='url'>A.shun</a> 说：学习了～
我之前一直用privoxy，看来要试试轻量级的polipo。

据说op因为最开始设计的时候没有考虑过Socks，现在如此想支持必须重写大量代码，可能性不大了。
只能靠着这些工具。</li><li><a href="http://www.iusesoft.info/2010/04/04/using-polipo-to-make-opera-works-with-socks5/#comment-1113">2010年04月4日</a>, <a href='http://www.iusesoft.info' rel='external nofollow' class='url'>软言软语</a> 说：如果是这样就太可惜了，毕竟还是原生支持的好</li><li><a href="http://www.iusesoft.info/2010/04/04/using-polipo-to-make-opera-works-with-socks5/#comment-1114">2010年04月4日</a>, <a href='http://www.a-shun.com/' rel='external nofollow' class='url'>A.shun</a> 说：恩，应该是这么回事。有原生支持最好了。

我在这个问题上麻木了，好在privoxy和polipo也可以用来抵御dns污染，还是有点必要的。</li><li><a href="http://www.iusesoft.info/2010/04/04/using-polipo-to-make-opera-works-with-socks5/#comment-1115">2010年04月4日</a>, <a href='http://www.iusesoft.info' rel='external nofollow' class='url'>软言软语</a> 说：其实，我也有些麻木了，毕竟这么多年了。
而且，之前我一般都不用Opera挂代理。</li><li><a href="http://www.iusesoft.info/2010/04/04/using-polipo-to-make-opera-works-with-socks5/#comment-1116">2010年04月4日</a>, <a href='http://www.a-shun.com/' rel='external nofollow' class='url'>A.shun</a> 说：我习惯代理到现在也不就
应该是从我会用对话框组合命令开始。
之后会用简单的pac了，更方便，就经常挂着。

ps：op的中文wiki正在建设中，往后大家学习就方便了。
ps2：建议把“有人回复时邮件通知我”设置为默认勾选</li><li><a href="http://www.iusesoft.info/2010/04/04/using-polipo-to-make-opera-works-with-socks5/#comment-1117">2010年04月4日</a>, <a href='http://www.iusesoft.info' rel='external nofollow' class='url'>软言软语</a> 说：op 的 wiki 真的是很有必要，很多东西需要总结和归纳。
也方便推广。</li><li><a href="http://www.iusesoft.info/2010/04/04/using-polipo-to-make-opera-works-with-socks5/#comment-1118">2010年04月4日</a>, <a href='http://topsy.com/trackback?utm_source=pingback&amp;utm_campaign=L2&amp;url=http://www.iusesoft.info/2010/04/04/using-polipo-to-make-opera-works-with-socks5/' rel='external nofollow' class='url'>Tweets that mention 通过 Polipo 在 Opera 中使用 Socks5 代理 | 软言软语 -- Topsy.com</a> 说：[...] This post was mentioned on Twitter by Jack Ma and V Ma, 软言软语. 软言软语 said: 通过 Polipo 在 Opera 中使用 Socks5 代理 - http://goo.gl/CWKC [...]</li><li><a href="http://www.iusesoft.info/2010/04/04/using-polipo-to-make-opera-works-with-socks5/#comment-1169">2010年04月9日</a>, <a href='http://www.yylz.com' rel='external nofollow' class='url'>天毅</a> 说：我也在用privoxy --# 谢谢提供这个文章，因为办公室的老爷机实在没有多余的资源让我折腾。能省一点是一点</li><li><a href="http://www.iusesoft.info/2010/04/04/using-polipo-to-make-opera-works-with-socks5/#comment-1171">2010年04月11日</a>, <a href='http://twitbrowser.net/blog/fq/2010/04/11/528' rel='external nofollow' class='url'>通过 Polipo 在 Opera 中使用 Socks5 代理 | 翻墙相关文章收集</a> 说：[...] 原文地址 [...]</li><li><a href="http://www.iusesoft.info/2010/04/04/using-polipo-to-make-opera-works-with-socks5/#comment-1253">2010年05月2日</a>, <a href='http://www.a-shun.com/archives/21359.html' rel='external nofollow' class='url'>Mr.Zhang：一款类 Puff 代理工具 | A.shun's Blog</a> 说：[...] SSH Tunnel 的免费客户端轻松用代理：Opera代理设置 基础篇通过 Polipo 在 Opera 中使用 Socks5 代理&raquo; 转载请注明来源：A.shun&#39;s Blog &raquo;  《Mr.Zhang：一款类 Puff [...]</li><li><a href="http://www.iusesoft.info/2010/04/04/using-polipo-to-make-opera-works-with-socks5/#comment-1294">2010年05月12日</a>, ym 说：怎么我打开polipo.exe时，显示的内容为如图：
http://i3.6.cn/cvbnm/b9/b8/75/7844bbf7c742405a77c331caffe22402.jpg 呢？windows系统哪有/etc/resolve.conf文件啊？</li><li><a href="http://www.iusesoft.info/2010/04/04/using-polipo-to-make-opera-works-with-socks5/#comment-1295">2010年05月12日</a>, <a href='http://www.iusesoft.info' rel='external nofollow' class='url'>软言软语</a> 说：Windows下可以配置polipo\config文件，或者将config.sample 改为你希望的名字，然后运行 polipo -c <配置文件名>。polipo的运行后回打开一个命令行窗口，就如你的贴图所示，如果想让它在后台运行，推荐下载上面提到的solipo。</li><li><a href="http://www.iusesoft.info/2010/04/04/using-polipo-to-make-opera-works-with-socks5/#comment-1296">2010年05月12日</a>, ym 说：明白了。复制c:\windows\system32\cmd.exe文件到c:\program files\polipo目录，双击cmd.exe,在cmd.exe中的提示符后面输入polipo.exe -c config 然后回车，会出现如图：http://i3.6.cn/cvbnm/b9/b8/75 /7844bbf7c742405a77c331caffe22402.jpg所示的内容，共4行内容，这些内容是正常的。然后配置 Opera 的代理，即可翻墙。不过我觉得polipo没有privoxy简单，只需在privoxy的配置文件config.txt的最下面加上：
forward-socks5 / 127.0.0.1:1080 . (不要漏了最后一个点 " . ")</li><li><a href="http://www.iusesoft.info/2010/04/04/using-polipo-to-make-opera-works-with-socks5/#comment-1297">2010年05月12日</a>, ym 说：明白了。复制c:\windows\system32\cmd.exe文件到c:\program files\polipo目录，双击cmd.exe,在cmd.exe中的提示符后面输入polipo.exe -c config 然后回车，会出现如图：http://i3.6.cn/cvbnm/b9/b8/75 /7844bbf7c742405a77c331caffe22402.jpg所示的内容，共4行内容，这些内容是正常的。然后配置 Opera 的代理，即可翻墙。不过我觉得polipo没有privoxy简单，只需在privoxy的配置文件config.txt的最下面加上：
forward-socks5 / 127.0.0.1:1080 . (不要漏了最后一个点 " . "),然后重启privoxy即可。</li></ul><hr /><small>
来源网站：<a href="http://www.iusesoft.info/" target="_blank">软言软语</a><br />
原文链接：<a href="http://www.iusesoft.info/2010/04/04/using-polipo-to-make-opera-works-with-socks5/" target="_blank">http://www.iusesoft.info/2010/04/04/using-polipo-to-make-opera-works-with-socks5/</a><br />
许可协议：本作品采用<a href="http://creativecommons.org/licenses/by-nc-sa/2.5/cn/" target="_blank">知识共享署名-非商业性使用-相同方式共享 2.5 中国大陆许可协议</a>进行许可。 </small><hr />

<p>相关文章：<ol><li><a href='http://www.iusesoft.info/2009/10/20/how-to-use-search-function-quickly-in-opera/' rel='bookmark' title='Permanent Link: [推荐]Opera教程:更快速的使用搜索'>[推荐]Opera教程:更快速的使用搜索</a></li>
<li><a href='http://www.iusesoft.info/2009/12/23/opera-10-50-pre-alpha-release/' rel='bookmark' title='Permanent Link: 圣诞礼物：Opera 10.50 Pre-Alpha 发布'>圣诞礼物：Opera 10.50 Pre-Alpha 发布</a></li>
<li><a href='http://www.iusesoft.info/2010/03/10/t-pot-is-a-open-source-plugin-for-total-commander-to-use-ipod-touch-or-iphone-as-usb-drive/' rel='bookmark' title='Permanent Link: [Win]T-PoT：将 iPod touch / iPhone 变成移动存储的 TC 插件'>[Win]T-PoT：将 iPod touch / iPhone 变成移动存储的 TC 插件</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.iusesoft.info/2010/04/04/using-polipo-to-make-opera-works-with-socks5/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>圣诞礼物：Opera 10.50 Pre-Alpha 发布</title>
		<link>http://www.iusesoft.info/2009/12/23/opera-10-50-pre-alpha-release/</link>
		<comments>http://www.iusesoft.info/2009/12/23/opera-10-50-pre-alpha-release/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 03:37:29 +0000</pubDate>
		<dc:creator>软言软语</dc:creator>
				<category><![CDATA[浏览器]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[免费软件]]></category>
		<category><![CDATA[跨平台]]></category>

		<guid isPermaLink="false">http://www.iusesoft.info/?p=611</guid>
		<description><![CDATA[Opera 于昨日发布了新版 Opera 10.50 预览版，算是作为送给 Opera 用户的一份圣诞礼物。比较杯具的是，OperaChina 似乎因此挂了。。。从昨日至今都无法正常访问，目前来看是有间歇性访问障碍。此次的 10.50 版有很多重要改变，其中最引人关注的当属新的 Javascript 引擎——Carakan 及渲染引擎——Presto 2.5.18，为 Opera 带来了又一次速度提升。不过，似乎不再支持 PPC 核心的 Mac 了，无奈。
从昨天下载 Opera 后，经过初步的使用有了一定的了解。首先能够看到的变化自然是 UI 设计的改变，主要集中在 4 处：

以前的菜单栏被单一的 Opera 按钮所取代，因此扩大了浏览空间。
导航按钮的第一项为 “显示/隐藏面板” 按钮（等同于 F4）。
恢复已关闭标签图标改变。
左下角的链接显示样式改变，且目前不支持 Opera Unite。

 10.10 UI
 10.50 Pre-Alpha UI
当然，为了不同的使用习惯，Opera 10.50 允许用户显示菜单栏，可以在 Opera 按钮中选择 “显示菜单栏”。
另外，保存 Wand 的方式也发生改变，不会再弹出独立对话框窗口，而是采用 Firefox 的方式，在页面上方放置提示框进行操作。这样不会影响到标签的切换。
由于目前还只是早前的预览版，最终的 UI 设计可能会发生改变而与此不同。详细更新及已知问题列表，转载自 OperaChina：
重点更新

升级的渲染引擎，基于最新的 Presto 2.5，更多的性能改善，更好的网络标准支持，包括完整的 CSS 2.1 支持和更多的 [...]


相关文章：<ol><li><a href='http://www.iusesoft.info/2009/10/20/how-to-use-search-function-quickly-in-opera/' rel='bookmark' title='Permanent Link: [推荐]Opera教程:更快速的使用搜索'>[推荐]Opera教程:更快速的使用搜索</a></li>
<li><a href='http://www.iusesoft.info/2010/04/04/using-polipo-to-make-opera-works-with-socks5/' rel='bookmark' title='Permanent Link: 通过 Polipo 在 Opera 中使用 Socks5 代理'>通过 Polipo 在 Opera 中使用 Socks5 代理</a></li>
<li><a href='http://www.iusesoft.info/2009/08/17/mucommander-shortkey-wallpaper-and-pdf/' rel='bookmark' title='Permanent Link: muCommander 快捷键桌面与 PDF'>muCommander 快捷键桌面与 PDF</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Opera 于昨日发布了新版 Opera 10.50 预览版，算是作为送给 Opera 用户的一份圣诞礼物。比较杯具的是，OperaChina 似乎因此挂了。。。<span style="text-decoration: line-through;">从昨日至今都无法正常访问</span>，目前来看是有间歇性访问障碍。此次的 10.50 版有很多重要改变，其中最引人关注的当属新的 Javascript 引擎——Carakan 及渲染引擎——Presto 2.5.18，为 Opera 带来了又一次速度提升。不过，似乎不再支持 PPC 核心的 Mac 了，无奈。<span id="more-611"></span></p>
<p>从昨天下载 Opera 后，经过初步的使用有了一定的了解。首先能够看到的变化自然是 UI 设计的改变，主要集中在 4 处：</p>
<ol>
<li>以前的菜单栏被单一的 Opera 按钮所取代，因此扩大了浏览空间。</li>
<li>导航按钮的第一项为 “显示/隐藏面板” 按钮（等同于 F4）。</li>
<li>恢复已关闭标签图标改变。</li>
<li>左下角的链接显示样式改变，且目前不支持 Opera Unite。</li>
</ol>
<p style="text-align: center;"><a href="http://www.iusesoft.info/wp-content/uploads/2009/12/opera_1010_ui.png"><img class="aligncenter size-full wp-image-612" title="opera_1010_ui" src="http://www.iusesoft.info/wp-content/uploads/2009/12/opera_1010_ui.png" alt="" width="718" height="479" /></a> 10.10 UI</p>
<p style="text-align: center;"><a href="http://www.iusesoft.info/wp-content/uploads/2009/12/opera_1050_prealpha_ui.png"><img class="aligncenter size-full wp-image-613" title="opera_1050_prealpha_ui" src="http://www.iusesoft.info/wp-content/uploads/2009/12/opera_1050_prealpha_ui.png" alt="" width="706" height="405" /></a> 10.50 Pre-Alpha UI</p>
<p style="text-align: left;">当然，为了不同的使用习惯，Opera 10.50 允许用户显示菜单栏，可以在 Opera 按钮中选择 “显示菜单栏”。</p>
<p style="text-align: left;">另外，保存 Wand 的方式也发生改变，不会再弹出独立对话框窗口，而是采用 Firefox 的方式，在页面上方放置提示框进行操作。这样不会影响到标签的切换。</p>
<p style="text-align: left;">由于目前还只是早前的预览版，最终的 UI 设计可能会发生改变而与此不同。详细更新及已知问题列表，转载自 <a href="http://bbs.operachina.com/viewtopic.php?f=64&amp;t=61082" target="_blank">OperaChina</a>：</p>
<p style="text-align: left;"><strong>重点更新</strong></p>
<ul>
<li>升级的渲染引擎，基于最新的 Presto 2.5，更多的性能改善，更好的网络标准支持，包括完整的 CSS 2.1 支持和更多的 CSS3 及 HTML5 支持。</li>
<li>全新的 Javascript 引擎： Carakan，极速！目前 mac 版本尚未进行优化，欢迎使用 windows 版测试。JS 引擎速度测试： http://www2.webkit.org/perf/sunspider-0 &#8230; pider.html</li>
<li>Vega 图形加速技术，通过硬件加速用户界面及网页渲染。硬件加速效果对比测试： http://gyu.que.jp/jscloth/miku.html</li>
<li>优化缓存处理，更快的启动、退出速度，更流畅的浏览体验</li>
<li>Windwos 7 特性支持：Aero 毛玻璃效果、Aero peek 效果以及 Jumplist 支持</li>
<li>Mac 版迁移到 Cocoa，大量的改进，包括统一的工具栏、触摸板手势、下拉菜单以及 Growl 通知支持等</li>
<li>用户界面升级，更好的图形界面，更多的平台适应，聪明的对话框，平滑的动画，等等</li>
<li>隐身浏览，您可以在单独标签中开启隐身浏览模式，在此模式下的一切操作痕迹均会随着标签的关闭而灰飞烟灭。</li>
<li>地址栏改进，可以直接在地址栏中进行搜索，可以单独删除某条历史记录，优化的自动匹配，简单的历史及书签搜索</li>
<li>搜索框改进，更方便的管理搜索引擎，更好的搜索体验，支持搜索历史</li>
<li>页面内搜索，不再弹出对话框而是在页面顶部滑出，集成原有的 Ctrl+F 及 ,./ 快速搜索功能，高亮搜索结果，一目了然</li>
<li>密码管理器，不再弹出对话框而是在页面顶部滑出，更加直观而不影响浏览</li>
<li>改进的缓存搜索，可以按照文件大小、文件类型进行过滤，可以预览所有缓存项目，并且可以统计缓存页面数，通过过滤功能您可以很方便的找出音频/视频/图片等文件的真实下载链接</li>
</ul>
<p><strong>已知问题</strong></p>
<ul>
<li>本次更新暂无 *nix 版本</li>
<li>本版暂不包含 Opera Unite</li>
<li>本版暂不包含 Widget Runtime</li>
<li>高内存占用</li>
<li>在不支持 SSE2 的 CPU 上暂不支持 JIT (造成较低性能)</li>
<li>mac 版暂不支持打印</li>
</ul>
<p style="text-align: left;">下载地址：</p>
<ul>
<li style="text-align: left;"><a href="http://snapshot.opera.com/windows/Opera_1050_3172_en.exe">Windows</a></li>
<li><a href="http://snapshot.opera.com/mac/Opera_10.50_8166_Intel.dmg">Mac (Intel-Only)</a></li>
</ul>
<p>关于简中语言包及更多截图请移步 <a href="http://bbs.operachina.com/viewtopic.php?f=64&amp;t=61082" target="_blank">OperaChina</a>。</p>
<p style="text-align: left;">隐藏在新的界面的背后是全新设计的被称为 Carakan（http://labs.opera.com/news/2009/02/05/） 的 Javascript 引擎，以下内容转载自<a href="http://news.mydrivers.com/1/151/151916.htm" target="_blank">驱动之家</a>：</p>
<p style="text-align: left;"><strong>Carakan是什么？</strong></p>
<p>Opera全新JS引擎Carakan，目前数度是其他已存在JavaScript引擎（基于SunSpider）的2.5倍。其在转化为本地机器代码时专门针对正则表达式做了优化，有意思的是，Chrome浏览器也刚刚宣布了此点。</p>
<p><strong>Carakan引擎的三个显著新特性：</strong></p>
<p>1.基于寄存器的字节码：之前的引擎“ECMAScript”使用的是基于堆栈字节码指令集，这种基于对堆栈存取的方法对于生成字节码是比较简单的。</p>
<p>在新的引擎里，我们采用了基于寄存器的字节码指令集，这种方式采用了固定大小的寄存器，每次操作都可以访问任意的寄存器，更少的指令被执行并且不会拷贝大量的数据。</p>
<p>2.本地代码生成：我们将整个或部分“ECMAScript”引擎编译到本地代码中以达到更快的执行速度。</p>
<p>3.自动对象分类：在新的引擎中每个对象都是被封装成类以存取不同的数据，这些类的划分是与原型保持一致的。</p>
<p><strong>每个浏览器的JS引擎都不一样吗？</strong></p>
<p>现在每个浏览器基本上都有自己的JS引擎（非浏览器引擎）了，如Firefox浏览器的TraceMonkey引擎，Google Chrome浏览器的V8引擎，Safari浏览器有SquirrelFish Extreme，目前又增加了Opera的Carakan。</p>
<h3>推荐阅读</h3>
<ul>
<li><a title="Opera 10.50 pre-Alpha 圣诞版 @ OperaChina" href="http://bbs.operachina.com/viewtopic.php?f=64&amp;t=61082" target="_blank">Opera 10.50 pre-Alpha 圣诞版 @ OperaChina</a></li>
<li><a title="Opera圣诞礼物：全球最快JS引擎Carakan" href="http://news.mydrivers.com/1/151/151916.htm" target="_blank">Opera圣诞礼物：全球最快JS引擎Carakan @ 驱动之家</a></li>
<li><a title="Opera10.5 pre-Alpha带来的重大改进" href="http://www.a-shun.com/archives/21322.html" target="_blank"> Opera10.5 pre-Alpha带来的重大改进 @ A.Shun&#8217;s Blog</a></li>
</ul>
<hr /><h2>评论（11）</h2><ul><li><a href="http://www.iusesoft.info/2009/12/23/opera-10-50-pre-alpha-release/#comment-536">2009年12月23日</a>, <a href='http://www.a-shun.com/' rel='external nofollow' class='url'>A.shun</a> 说：这个版本比起当初10.0Alpha有看头多了，很值得期待。

除了引擎和vage之外，我最意想不到的是对话框改进，不是说wand，而是网页中的对话框（JavaScript的警报，HTTP身份验证等）不再是系统对话框，我们在遇到这类型对话框的时候依然可以切换标签继续干别的，不再影响其他页面的浏览。</li><li><a href="http://www.iusesoft.info/2009/12/23/opera-10-50-pre-alpha-release/#comment-537">2009年12月23日</a>, <a href='http://www.iusesoft.info' rel='external nofollow' class='url'>软言软语</a> 说：确实如此，目前的提示框在某些情况下很麻烦。</li><li><a href="http://www.iusesoft.info/2009/12/23/opera-10-50-pre-alpha-release/#comment-553">2010年01月5日</a>, <a href='http://twitter.com/stevenkf' rel='external nofollow' class='url'>stevenkf</a> 说：UI上的菜单栏改进应该是借鉴了chrome和IE8，FF的没注意过，这样主界面空间更大，感觉更好，用到菜单栏其实时间还是比较少的，尤其是光以浏览网页来说</li><li><a href="http://www.iusesoft.info/2009/12/23/opera-10-50-pre-alpha-release/#comment-556">2010年01月5日</a>, <a href='http://www.iusesoft.info' rel='external nofollow' class='url'>软言软语</a> 说：对，很多功能有快捷键就够了</li><li><a href="http://www.iusesoft.info/2009/12/23/opera-10-50-pre-alpha-release/#comment-562">2010年01月6日</a>, <a href='http://www.desk-egitim.com/index.php?ust=menu3&amp;sol=menu3&amp;orta=wat' rel='external nofollow' class='url'>work and travel</a> 说：对大家的新年好。</li><li><a href="http://www.iusesoft.info/2009/12/23/opera-10-50-pre-alpha-release/#comment-577">2010年01月11日</a>, visitor 说：UI沒注意啊，一直都隱藏菜單欄</li><li><a href="http://www.iusesoft.info/2009/12/23/opera-10-50-pre-alpha-release/#comment-578">2010年01月11日</a>, <a href='http://www.iusesoft.info' rel='external nofollow' class='url'>软言软语</a> 说：目前还不能算作alpha版，目前来讲界面主要是增大了浏览区域。</li><li><a href="http://www.iusesoft.info/2009/12/23/opera-10-50-pre-alpha-release/#comment-580">2010年01月11日</a>, visitor 说：看懂了，那個菜單按鈕改默認了，</li><li><a href="http://www.iusesoft.info/2009/12/23/opera-10-50-pre-alpha-release/#comment-581">2010年01月11日</a>, <a href='http://www.iusesoft.info' rel='external nofollow' class='url'>软言软语</a> 说：Firefox 4也采取这样的设计。</li><li><a href="http://www.iusesoft.info/2009/12/23/opera-10-50-pre-alpha-release/#comment-583">2010年01月11日</a>, visitor 说：這個一直都有的，Show popup menu, "Browser Menu Bar"
現在好像內置了</li><li><a href="http://www.iusesoft.info/2009/12/23/opera-10-50-pre-alpha-release/#comment-584">2010年01月11日</a>, <a href='http://www.iusesoft.info' rel='external nofollow' class='url'>软言软语</a> 说：是啊，图标变了</li></ul><hr /><small>
来源网站：<a href="http://www.iusesoft.info/" target="_blank">软言软语</a><br />
原文链接：<a href="http://www.iusesoft.info/2009/12/23/opera-10-50-pre-alpha-release/" target="_blank">http://www.iusesoft.info/2009/12/23/opera-10-50-pre-alpha-release/</a><br />
许可协议：本作品采用<a href="http://creativecommons.org/licenses/by-nc-sa/2.5/cn/" target="_blank">知识共享署名-非商业性使用-相同方式共享 2.5 中国大陆许可协议</a>进行许可。 </small><hr />

<p>相关文章：<ol><li><a href='http://www.iusesoft.info/2009/10/20/how-to-use-search-function-quickly-in-opera/' rel='bookmark' title='Permanent Link: [推荐]Opera教程:更快速的使用搜索'>[推荐]Opera教程:更快速的使用搜索</a></li>
<li><a href='http://www.iusesoft.info/2010/04/04/using-polipo-to-make-opera-works-with-socks5/' rel='bookmark' title='Permanent Link: 通过 Polipo 在 Opera 中使用 Socks5 代理'>通过 Polipo 在 Opera 中使用 Socks5 代理</a></li>
<li><a href='http://www.iusesoft.info/2009/08/17/mucommander-shortkey-wallpaper-and-pdf/' rel='bookmark' title='Permanent Link: muCommander 快捷键桌面与 PDF'>muCommander 快捷键桌面与 PDF</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.iusesoft.info/2009/12/23/opera-10-50-pre-alpha-release/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>[推荐]Opera教程:更快速的使用搜索</title>
		<link>http://www.iusesoft.info/2009/10/20/how-to-use-search-function-quickly-in-opera/</link>
		<comments>http://www.iusesoft.info/2009/10/20/how-to-use-search-function-quickly-in-opera/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 06:48:24 +0000</pubDate>
		<dc:creator>软言软语</dc:creator>
				<category><![CDATA[浏览器]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[免费软件]]></category>
		<category><![CDATA[跨平台]]></category>

		<guid isPermaLink="false">http://www.iusesoft.info/?p=444</guid>
		<description><![CDATA[软言软语一直使用的浏览器都是 Opera，已经不记得最初使用的是哪个版本了，不过前后应该有 10 多年了。近年来由于 Firefox，Google Chrome 以及 Safari 的出现，使用 Opera 的人也不多了。然而经过多年的发展，Opera 的功能却越来越强大，浏览速度也大幅提高。当然，最新版相比于 Firefox 与 Google Chrome 还是有差距的，但 Opera 在浏览器的发展史中还是占了很重要的位置，比如目前浏览器基本都具有的标签，鼠标手势，快速拨号等功能都来自 Opera，甚至书签，笔记及浏览器配置信息等的同步功能也是 Opera 率先采用。今天从小众软件上看到推荐 A.shun 写的两篇关于 Opera 的教程，推荐给正在使用或即将使用的 Opera 用户。
以下内容来自A.shun&#8217;s Blog[http://www.a-shun.com/]：
1. Opera教程:更快速的使用搜索 基础篇 @ A.shun&#8217;s Blog
简介：本文将讲述Opera如何更方便的进行搜索。本来关于搜索的只打算写一篇，但是构思后连我都觉得长了- -所以还是把基础的部分先拿出来。这篇算是入门贴，op的老用户可以跳过。请期待下文。相信那个对大多数非Op用户也是有一定收获的。
2. Opera教程:更快速的使用搜索 进阶篇@ A.shun&#8217;s Blog
简介：本文我来告诉大家，如何进行一键搜索以及一键调用多个搜索引擎，一键搜索特定几个站点等等。虽然说是进阶篇，其实也是简单技巧。相信这个对其他浏览器用户也是有一定启发的。
PS：对 Opera 有兴趣的用户，推荐试用最新的 Opera Unite 技术。
评论（7）2009年10月20日, A.shun 说：谢谢你的支持。。
不过提醒一下：上面我的链接有问题- -2009年10月20日, 软言软语 说：检查了一下，没发现是哪个链接有问题。2009年10月20日, A.shun 说：噢。。是我的Linkify脚本导致的- -
你没错。。。2009年10月20日, mrfeng 说：之前在A.shun的Blog上看过了~~
挺不错的~
不过，我现在主要是使用Firefox为主，TW辅之。
也用Opera。2009年10月21日, stevenkf 说：楼上的用的还不少~
我一开始用的是MT，接触PE后开始用TW，偶尔FF下，现在光浏览如果没其他要求用chrome，速度确实感觉快，Opera很早的时候用，后来总感觉字体看着奇怪就没怎么用
还不了解Opera [...]


相关文章：<ol><li><a href='http://www.iusesoft.info/2010/04/04/using-polipo-to-make-opera-works-with-socks5/' rel='bookmark' title='Permanent Link: 通过 Polipo 在 Opera 中使用 Socks5 代理'>通过 Polipo 在 Opera 中使用 Socks5 代理</a></li>
<li><a href='http://www.iusesoft.info/2009/12/23/opera-10-50-pre-alpha-release/' rel='bookmark' title='Permanent Link: 圣诞礼物：Opera 10.50 Pre-Alpha 发布'>圣诞礼物：Opera 10.50 Pre-Alpha 发布</a></li>
<li><a href='http://www.iusesoft.info/2009/09/23/google-sync-push-and-chrome-frame-on-ie/' rel='bookmark' title='Permanent Link: Google Sync 支持推送及 Chrome Frame 插件'>Google Sync 支持推送及 Chrome Frame 插件</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>软言软语一直使用的浏览器都是 Opera，已经不记得最初使用的是哪个版本了，不过前后应该有 10 多年了。近年来由于 Firefox，Google Chrome 以及 Safari 的出现，使用 Opera 的人也不多了。然而经过多年的发展，Opera 的功能却越来越强大，浏览速度也大幅提高。当然，最新版相比于 Firefox 与 Google Chrome 还是有差距的，但 Opera 在浏览器的发展史中还是占了很重要的位置，比如目前浏览器基本都具有的标签，鼠标手势，快速拨号等功能都来自 Opera，甚至书签，笔记及浏览器配置信息等的同步功能也是 Opera 率先采用。今天从<a title="2009-10-20 晚间软闻" href="http://www.appinn.com/2009-10-20-nl/" target="_blank">小众软件</a>上看到推荐 A.shun 写的两篇关于 Opera 的教程，推荐给正在使用或即将使用的 Opera 用户。</p>
<p>以下内容来自A.shun&#8217;s Blog[http://www.a-shun.com/]：</p>
<h6>1. <a title="Opera教程:更快速的使用搜索 基础篇" href="http://www.a-shun.com/archives/21289.html" target="_blank">Opera教程:更快速的使用搜索 基础篇 @ A.shun&#8217;s Blog</a></h6>
<p>简介：本文将讲述Opera如何更方便的进行搜索。本来关于搜索的只打算写一篇，但是构思后连我都觉得长了- -所以还是把基础的部分先拿出来。这篇算是入门贴，op的老用户可以跳过。请期待下文。相信那个对大多数非Op用户也是有一定收获的。</p>
<h6>2. <a title="Opera教程:更快速的使用搜索 进阶篇" href="http://www.a-shun.com/archives/21290.html" target="_blank">Opera教程:更快速的使用搜索 进阶篇@ A.shun&#8217;s Blog</a></h6>
<p>简介：本文我来告诉大家，如何进行一键搜索以及一键调用多个搜索引擎，一键搜索特定几个站点等等。虽然说是进阶篇，其实也是简单技巧。相信这个对其他浏览器用户也是有一定启发的。</p>
<p>PS：对 Opera 有兴趣的用户，推荐试用最新的 Opera Unite 技术。</p>
<hr /><h2>评论（7）</h2><ul><li><a href="http://www.iusesoft.info/2009/10/20/how-to-use-search-function-quickly-in-opera/#comment-181">2009年10月20日</a>, <a href='http://www.a-shun.com/' rel='external nofollow' class='url'>A.shun</a> 说：谢谢你的支持。。
不过提醒一下：上面我的链接有问题- -</li><li><a href="http://www.iusesoft.info/2009/10/20/how-to-use-search-function-quickly-in-opera/#comment-182">2009年10月20日</a>, <a href='http://www.iusesoft.info' rel='external nofollow' class='url'>软言软语</a> 说：检查了一下，没发现是哪个链接有问题。</li><li><a href="http://www.iusesoft.info/2009/10/20/how-to-use-search-function-quickly-in-opera/#comment-183">2009年10月20日</a>, <a href='http://www.a-shun.com/' rel='external nofollow' class='url'>A.shun</a> 说：噢。。是我的Linkify脚本导致的- -
你没错。。。</li><li><a href="http://www.iusesoft.info/2009/10/20/how-to-use-search-function-quickly-in-opera/#comment-184">2009年10月20日</a>, <a href='http://mrfeng.net' rel='external nofollow' class='url'>mrfeng</a> 说：之前在A.shun的Blog上看过了~~
挺不错的~
不过，我现在主要是使用Firefox为主，TW辅之。
也用Opera。</li><li><a href="http://www.iusesoft.info/2009/10/20/how-to-use-search-function-quickly-in-opera/#comment-185">2009年10月21日</a>, <a href='http://twitter.com/stevenkf' rel='external nofollow' class='url'>stevenkf</a> 说：楼上的用的还不少~
我一开始用的是MT，接触PE后开始用TW，偶尔FF下，现在光浏览如果没其他要求用chrome，速度确实感觉快，Opera很早的时候用，后来总感觉字体看着奇怪就没怎么用
还不了解Opera Unite是个什么技术</li><li><a href="http://www.iusesoft.info/2009/10/20/how-to-use-search-function-quickly-in-opera/#comment-569">2010年01月8日</a>, <a href='http://www.yylz.com' rel='external nofollow' class='url'>天毅</a> 说：我也是用opera的，发现博主们好几个都是opera的fans呢。有没有兴趣一块为opera做个详细入门呢……用了4年多的opera了，也介绍了几个软件了，就感觉欠opera的一些东西</li><li><a href="http://www.iusesoft.info/2009/10/20/how-to-use-search-function-quickly-in-opera/#comment-572">2010年01月8日</a>, <a href='http://www.iusesoft.info' rel='external nofollow' class='url'>软言软语</a> 说：嗯，这倒是个好主意。你现在有什么想法呢，这个入门首先应该有个范围。</li></ul><hr /><small>
来源网站：<a href="http://www.iusesoft.info/" target="_blank">软言软语</a><br />
原文链接：<a href="http://www.iusesoft.info/2009/10/20/how-to-use-search-function-quickly-in-opera/" target="_blank">http://www.iusesoft.info/2009/10/20/how-to-use-search-function-quickly-in-opera/</a><br />
许可协议：本作品采用<a href="http://creativecommons.org/licenses/by-nc-sa/2.5/cn/" target="_blank">知识共享署名-非商业性使用-相同方式共享 2.5 中国大陆许可协议</a>进行许可。 </small><hr />

<p>相关文章：<ol><li><a href='http://www.iusesoft.info/2010/04/04/using-polipo-to-make-opera-works-with-socks5/' rel='bookmark' title='Permanent Link: 通过 Polipo 在 Opera 中使用 Socks5 代理'>通过 Polipo 在 Opera 中使用 Socks5 代理</a></li>
<li><a href='http://www.iusesoft.info/2009/12/23/opera-10-50-pre-alpha-release/' rel='bookmark' title='Permanent Link: 圣诞礼物：Opera 10.50 Pre-Alpha 发布'>圣诞礼物：Opera 10.50 Pre-Alpha 发布</a></li>
<li><a href='http://www.iusesoft.info/2009/09/23/google-sync-push-and-chrome-frame-on-ie/' rel='bookmark' title='Permanent Link: Google Sync 支持推送及 Chrome Frame 插件'>Google Sync 支持推送及 Chrome Frame 插件</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.iusesoft.info/2009/10/20/how-to-use-search-function-quickly-in-opera/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>[Win]Scott&#8217;s Gmail Alert：支持多 Gmail 账户及 Google Calendar 提醒</title>
		<link>http://www.iusesoft.info/2009/10/14/scotts-gmail-alert-is-a-powerful-notifier-with-multi-accounts-and-google-calendar-support/</link>
		<comments>http://www.iusesoft.info/2009/10/14/scotts-gmail-alert-is-a-powerful-notifier-with-multi-accounts-and-google-calendar-support/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 08:46:12 +0000</pubDate>
		<dc:creator>软言软语</dc:creator>
				<category><![CDATA[电子邮件]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[免费软件]]></category>

		<guid isPermaLink="false">http://www.iusesoft.info/?p=398</guid>
		<description><![CDATA[之前的 “支持多账户的 Gmail 通知软件 @ 软言软语” 曾介绍了 Windows 与 Mac 平台上的几款支持多 Gmail 账户提醒的小工具。而 此次的 Scott&#8217;s Gmail Alert （简称 SGA，不是 Stargate: Atlantis） 除了能够支持多 Gmail 账户外，还可以对 Google Calendar 以及 RSS feeds 进行提醒，而且其设置选项丰富，提供了强大的自定义功能，并能够在不打开 Gmail 的情况下直接回复邮件。
Scott&#8217;s Gmail Alert 是一款强大的 Gmail（包含 Google Apps），Google Calendar 及 RSS 提醒工具。支持最多 5 个Gmail 账户，包括 Google Apps 域名的账户，以及 4 个日历提醒。能够不打开 Gmail 直接回信，并且 SGA 通过扫描已收到的邮件，可以将联系人添加到其自带的联系人列表中，方便用户发信或回信时快速选择，邮件支持添加自定义签名。

邮件列表  [...]


相关文章：<ol><li><a href='http://www.iusesoft.info/2009/09/23/check-multiple-gmail-accounts-with-gmail-notifier-and-nortify-gmail-notifr/' rel='bookmark' title='Permanent Link: 支持多账户的 Gmail 通知软件'>支持多账户的 Gmail 通知软件</a></li>
<li><a href='http://www.iusesoft.info/2009/08/02/google-calendar-sync/' rel='bookmark' title='Permanent Link: Google Calendar 跨平台同步方案'>Google Calendar 跨平台同步方案</a></li>
<li><a href='http://www.iusesoft.info/2009/09/23/google-sync-push-and-chrome-frame-on-ie/' rel='bookmark' title='Permanent Link: Google Sync 支持推送及 Chrome Frame 插件'>Google Sync 支持推送及 Chrome Frame 插件</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>之前的 “<a title="支持多账户的 Gmail 通知软件" href="http://www.iusesoft.info/2009/09/23/check-multiple-gmail-accounts-with-gmail-notifier-and-nortify-gmail-notifr/" target="_blank">支持多账户的 Gmail 通知软件 @ 软言软语</a>” 曾介绍了 Windows 与 Mac 平台上的几款支持多 Gmail 账户提醒的小工具。而 此次的 Scott&#8217;s Gmail Alert （简称 SGA，不是 Stargate: Atlantis） 除了能够支持多 Gmail 账户外，还可以对 Google Calendar 以及 RSS feeds 进行提醒，而且其设置选项丰富，提供了强大的自定义功能，并能够在不打开 Gmail 的情况下直接回复邮件。<span id="more-398"></span>
<table id="wp-table-reloaded-id-60-no-1" class="wp-table-reloaded wp-table-reloaded-id-60">
<thead>
	<tr class="row-1 odd">
		<th class="column-1">软件名称</th><th class="column-2">Scott's Gmail Alert</th>
	</tr>
</thead>
<tbody>
	<tr class="row-2 even">
		<td class="column-1">授权 / 价格</td><td class="column-2">免费软件 / 免费</td>
	</tr>
	<tr class="row-3 odd">
		<td class="column-1">系统平台</td><td class="column-2">Windows XP, Windows Vista and Windows 7</td>
	</tr>
	<tr class="row-4 even">
		<td class="column-1">运行环境</td><td class="column-2">Microsoft .NET Framework<br />
部分支持 64 位系统</td>
	</tr>
	<tr class="row-5 odd">
		<td class="column-1">网址</td><td class="column-2"><a href="http://ga.graphicport.net/" target="_blank">官方网站</a></td>
	</tr>
</tbody>
</table>
</p>
<p>Scott&#8217;s Gmail Alert 是一款强大的 Gmail（包含 Google Apps），Google Calendar 及 RSS 提醒工具。支持最多 5 个Gmail 账户，包括 Google Apps 域名的账户，以及 4 个日历提醒。能够不打开 Gmail 直接回信，并且 SGA 通过扫描已收到的邮件，可以将联系人添加到其自带的联系人列表中，方便用户发信或回信时快速选择，邮件支持添加自定义签名。</p>
<p><img class="aligncenter" title="SGA" src="http://ga.graphicport.net/scripts/images/VistaAlerts.png" alt="" width="264" height="375" /></p>
<p style="text-align: center;">邮件列表 <img class="aligncenter" title="SGA" src="http://ga.graphicport.net/scripts/images/quick%20email.png" alt="" width="367" height="362" /> 快速回复邮件</p>
<p>以下为完整的功能列表，翻译自官网：</p>
<ul>
<li>支持最多 5 个 Google Mail 账户，包括 Google Apps</li>
<li>支持 Google Calendar 事件提醒</li>
<li>阅读 RSS 更新</li>
<li>多语言支持</li>
<li>能够显示所有邮件</li>
<li>只显示某一账户邮件</li>
<li>一次可以在屏幕上显示 5 条信息</li>
<li>可以设置单次或多次提醒，直到邮件被标记为已读</li>
<li>自定义透明度</li>
<li>在桌面任意位置显示未读邮件数</li>
<li>使用默认或 Microsoft Aero Glass 主题显示提示</li>
<li>自定义自动检查时间间隔</li>
<li>随 Windows 自动运行及自动登录</li>
<li>为新信息设置声音提醒</li>
<li>使用弹出提示与声音来监控 Caps Lock 状态</li>
<li>自定义 Feed 位置</li>
<li>自定义颜色来高亮显示重要信息</li>
<li>使用联系人列表来快速回复邮件</li>
<li>快速回复信息或新建邮件</li>
<li>通过浏览器邮件链接快速发送邮件<br />
兼容标准的Mailto: 链接；<br />
兼容包含 subject= 的链接；<br />
兼容包含 body= 的链接；</li>
<li>包含详细的使用帮助</li>
<li>可以在屏幕任何位置放置提醒</li>
<li>使用默认浏览器自动登录到 Gmail<br />
<strong><span style="color: #ff0000;">经测试，此处 SGA 使用 GET 方法明文来提交你的 Gmail 密码，因此可以在浏览器的地址栏中看到你的邮箱密码。而且，在软言软语的机器上并没有自动登录成功。因此，不建议使用此功能。<br />
</span></strong>官网提到 Firefox 用户需要安装 .net assistant 插件才能使用 SGA 登录到 Gmail。<br />
<span style="color: #3366ff;">【2009-10-16 更新：从作者处确认：Google has since changed to using sessions, so the old login method no longer works for anyone, or other gmail programs. So I have to see if there is another way.】</span></li>
<li>可以在屏幕上悬停信息方便阅读</li>
<li>自动更新支持</li>
</ul>
<h3>总结</h3>
<p>总体上来说，SGA 设置功能丰富，支持多账户且不同于其他 Gmail 提醒工具，还支持 Google Calendar 事件提醒及 RSS 阅读，对于习惯使用此类软件的用户来说是不错的选择。但目前来看也有一些不足之处，例如上面所提到的关于 “使用默认浏览器自动登录到 Gmail” 问题，似乎安全性不够。另外内存占用较大，单一账户的情况下内存占用在38000K~58000K 之间。还有一点可能很多人不喜欢，就是需要安装 Microsoft .NET Framework。</p>
<p><strong>PS：Windows XP2 及之前系统的使用者请注意查看官网中的 “XP SP2 and lower Users” 部分。</strong></p>
<hr /><h2>评论（2）</h2><ul><li><a href="http://www.iusesoft.info/2009/10/14/scotts-gmail-alert-is-a-powerful-notifier-with-multi-accounts-and-google-calendar-support/#comment-124">2009年10月15日</a>, <a href='http://realurl.org/twitted.php?id=4885771818' rel='external nofollow' class='url'>Twitted by mqs8668</a> 说：[...] This post was Twitted by mqs8668 [...]</li><li><a href="http://www.iusesoft.info/2009/10/14/scotts-gmail-alert-is-a-powerful-notifier-with-multi-accounts-and-google-calendar-support/#comment-152">2009年10月16日</a>, <a href='http://topsy.com/tb/j.mp/2BZX7l' rel='external nofollow' class='url'>Tweets that mention [Win]Scott's Gmail Alert：支持多 Gmail 账户及 Google Calendar 提醒 | 软言软语 -- Topsy.com</a> 说：[...] This post was mentioned on Twitter by Kevin U, 软言软语. 软言软语 said: 软言软语：[Win]Scott’s Gmail Alert：支持多 Gmail 账户及 Google Calendar 提醒 http://bit.ly/ybiXK [...]</li></ul><hr /><small>
来源网站：<a href="http://www.iusesoft.info/" target="_blank">软言软语</a><br />
原文链接：<a href="http://www.iusesoft.info/2009/10/14/scotts-gmail-alert-is-a-powerful-notifier-with-multi-accounts-and-google-calendar-support/" target="_blank">http://www.iusesoft.info/2009/10/14/scotts-gmail-alert-is-a-powerful-notifier-with-multi-accounts-and-google-calendar-support/</a><br />
许可协议：本作品采用<a href="http://creativecommons.org/licenses/by-nc-sa/2.5/cn/" target="_blank">知识共享署名-非商业性使用-相同方式共享 2.5 中国大陆许可协议</a>进行许可。 </small><hr />

<p>相关文章：<ol><li><a href='http://www.iusesoft.info/2009/09/23/check-multiple-gmail-accounts-with-gmail-notifier-and-nortify-gmail-notifr/' rel='bookmark' title='Permanent Link: 支持多账户的 Gmail 通知软件'>支持多账户的 Gmail 通知软件</a></li>
<li><a href='http://www.iusesoft.info/2009/08/02/google-calendar-sync/' rel='bookmark' title='Permanent Link: Google Calendar 跨平台同步方案'>Google Calendar 跨平台同步方案</a></li>
<li><a href='http://www.iusesoft.info/2009/09/23/google-sync-push-and-chrome-frame-on-ie/' rel='bookmark' title='Permanent Link: Google Sync 支持推送及 Chrome Frame 插件'>Google Sync 支持推送及 Chrome Frame 插件</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.iusesoft.info/2009/10/14/scotts-gmail-alert-is-a-powerful-notifier-with-multi-accounts-and-google-calendar-support/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>支持多账户的 Gmail 通知软件</title>
		<link>http://www.iusesoft.info/2009/09/23/check-multiple-gmail-accounts-with-gmail-notifier-and-nortify-gmail-notifr/</link>
		<comments>http://www.iusesoft.info/2009/09/23/check-multiple-gmail-accounts-with-gmail-notifier-and-nortify-gmail-notifr/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 04:32:41 +0000</pubDate>
		<dc:creator>软言软语</dc:creator>
				<category><![CDATA[电子邮件]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[跨平台]]></category>

		<guid isPermaLink="false">http://www.iusesoft.info/?p=267</guid>
		<description><![CDATA[很多人都在使用 Google 提供的 Gmail 服务，而且很有可能像软言软语一样拥有不止一个账户。这个时候，如果你倾向于使用 Web 版的 Gmail 而不是使用客户端来管理邮件，那么多个账户的邮件管理并不是一件轻松的事，尤其是当你想要知道何时会有邮件到达。Google 官方提供了一个 Gmail 邮件到达提醒软件，但却不支持多账户。因此对于使用多个 Gmail 账户的用户，可以尝试一下 Gmail Notifier，Notify 以及 Gmail Notifr。Gmail Notifier 运行于 Windows 上，而 Notify 与  Gmail Notifr 则是 Mac 上的提醒软件。
一、Gmail Notifier
Gmail Notifier 通过 SSL 协议使用 IMAP 来管理最多 5 个邮件账户，能够在每个账户后显示未读计数，拥有托盘栏图标，支持声音提醒等。通过 Gmai Notifier 你不但可以阅读邮件头还可以打开邮件查看其中的内容，或将邮件标记为已读。


Gmail Notifier 完整特性列表：

 未读邮件计数
声音及托盘栏图标提示
阅读邮件头及邮件内容
删除邮件或标记为已读
通过 SSL 使用 IMAP 连接
快速且简单的 Gmail 登录
支持多邮件账户
支持 UTF-8 邮件
支持 mailto 链接
支持 [...]


相关文章：<ol><li><a href='http://www.iusesoft.info/2009/10/14/scotts-gmail-alert-is-a-powerful-notifier-with-multi-accounts-and-google-calendar-support/' rel='bookmark' title='Permanent Link: [Win]Scott&#8217;s Gmail Alert：支持多 Gmail 账户及 Google Calendar 提醒'>[Win]Scott&#8217;s Gmail Alert：支持多 Gmail 账户及 Google Calendar 提醒</a></li>
<li><a href='http://www.iusesoft.info/2009/09/23/google-sync-push-and-chrome-frame-on-ie/' rel='bookmark' title='Permanent Link: Google Sync 支持推送及 Chrome Frame 插件'>Google Sync 支持推送及 Chrome Frame 插件</a></li>
<li><a href='http://www.iusesoft.info/2009/08/02/google-calendar-sync/' rel='bookmark' title='Permanent Link: Google Calendar 跨平台同步方案'>Google Calendar 跨平台同步方案</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>很多人都在使用 Google 提供的 Gmail 服务，而且很有可能像软言软语一样拥有不止一个账户。这个时候，如果你倾向于使用 Web 版的 Gmail 而不是使用客户端来管理邮件，那么多个账户的邮件管理并不是一件轻松的事，尤其是当你想要知道何时会有邮件到达。Google 官方提供了一个 Gmail 邮件到达提醒软件，但却不支持多账户。因此对于使用多个 Gmail 账户的用户，可以尝试一下 Gmail Notifier，Notify 以及 Gmail Notifr。Gmail Notifier 运行于 Windows 上，而 Notify 与  Gmail Notifr 则是 Mac 上的提醒软件。<span id="more-267"></span></p>
<h1>一、Gmail Notifier</h1>

<table id="wp-table-reloaded-id-53-no-1" class="wp-table-reloaded wp-table-reloaded-id-53">
<thead>
	<tr class="row-1 odd">
		<th class="column-1">软件名称</th><th class="column-2">Gmail Notifier</th>
	</tr>
</thead>
<tbody>
	<tr class="row-2 even">
		<td class="column-1">授权 / 价格</td><td class="column-2">免费软件 / 免费</td>
	</tr>
	<tr class="row-3 odd">
		<td class="column-1">系统平台</td><td class="column-2">Windows XP 及以后</td>
	</tr>
	<tr class="row-4 even">
		<td class="column-1">运行环境</td><td class="column-2">所有</td>
	</tr>
	<tr class="row-5 odd">
		<td class="column-1">网址</td><td class="column-2"><a href="http://www.gmailnotifier.com/" target="_blank">官方网站</a></td>
	</tr>
</tbody>
</table>
<br />
Gmail Notifier 通过 SSL 协议使用 IMAP 来管理最多 5 个邮件账户，能够在每个账户后显示未读计数，拥有托盘栏图标，支持声音提醒等。通过 Gmai Notifier 你不但可以阅读邮件头还可以打开邮件查看其中的内容，或将邮件标记为已读。</p>
<p><img class="aligncenter" title="Gmail Notifier" src="http://www.gmailnotifier.com/images/gmail_notifier2.jpg" alt="" width="310" height="400" /><br />
<img class="aligncenter" title="Gmail Notifier" src="http://www.gmailnotifier.com/images/gmail_notifier5.jpg" alt="" width="310" height="400" /></p>
<p>Gmail Notifier 完整特性列表：</p>
<ul>
<li> 未读邮件计数</li>
<li>声音及托盘栏图标提示</li>
<li>阅读邮件头及邮件内容</li>
<li>删除邮件或标记为已读</li>
<li>通过 SSL 使用 IMAP 连接</li>
<li>快速且简单的 Gmail 登录</li>
<li>支持多邮件账户</li>
<li>支持 UTF-8 邮件</li>
<li>支持 mailto 链接</li>
<li>支持 Google Apps</li>
<li>附件指示器</li>
<li>100% 无间谍及垃圾信息</li>
<li>自动更新</li>
<li>窗口置顶</li>
<li>自动启动</li>
</ul>
<h1>二、Notify</h1>
<p>
<table id="wp-table-reloaded-id-54-no-1" class="wp-table-reloaded wp-table-reloaded-id-54">
<thead>
	<tr class="row-1 odd">
		<th class="column-1">软件名称</th><th class="column-2">Notify</th>
	</tr>
</thead>
<tbody>
	<tr class="row-2 even">
		<td class="column-1">授权 / 价格</td><td class="column-2">免费软件 / 免费</td>
	</tr>
	<tr class="row-3 odd">
		<td class="column-1">系统平台</td><td class="column-2">Mac OS X 10.5+</td>
	</tr>
	<tr class="row-4 even">
		<td class="column-1">运行环境</td><td class="column-2">所有</td>
	</tr>
	<tr class="row-5 odd">
		<td class="column-1">网址</td><td class="column-2"><a href="http://vibealicious.com/apps/notify/" target="_blank">官方网站</a></td>
	</tr>
</tbody>
</table>

<p>Notify 是类似于上面 Gmail Notifier 的多账户邮件提醒工具，作为一个菜单栏程序运行，通过点击菜单栏的图标即可打开窗口来管理你的多个 Gmail 账户。目前支持最多 4 个 Gmail 账户，目前还不支持 Google Apps，但在下一版本 1.1 中（应该会很快发布）将会提供支持，届时你可以使用 IMAP 来访问任何的邮件账户。</p>
<p><img class="aligncenter" title="Notify" src="http://vibealicious.com/site/apps/notify/images/ss/accountTab.png" alt="" width="517" height="640" /></p>
<p>由于支持 Growl 提示，因此当收到新邮件时，会弹出 Growl 提醒，并在窗口中的列表显示该邮件内容的一部分。双击该邮件会打开你计算机上的默认浏览器来打开你的 Gmail 收件箱。</p>
<p><img class="aligncenter" title="Notify" src="http://vibealicious.com/site/apps/notify/images/ss/mainWindow.png" alt="" width="503" height="485" /></p>
<p>不同账户通过标签的方式来管理，单击标签转到相应账户。虽然目前功能还不是很多，但相信在 1.1 版发布后，会是一款 Mac 上很好的多邮件提醒工具。</p>
<h1>三、Gmail Notifr</h1>

<table id="wp-table-reloaded-id-55-no-1" class="wp-table-reloaded wp-table-reloaded-id-55">
<thead>
	<tr class="row-1 odd">
		<th class="column-1">软件名称</th><th class="column-2">Gmail Notifr</th>
	</tr>
</thead>
<tbody>
	<tr class="row-2 even">
		<td class="column-1">授权 / 价格</td><td class="column-2">开源软件 / 免费</td>
	</tr>
	<tr class="row-3 odd">
		<td class="column-1">系统平台</td><td class="column-2">Mac OS X 10.5+</td>
	</tr>
	<tr class="row-4 even">
		<td class="column-1">运行环境</td><td class="column-2">RubyCocoa</td>
	</tr>
	<tr class="row-5 odd">
		<td class="column-1">网址</td><td class="column-2"><a href="http://ashchan.com/projects/gmail-notifr" target="_blank">官方网站</a></td>
	</tr>
</tbody>
</table>

<p>Gmail Notifr 是另外一款免费的 Mac 上多邮件账户提醒工具，使用 RubyCocoa 开发，软言软语目前还没有用过，但作为一款开源工具，还是值得大家试用的。</p>
<p><img class="aligncenter" title="Gmail Notifr" src="http://ashchan.github.com/gmail-notifr/gmail-notifr-screen.jpg" alt="" width="500" height="316" /></p>
<p>完整特性列表：</p>
<ul>
<li> 每个账户独立检查及设置提醒信息</li>
<li>支持多账户</li>
<li>支持基于 Google 的账户</li>
<li>定时检查邮件</li>
<li>Growl 整合及声音提醒</li>
<li>小巧快捷</li>
<li>智能自动更新</li>
<li>没有类似于 Google 官方提醒工具那样的后台守护进程</li>
<li>开源且免费</li>
</ul>
<hr /><h2>评论（1）</h2><ul><li><a href="http://www.iusesoft.info/2009/09/23/check-multiple-gmail-accounts-with-gmail-notifier-and-nortify-gmail-notifr/#comment-103">2009年09月25日</a>, <a href='http://www.freehao123.com' rel='external nofollow' class='url'>免费资源部落</a> 说：你好，愿意做链接吗？
可以话，在我的博客留言，我会马上添加上去的！！</li></ul><hr /><small>
来源网站：<a href="http://www.iusesoft.info/" target="_blank">软言软语</a><br />
原文链接：<a href="http://www.iusesoft.info/2009/09/23/check-multiple-gmail-accounts-with-gmail-notifier-and-nortify-gmail-notifr/" target="_blank">http://www.iusesoft.info/2009/09/23/check-multiple-gmail-accounts-with-gmail-notifier-and-nortify-gmail-notifr/</a><br />
许可协议：本作品采用<a href="http://creativecommons.org/licenses/by-nc-sa/2.5/cn/" target="_blank">知识共享署名-非商业性使用-相同方式共享 2.5 中国大陆许可协议</a>进行许可。 </small><hr />

<p>相关文章：<ol><li><a href='http://www.iusesoft.info/2009/10/14/scotts-gmail-alert-is-a-powerful-notifier-with-multi-accounts-and-google-calendar-support/' rel='bookmark' title='Permanent Link: [Win]Scott&#8217;s Gmail Alert：支持多 Gmail 账户及 Google Calendar 提醒'>[Win]Scott&#8217;s Gmail Alert：支持多 Gmail 账户及 Google Calendar 提醒</a></li>
<li><a href='http://www.iusesoft.info/2009/09/23/google-sync-push-and-chrome-frame-on-ie/' rel='bookmark' title='Permanent Link: Google Sync 支持推送及 Chrome Frame 插件'>Google Sync 支持推送及 Chrome Frame 插件</a></li>
<li><a href='http://www.iusesoft.info/2009/08/02/google-calendar-sync/' rel='bookmark' title='Permanent Link: Google Calendar 跨平台同步方案'>Google Calendar 跨平台同步方案</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.iusesoft.info/2009/09/23/check-multiple-gmail-accounts-with-gmail-notifier-and-nortify-gmail-notifr/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>[Mac]在 Mac 上打开 Outlook 文件的——MailRaider</title>
		<link>http://www.iusesoft.info/2009/09/18/mailraider-open-outlook-file-on-mac/</link>
		<comments>http://www.iusesoft.info/2009/09/18/mailraider-open-outlook-file-on-mac/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 03:51:15 +0000</pubDate>
		<dc:creator>软言软语</dc:creator>
				<category><![CDATA[电子邮件]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[免费软件]]></category>

		<guid isPermaLink="false">http://www.iusesoft.info/?p=239</guid>
		<description><![CDATA[Outlook 是 Windows 较为流行的邮件客户端，很多人用其首发右键，同步联系人。但当从 Windows 转换到 Mac 上后，你会发现 Mac 自带的 Mail 邮件客户端无法打开 Outlook 文件，这样你以前的邮件包括其中重要的附件就无法访问了。当然，你可以在 Windows 上通过 Outlook 将这些邮件转发到邮箱中，再到 Mac 上的 Mail 中收取，不过转发大量的邮件也不是件轻松地事。MailRaider 则可以解决你的这种问题。
MailRaider 是 45RPM 推出的一款免费工具，可以让你在 Mac 上打开 Outlook 的 .msg 文件阅读里面的邮件，并浏览其中的附件，但邮件格式则会丢失。由于目前还是测试期，因此还有很多的特性没有加入，仅能阅读邮件内容，导出附件。相信随着开发的深入，更多功能会加入其中，并且这一切都是免费的。
另外，MailRaider 开发者将其中用来读取 Outlook 邮件部分的代码拿出来做成了一个框架——MOLE，提供给其他开发者免费使用。该框架能够帮助开发者在 Mac 上读取 Microsoft OLE 文档。

来源网站：软言软语
原文链接：http://www.iusesoft.info/2009/09/18/mailraider-open-outlook-file-on-mac/
许可协议：本作品采用知识共享署名-非商业性使用-相同方式共享 2.5 中国大陆许可协议进行许可。 

相关文章：解决 OS X 10.5.6 中的崩溃问题
[Win]Scott&#8217;s Gmail Alert：支持多 Gmail 账户及 Google Calendar 提醒
Google Contacts [...]


相关文章：<ol><li><a href='http://www.iusesoft.info/2009/07/30/osx-1056-bugs-and-fixes/' rel='bookmark' title='Permanent Link: 解决 OS X 10.5.6 中的崩溃问题'>解决 OS X 10.5.6 中的崩溃问题</a></li>
<li><a href='http://www.iusesoft.info/2009/10/14/scotts-gmail-alert-is-a-powerful-notifier-with-multi-accounts-and-google-calendar-support/' rel='bookmark' title='Permanent Link: [Win]Scott&#8217;s Gmail Alert：支持多 Gmail 账户及 Google Calendar 提醒'>[Win]Scott&#8217;s Gmail Alert：支持多 Gmail 账户及 Google Calendar 提醒</a></li>
<li><a href='http://www.iusesoft.info/2009/08/14/google-contacts-sync/' rel='bookmark' title='Permanent Link: Google Contacts 跨平台同步方案'>Google Contacts 跨平台同步方案</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Outlook 是 Windows 较为流行的邮件客户端，很多人用其首发右键，同步联系人。但当从 Windows 转换到 Mac 上后，你会发现 Mac 自带的 Mail 邮件客户端无法打开 Outlook 文件，这样你以前的邮件包括其中重要的附件就无法访问了。当然，你可以在 Windows 上通过 Outlook 将这些邮件转发到邮箱中，再到 Mac 上的 Mail 中收取，不过转发大量的邮件也不是件轻松地事。MailRaider 则可以解决你的这种问题。<span id="more-239"></span><br />

<table id="wp-table-reloaded-id-52-no-1" class="wp-table-reloaded wp-table-reloaded-id-52">
<thead>
	<tr class="row-1 odd">
		<th class="column-1">软件名称</th><th class="column-2">MailRaider</th>
	</tr>
</thead>
<tbody>
	<tr class="row-2 even">
		<td class="column-1">授权 / 价格</td><td class="column-2">免费软件 / 免费</td>
	</tr>
	<tr class="row-3 odd">
		<td class="column-1">系统平台</td><td class="column-2">Mac OS X 10.5 Leopard</td>
	</tr>
	<tr class="row-4 even">
		<td class="column-1">运行环境</td><td class="column-2">所有</td>
	</tr>
	<tr class="row-5 odd">
		<td class="column-1">网址</td><td class="column-2"><a href="http://www.45rpmsoftware.com/45RPM/MailRaider.html" target="_blank">官方网站</a></td>
	</tr>
</tbody>
</table>
</p>
<p>MailRaider 是 45RPM 推出的一款免费工具，可以让你在 Mac 上打开 Outlook 的 .msg 文件阅读里面的邮件，并浏览其中的附件，但邮件格式则会丢失。由于目前还是测试期，因此还有很多的特性没有加入，仅能阅读邮件内容，导出附件。相信随着开发的深入，更多功能会加入其中，并且这一切都是免费的。<br />
<img class="aligncenter" title="MailRaider" src="http://www.45rpmsoftware.com/45RPM/MailRaider_files/Picture%203.png" alt="" width="580" height="365" />另外，MailRaider 开发者将其中用来读取 Outlook 邮件部分的代码拿出来做成了一个框架——<a title="MOLE" href="http://www.45rpmsoftware.com/45RPM/MOLE.html" target="_blank">MOLE</a>，提供给其他开发者免费使用。该框架能够帮助开发者在 Mac 上读取 Microsoft OLE 文档。</p>
<hr /><small>
来源网站：<a href="http://www.iusesoft.info/" target="_blank">软言软语</a><br />
原文链接：<a href="http://www.iusesoft.info/2009/09/18/mailraider-open-outlook-file-on-mac/" target="_blank">http://www.iusesoft.info/2009/09/18/mailraider-open-outlook-file-on-mac/</a><br />
许可协议：本作品采用<a href="http://creativecommons.org/licenses/by-nc-sa/2.5/cn/" target="_blank">知识共享署名-非商业性使用-相同方式共享 2.5 中国大陆许可协议</a>进行许可。 </small><hr />

<p>相关文章：<ol><li><a href='http://www.iusesoft.info/2009/07/30/osx-1056-bugs-and-fixes/' rel='bookmark' title='Permanent Link: 解决 OS X 10.5.6 中的崩溃问题'>解决 OS X 10.5.6 中的崩溃问题</a></li>
<li><a href='http://www.iusesoft.info/2009/10/14/scotts-gmail-alert-is-a-powerful-notifier-with-multi-accounts-and-google-calendar-support/' rel='bookmark' title='Permanent Link: [Win]Scott&#8217;s Gmail Alert：支持多 Gmail 账户及 Google Calendar 提醒'>[Win]Scott&#8217;s Gmail Alert：支持多 Gmail 账户及 Google Calendar 提醒</a></li>
<li><a href='http://www.iusesoft.info/2009/08/14/google-contacts-sync/' rel='bookmark' title='Permanent Link: Google Contacts 跨平台同步方案'>Google Contacts 跨平台同步方案</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.iusesoft.info/2009/09/18/mailraider-open-outlook-file-on-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Mac] Voice Mac — Google Voice 客户端</title>
		<link>http://www.iusesoft.info/2009/08/15/voice-mac-google-voice-client-on-mac/</link>
		<comments>http://www.iusesoft.info/2009/08/15/voice-mac-google-voice-client-on-mac/#comments</comments>
		<pubDate>Sat, 15 Aug 2009 13:27:37 +0000</pubDate>
		<dc:creator>软言软语</dc:creator>
				<category><![CDATA[聊天交流]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://www.iusesoft.info/?p=194</guid>
		<description><![CDATA[Google Voice 已经推出一个多月，由于强大实用的功能，以及因为某些原因在 Apple App Store 中被封杀，使其知名度大增，相信很多人已经开始使用了。就软言软语目前知道的是，Google Voice 能够让你创造一个独立的美国本地的电话号码，通过该号码来管理你的手机号码、电话号码、语音邮件、短信等，并通过设置后支持免费进行美国本地通话，以及免费向世界各地发送短信。这里为 Mac 用户推荐一款 Google Voice 的本地客户端。

Voice Mac 是一款 Mac 上的 Google Voice 客户端，目前还在开发阶段，当前版本为 Beta-2，不过基本的功能已经具备了，能够打电话，发送短信，支持短信历史等。
 主界面
 短信聊天
由于正处于开发阶段，因此目前的 Voice Mac 功能还十分简单，不过相信随着开发的深入，以后会有更多的功能加入，需要在 Mac 上使用 Google Voice 客户端的用户，可以尝试使用。
推荐阅读
 

A First Look At Google Voice @ Lifehacker
Google Voice 上手 @ 谷奥
国内注册 Google Voice 的方法 @ 谷奥
 Google Voice教你免费打电话发短信 @ PCOnline

评论（1）2009年08月28日, stevenkf 说：虽然看到了Google [...]


相关文章：<ol><li><a href='http://www.iusesoft.info/2009/08/14/google-contacts-sync/' rel='bookmark' title='Permanent Link: Google Contacts 跨平台同步方案'>Google Contacts 跨平台同步方案</a></li>
<li><a href='http://www.iusesoft.info/2009/09/23/google-sync-push-and-chrome-frame-on-ie/' rel='bookmark' title='Permanent Link: Google Sync 支持推送及 Chrome Frame 插件'>Google Sync 支持推送及 Chrome Frame 插件</a></li>
<li><a href='http://www.iusesoft.info/2009/08/02/google-calendar-sync/' rel='bookmark' title='Permanent Link: Google Calendar 跨平台同步方案'>Google Calendar 跨平台同步方案</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Google Voice 已经推出一个多月，由于强大实用的功能，以及因为某些原因在 Apple App Store 中被封杀，使其知名度大增，相信很多人已经开始使用了。就软言软语目前知道的是，Google Voice 能够让你创造一个独立的美国本地的电话号码，通过该号码来管理你的手机号码、电话号码、语音邮件、短信等，并通过设置后支持免费进行美国本地通话，以及免费向世界各地发送短信。这里为 Mac 用户推荐一款 Google Voice 的本地客户端。</p>
<p><span id="more-194"></span></p>

<table id="wp-table-reloaded-id-47-no-1" class="wp-table-reloaded wp-table-reloaded-id-47">
<thead>
	<tr class="row-1 odd">
		<th class="column-1">软件名称</th><th class="column-2">Voice Mac</th>
	</tr>
</thead>
<tbody>
	<tr class="row-2 even">
		<td class="column-1">授权 / 价格</td><td class="column-2">免费软件 / 免费</td>
	</tr>
	<tr class="row-3 odd">
		<td class="column-1">系统平台</td><td class="column-2">Mac OS X 10.4 (Tiger) 及以后版本</td>
	</tr>
	<tr class="row-4 even">
		<td class="column-1">运行环境</td><td class="column-2">所有</td>
	</tr>
	<tr class="row-5 odd">
		<td class="column-1">网址</td><td class="column-2"><a href="http://www.mrgeckosmedia.com/applications/info/VoiceMac" target="_blank">官方网站</a></td>
	</tr>
</tbody>
</table>

<p>Voice Mac 是一款 Mac 上的 Google Voice 客户端，目前还在开发阶段，当前版本为 Beta-2，不过基本的功能已经具备了，能够打电话，发送短信，支持短信历史等。</p>
<p style="text-align: center"><img class="aligncenter" title="Voice Mac" src="http://www.mrgeckosmedia.com/applications/uploads/1249950615/ss1249953370.png" alt="" width="404" height="504" /> 主界面</p>
<p style="text-align: center"><img class="aligncenter" title="Voice Mac" src="http://www.mrgeckosmedia.com/applications/uploads/1249950615/ss1249953413.png" alt="" width="406" height="414" /> 短信聊天</p>
<p style="text-align: left">由于正处于开发阶段，因此目前的 Voice Mac 功能还十分简单，不过相信随着开发的深入，以后会有更多的功能加入，需要在 Mac 上使用 Google Voice 客户端的用户，可以尝试使用。</p>
<h1>推荐阅读</h1>
<p><strong> </strong></p>
<ul>
<li><a title="A First Look at Google Voice" href="http://lifehacker.com/5173793/a-first-look-at-google-voice" target="_blank">A First Look At Google Voice @ Lifehacker</a></li>
<li><a title="Google Voice 上手 @ 谷奥" href="http://google.org.cn/posts/a-first-look-at-google-voice.html" target="_blank">Google Voice 上手 @ 谷奥</a></li>
<li><a title="国内注册 Google Voice 的方法" href="http://google.org.cn/posts/how-to-signup-google-voice-in-china-mainland.html" target="_blank">国内注册 Google Voice 的方法 @ 谷奥</a></li>
<li><a title="Google Voice教你免费打电话发短信 @ PCOnline" href="http://softbbs.pconline.com.cn/10450219.html" target="_blank"> Google Voice教你免费打电话发短信 @ PCOnline</a></li>
</ul>
<hr /><h2>评论（1）</h2><ul><li><a href="http://www.iusesoft.info/2009/08/15/voice-mac-google-voice-client-on-mac/#comment-69">2009年08月28日</a>, stevenkf 说：虽然看到了Google Voice，但到目前为止还没试用过，不知效果具体如何</li></ul><hr /><small>
来源网站：<a href="http://www.iusesoft.info/" target="_blank">软言软语</a><br />
原文链接：<a href="http://www.iusesoft.info/2009/08/15/voice-mac-google-voice-client-on-mac/" target="_blank">http://www.iusesoft.info/2009/08/15/voice-mac-google-voice-client-on-mac/</a><br />
许可协议：本作品采用<a href="http://creativecommons.org/licenses/by-nc-sa/2.5/cn/" target="_blank">知识共享署名-非商业性使用-相同方式共享 2.5 中国大陆许可协议</a>进行许可。 </small><hr />

<p>相关文章：<ol><li><a href='http://www.iusesoft.info/2009/08/14/google-contacts-sync/' rel='bookmark' title='Permanent Link: Google Contacts 跨平台同步方案'>Google Contacts 跨平台同步方案</a></li>
<li><a href='http://www.iusesoft.info/2009/09/23/google-sync-push-and-chrome-frame-on-ie/' rel='bookmark' title='Permanent Link: Google Sync 支持推送及 Chrome Frame 插件'>Google Sync 支持推送及 Chrome Frame 插件</a></li>
<li><a href='http://www.iusesoft.info/2009/08/02/google-calendar-sync/' rel='bookmark' title='Permanent Link: Google Calendar 跨平台同步方案'>Google Calendar 跨平台同步方案</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.iusesoft.info/2009/08/15/voice-mac-google-voice-client-on-mac/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
