<?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; 软件推荐</title>
	<atom:link href="http://www.iusesoft.info/category/software-recommendation/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>Lifehacker：跨平台软件 Top 10</title>
		<link>http://www.iusesoft.info/2009/12/01/top-10-crossplatform-apps/</link>
		<comments>http://www.iusesoft.info/2009/12/01/top-10-crossplatform-apps/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 07:39:05 +0000</pubDate>
		<dc:creator>软言软语</dc:creator>
				<category><![CDATA[软件推荐]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[免费软件]]></category>
		<category><![CDATA[跨平台]]></category>

		<guid isPermaLink="false">http://www.iusesoft.info/?p=558</guid>
		<description><![CDATA[前几日 Lifehacker 发布了一篇关于跨平台软件的文章：“Top 10 Cross-Platform Apps that Run on Windows, OS X, Linux, and More @ Lifehacker”，选出了10 个能够运行于 Windows，Mac，及 Linux 上的优秀免费软件。这篇文章也符合软言软语的主旨，也算作对 “Windows &#38; Mac 跨平台免费软件推荐 @ 软言软语” 一文的补充。
另外，Lifehacker 在感恩节根据读者提名选择出了 61 款免费软件，有兴趣的可以参阅 “61 Free Apps We’re Most Thankful For @ Lifehacker” 及 “Lifehacker：最值得感谢的 61 款免费应用 @ 善用佳软”。
10. Buddi &#8211; 理财工具

平台：Windows, Mac, Linux
简介：Buddi 是一款为没有金融背景的普通人士设计的理财工具。能够导入 CVS 文件，并能够进行所有标准的财务计算及预测。如果需要带有更多复杂计算的财务工具，可以选择 GnuCash。
9. [...]


相关文章：<ol><li><a href='http://www.iusesoft.info/2009/07/29/backup-sync-2-local/' rel='bookmark' title='Permanent Link: 备份与同步（二）——本地篇'>备份与同步（二）——本地篇</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>
<li><a href='http://www.iusesoft.info/2010/01/05/password-gorilla-is-an-open-source-and-cross-platform-password-managment-software/' rel='bookmark' title='Permanent Link: Password Gorilla：跨平台开源密码管理软件'>Password Gorilla：跨平台开源密码管理软件</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>前几日 Lifehacker 发布了一篇关于跨平台软件的文章：“<a title="Top 10 Cross-Platform Apps that Run on Windows, OS X, Linux, and More" href="http://lifehacker.com/5414288/top-10-cross+platform-apps-that-run-on-windows-os-x-linux-and-more" target="_blank">Top 10 Cross-Platform Apps that Run on Windows, OS X, Linux, and More @ Lifehacker</a>”，选出了10 个能够运行于 Windows，Mac，及 Linux 上的优秀免费软件。这篇文章也符合软言软语的主旨，也算作对 “<a title="Windows &amp; Mac 跨平台免费软件推荐" href="http://www.iusesoft.info/2009/07/27/windows-mac-free-software-recommendation/" target="_blank">Windows &amp; Mac 跨平台免费软件推荐 @ 软言软语</a>” 一文的补充。</p>
<p>另外，Lifehacker 在感恩节根据读者提名选择出了 61 款免费软件，有兴趣的可以参阅 “<a title="61 Free Apps We’re Most Thankful For" href="http://lifehacker.com/5412886/61-free-apps-were-most-thankful-for" target="_blank">61 Free Apps We’re Most Thankful For @ Lifehacker</a>” 及 “<a title="Lifehacker：最值得感谢的 61 款免费应用" href="http://xbeta.info/thankful-61-apps.htm" target="_blank">Lifehacker：最值得感谢的 61 款免费应用 @ 善用佳软</a>”。<span id="more-558"></span></p>
<h6>10. <a title="Buddi" href="http://buddi.digitalcave.ca/index.jsp" target="_blank">Buddi</a> &#8211; 理财工具</h6>
<p><img class="aligncenter" title="Buddi" src="http://buddi.digitalcave.ca/images/index/main_screen.png" alt="" width="419" height="326" /></p>
<p>平台：Windows, Mac, Linux</p>
<p>简介：Buddi 是一款为没有金融背景的普通人士设计的理财工具。能够导入 CVS 文件，并能够进行所有标准的财务计算及预测。如果需要带有更多复杂计算的财务工具，可以选择 <a title="GnuCash" href="http://gnucash.org/" target="_blank">GnuCash</a>。</p>
<h6>9. <a title="KeePass" href="http://keepass.info/" target="_blank">KeePass</a> &#8211; 密码管理</h6>
<p><img class="aligncenter" title="Keepass" src="http://keepass.info/screenshots/main_big.png" alt="" width="668" height="459" /></p>
<p>平台：Windows, Mac, Linux, iPhone/iPod touch, Android, BlackBerry, Palm</p>
<p>简介：开源的密码管理工具，能够将你所有的密码保存在一个加密的数据库文件中，并设置一个主密码，如果又更高安全要求还可以附加一个加密文件作为证书使用。Keepass 允许使用者建立不同的分类来管理密码，可以为密码设定失效时间，生成高强度密码，还能将文件添加进去作为附件，以及供使用者查看的密码历史。另外，Keepass 还支持插件，为其功能扩展带来了方便。通过与 Dropbox 结合，能够方便的在不同机器上使用同一密码库文件。</p>
<h6>8. <a href="http://truecrypt.org/" target="_blank">TrueCrypt</a> &#8211; 加密工具</h6>
<p><img class="aligncenter" title="TrueCrypt" src="http://www.truecrypt.org/images/screenshots/xp_main-v5.0.png" alt="" width="570" height="492" /></p>
<p>平台：Windows, Mac, Linux</p>
<p>简介：TrueCrypt 是一款开源的加密工具，能够通过加密来保护文件，文件夹以及整个磁盘，支持多种加密算法。</p>
<h6>7. <a title="Thunderbid" href="http://mozillamessaging.com/thunderbird">Thunderbird</a> &#8211; 邮件客户端</h6>
<p><img class="aligncenter" title="Thunderbird" src="http://www.mozillamessaging.com/img/thunderbird/feature-bg-organize.png" alt="" width="533" height="336" /></p>
<p>平台：Windows, Mac, Linux</p>
<p>简介：Mozilla 出品的桌面邮件客户端，类似于 Firefox 支持插件扩展，因此功能十分强大。最新版的 3.0 正式版也即将发布。</p>
<h6>6. <a href="http://pidgin.im/" target="_blank">Pidgin</a> and <a href="http://adium.im/" target="_blank">Adium</a> &#8211; 多协议聊天工具</h6>
<p style="text-align: center"><img class="aligncenter" title="Pidgin" src="http://pidgin.im/shared/img/contact_window.png" alt="" width="192" height="420" />Pidgin</p>
<p style="text-align: center"><img class="aligncenter" title="Adium" src="http://adium.im/screenshots/images/overview.jpg" alt="" width="560" height="420" />Adium</p>
<p>平台：Windows, Mac, Linux</p>
<p>简介：Pidgin 是一款跨平台的开源多协议聊天软件，通过插件扩展能够支持其他非官方支持的功能，也支持 QQ。对于 Mac 平台的支持需要安装 <a title="Fink" href="http://finkproject.org/download" target="_blank">Fink</a>，因此官方也推荐在 Mac 上使用 Adium —— 基于 Pidgin 核心，但完全的 Mac 原生软件。</p>
<h6>5. <a title="Miro" href="http://getmiro.com/" target="_blank">Miro</a> &#8211; 在线视频聚合</h6>
<p><img class="aligncenter" title="Miro" src="http://s3.getmiro.3.0.com.s3.amazonaws.com/i/introvideo.jpg" alt="" width="555" height="382" /></p>
<p>平台：Windows, Mac, Linux</p>
<p>简介：Miro 是即是一款高清播放器，也是一款强大的在线视频聚合器，能够管理 podcast，Hulu 流媒体等任何你关注的视频，能够在 Youtube 中搜索，下载高清视频。</p>
<h6>4. <a href="http://7-zip.org/" target="_blank">7-Zip</a> &#8211; 文件压缩</h6>
<p><img class="aligncenter" title="7-ZIP" src="http://7-zip.org/7zfm.png" alt="" width="352" height="320" /></p>
<p>平台：Windows, Mac, Linux 及 移动平台<br />
简介：开源的压缩工具，开放的压缩格式，具有更高的压缩率，完全可以替代商业软件 WinRAR。</p>
<h6>3. <a href="http://firefox.com/" target="_blank">Firefox</a> &#8211; 浏览器</h6>
<p><img class="aligncenter" title="Firefox" src="http://www.mozilla.com/en-US/img/tignish/firefox/feature-bg-mission.png" alt="" width="453" height="301" /></p>
<p>平台：Windows, Mac, Linux 及 移动平台</p>
<p>简介：支持插件扩展的强大浏览器，无需多言。</p>
<h6>2. <a title="Dropbox" href="http://dropbox.com/" target="_blank">Dropbox</a> &#8211; 云同步</h6>
<p><img class="aligncenter" title="Dropbox" src="https://www.dropbox.com/static/images/install_graphic.gif" alt="" width="400" height="313" /></p>
<p>平台：Windows, Mac, Linux, iPhone/iPod touch<br />
简介：Dropbox 应该算作目前最流行的免费云同步工具，免费用户 2 GB 空间，通过推荐可以获得额外的 3 GB 空间。</p>
<h6>1. <a title="VLC Media Player" href="http://videolan.org/vlc" target="_blank">VLC Media Player</a> &#8211; 媒体播放器</h6>
<p><img class="aligncenter" title="VLC" src="http://images.videolan.org/images/screenshots/vlc-win32.jpg" alt="" width="296" height="270" /></p>
<p>平台：Windows, Mac, Linux</p>
<p>简介： 最流行的开源媒体播放器，支持格式众多。</p>
<hr /><h2>评论（4）</h2><ul><li><a href="http://www.iusesoft.info/2009/12/01/top-10-crossplatform-apps/#comment-489">2009年12月1日</a>, <a href='http://topsy.com/tb/ff.im/-cgkis' rel='external nofollow' class='url'>Tweets that mention Lifehacker：跨平台软件 Top 10 | 软言软语 -- Topsy.com</a> 说：[...] This post was mentioned on Twitter by hmsea, 软言软语. 软言软语 said: 软言软语: Lifehacker：跨平台软件 Top 10 http://www.iusesoft.info/2009/12/01/top-10-crossplatform-apps/ [...]</li><li><a href="http://www.iusesoft.info/2009/12/01/top-10-crossplatform-apps/#comment-490">2009年12月1日</a>, <a href='http://www.gtdstudy.com' rel='external nofollow' class='url'>Yibie</a> 说：也可以引用一下「电脑玩物」的文章，他也写了自己的看法</li><li><a href="http://www.iusesoft.info/2009/12/01/top-10-crossplatform-apps/#comment-491">2009年12月1日</a>, <a href='http://www.gtdstudy.com' rel='external nofollow' class='url'>Yibie</a> 说：对了,不知道可不可以交换友情链接,不过我的友情链接不会放在首页...</li><li><a href="http://www.iusesoft.info/2009/12/01/top-10-crossplatform-apps/#comment-497">2009年12月5日</a>, <a href='http://bbs.liao8.org.cn' rel='external nofollow' class='url'>sheng</a> 说：不错啵。这里面的播放器我没一个是认识的。</li></ul><hr /><small>
来源网站：<a href="http://www.iusesoft.info/" target="_blank">软言软语</a><br />
原文链接：<a href="http://www.iusesoft.info/2009/12/01/top-10-crossplatform-apps/" target="_blank">http://www.iusesoft.info/2009/12/01/top-10-crossplatform-apps/</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/29/backup-sync-2-local/' rel='bookmark' title='Permanent Link: 备份与同步（二）——本地篇'>备份与同步（二）——本地篇</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>
<li><a href='http://www.iusesoft.info/2010/01/05/password-gorilla-is-an-open-source-and-cross-platform-password-managment-software/' rel='bookmark' title='Permanent Link: Password Gorilla：跨平台开源密码管理软件'>Password Gorilla：跨平台开源密码管理软件</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.iusesoft.info/2009/12/01/top-10-crossplatform-apps/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>[Win]foobar2000 里程碑：1.0 beta1 发布</title>
		<link>http://www.iusesoft.info/2009/11/24/the-milestone-of-foobar2000-1-0-beta1-releases/</link>
		<comments>http://www.iusesoft.info/2009/11/24/the-milestone-of-foobar2000-1-0-beta1-releases/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 06:53:50 +0000</pubDate>
		<dc:creator>软言软语</dc:creator>
				<category><![CDATA[播放器]]></category>
		<category><![CDATA[软件推荐]]></category>
		<category><![CDATA[foobar2000]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[免费软件]]></category>

		<guid isPermaLink="false">http://www.iusesoft.info/?p=515</guid>
		<description><![CDATA[foobar2000 是多年以来软言软语一直在使用的音乐播放器，也是个人认为 Windows 上最优秀的音乐播放器，免费，简单，可扩展，高度可定制，既能满足那些对资源占用要求苛刻的 Geek 的需求，也可以满足对华丽界面有异乎寻常癖好的用户的要求，而且也有很多人认为 foobar2000 的音质十分优秀，不管是什么样的用户，都推荐大家使用。另外，通过插件扩展，foobar2000也可以轻松地管理 iPod 音乐。但多年来 foobar2000 的版本号一直停留在 0.x.x 上，以至于有些人戏谑的说有生之年很难看到 1.0 的发布了。现在，1.0 真的来了，这些人可以瞑目了。。。（玩笑）


foobar2000 主要特性
 

支持众多的音频格式：MP3, MP4, AAC, CD Audio, WMA, Vorbis, FLAC, WavPack, WAV, AIFF, Musepack, Speex, AU, SND&#8230;，并且通过插件可以支持更多格式。
无缝播放。
支持 UNICODE。
易于定制的用户界面布局。
高级标签功能。
支持抓取 Audio CD 音轨，并能够通过转换器插件进行音频格式的编码变换。
完整的播放增益支持。
自定义键盘快捷键。
开放的插件架构允许第三方开发者方便的扩展 foobar2000 的各项功能。

foobar2000 1.0 beta1 更新
 
以下内容摘自华军软件园。

新的上下文菜单结构 &#8211; 更好的即开即用，但缺少定制性。
内置插件支持 Windows Media 和 RTSP 流。
“编辑”菜单运行在当前选定的对象，而不总是在活跃播放对象。
改进与多媒体键盘之间的兼容性。
改进对专辑封面的个性化定制的支持。
便携安装模式增加对媒体库路径相对安装文件夹的记忆。
修正的个人爱好选项：确定/取消/同意按钮，新的布局标准页。
新增选择浏览方式的选项。
缺省用户界面：采用新的仿伪彩色状态栏和播放列表视图代码系统。
CD 抓取方面的改善：
1). 抓取结果可以根据 AccurateRip 数据库正在进行中现在核对；
2). 支持 CD [...]


相关文章：<ol><li><a href='http://www.iusesoft.info/2010/01/11/foobar2000-1-0-final-releases/' rel='bookmark' title='Permanent Link: [Win]foobar2000 1.0 正式版发布'>[Win]foobar2000 1.0 正式版发布</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>
<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>foobar2000 是多年以来软言软语一直在使用的音乐播放器，也是个人认为 Windows 上最优秀的音乐播放器，免费，简单，可扩展，高度可定制，既能满足那些对资源占用要求苛刻的 Geek 的需求，也可以满足对华丽界面有异乎寻常癖好的用户的要求，而且也有很多人认为 foobar2000 的音质十分优秀，不管是什么样的用户，都推荐大家使用。另外，通过插件扩展，foobar2000也可以轻松地管理 iPod 音乐。但多年来 foobar2000 的版本号一直停留在 0.x.x 上，以至于有些人戏谑的说有生之年很难看到 1.0 的发布了。现在，1.0 真的来了，这些人可以瞑目了。。。（玩笑）<span id="more-515"></span></p>
<p><img class="aligncenter" title="foobar2000-logo" src="http://www.foobar2000.org/foobarlogo.png" alt="" width="325" height="48" /><br />

<table id="wp-table-reloaded-id-64-no-1" class="wp-table-reloaded wp-table-reloaded-id-64">
<thead>
	<tr class="row-1 odd">
		<th class="column-1">软件名称</th><th class="column-2">foobar2000</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.foobar2000.org/" target="_blank">官方网站</a></td>
	</tr>
</tbody>
</table>
</p>
<p style="text-align: center;"><img class="aligncenter" title="foobar2000" src="http://www.foobar2000.org/images/img/main.png" alt="" width="600" height="505" /></p>
<h2>foobar2000 主要特性</h2>
<p><strong> </strong></p>
<ul>
<li>支持众多的音频格式：MP3, MP4, AAC, CD Audio, WMA, Vorbis, FLAC, WavPack, WAV, AIFF, Musepack, Speex, AU, SND&#8230;，并且通过插件可以支持更多格式。</li>
<li>无缝播放。</li>
<li>支持 UNICODE。</li>
<li>易于定制的用户界面布局。</li>
<li>高级标签功能。</li>
<li>支持抓取 Audio CD 音轨，并能够通过转换器插件进行音频格式的编码变换。</li>
<li>完整的播放增益支持。</li>
<li>自定义键盘快捷键。</li>
<li>开放的插件架构允许第三方开发者方便的扩展 foobar2000 的各项功能。</li>
</ul>
<h2>foobar2000 1.0 beta1 更新</h2>
<p><strong> </strong><br />
以下内容摘自华军软件园。</p>
<ol>
<li>新的上下文菜单结构 &#8211; 更好的即开即用，但缺少定制性。</li>
<li>内置插件支持 Windows Media 和 RTSP 流。</li>
<li>“编辑”菜单运行在当前选定的对象，而不总是在活跃播放对象。</li>
<li>改进与多媒体键盘之间的兼容性。</li>
<li>改进对专辑封面的个性化定制的支持。</li>
<li>便携安装模式增加对媒体库路径相对安装文件夹的记忆。</li>
<li>修正的个人爱好选项：确定/取消/同意按钮，新的布局标准页。</li>
<li>新增选择浏览方式的选项。</li>
<li>缺省用户界面：采用新的仿伪彩色状态栏和播放列表视图代码系统。</li>
<li>CD 抓取方面的改善：<br />
1). 抓取结果可以根据 AccurateRip 数据库正在进行中现在核对；<br />
2). 支持 CD 电子书的阅读；<br />
3). 能够根据 “Rip音乐CD” 对话框选择个人曲目。</li>
</ol>
<h2>Asion 版 foobar2000</h2>
<p><strong> </strong><br />
这个版本的 foobar2000 打包了大量的实用插件，并提供了美化的界面，类似于 TCEE 版的 Total Commander，非常方便，其中带的几个用户界面也是十分华丽。Asion &#8211; foobar2000 中国爱好者社区超级版主 —— <a title="Asion's Blog" href="http://asion.foobar2000.com.cn/" target="_blank">Asion&#8217;s Blog &gt;&gt;</a></p>
<p style="text-align: center;"><a href="http://www.iusesoft.info/wp-content/uploads/2009/11/foobar2000-asion-ui-8.22.png" target="_blank"><img class="aligncenter size-medium wp-image-517" title="foobar2000-asion-ui-8.22" src="http://www.iusesoft.info/wp-content/uploads/2009/11/foobar2000-asion-ui-8.22-300x225.png" alt="foobar2000-asion-ui-8.22" width="300" height="225" /></a>单击查看大图</p>
<h2>iPod manager &#8211; 使用 foobar2000 管理你的 iPod</h2>
<p><strong> </strong><br />
iPod 管理插件允许用户管理绝大部分的 Apple iPod 而不用开启 iTunes。</p>
<h6>主要特性</h6>
<ul>
<li>将 iPod 库导入到 foobar2000 中。</li>
<li>管理你的 iPod 文件，复制和删除。</li>
<li>支持封面</li>
<li>将 ReplayGain 数据转换为 SoundCheck 数据。</li>
<li>无缝播放支持</li>
<li>自动对不支持的音频格式进行转换</li>
<li>智能播放列表支持</li>
</ul>
<h6>配置需求</h6>
<ul>
<li>foobar2000 0.9.5 或更新</li>
<li>Windows XP SP1 或更新</li>
<li><a title="支持的 iPod/iPhone 型号" href="http://yuo.be/wiki/dop:start#supported_models" target="_blank">支持的 iPod/iPhone 型号</a></li>
<li>特定型号的其他使用要求请参看 <a title="这里" href="http://yuo.be/wiki/dop:start#requirements" target="_blank">这里</a>。</li>
</ul>
<h6>安装步骤</h6>
<ol>
<li>首先确保系统环境满足需求，必要的安装包已经安装，例如 Windows XP SP1。</li>
<li>下载  <a title="foo_dop" href="http://yuo.be/ipod.php" target="_blank">foo_dop</a> 并解压缩。</li>
<li>关闭所有运行中的 foobar2000 实例。</li>
<li>复制 foo_dop.dll 文件到 foobar2000 的插件目录，一般为：%programfiles%\foobar2000\components\。</li>
<li>运行 foobar2000。</li>
</ol>
<h6>使用</h6>
<ul>
<li>对于标准的 iPod （非 iPod touch 或 iPhone），只需要将 iPod 作为可移动磁盘进行挂载即可。为此，你需要在 iTunes 中启用 “手动管理歌曲” （至少要开启 “允许作为磁盘使用”)。</li>
<li>对于 iPod touch 及 iPhone<br />
1). 首先要通过 iTunes 来设置。<br />
2). 在 foo_dop 设置中启用 “mobile device support”。<br />
3). 目前还不支持读取设备中的 On The Go 播放列表。<br />
4). 目前在传送大文件时，似乎会有丢失连接的情况发生。</li>
<li>iPod 管理项可以在 “文件/iPod” 菜单中找到。</li>
</ul>
<hr /><h2>评论（10）</h2><ul><li><a href="http://www.iusesoft.info/2009/11/24/the-milestone-of-foobar2000-1-0-beta1-releases/#comment-389">2009年11月24日</a>, <a href='http://mrfeng.net' rel='external nofollow' class='url'>mrfeng</a> 说：刚开始用千千，后面Winamp，后来转用FB2K至今，Asion版本的.
小巧、简洁、高度自定义是我喜欢的她的原因</li><li><a href="http://www.iusesoft.info/2009/11/24/the-milestone-of-foobar2000-1-0-beta1-releases/#comment-390">2009年11月24日</a>, <a href='http://www.a-shun.com/' rel='external nofollow' class='url'>A.shun</a> 说：这也是我一直以来使用的
虽然我没怎么折腾，单纯用来听歌
但对这个软件是很有感情的
1.0了。等到这天真不容易啊</li><li><a href="http://www.iusesoft.info/2009/11/24/the-milestone-of-foobar2000-1-0-beta1-releases/#comment-392">2009年11月24日</a>, <a href='http://www.gtdstudy.com' rel='external nofollow' class='url'>Yibie</a> 说：很棒的评测，Foobar的坚定fans在此

从0.5版一直到现在了</li><li><a href="http://www.iusesoft.info/2009/11/24/the-milestone-of-foobar2000-1-0-beta1-releases/#comment-393">2009年11月25日</a>, <a href='http://twitter.com/stevenkf' rel='external nofollow' class='url'>stevenkf</a> 说：不容易啊，终于等到1.0了，很早就开始用这个至今，不追求界面的好看，只看重它的小巧简洁以及音质</li><li><a href="http://www.iusesoft.info/2009/11/24/the-milestone-of-foobar2000-1-0-beta1-releases/#comment-394">2009年11月25日</a>, <a href='http://press.coolcfan.org' rel='external nofollow' class='url'>coolcfan</a> 说：Thriller什么时候才能出啊……</li><li><a href="http://www.iusesoft.info/2009/11/24/the-milestone-of-foobar2000-1-0-beta1-releases/#comment-395">2009年11月25日</a>, <a href='http://press.coolcfan.org' rel='external nofollow' class='url'>coolcfan</a> 说：说实话很讨厌这个优秀的软件，因为它需要我去配置才能满足我的要求；现在反而喜欢另一个软件，因为它能够满足我的部分要求但是不给我任何机会配置。
简单才是美——简单，不应该是使用上的简单吗？</li><li><a href="http://www.iusesoft.info/2009/11/24/the-milestone-of-foobar2000-1-0-beta1-releases/#comment-396">2009年11月25日</a>, <a href='http://www.iusesoft.info' rel='external nofollow' class='url'>软言软语</a> 说：AirPlay Thriller?
曾经试用过AirPlay一段时间，感觉还不错，有些特色，但目前还不是很完善。</li><li><a href="http://www.iusesoft.info/2009/11/24/the-milestone-of-foobar2000-1-0-beta1-releases/#comment-397">2009年11月26日</a>, <a href='http://twitter.com/stevenkf' rel='external nofollow' class='url'>stevenkf</a> 说：个人觉得这个看个人的喜好，有些喜欢diy或自己配置的可以用类似的软件。
有些喜欢已经配置好的，那也可以，最主要的还是软件用着顺手，用着舒服，用着效率高才是。
我们是用软件，而不是软件折腾我们
以上一点拙见，大家探讨探讨</li><li><a href="http://www.iusesoft.info/2009/11/24/the-milestone-of-foobar2000-1-0-beta1-releases/#comment-573">2010年01月11日</a>, <a href='http://twitter.com/stevenkf' rel='external nofollow' class='url'>stevenkf</a> 说：已经正式release了，祝贺一下～</li><li><a href="http://www.iusesoft.info/2009/11/24/the-milestone-of-foobar2000-1-0-beta1-releases/#comment-574">2010年01月11日</a>, <a href='http://www.iusesoft.info' rel='external nofollow' class='url'>软言软语</a> 说：是啊，1.0正式版终于release了</li></ul><hr /><small>
来源网站：<a href="http://www.iusesoft.info/" target="_blank">软言软语</a><br />
原文链接：<a href="http://www.iusesoft.info/2009/11/24/the-milestone-of-foobar2000-1-0-beta1-releases/" target="_blank">http://www.iusesoft.info/2009/11/24/the-milestone-of-foobar2000-1-0-beta1-releases/</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/01/11/foobar2000-1-0-final-releases/' rel='bookmark' title='Permanent Link: [Win]foobar2000 1.0 正式版发布'>[Win]foobar2000 1.0 正式版发布</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>
<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/11/24/the-milestone-of-foobar2000-1-0-beta1-releases/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Ubuntu 简介：写在 Ubuntu 9.10 发布前</title>
		<link>http://www.iusesoft.info/2009/10/28/introduction-to-ubuntu-before-910-release/</link>
		<comments>http://www.iusesoft.info/2009/10/28/introduction-to-ubuntu-before-910-release/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 07:25:06 +0000</pubDate>
		<dc:creator>软言软语</dc:creator>
				<category><![CDATA[软件推荐]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.iusesoft.info/?p=461</guid>
		<description><![CDATA[这几天在忙着一些事情，因此没有什么更新，但心里却一直在想着这个日子，也就是 Ubuntu 9.10 发布的日子。大概一部分人已经注意到软言软语多日以前在网站上加入了 9.10 发布倒计时的牌子，为的是给大家一个提醒，也给自己一个提醒。Linux 的发展有目共睹，而 Ubuntu 在建立易用的 Linux 桌面版的过程中，起到了举足轻重的作用。软言软语最开始接触的 Linux 是 Red Hat，而真正对 Linux 有更多的认识的还是在接触 Ubuntu 以后。记得当初申请过一些 CD 与周围的同学朋友们兴奋的分享。虽然目前不用 Linux，而且对其他优秀的 Linux 发行版也没有什么了解，但在 Ubuntu 9.10 即将发布之时，还是决定要写点儿东西来让大家以及自己更多的了解 Linux，了解 Ubuntu。文后的 “推荐阅读” 也收集了一些关于其他平台转到 Linux 的帮助，作为扩展阅读。希望大家能分享自己的使用体验，及想法，或者推荐你认为写得好的相关博文。
以下的信息很多来自官网：

英文官方网站：http://www.ubuntu.com/
简体中文官方网站：http://www.ubuntu.org.cn/

什么是 Ubuntu?
 
Ubuntu 是一个由 社区 开发的，适用于笔记本电脑、 桌面电脑 和 服务器。 无论您是在家庭、学校还是工作时使用，Ubuntu 都包含了您所需的所有程序：无论是文字处理和电子邮件，还是 Web 服务和编程工具。
Ubuntu 永远 免费。您无需支付任何许可费用。您可以下载、使用以及与您的朋友、家庭、同学或同事分享，而绝对无需任何代价。
我们 每6个月推出新的桌面版本和服务器版本。这意味着您总是能够享受开源世界所提供的最新、最好的应用程序。
Ubuntu 十分注重安全。对于每个桌面和服务器版本，您可以获得 至少18个月的免费安全升级 。如果您使用的是长期支持版本（LTS），那么您可以获得桌面版本3年、服务器版本5年的支持。LTS 版本并不收取额外的费用，我们将在相同的免费条件下为每个人提供我们最好的服务。Ubuntu 新版本的升级也总是免费的。
您只需一张光盘，就可以提供一个完整的工作环境。其它软件可以在线获取。
图形化的安装程序可以将您 轻松快捷地进行配置和运行。标准安装不超过25分钟。
您的系统一旦安装完成就可以 立即使用了。 [...]


相关文章：<ol><li><a href='http://www.iusesoft.info/2009/07/29/backup-sync-2-local/' rel='bookmark' title='Permanent Link: 备份与同步（二）——本地篇'>备份与同步（二）——本地篇</a></li>
<li><a href='http://www.iusesoft.info/2009/08/07/app-store-like-bodega-on-mac/' rel='bookmark' title='Permanent Link: [Mac] 本地版的应用程序商店 — Bodega'>[Mac] 本地版的应用程序商店 — Bodega</a></li>
<li><a href='http://www.iusesoft.info/2009/12/01/top-10-crossplatform-apps/' rel='bookmark' title='Permanent Link: Lifehacker：跨平台软件 Top 10'>Lifehacker：跨平台软件 Top 10</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>这几天在忙着一些事情，因此没有什么更新，但心里却一直在想着这个日子，也就是 Ubuntu 9.10 发布的日子。大概一部分人已经注意到软言软语多日以前在网站上加入了 9.10 发布倒计时的牌子，为的是给大家一个提醒，也给自己一个提醒。Linux 的发展有目共睹，而 Ubuntu 在建立易用的 Linux 桌面版的过程中，起到了举足轻重的作用。软言软语最开始接触的 Linux 是 Red Hat，而真正对 Linux 有更多的认识的还是在接触 Ubuntu 以后。记得当初申请过一些 CD 与周围的同学朋友们兴奋的分享。虽然目前不用 Linux，而且对其他优秀的 Linux 发行版也没有什么了解，但在 Ubuntu 9.10 即将发布之时，还是决定要写点儿东西来让大家以及自己更多的了解 Linux，了解 Ubuntu。文后的 “推荐阅读” 也收集了一些关于其他平台转到 Linux 的帮助，作为扩展阅读。希望大家能分享自己的使用体验，及想法，或者推荐你认为写得好的相关博文。<span id="more-461"></span></p>
<p>以下的信息很多来自官网：</p>
<ul>
<li>英文官方网站：http://www.ubuntu.com/</li>
<li>简体中文官方网站：http://www.ubuntu.org.cn/</li>
</ul>
<h2>什么是 Ubuntu?</h2>
<p><strong> </strong><br />
<img class="size-thumbnail wp-image-469 alignleft" title="Ubuntu Logo" src="http://www.iusesoft.info/wp-content/uploads/2009/10/ubuntu_logo-150x150.jpg" alt="ubuntu_logo" width="150" height="150" />Ubuntu 是一个由 <a title="Ubuntu Community" href="http://www.ubuntu.org.cn/community" target="_blank">社区</a> 开发的，适用于笔记本电脑、 <a title="Ubuntu Desktop Edition" href="http://www.ubuntu.org.cn/products/whatisubuntu/desktopedition" target="_blank">桌面电脑</a> 和 <a title="Ubuntu Server Edition" href="http://www.ubuntu.org.cn/products/whatisubuntu/serveredition" target="_blank">服务器</a>。 无论您是在家庭、学校还是工作时使用，Ubuntu 都包含了您所需的所有程序：无论是文字处理和电子邮件，还是 Web 服务和编程工具。</p>
<p>Ubuntu 永远 <strong>免费</strong>。您无需支付任何许可费用。您可以下载、使用以及与您的朋友、家庭、同学或同事分享，而绝对无需任何代价。</p>
<p>我们 <strong>每6个月推出新的桌面版本和服务器版本</strong>。这意味着您总是能够享受开源世界所提供的最新、最好的应用程序。</p>
<p>Ubuntu 十分注重安全。对于每个桌面和服务器版本，您可以获得 <strong>至少18个月的免费安全升级</strong> 。如果您使用的是长期支持版本（LTS），那么您可以获得桌面版本3年、服务器版本5年的支持。LTS 版本并不收取额外的费用，我们将在相同的免费条件下为每个人提供我们最好的服务。Ubuntu 新版本的升级也总是免费的。</p>
<p><strong>您只需一张光盘</strong>，就可以提供一个完整的工作环境。其它软件可以在线获取。</p>
<p>图形化的安装程序可以将您 <strong>轻松快捷地进行配置和运行</strong>。标准安装不超过25分钟。</p>
<p>您的系统一旦安装完成就可以 <strong>立即使用了</strong>。 对于 <a title="Ubuntu DEsktop Edition" href="http://www.ubuntu.org.cn/products/whatisubuntu/desktopedition" target="_blank">桌面版本</a> ，您将拥有完整的创作、网络、绘图、图像处理程序和游戏。</p>
<p>对于 <a title="Ubuntu Server Edition" href="http://www.ubuntu.org.cn/products/whatisubuntu/serveredition" target="_blank">服务器版本</a> ，您将只获得您配置运行时所需的软件，而没有任何额外的软件。</p>
<h2>Ubuntu 承诺</h2>
<p><strong> </strong><br />
Ubuntu Enterprise Cloud (UEC) and Amazon&#8217;s EC2<br />
Ubuntu 将永远免费, 包括企业版和安全升级。<br />
Ubuntu 将由 Canonical公司 以及全球数百个公司来提供商业支持。<br />
Ubuntu 包含了由自由软件团体提供的最佳翻译和人性化架构。<br />
Ubuntu 光盘仅仅包含了自由软件; 我们鼓励您使用自由和开放源码的软件, 改善和传播它。<br />
<strong>阅读更多 <a title="Ubuntu 理念" href="http://www.ubuntu.org.cn/community/ubuntustory/philosophy/" target="_blank">Ubuntu 理念</a>。</strong></p>
<h2>Ubuntu 的自由与开源</h2>
<p><strong> </strong><br />
对于 Ubuntu 而言，“自由软件”中的“自由”主要指“自由”而不是价格 — 虽然我们承诺 Ubuntu 不收费。有关 Ubuntu 最重要的事情是授予那些安装和使用它的人们软件自由的权利。正是这些自由使得 Ubuntu 社区不断成长，持续分享集体的经验和专门知识，从而改进 Ubuntu，并使它适用于新国家和新产业。</p>
<p>Ubuntu 乐于声称自己开放源码。尽管有人认为自由和开源是目标不同的竞争运动，然而我们并没有发现自由软件和开源软件有什么显著差别，也没有发现它们有什么不可并存的。Ubuntu 很自豪地接纳所有认同这两种运动的成员。</p>
<p><span style="color: #ff0000;"><strong>关于 “自由软件” 及 “开源软件” 定义，请参阅 &#8220;<a title="什么是自由软件" href="http://www.gnu.org/philosophy/free-sw.html" target="_blank">什么是自由软件 @ 自由软件基金会</a>&#8221; 及 &#8220;<a title="开源的定义" href="http://www.opensource.org/docs/definition.php" target="_blank">开源的定义 @ Open Source Initiative</a>&#8220;。</strong></span></p>
<h2>Ubuntu 9.10 新特性</h2>
<p><strong> </strong></p>
<ul>
<li>Upstart<br />
Upstart 是用来替代 /sbin/init 守护进程的新特性，基于事件驱动，可以在系统启动和关闭过程中控制任务和服务的启动与停止以及在系统运行时管理这些任务和服务。通过采用新的 Upstart，Ubuntu 能够为用户带来更快的开机速度。</li>
<li>Software Center<img class="aligncenter" title="Ubuntu Software Center" src="http://upload.wikimedia.org/wikipedia/commons/2/24/Ubuntu_Software_Center.png" alt="" width="482" height="283" /><br />
Ubuntu Software Center 是一个全新的软件包管理器，能够安装及卸载软件包并添加软件源，替代了原先的 ‘应用程序’ 菜单中的 &#8216;添加/删除&#8217;功能。之前称为 Ubuntu Software Store，最初开发代号为 AppCenter。</li>
<li>GNOME<br />
Ubuntu 9.10 RC 采用的是最新的 GNOME 2.28 桌面环境。</li>
<li>Application development with Quickly<br />
新的开发工具 Quickly 能够帮助开发者更快速的为 Ubuntu 制作新的应用程序，并能与其他 Ubuntu 用户通过 .deb 包或 PPA 来分享。</li>
<li>Kubuntu<br />
Kubuntu 9.10 包含了第一版 Kubuntu Netbook 采用的是 KDE 环境。</li>
<li>Ubuntu Enterprise Cloud Images<br />
支持常用的 Ubuntu Enterprise Cloud (UEC) 及 Amazon&#8217;s EC2。企业级的云应用。</li>
<li>Ubuntu One<br />
Ubuntu 9.10 默认集成 Ubuntu One 个人云服务，提供 2 GB 的免费空间，让用户可以备份，存储，同步（文件，联系人和 Tomboy notes）以及与其他 Ubuntu One 用户共享资源。</li>
<li>Linux kernel 2.6.31</li>
<li>弃用 hal<br />
Ubuntu 9.10 底层的电源管理，笔记本热键， 存储设备管理及cameras maps（软言软语：这个确切的说是什么？）技术已经从 &#8220;hal&#8221; 移到了 &#8220;DeviceKit-power&#8221;，&#8221;DeviceKit-disks&#8221; 及 &#8220;udev&#8221; 中，&#8221;hal&#8221; 逐渐被弃用。</li>
<li>新的 Intel 视频驱动架构<br />
Intel 视频驱动已经由 &#8220;EXA&#8221; 加速方式转为 &#8220;UXA&#8221;，从而解决了 9.04 中的性能问题。</li>
<li>默认 采用 ext4<br />
升级过程中，已存在的文件系统不会被升级为 ext4，并且只有使用全新的文件系统才能获得最大的性能提升，如果从 ext3 升级到 ext4 并不能带来显著的性能改善。关于如何升级到 ext4，请参考 <a title="Ext4 Howto" href="http://ext4.wiki.kernel.org/index.php/Ext4_Howto#Converting_an_ext3_filesystem_to_ext4" target="_blank">Ext4 Howto</a>。注：该文章内的评论可能已经不符合最新 9.10 系统的情况，另外建议转换前先备份。</li>
<li>默认使用 GRUB 2<br />
GRUB 2 将作为默认的启动引导工具被安装在系统中，如果原先系统中已经安装 GRUB，则不会替换，因为此操作危险性较大。</li>
<li>iSCSI installation<br />
iSCSI 安装过程得到了改善，现在不需要再使用 iscsi=true 作为引导参数。允许将根文件系统放到 iSCSI 中。</li>
<li>AppArmor</li>
<li>新的 profiles 文件</li>
<li>Libvirt</li>
<li>Uncomplicated Firewall<br />
使用 ufw 命令时，提供了按输入/输出过滤的功能。相应的文档也已更新，方便用户更好的配置防火墙。</li>
<li>Non-eXecutable 模拟<br />
Non-eXecutable (NX) 内存保护，也成为 eXecute-Disable (XD) 已经正式被 Ubuntu 所支持，在相应硬件的支持下，能够提供很好的内存保护机制。如果没有 NX 硬件支持的话，32 位内核能够通过软件模拟来达到同样的目的。</li>
<li>阻止组件加载<br />
能够有效的抵御攻击者在启动后加载内核级的 rootkits。</li>
<li>Position-Independent Executables</li>
</ul>
<p><strong>更完整列表清单，请参阅 <a title="http://www.ubuntu.com/getubuntu/releasenotes/910overview" href="http://www.ubuntu.com/getubuntu/releasenotes/910overview" target="_blank">Ubuntu 9.10 Overview</a>。</strong></p>
<h2>一则消息</h2>
<p><strong> </strong><br />
<a title="IBM以Ubuntu Linux回应Windows 7" href="http://linux.solidot.org/article.pl?sid=09/10/21/0158259" target="_blank">来自 Solidot  的一则消息</a>：今年9月，IBM和Linux发行版Ubuntu的开发商Canonical达成协议，在非洲推广Linux桌面软件和解决方案。10月20日，IBM宣布将这项计划范围扩大到美国。IBM和Canonical的新闻稿称，对多数PC用户而言，迁移到Windows 7的成本高达2000美元，其中硬件占了大部分开销。而Ubuntu和IBM软件的部署成本要廉价得多，Ubuntu和IBM为企业用户提供了比Windows 7更切实可行的选择。<strong> </strong></p>
<h2>推荐阅读</h2>
<p><strong> </strong></p>
<ul>
<li><a title="10 easy ways to play with Linux without leaving Windows" href="http://www.downloadsquad.com/2009/09/28/10-easy-ways-to-play-with-linux-without-leaving-windows/" target="_blank">10 easy ways to play with Linux without leaving Windows @ Download Squad</a></li>
<li><a title="Five ways to ease migration from Windows to Linux" href="http://www.ghacks.net/2009/10/13/five-ways-to-ease-migration-from-windows-to-linux/" target="_blank">Five ways to ease migration from Windows to Linux @ gHacks</a></li>
<li><a title="Five tips to help ease the migration from Mac to Linux" href="http://www.ghacks.net/2009/10/14/five-tips-to-help-ease-the-migration-from-mac-to-linux/" target="_blank">Five tips to help ease the migration from Mac to Linux @ gHacks</a></li>
<li><a title="Linux equivalents to popular Mac apps" href="http://www.ghacks.net/2009/10/15/linux-equivalents-to-popular-mac-apps/" target="_blank">Linux equivalents to popular Mac apps @ gHacks</a></li>
<li><a title="Tell DLS: What are your top 10 must-have apps? - Linux!" href="http://www.downloadsquad.com/2009/10/16/tell-dls-what-are-your-top-10-must-have-apps-linux/" target="_blank">Tell DLS: What are your top 10 must-have apps? &#8211; Linux! @ Download Squad</a></li>
<li><a title="ubuntu使用一年、写点东西献给正在观望或已决定使用ubuntu的朋友" href="http://forum.ubuntu.org.cn/viewtopic.php?f=112&amp;t=224188&amp;sid=26c44eb31f9384c267b122bc8873d931" target="_blank">ubuntu使用一年、写点东西献给正在观望或已决定使用ubuntu的朋友 @ Ubuntu 中文论坛</a></li>
<li><a title="The new Ubuntu Software Center" href="http://www.ghacks.net/2009/10/30/the-new-ubuntu-software-center/" target="_blank">The new Ubuntu Software Center @ gHacks</a> 【2009-11-01 更新】</li>
<li><a title="http://www.ibm.com/developerworks/cn/linux/l-cn-move2ubuntu/index.html?ca=drs-cn-1112" href="http://www.ibm.com/developerworks/cn/linux/l-cn-move2ubuntu/index.html?ca=drs-cn-1112" target="_blank">将工作环境迁移到 Linux @ IBM developerWorks</a> 【2009-12-12 更新】</li>
<li><a title="Best Linux software for new users" href="http://www.downloadsquad.com/2009/12/30/best-linux-software-for-new-users/" target="_blank">Best Linux software for new users @ Download Squad</a> 【2010-01-19 更新】</li>
</ul>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 1110px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Ubuntu 9.10 默认集成 Ubuntu One 个人云服务，提供 2 GB 的免费空间，让用户可以备份，存储，同步（文件，联系人和 Tomboy notes）以及与其他 Ubuntu One 用户共享资源。</div>
<hr /><h2>评论（5）</h2><ul><li><a href="http://www.iusesoft.info/2009/10/28/introduction-to-ubuntu-before-910-release/#comment-202">2009年10月28日</a>, <a href='http://topsy.com/tb/bit.ly/Dq9zU' rel='external nofollow' class='url'>Tweets that mention Ubuntu 简介：写在 Ubuntu 9.10 发布前 | 软言软语 -- Topsy.com</a> 说：[...] This post was mentioned on Twitter by 软言软语, Bai Hua. Bai Hua said: Ubuntu 简介：写在 Ubuntu 9.10 发布前 http://bit.ly/NFYRI (via FriendFeed) [...]</li><li><a href="http://www.iusesoft.info/2009/10/28/introduction-to-ubuntu-before-910-release/#comment-203">2009年10月28日</a>, <a href='http://mrfeng.net' rel='external nofollow' class='url'>mrfeng</a> 说：用过９.０４，在本本上的表现比较完美了~准备重新下载镜像，硬盘安装。</li><li><a href="http://www.iusesoft.info/2009/10/28/introduction-to-ubuntu-before-910-release/#comment-204">2009年10月29日</a>, <a href='http://www.a-shun.com/' rel='external nofollow' class='url'>A.shun</a> 说：linux的更新很勤快
看来我也要试试</li><li><a href="http://www.iusesoft.info/2009/10/28/introduction-to-ubuntu-before-910-release/#comment-205">2009年10月29日</a>, <a href='http://www.iusesoft.info' rel='external nofollow' class='url'>软言软语</a> 说：嗯，这次的更新有几个亮点，等折腾点儿空间出来试试。</li><li><a href="http://www.iusesoft.info/2009/10/28/introduction-to-ubuntu-before-910-release/#comment-206">2009年10月30日</a>, <a href='http://twitter.com/stevenkf' rel='external nofollow' class='url'>stevenkf</a> 说：看来都想试试，我也准备腾出点空间出来折腾下
9.04没空间后来就没试，这次看看新的亮点如何</li></ul><hr /><small>
来源网站：<a href="http://www.iusesoft.info/" target="_blank">软言软语</a><br />
原文链接：<a href="http://www.iusesoft.info/2009/10/28/introduction-to-ubuntu-before-910-release/" target="_blank">http://www.iusesoft.info/2009/10/28/introduction-to-ubuntu-before-910-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/07/29/backup-sync-2-local/' rel='bookmark' title='Permanent Link: 备份与同步（二）——本地篇'>备份与同步（二）——本地篇</a></li>
<li><a href='http://www.iusesoft.info/2009/08/07/app-store-like-bodega-on-mac/' rel='bookmark' title='Permanent Link: [Mac] 本地版的应用程序商店 — Bodega'>[Mac] 本地版的应用程序商店 — Bodega</a></li>
<li><a href='http://www.iusesoft.info/2009/12/01/top-10-crossplatform-apps/' rel='bookmark' title='Permanent Link: Lifehacker：跨平台软件 Top 10'>Lifehacker：跨平台软件 Top 10</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.iusesoft.info/2009/10/28/introduction-to-ubuntu-before-910-release/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>[Win]获得多个短网址的开源工具—MURLS</title>
		<link>http://www.iusesoft.info/2009/09/17/get-multiple-short-url-murls-open-source/</link>
		<comments>http://www.iusesoft.info/2009/09/17/get-multiple-short-url-murls-open-source/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 04:38:24 +0000</pubDate>
		<dc:creator>软言软语</dc:creator>
				<category><![CDATA[网络工具]]></category>
		<category><![CDATA[软件推荐]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[免费软件]]></category>
		<category><![CDATA[开源]]></category>

		<guid isPermaLink="false">http://www.iusesoft.info/?p=234</guid>
		<description><![CDATA[使用 Twitter 或类似微博客服务的用户，由于字数的限制，经常会使用一些网址缩短服务来转换较长的 URL。但由于担心服务商关闭会造成博客上的大量的网址无法被访问，很多人采用了多个类似服务来规避风险。目前提供网址转换的服务非常多，这为用户带来了很多选择，但将网址提交到多个网址却是一件很麻烦的事情，因此推荐给此类用户一个开源工具——MURLS。

MURLS 是一个十分小巧（仅 300 K），且可便携的小工具，支持同时将一个 URL 提交到 28 个服务来转换网址，包括较为流行的 bit.ly，tr.im 等。

下载 MURLS 后运行即可看到主界面，在 “URL” 栏中输入你要转换的网址后，单击 “Shorten URL” 按钮即可开始转换。注意使用时，保证网络畅通，以及防火墙是否允许程序访问网络。默认，MURLS 将要转换的网址提交到所有 28 个服务中，返回结果按照最短网址在顶端的顺序显示，双击列表中的相应网址即可复制到剪贴板。当然，这些都可以在 “Tools &#8211; Options” 中设置。

对于使用微博客类，如 Twitter，饭否等用户来说，这个小工具还是很方便的，可以帮助你快速缩短网址，而且还能够根据返回长度来排序，有兴趣的用户可以尝试一下。
评论（1）2009年09月17日, 潜行者 说：难道会有人发Twitter的时候将同一个网址转换成多个短网址一起发出来？
就怕原始网址的寿命还没短网址寿命长
来源网站：软言软语
原文链接：http://www.iusesoft.info/2009/09/17/get-multiple-short-url-murls-open-source/
许可协议：本作品采用知识共享署名-非商业性使用-相同方式共享 2.5 中国大陆许可协议进行许可。 

相关文章：Readtwit，Skitch 及 PrtScr
[Win]USB 驱动器清理工具
备份与同步（二）——本地篇



相关文章：<ol><li><a href='http://www.iusesoft.info/2009/09/22/brief-readtwit-skitch-prtscr/' rel='bookmark' title='Permanent Link: Readtwit，Skitch 及 PrtScr'>Readtwit，Skitch 及 PrtScr</a></li>
<li><a href='http://www.iusesoft.info/2009/09/04/usb-drive-fresher-on-win/' rel='bookmark' title='Permanent Link: [Win]USB 驱动器清理工具'>[Win]USB 驱动器清理工具</a></li>
<li><a href='http://www.iusesoft.info/2009/07/29/backup-sync-2-local/' rel='bookmark' title='Permanent Link: 备份与同步（二）——本地篇'>备份与同步（二）——本地篇</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>使用 Twitter 或类似微博客服务的用户，由于字数的限制，经常会使用一些网址缩短服务来转换较长的 URL。但由于担心服务商关闭会造成博客上的大量的网址无法被访问，很多人采用了多个类似服务来规避风险。目前提供网址转换的服务非常多，这为用户带来了很多选择，但将网址提交到多个网址却是一件很麻烦的事情，因此推荐给此类用户一个开源工具——MURLS。</p>
<p><span id="more-234"></span></p>

<table id="wp-table-reloaded-id-51-no-1" class="wp-table-reloaded wp-table-reloaded-id-51">
<thead>
	<tr class="row-1 odd">
		<th class="column-1">软件名称</th><th class="column-2">MURLS</th>
	</tr>
</thead>
<tbody>
	<tr class="row-2 even">
		<td class="column-1">授权 / 价格</td><td class="column-2">开源软件（GPL V3）/ 免费</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">Microsoft .NET Framework 2.0 及以上</td>
	</tr>
	<tr class="row-5 odd">
		<td class="column-1">网址</td><td class="column-2"><a href="http://code.google.com/p/murls/" target="_blank">官方网站</a></td>
	</tr>
</tbody>
</table>

<p>MURLS 是一个十分小巧（仅 300 K），且可便携的小工具，支持同时将一个 URL 提交到 28 个服务来转换网址，包括较为流行的 bit.ly，tr.im 等。</p>
<p><img class="aligncenter size-full wp-image-235" title="MURLS" src="http://www.iusesoft.info/wp-content/uploads/2009/09/MURLS-1.png" alt="MURLS" width="363" height="382" /></p>
<p>下载 MURLS 后运行即可看到主界面，在 “URL” 栏中输入你要转换的网址后，单击 “Shorten URL” 按钮即可开始转换。注意使用时，保证网络畅通，以及防火墙是否允许程序访问网络。默认，MURLS 将要转换的网址提交到所有 28 个服务中，返回结果按照最短网址在顶端的顺序显示，双击列表中的相应网址即可复制到剪贴板。当然，这些都可以在 “Tools &#8211; Options” 中设置。</p>
<p><img class="aligncenter size-full wp-image-236" title="MURLS Options" src="http://www.iusesoft.info/wp-content/uploads/2009/09/MURLS-2.png" alt="MURLS Options" width="299" height="512" /></p>
<p>对于使用微博客类，如 Twitter，饭否等用户来说，这个小工具还是很方便的，可以帮助你快速缩短网址，而且还能够根据返回长度来排序，有兴趣的用户可以尝试一下。</p>
<hr /><h2>评论（1）</h2><ul><li><a href="http://www.iusesoft.info/2009/09/17/get-multiple-short-url-murls-open-source/#comment-96">2009年09月17日</a>, 潜行者 说：难道会有人发Twitter的时候将同一个网址转换成多个短网址一起发出来？
就怕原始网址的寿命还没短网址寿命长</li></ul><hr /><small>
来源网站：<a href="http://www.iusesoft.info/" target="_blank">软言软语</a><br />
原文链接：<a href="http://www.iusesoft.info/2009/09/17/get-multiple-short-url-murls-open-source/" target="_blank">http://www.iusesoft.info/2009/09/17/get-multiple-short-url-murls-open-source/</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/22/brief-readtwit-skitch-prtscr/' rel='bookmark' title='Permanent Link: Readtwit，Skitch 及 PrtScr'>Readtwit，Skitch 及 PrtScr</a></li>
<li><a href='http://www.iusesoft.info/2009/09/04/usb-drive-fresher-on-win/' rel='bookmark' title='Permanent Link: [Win]USB 驱动器清理工具'>[Win]USB 驱动器清理工具</a></li>
<li><a href='http://www.iusesoft.info/2009/07/29/backup-sync-2-local/' rel='bookmark' title='Permanent Link: 备份与同步（二）——本地篇'>备份与同步（二）——本地篇</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.iusesoft.info/2009/09/17/get-multiple-short-url-murls-open-source/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>[Mac] 本地版的应用程序商店 — Bodega</title>
		<link>http://www.iusesoft.info/2009/08/07/app-store-like-bodega-on-mac/</link>
		<comments>http://www.iusesoft.info/2009/08/07/app-store-like-bodega-on-mac/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 08:21:19 +0000</pubDate>
		<dc:creator>软言软语</dc:creator>
				<category><![CDATA[软件推荐]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[免费软件]]></category>

		<guid isPermaLink="false">http://www.iusesoft.info/?p=178</guid>
		<description><![CDATA[苹果的 App Store 因为 iPhone 与 iPod touch 而迅速流行，成为了 Apple 的一个十分赚钱的项目。用户可以在其上搜索并下载免费或付费的应用程序，游戏，电影，音乐等，资源十分丰富，为唱片公司，电影公司以及独立制作人（包括开发人员）带来了可观的收入。现在一款类似于苹果的 App Store 的应用出现在了 Mac OS X 上—— Bodega，一款专门出售应用程序的软件。

IDFusion Software 发布的这款软件为 Mac 的桌面用户提供了类似于 App Store 使用体验。Bodega 包含了免费与付费软件，用户可以下载，评论以及购买需要的软件。交易则是在用户与软件商之间直接进行，Bodega 只保留交易历史以及软件授权以供用户存档所用。Bodega 也提供了搜索功能，可以直接搜索到自己想要的软件，不过目前搜索功能似乎还不是很完善，较为简单。
 主界面
Bodega 启动的后的主界面类似于 iTunes ，左侧是导航栏包括软件分类和已安装程序列表，当然导航栏也比较像 Finder。在主界面上能看到有新发布的软件，店主推荐，最受欢迎免费软件以及最受欢迎付费软件等四个可选项，单击后可以查看相应的软件列表。
分类 窗口
点击左侧导航面板上的分类后，就打开了相应的软件分类窗口，在这里可以看到软件图标后软件名称，这个地方有些像 Mac 上的一款著名收藏管理软件 Delicious Library（美味图书馆）。不过，此处似乎没有将免费和付费软件分开（至少软言软语没有找到），有点儿不方便。
 本地应用程序
在导航面板中选择 “Applications” 后，就可以看到目前在本机中已安装的软件、版本以及最新版本。如果有更新时，在 “Latest Version” 中会出现 “GET” 按钮，可以点击来下载新版软件，因此也可以作为更新管理器来使用，不过绝大部分 Mac 软件自身都具有自动更新功能，这一点跟 Windows 上的程序不太一样，似乎已经成为一种标准 “配置”。

软件详细信息
选择了具体软件后就打开了软件详细信息窗口，在这里可以看到软件的介绍，更新简介，能够看到别人的评论，以及自己发表评论，当然也可在此下载或者购买该软件。页面支持导航，可以前进或后退。
总体上来说，Bodega 为应用软件提供了一个展示交易的平台，尤其对那些名气不大，或新发布的软件尤其有用——规模产生效应。不过，想将该模式做成功也不是一件容易的事，一方面要看是否有更多的开发者或开发组能够认可此模式，另一方面则在于能否给用户带来确实的优惠以及较传统购买模式不同的优良购买体验。但不管怎样，Bodega 提供的是一个不错的软件销售模式——集中式销售，如果未来能够加入更多功能，例如优惠信息，更简单安全的支付手段等也许会有不错的发展前景,相信会有很多用户使用该商店来购买软件或作为一个软件交流平台来发现一些不被人知的优秀工具。似乎 Windows [...]


相关文章：<ol><li><a href='http://www.iusesoft.info/2009/08/15/voice-mac-google-voice-client-on-mac/' rel='bookmark' title='Permanent Link: [Mac] Voice Mac — Google Voice 客户端'>[Mac] Voice Mac — Google Voice 客户端</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>
<li><a href='http://www.iusesoft.info/2009/08/05/free-advanced-command-line-tool/' rel='bookmark' title='Permanent Link: 免费的增强型命令行工具'>免费的增强型命令行工具</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>苹果的 App Store 因为 iPhone 与 iPod touch 而迅速流行，成为了 Apple 的一个十分赚钱的项目。用户可以在其上搜索并下载免费或付费的应用程序，游戏，电影，音乐等，资源十分丰富，为唱片公司，电影公司以及独立制作人（包括开发人员）带来了可观的收入。现在一款类似于苹果的 App Store 的应用出现在了 Mac OS X 上—— Bodega，一款专门出售应用程序的软件。</p>
<p><span id="more-178"></span></p>

<table id="wp-table-reloaded-id-45-no-1" class="wp-table-reloaded wp-table-reloaded-id-45">
<thead>
	<tr class="row-1 odd">
		<th class="column-1">软件名称</th><th class="column-2">Bodega</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://www.appbodega.com/" target="_blank">官方网站</a></td>
	</tr>
</tbody>
</table>

<p>IDFusion Software 发布的这款软件为 Mac 的桌面用户提供了类似于 App Store 使用体验。Bodega 包含了免费与付费软件，用户可以下载，评论以及购买需要的软件。交易则是在用户与软件商之间直接进行，Bodega 只保留交易历史以及软件授权以供用户存档所用。Bodega 也提供了搜索功能，可以直接搜索到自己想要的软件，不过目前搜索功能似乎还不是很完善，较为简单。</p>
<p style="text-align: center"><img class="aligncenter" title="Bodega" src="http://www.appbodega.com/images/ScreenshotThumb1.png" alt="" width="642" height="475" /> 主界面</p>
<p style="text-align: left">Bodega 启动的后的主界面类似于 iTunes ，左侧是导航栏包括软件分类和已安装程序列表，当然导航栏也比较像 Finder。在主界面上能看到有新发布的软件，店主推荐，最受欢迎免费软件以及最受欢迎付费软件等四个可选项，单击后可以查看相应的软件列表。</p>
<p style="text-align: center"><img class="aligncenter" title="Bodega" src="http://www.appbodega.com/images/ScreenshotThumb2.png" alt="" width="642" height="475" />分类 窗口</p>
<p style="text-align: left">点击左侧导航面板上的分类后，就打开了相应的软件分类窗口，在这里可以看到软件图标后软件名称，这个地方有些像 Mac 上的一款著名收藏管理软件 Delicious Library（美味图书馆）。不过，此处似乎没有将免费和付费软件分开（至少软言软语没有找到），有点儿不方便。</p>
<p style="text-align: center"><img class="aligncenter" title="Bodega" src="http://www.appbodega.com/images/ScreenshotThumb3.png" alt="" width="642" height="475" /> 本地应用程序</p>
<p style="text-align: left">在导航面板中选择 “Applications” 后，就可以看到目前在本机中已安装的软件、版本以及最新版本。如果有更新时，在 “Latest Version” 中会出现 “GET” 按钮，可以点击来下载新版软件，因此也可以作为更新管理器来使用，不过绝大部分 Mac 软件自身都具有自动更新功能，这一点跟 Windows 上的程序不太一样，似乎已经成为一种标准 “配置”。</p>
<p style="text-align: left"><img class="aligncenter" title="Bodega" src="http://www.appbodega.com/images/ScreenshotThumb4.png" alt="" width="642" height="475" /></p>
<p style="text-align: center;">软件详细信息</p>
<p style="text-align: left;">选择了具体软件后就打开了软件详细信息窗口，在这里可以看到软件的介绍，更新简介，能够看到别人的评论，以及自己发表评论，当然也可在此下载或者购买该软件。页面支持导航，可以前进或后退。</p>
<p style="text-align: left;">总体上来说，Bodega 为应用软件提供了一个展示交易的平台，尤其对那些名气不大，或新发布的软件尤其有用——规模产生效应。不过，想将该模式做成功也不是一件容易的事，一方面要看是否有更多的开发者或开发组能够认可此模式，另一方面则在于能否给用户带来确实的优惠以及较传统购买模式不同的优良购买体验。但不管怎样，Bodega 提供的是一个不错的软件销售模式——集中式销售，如果未来能够加入更多功能，例如优惠信息，更简单安全的支付手段等也许会有不错的发展前景,相信会有很多用户使用该商店来购买软件或作为一个软件交流平台来发现一些不被人知的优秀工具。似乎 Windows 上目前还没有类似的项目，而 Linux 上，Ubuntu 似乎在着手做这一样的一个商店 <a title="AppCenter" href="https://wiki.ubuntu.com/AppCenter/" target="_blank">AppCenter</a>。</p>
<hr /><small>
来源网站：<a href="http://www.iusesoft.info/" target="_blank">软言软语</a><br />
原文链接：<a href="http://www.iusesoft.info/2009/08/07/app-store-like-bodega-on-mac/" target="_blank">http://www.iusesoft.info/2009/08/07/app-store-like-bodega-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/15/voice-mac-google-voice-client-on-mac/' rel='bookmark' title='Permanent Link: [Mac] Voice Mac — Google Voice 客户端'>[Mac] Voice Mac — Google Voice 客户端</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>
<li><a href='http://www.iusesoft.info/2009/08/05/free-advanced-command-line-tool/' rel='bookmark' title='Permanent Link: 免费的增强型命令行工具'>免费的增强型命令行工具</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.iusesoft.info/2009/08/07/app-store-like-bodega-on-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>免费的增强型命令行工具</title>
		<link>http://www.iusesoft.info/2009/08/05/free-advanced-command-line-tool/</link>
		<comments>http://www.iusesoft.info/2009/08/05/free-advanced-command-line-tool/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 12:00:06 +0000</pubDate>
		<dc:creator>软言软语</dc:creator>
				<category><![CDATA[系统工具]]></category>
		<category><![CDATA[软件推荐]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[免费软件]]></category>
		<category><![CDATA[跨平台]]></category>

		<guid isPermaLink="false">http://www.iusesoft.info/?p=167</guid>
		<description><![CDATA[最近因为工作的需要，经常要使用命令行窗口，但是 Windows 自带的命令行窗口功能简单，操作上也不是很方便。因此，特意找了一些功能不错而且免费的替代品来介绍，希望对跟软言软语一样的人有所帮助。唯一可惜的是，PowerCMD 这款增强型的命令行工具并不是免费的，不过其他几款免费工具相信也是可以应付日常工作中的基本需要的。

一、Windows 平台
 
1. PowerShell
PowerShell是微软公司2006发布的命令行外壳和脚本系统管理工具，建立在.Net框架之上，内含 129 种称为 cmdlet 的标准工具，可用来处理常见的系统管理工作，能够兼容已有的 Dos 命令与 Unix bash 命令行。对于习惯于 Linux 等系统命令行操作的用户是个不错的选择。

 
2. ColorConsole
ColorConsole 是一个十分方便小巧的 Windows 命令行替代工具，单一文件只有不到 200 K的体积。提供了标签页，能够自定义字体、背景颜色、快捷键及选定文本的颜色。可以将操作结果输出为 HTML 或 RTF 格式，并有菜单导航，可以方便快速的进入深层文件夹。整个程序只有一个文件，不需要安装，对于经常使用命令行的用户值得一试。

 
3. Command Prompt Explorer Bar
Command Prompt Explorer Bar 是一款 Windows 资源管理器的插件，使用快捷键可以以任何文件夹为开始路径打开命令行窗口，支持宏脚本，较少的键盘操作等，能够与 Windows 资源管理器较好的配合。

 
二、Mac 平台
 
1. iTerm
Term 是原生的 Cocoa 程序，拥有标签页，书签，自定义背景等特性，支持 AppleScript，VT100 虚拟，Bonjour，多编码等，可以很好的显示中文，而且可以在启动时自动连接到多服务器或运行多条 shell 指令，是一个取代系统自带终端的不错选择。

 
2. iTerminal
iTerminal [...]


相关文章：<ol><li><a href='http://www.iusesoft.info/2009/07/29/backup-sync-2-local/' rel='bookmark' title='Permanent Link: 备份与同步（二）——本地篇'>备份与同步（二）——本地篇</a></li>
<li><a href='http://www.iusesoft.info/2009/10/30/skydrive-explorer-is-free-to-manage-files-on-windows-live-skydrive/' rel='bookmark' title='Permanent Link: [Win]SkyDrive Explorer：Windows Live SkyDrive 本地管理工具'>[Win]SkyDrive Explorer：Windows Live SkyDrive 本地管理工具</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>最近因为工作的需要，经常要使用命令行窗口，但是 Windows 自带的命令行窗口功能简单，操作上也不是很方便。因此，特意找了一些功能不错而且免费的替代品来介绍，希望对跟软言软语一样的人有所帮助。唯一可惜的是，PowerCMD 这款增强型的命令行工具并不是免费的，不过其他几款免费工具相信也是可以应付日常工作中的基本需要的。</p>
<p><span id="more-167"></span></p>
<h1>一、Windows 平台</h1>
<p><strong> </strong></p>
<h2>1. PowerShell</h2>

<table id="wp-table-reloaded-id-39-no-1" class="wp-table-reloaded wp-table-reloaded-id-39">
<thead>
	<tr class="row-1 odd">
		<th class="column-1">软件名称</th><th class="column-2">PowerShell</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-SP3, Windows Server 2003-SP2, Windows Vista-SP1, 以及 Windows Server 2008</td>
	</tr>
	<tr class="row-4 even">
		<td class="column-1">运行环境</td><td class="column-2">Mircosoft .NET Framework Version 2.0</td>
	</tr>
	<tr class="row-5 odd">
		<td class="column-1">网址</td><td class="column-2"><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=c913aeab-d7b4-4bb1-a958-ee6d7fe307bc&amp;displaylang=en#filelist" target="_blank">官方网站</a></td>
	</tr>
</tbody>
</table>

<p>PowerShell是微软公司2006发布的命令行外壳和脚本系统管理工具，建立在.Net框架之上，内含 129 种称为 cmdlet 的标准工具，可用来处理常见的系统管理工作，能够兼容已有的 Dos 命令与 Unix bash 命令行。对于习惯于 Linux 等系统命令行操作的用户是个不错的选择。</p>
<p><img class="aligncenter" title="PowerShell" src="http://www.iusesoft.info/wp-content/uploads/2009/08/powershell.png" alt="" width="600" height="437" /><br />
<strong> </strong></p>
<h2>2. ColorConsole</h2>

<table id="wp-table-reloaded-id-40-no-1" class="wp-table-reloaded wp-table-reloaded-id-40">
<thead>
	<tr class="row-1 odd">
		<th class="column-1">软件名称</th><th class="column-2">ColorConsole</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.softwareok.com/?seite=Freeware/ColorConsole" target="_blank">官方网站</a></td>
	</tr>
</tbody>
</table>

<p>ColorConsole 是一个十分方便小巧的 Windows 命令行替代工具，单一文件只有不到 200 K的体积。提供了标签页，能够自定义字体、背景颜色、快捷键及选定文本的颜色。可以将操作结果输出为 HTML 或 RTF 格式，并有菜单导航，可以方便快速的进入深层文件夹。整个程序只有一个文件，不需要安装，对于经常使用命令行的用户值得一试。<br />
<img class="aligncenter" title="ColorConsole" src="http://www.softwareok.com/img/ss/g_en/ColorConsole1.png" alt="" width="582" height="418" /><br />
<strong> </strong></p>
<h2>3. Command Prompt Explorer Bar</h2>

<table id="wp-table-reloaded-id-41-no-1" class="wp-table-reloaded wp-table-reloaded-id-41">
<thead>
	<tr class="row-1 odd">
		<th class="column-1">软件名称</th><th class="column-2">Command Prompt Explorer Bar</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">Microsoft .Net</td>
	</tr>
	<tr class="row-5 odd">
		<td class="column-1">网址</td><td class="column-2"><a href="http://www.codeproject.com/csharp/CommandBar.asp" target="_blank">官方网站</a></td>
	</tr>
</tbody>
</table>

<p>Command Prompt Explorer Bar 是一款 Windows 资源管理器的插件，使用快捷键可以以任何文件夹为开始路径打开命令行窗口，支持宏脚本，较少的键盘操作等，能够与 Windows 资源管理器较好的配合。</p>
<p><img class="aligncenter" title="Command Prompt Explorer Bar" src="http://www.codeproject.com/KB/cs/CommandBar/CommandBar.JPG" alt="" width="550" height="408" /><br />
<strong> </strong></p>
<h1>二、Mac 平台</h1>
<p><strong> </strong></p>
<h2>1. iTerm</h2>

<table id="wp-table-reloaded-id-42-no-1" class="wp-table-reloaded wp-table-reloaded-id-42">
<thead>
	<tr class="row-1 odd">
		<th class="column-1">软件名称</th><th class="column-2">iTerm</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.3 及以后版本</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://iterm.sourceforge.net/" target="_blank">官方网站</a></td>
	</tr>
</tbody>
</table>
<br />
Term 是原生的 Cocoa 程序，拥有标签页，书签，自定义背景等特性，支持 AppleScript，VT100 虚拟，Bonjour，多编码等，可以很好的显示中文，而且可以在启动时自动连接到多服务器或运行多条 shell 指令，是一个取代系统自带终端的不错选择。</p>
<p style="text-align: center;"><a href="http://iterm.sourceforge.net/screenshots/TwoWindowsWithBlur.png"><img class="aligncenter" title="iTerm" src="http://iterm.sourceforge.net/screenshots/TwoWindowsWithBlur.png" alt="" width="586" height="403" /></a></p>
<p><strong> </strong></p>
<h2>2. iTerminal</h2>
<p>
<table id="wp-table-reloaded-id-43-no-1" class="wp-table-reloaded wp-table-reloaded-id-43">
<thead>
	<tr class="row-1 odd">
		<th class="column-1">软件名称</th><th class="column-2">iTerminal</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.3 及以后版本</td>
	</tr>
	<tr class="row-4 even">
		<td class="column-1">运行环境</td><td class="column-2">PPC</td>
	</tr>
	<tr class="row-5 odd">
		<td class="column-1">网址</td><td class="column-2">无</td>
	</tr>
</tbody>
</table>

<p>iTerminal 是另一款 Mac 上免费的增强型终端工具，支持“文件树”，脚本，并使用典型的 Mac 抽屉式窗体来显示命令历史列表，但似乎已经停止开发，最后更新已经是 2002 年的事了，只支持 PPC。<br />
<img class="aligncenter" title="iTerminal" src="http://screenshots.macupdate.com/images/screens/uploaded/JPG/16799_scr.jpg" alt="" width="694" height="344" /><br />
<strong> </strong></p>
<p>【2010-07-22 更新：利用 X11 + xterm 获得全屏方式的命令行工作环境——<a title="Full Screen Terminal in OS X" href="http://www.hccp.org/full-screen-xterm.html" target="_blank">Full Screen Terminal in OS X</a>】</p>
<h1>三、总结</h1>
<p><strong> </strong><br />
在 Windwos 平台上有很多的命令行工具可供选择，收费的诸如 PowerCMD，功能十分强大。而对于一般用户来说，一款免费的软件足可以应付绝大部分需求，如果习惯于 Unix 式风格，可以选择微软的 PowerShell，但需要安装。如果只是想要一款比自带的命令行窗口更好用的工具的话，则可以使用 ColorConsole，小巧且免费。当然 Command Prompt Explorer Bar 也是一个免费的选择，但在部分系统上表现的似乎不是很稳定。Mac 平台上，除了自带的终端，显然 iTerm 就是免费的唯一选择了（iTerminal 已经停止更新），好在其本身也很实用。软言软语在 Mac 平台上一直用的就是 iTerm，对中文支持很好。<br />
<strong> </strong></p>
<h1>四、推荐阅读</h1>
<p><strong> </strong></p>
<ol>
<li><a title="Command-line reference A-Z" href="http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/ntcmds.mspx?mfr=true" target="_blank">Command-line reference A-Z @ Microsoft</a></li>
<li><a title="10 Windows Command Line Tips You Should Check Out" href="http://www.makeuseof.com/tag/10-windows-command-line-tips-tricks-you-should-definitely-check-out/" target="_blank">10 Windows Command Line Tips You Should Check Out @ MakeUseOf.com</a></li>
<li><a title="PowerShell in Windows XP" href="http://commandwindows.com/" target="_blank">PowerShell in Windows XP @ The Command Line in Windows</a></li>
<li><a title="Mac 终端命令大全" href="http://www.maiyadi.com/thread-62910-1-1.html" target="_blank">Mac 终端命令大全 @ 麦芽地</a></li>
</ol>
<hr /><h2>评论（1）</h2><ul><li><a href="http://www.iusesoft.info/2009/08/05/free-advanced-command-line-tool/#comment-56">2009年08月6日</a>, <a href='http://devwfb.blogspot.com/' rel='external nofollow' class='url'>devwfb</a> 说：试试这个，很不错
http://sourceforge.net/projects/console/</li></ul><hr /><small>
来源网站：<a href="http://www.iusesoft.info/" target="_blank">软言软语</a><br />
原文链接：<a href="http://www.iusesoft.info/2009/08/05/free-advanced-command-line-tool/" target="_blank">http://www.iusesoft.info/2009/08/05/free-advanced-command-line-tool/</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/29/backup-sync-2-local/' rel='bookmark' title='Permanent Link: 备份与同步（二）——本地篇'>备份与同步（二）——本地篇</a></li>
<li><a href='http://www.iusesoft.info/2009/10/30/skydrive-explorer-is-free-to-manage-files-on-windows-live-skydrive/' rel='bookmark' title='Permanent Link: [Win]SkyDrive Explorer：Windows Live SkyDrive 本地管理工具'>[Win]SkyDrive Explorer：Windows Live SkyDrive 本地管理工具</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/2009/08/05/free-advanced-command-line-tool/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google Calendar 跨平台同步方案</title>
		<link>http://www.iusesoft.info/2009/08/02/google-calendar-sync/</link>
		<comments>http://www.iusesoft.info/2009/08/02/google-calendar-sync/#comments</comments>
		<pubDate>Sun, 02 Aug 2009 10:07:42 +0000</pubDate>
		<dc:creator>软言软语</dc:creator>
				<category><![CDATA[个人信息管理]]></category>
		<category><![CDATA[同步]]></category>
		<category><![CDATA[软件推荐]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[移动办公]]></category>
		<category><![CDATA[跨平台]]></category>

		<guid isPermaLink="false">http://www.iusesoft.info/?p=96</guid>
		<description><![CDATA[Google 随着搜索引擎的大获成功，不断推出很多受欢迎的服务产品，包括 Gmail，Calendar，Documents，Reader 等等。其中的 Google Calendar 为用户提供了完整的日程解决方案，方便移动办公，信息管理，日程安排等。本篇文章主要介绍一些在 Windows 及 Mac 上与 Google Calendar 同步的软件，方便跨平台应用，只要拥有 Gmail 账户就能在任何地方、任何平台管理自己的日程安排。

一、Windows 平台
 
1. Outlook + Google Calendar Sync
Outlook 是包含在 Microsoft Office 中的一个组件，是一款集邮件收发，日历排程及地址薄管理于一身的强大的邮件客户端，或者应该定位于信息管理客户端。相信有不少用户在 Windows 台上使用其来与手机同步日历和地址薄，随着与 Google Calendar 同步的实现，这一功能将更为实用。在 Google 推出官方的与 Outlook 同步工具以前，所有的第三方插件都不是免费提供，其价格不菲，因此 Google 这一举措可谓是排除了许多用户的困扰。当然，另一方面，Microsoft Office 价格高昂，不是一般用户所能负担的起，相信大部分使用正版的还是一些企业用户。Microsoft Office 2007 简体中文家庭版虽然只有 199 元，但是不包含 Outlook 组件。
使用 Google Calendar Sync 同步 Outlook 与 Google Calendar 具体步骤如下：

下载 [...]


相关文章：<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/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>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Google 随着搜索引擎的大获成功，不断推出很多受欢迎的服务产品，包括 Gmail，Calendar，Documents，Reader 等等。其中的 Google Calendar 为用户提供了完整的日程解决方案，方便移动办公，信息管理，日程安排等。本篇文章主要介绍一些在 Windows 及 Mac 上与 Google Calendar 同步的软件，方便跨平台应用，只要拥有 Gmail 账户就能在任何地方、任何平台管理自己的日程安排。</p>
<h1><span id="more-96"></span></h1>
<h1>一、Windows 平台</h1>
<p><strong> </strong></p>
<h2>1. Outlook + Google Calendar Sync</h2>

<table id="wp-table-reloaded-id-24-no-1" class="wp-table-reloaded wp-table-reloaded-id-24">
<thead>
	<tr class="row-1 odd">
		<th class="column-1">软件名称</th><th class="column-2">Outlook + Google Calendar Sync</th>
	</tr>
</thead>
<tbody>
	<tr class="row-2 even">
		<td class="column-1">授权 / 价格</td><td class="column-2">Office 2007 简体中文标准版 / 3,899<br />
Google Calendar Sync / 免费</td>
	</tr>
	<tr class="row-3 odd">
		<td class="column-1">系统平台</td><td class="column-2">Windows XP, Windows Vista</td>
	</tr>
	<tr class="row-4 even">
		<td class="column-1">运行环境</td><td class="column-2">Google Calendar Sync 32位</td>
	</tr>
	<tr class="row-5 odd">
		<td class="column-1">网址</td><td class="column-2"><a href="http://office.microsoft.com/zh-cn/default.aspx" target="_blank">Office</a><br />
<a href="http://office.microsoft.com/zh-cn/default.aspx" target="_blank">Google Calendar Sync</a><br />
</td>
	</tr>
</tbody>
</table>

<p>Outlook 是包含在 Microsoft Office 中的一个组件，是一款集邮件收发，日历排程及地址薄管理于一身的强大的邮件客户端，或者应该定位于信息管理客户端。相信有不少用户在 Windows 台上使用其来与手机同步日历和地址薄，随着与 Google Calendar 同步的实现，这一功能将更为实用。在 Google 推出官方的与 Outlook 同步工具以前，所有的第三方插件都不是免费提供，其价格不菲，因此 Google 这一举措可谓是排除了许多用户的困扰。当然，另一方面，Microsoft Office 价格高昂，不是一般用户所能负担的起，相信大部分使用正版的还是一些企业用户。Microsoft Office 2007 简体中文家庭版虽然只有 199 元，但是不包含 Outlook 组件。</p>
<p>使用 Google Calendar Sync 同步 Outlook 与 Google Calendar 具体步骤如下：</p>
<ol>
<li>下载 <a title="Google Calendar Sync" href="http://dl.google.com/googlecalendarsync/GoogleCalendarSync_Installer.exe" target="_blank">Google Calendar Sync</a> 并安装。</li>
<li>安装后Google Calendar Sync 的主窗口会出现。在设置窗口中，输入你的 Gmail 地址和密码，并确定想要的同步方向：双向，Google Calendar 到 Outlook，Outlook 到 Google Calendar，一般使用默认双向同步即可。同步时间间隔最小为 10 分钟，根据自己的情况设置，一般情况下不需要设置时间过短，除非更新日历很频繁。<img class="aligncenter" title="Google Calendar Sync" src="http://www.google.com/help/hc/images/calendar_89955a_en.gif" alt="" width="357" height="380" /></li>
<li>以上设置完成后，Google Calendar Sync 即开始工作了，可以在右下角的系统托盘图标栏看到具体的工作状态，也可以右键单击图片进行设置。</li>
</ol>
<p><strong> </strong></p>
<h2>2. Rainlendar Pro</h2>

<table id="wp-table-reloaded-id-25-no-1" class="wp-table-reloaded wp-table-reloaded-id-25">
<thead>
	<tr class="row-1 odd">
		<th class="column-1">软件名称</th><th class="column-2">Rainlendar Pro</th>
	</tr>
</thead>
<tbody>
	<tr class="row-2 even">
		<td class="column-1">授权 / 价格</td><td class="column-2">商业软件 / 9.95 欧元</td>
	</tr>
	<tr class="row-3 odd">
		<td class="column-1">系统平台</td><td class="column-2">Windows, Mac OS X, Linux</td>
	</tr>
	<tr class="row-4 even">
		<td class="column-1">运行环境</td><td class="column-2">32 位; Intel Mac</td>
	</tr>
	<tr class="row-5 odd">
		<td class="column-1">网址</td><td class="column-2"><a href="http://www.rainlendar.net/cms/index.php" target="_blank">官方网站</a></td>
	</tr>
</tbody>
</table>

<p>Rainlendar 是一款十分漂亮易用的桌面日历，能够将日历嵌入桌面，提供换肤功能，有很多人在官方网站提供了漂亮的皮肤。Rainlendar 不但可以运行于 Windows 和 Mac OS X，还支持 Linux，并提供了导入导出功能，因此只要是 iCal 格式的文件都可以与其同步。提供了中文语言支持，在使用上也非常容易操作：</p>
<ol>
<li>去官网下载 <a title="Rainlendar Pro" href="http://www.rainlendar.net/cms/index.php?option=com_rny_download&amp;Itemid=32" target="_blank">Rainlendar Pro</a> 版并安装，Rainlendar Lite 不支持 Google Calendar 同步。</li>
<li>安装后，在右下角托盘栏区会有一个表示日期的小图标，右键单击选择“选项”。<img class="aligncenter size-full wp-image-299" title="rainlendar_1" src="http://www.iusesoft.info/wp-content/uploads/2009/08/rainlendar_1.jpg" alt="rainlendar_1" width="145" height="291" /></li>
<li>在“日历”选项卡中，单击“添加”，出现“创建一个新日历”，选择“Google Calendar”（若要使用别人的公共日历，选择“网络共享日历”，导入日历使用“iCalendar 格式”）并单击“前进”：<img class="aligncenter size-full wp-image-301" title="rainlendar_3" src="http://www.iusesoft.info/wp-content/uploads/2009/08/rainlendar_3.jpg" alt="rainlendar_3" width="461" height="407" /></li>
<li>输入 Google Calendar 上的日历并提供 Gmail 地址及密码，单击“前进”。<img class="aligncenter size-full wp-image-302" title="rainlendar_4" src="http://www.iusesoft.info/wp-content/uploads/2009/08/rainlendar_4.jpg" alt="rainlendar_4" width="461" height="407" /></li>
<li>为你的日历指定一个 Rainlendar 名称，并单击“完成”。<img class="aligncenter size-full wp-image-303" title="rainlendar_5" src="http://www.iusesoft.info/wp-content/uploads/2009/08/rainlendar_5.jpg" alt="rainlendar_5" width="461" height="407" /></li>
<li>最后看到“日历”中已经添加成功新的记录，此时可以在“设置”中对该日历进行设置。
<p style="text-align: center"><img class="aligncenter size-full wp-image-300" title="rainlendar_2" src="http://www.iusesoft.info/wp-content/uploads/2009/08/rainlendar_2.jpg" alt="rainlendar_2" width="527" height="410" /></p>
</li>
<li>最后在桌面或托盘栏的 Rainlendar 图标上右键点击，选择“新事件”或“新计划”来添加自己的记录了。<img class="aligncenter size-full wp-image-304" title="rainlendar_6" src="http://www.iusesoft.info/wp-content/uploads/2009/08/rainlendar_6.jpg" alt="rainlendar_6" width="463" height="119" />&lt;</li>
</ol>
<p><strong> </strong></p>
<h2>3. Thunderbird + Lightning + Provider for Google Calendar</h2>

<table id="wp-table-reloaded-id-26-no-1" class="wp-table-reloaded wp-table-reloaded-id-26">
<thead>
	<tr class="row-1 odd">
		<th class="column-1">软件名称</th><th class="column-2">Thunderbird + Lightning + Provider for Google Calendar</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, Mac OS X, Linux</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.mozillamessaging.com/en-US/thunderbird/all.html" target="_blank">Thunderbird</a><br />
<a href="http://www.mozilla.org/projects/calendar/lightning/" target="_blank">Lightning</a><br />
<a href="https://addons.mozilla.org/zh-CN/thunderbird/addon/4631" target="_blank">Provider for Google Calendar</a></td>
	</tr>
</tbody>
</table>

<p>Thunderbird 是 Mozilla 推出的非常优秀的开源邮件客户端，类似于 Firefox 支持插件，拥有高度的可定制性。但其本身并不支持日历管理，因此在一些方面显得不如 Outlook 方便，不过通过 Lightning 插件，Thunderbird 可以轻易获得强大的日历管理功能，同时又能够与 Google Calendar 同步。方法如下：</p>
<ol>
<li>下载并安装 <a title="Lightning" href="http://www.mozilla.org/projects/calendar/lightning/" target="_blank">Lightning</a>。在 Mozilla Thunderbird 中，从工具菜单打开附加组件。点击安装按钮，定位/选择你下载的文件，并点击&#8221;确定&#8221;。</li>
<li>重启 Thunderbird 后，出现了2个新的侧边栏。<img class="aligncenter size-full wp-image-305" title="thunderbird_1" src="http://www.iusesoft.info/wp-content/uploads/2009/08/thunderbird_1.jpg" alt="thunderbird_1" width="473" height="307" /></li>
<li>进入你的 Gmail 邮箱，点击“设置”。<img class="aligncenter size-full wp-image-306" title="thunderbird_2" src="http://www.iusesoft.info/wp-content/uploads/2009/08/thunderbird_2.jpg" alt="thunderbird_2" width="446" height="62" /></li>
<li>选择“日历”标签，并在其中点击你想要同步的日历名。<img class="aligncenter" title="Thunderbird" src="http://www.iusesoft.info/wp-content/uploads/2009/08/thunderbird_3.jpg" alt="" width="463" height="357" /></li>
<li>在“日历网址”中的“ICAL”上单击右键，复制链接地址。<img class="aligncenter" title="Thunderbird" src="http://www.iusesoft.info/wp-content/uploads/2009/08/thunderbird_4.jpg" alt="" width="402" height="133" /></li>
<li>转到 Thunderbird 中，在上面第一幅图的左下角点击“日历”转到日历管理界面。</li>
<li>在菜单“日历”中选择“新建日历”。<img class="aligncenter" title="Thunderbird" src="http://www.iusesoft.info/wp-content/uploads/2009/08/thunderbird_5.jpg" alt="" width="432" height="278" /></li>
<li>在“创建一个新日历”向导的第一布步，选在“保存在网络上”，并单击“下一步”。<img class="aligncenter" title="Thunderbird" src="http://www.iusesoft.info/wp-content/uploads/2009/08/thunderbird_6.jpg" alt="" width="487" height="392" /></li>
<li>“格式”选择“iCalendar(ICS)”，并在“位置”中输入第 5 步中得到的地址，然后单击“下一步”。<img class="aligncenter" title="Thunderbird" src="http://www.iusesoft.info/wp-content/uploads/2009/08/thunderbird_7.jpg" alt="" width="487" height="392" /></li>
<li>为你的日历取个名称并设置标示颜色。<img class="aligncenter" title="Thunderbird" src="http://www.iusesoft.info/wp-content/uploads/2009/08/thunderbird_8.jpg" alt="" width="487" height="392" /></li>
<li>单击“完成”后，所有的设置工作已经完成，可以开始使用日历了。<img class="aligncenter" title="Thunderbird" src="http://www.iusesoft.info/wp-content/uploads/2009/08/thunderbird_9.jpg" alt="" width="487" height="392" /></li>
</ol>
<p><strong> </strong><br />
<strong>注：另外需要结合 Provider for Google Calendar 来实现与 Google Calendar 的双向同步，感谢网友 <span style="color: #0000ff;">挑战一切</span> 提醒。</strong></p>
<h2>4. EssentialPIM Pro</h2>

<table id="wp-table-reloaded-id-27-no-1" class="wp-table-reloaded wp-table-reloaded-id-27">
<thead>
	<tr class="row-1 odd">
		<th class="column-1">软件名称</th><th class="column-2">EssentialPIM Pro</th>
	</tr>
</thead>
<tbody>
	<tr class="row-2 even">
		<td class="column-1">授权 / 价格</td><td class="column-2">商业软件 / 144元 人民币（含插件包）</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.essentialpim.com/cn/index.php" target="_blank">官方网站</a></td>
	</tr>
</tbody>
</table>

<p>EssentialPIM 是一款广受好评的个人信息管理软件， 前一段时间善用佳软还组织了汉化官网行动，因为现在我们已经可以浏览中文的官方介绍了。但因为其仅支持 Windows 平台，且为收费软件（免费版不提供 Google Calendar 同步功能），因此软言软语并未使用，不过这并不能否定其作为优秀个人信息管理软件的事实，对于 Windows 用户推荐使用。目前针对中国用户，官方提供了优惠价格，仅 144 元人民币。其使用也十分简单，在“工具 -&gt; 选项 -&gt; 同步 -&gt; Google”中设置相应的登录信息即可。</p>
<p style="text-align: center;"><img class="aligncenter" title="EssentialPIM" src="http://www.essentialpim.com/images/schedule.gif" alt="" width="640" height="480" /></p>
<p><strong> </strong></p>
<h2>5. Lotus Notes + GooCalSync</h2>

<table id="wp-table-reloaded-id-28-no-1" class="wp-table-reloaded wp-table-reloaded-id-28">
<thead>
	<tr class="row-1 odd">
		<th class="column-1">软件名称</th><th class="column-2">Lotus Notes + GooCalSync</th>
	</tr>
</thead>
<tbody>
	<tr class="row-2 even">
		<td class="column-1">授权 / 价格</td><td class="column-2">Lotus Notes 商业软件 / 价格未知<br />
GooCalSync 开源软件 / 免费</td>
	</tr>
	<tr class="row-3 odd">
		<td class="column-1">系统平台</td><td class="column-2">Windows, Mac OS X, Linux, AIX 等</td>
	</tr>
	<tr class="row-4 even">
		<td class="column-1">运行环境</td><td class="column-2">Lotus Notes : 所有（注：Notes 8 不支持 PPC Mac）<br />
GooCalSync 支持的 Notes版本 : R 6.5.x, R 7.0.x, R 8.0.x, R 8.5.x </td>
	</tr>
	<tr class="row-5 odd">
		<td class="column-1">网址</td><td class="column-2"><a href="http://www-01.ibm.com/software/cn/lotus/products/notes/?S_TACT=105AGX52&amp;S_CMP=content" target="_blank">Lotus Notes</a><br />
<a href="http://openntf.org/projects/pmt.nsf/ProjectLookup/GooCalSync" target="_blank">GooCalSync</a></td>
	</tr>
</tbody>
</table>

<p>因为工作需要，所以一直在使用 Lotus Notes，其本身就是一款十分强大的面向企业的邮件客户端软件，支持的功能丰富，不过资源占用也很可观。Notes 本身支持日历管理，当然对于个人来说如果能够再支持 Google Calendar 就更好了。而 GooCalSync 正是这样的一个 Java 小程序，支持 Notes -&gt; Google Calendar，Google Calendar -&gt; Notes 以及双向同步，且为开源软件。由于官方已经提供了详细的使用教程，这里就不再重复，请查看“推荐阅读”中的相应链接。</p>
<p><img class="aligncenter" title="GooCalSync" src="http://www.iusesoft.info/wp-content/uploads/2009/08/goocalsync_1.jpg" alt="" width="600" height="424" /></p>
<p>注意： 对于公司里有 Notes 数据库安全性要求的，请勿忘记进行加密，步骤如下：</p>
<ol>
<li>在 Notes 的 Workspace 中找到 GooCalSync 图标，并右键单击选择“Properites”，并选择“Encryption Settings&#8230;”。<img class="aligncenter" title="GooCalSync" src="http://www.iusesoft.info/wp-content/uploads/2009/08/goocalsync_2.jpg" alt="" width="511" height="343" /></li>
<li>在弹出的窗口中，选择“Local encrypt this database (Medium Encryption)”，并单击“OK”。</li>
</ol>
<p><strong> </strong></p>
<h1>二、Mac 平台</h1>
<p><strong> </strong></p>
<h2>1. iCal</h2>

<table id="wp-table-reloaded-id-29-no-1" class="wp-table-reloaded wp-table-reloaded-id-29">
<thead>
	<tr class="row-1 odd">
		<th class="column-1">软件名称</th><th class="column-2">iCal</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://www.apple.com.cn/macosx/what-is-macosx/mail-ical-contacts-apps.html" target="_blank">官方网站</a></td>
	</tr>
</tbody>
</table>

<p>Mac OS X 中自带的日历管理软件，支持 iCal，vCai 以及 Entourage（Microsoft Office 2008 for Mac 中的组件，等同于 Windows 平台上的 Outlook） 格式的日历文件。可以完美的同 Google Calendar 进行同步，方法如下：</p>
<ol>
<li>启动 iCal，选择菜单中的“iCal -&gt; 偏好设置 -&gt; 账户”，点击左下角的“+”添加账户。</li>
<li>在弹出的窗口中，输入相应的信息。账户地址输入：<span style="color: #ff0000;">https://www.google.com/calendar/dav/<em><strong>你的Gmail地址</strong></em>/user</span><img class="aligncenter" title="iCal" src="http://www.iusesoft.info/wp-content/uploads/2009/08/ical_1.jpg" alt="" width="364" height="247" /></li>
<li>单击“添加”后，账户已成功建立。<img class="aligncenter" title="iCal" src="http://www.iusesoft.info/wp-content/uploads/2009/08/ical_2.jpg" alt="" width="422" height="350" /></li>
<li>返回主窗口，可以看到日历已同步。<img class="aligncenter" title="iCal" src="http://www.iusesoft.info/wp-content/uploads/2009/08/ical_3.jpg" alt="" width="432" height="291" /></li>
</ol>
<p><strong> </strong></p>
<h2>2. Rainlendar Pro</h2>

<table id="wp-table-reloaded-id-25-no-2" class="wp-table-reloaded wp-table-reloaded-id-25">
<thead>
	<tr class="row-1 odd">
		<th class="column-1">软件名称</th><th class="column-2">Rainlendar Pro</th>
	</tr>
</thead>
<tbody>
	<tr class="row-2 even">
		<td class="column-1">授权 / 价格</td><td class="column-2">商业软件 / 9.95 欧元</td>
	</tr>
	<tr class="row-3 odd">
		<td class="column-1">系统平台</td><td class="column-2">Windows, Mac OS X, Linux</td>
	</tr>
	<tr class="row-4 even">
		<td class="column-1">运行环境</td><td class="column-2">32 位; Intel Mac</td>
	</tr>
	<tr class="row-5 odd">
		<td class="column-1">网址</td><td class="column-2"><a href="http://www.rainlendar.net/cms/index.php" target="_blank">官方网站</a></td>
	</tr>
</tbody>
</table>

<p>Rainlendar Pro 提供了多平台支持，目前能够运行在 Windows，Mac，Linux 上，但不提供 64 位版本并不支持 PowerPC Mac。作者在官网上表示，如果需要的人多的话会考虑放出一个没有技术支持的发行版，但可能性不大。因为软言软语使用的是 PowerBook G4，因此不在受支持的范围内，无法安装（这也正是软言软语目前还没有购买 Rainlendar 的原因）。具体使用步骤，请参照上面的 Windows 版说明。</p>
<p><strong> </strong></p>
<h2>3. Thunderbird + Lightning + Provider for Google Calendar</h2>

<table id="wp-table-reloaded-id-26-no-2" class="wp-table-reloaded wp-table-reloaded-id-26">
<thead>
	<tr class="row-1 odd">
		<th class="column-1">软件名称</th><th class="column-2">Thunderbird + Lightning + Provider for Google Calendar</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, Mac OS X, Linux</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.mozillamessaging.com/en-US/thunderbird/all.html" target="_blank">Thunderbird</a><br />
<a href="http://www.mozilla.org/projects/calendar/lightning/" target="_blank">Lightning</a><br />
<a href="https://addons.mozilla.org/zh-CN/thunderbird/addon/4631" target="_blank">Provider for Google Calendar</a></td>
	</tr>
</tbody>
</table>

<p>Thunderbird 与上面的 Rainlendar 相似，可以运行于多平台上，包括 Windows，Mac，Linux。因为绝大部分插件都是平台无关性的，因此为用户带来了相似的跨平台使用体验，不会增加额外的使用成本，易于上手。关于具体设设置使用，请参看上面的 Windows 平台说明。</p>
<p><strong> </strong></p>
<h2>4. Lotus Notes + GooCalSync</h2>

<table id="wp-table-reloaded-id-28-no-2" class="wp-table-reloaded wp-table-reloaded-id-28">
<thead>
	<tr class="row-1 odd">
		<th class="column-1">软件名称</th><th class="column-2">Lotus Notes + GooCalSync</th>
	</tr>
</thead>
<tbody>
	<tr class="row-2 even">
		<td class="column-1">授权 / 价格</td><td class="column-2">Lotus Notes 商业软件 / 价格未知<br />
GooCalSync 开源软件 / 免费</td>
	</tr>
	<tr class="row-3 odd">
		<td class="column-1">系统平台</td><td class="column-2">Windows, Mac OS X, Linux, AIX 等</td>
	</tr>
	<tr class="row-4 even">
		<td class="column-1">运行环境</td><td class="column-2">Lotus Notes : 所有（注：Notes 8 不支持 PPC Mac）<br />
GooCalSync 支持的 Notes版本 : R 6.5.x, R 7.0.x, R 8.0.x, R 8.5.x </td>
	</tr>
	<tr class="row-5 odd">
		<td class="column-1">网址</td><td class="column-2"><a href="http://www-01.ibm.com/software/cn/lotus/products/notes/?S_TACT=105AGX52&amp;S_CMP=content" target="_blank">Lotus Notes</a><br />
<a href="http://openntf.org/projects/pmt.nsf/ProjectLookup/GooCalSync" target="_blank">GooCalSync</a></td>
	</tr>
</tbody>
</table>

<p>IBM 的 Lotus Notes 提供了多平台支持，可以运行于 Windows，Mac，Linux，AIX 上，功能强大。但最新版的 Notes 8.5 仅支持 Intel Mac，因此使用 PowerPC 的用户只能继续使用 Notes 7。具体使用说明，请参看 Windows 平台部分。</p>
<p><strong> </strong></p>
<h1>三、iPhone / iPod touch</h1>
<p><strong> </strong><br />
由于 iPhone / iPod touch 已经支持 Microsoft Exchange 服务器，因此其完全可以同步 Google Calendar，并且同时支持 2.2 和 3.0 固件版本。目前手里没有数码相机，无法拍照，因此具体操作步骤请参看 Google 官方的详细说明，相关链接请查阅“推荐阅读”。</p>
<p><img class="aligncenter" title="iPhone / iPod touch" src="http://www.google.com/help/hc/images/mobile_138740c_en.gif" alt="" width="192" height="282" /></p>
<p><strong> </strong></p>
<h1>四、其他移动平台</h1>
<p><strong> </strong></p>
<p>对于其他的手机，Google 提供了m.google.com/calendar 来访问 Google Calendar。在手机浏览器上，输入上述网址即可，但需要注意的是手机上网会产生流量费用，WiFi另当别论。另外也可以通过其他方式来让你的手机与 Google Calendar 同步，请参阅“推荐阅读”部分。</p>
<p><strong> </strong></p>
<h1>五、总结</h1>
<p><strong> </strong></p>
<p>Google Calendar 是十分好用的日程管理服务，对各种平台和设备提供了比较完整的支持，使用户能够方便的在各种设备上同步日历，安排计划，极大的提高了工作效率，而且还免费提供短信提醒服务（支持中国移动，联通未测试）。在 Windows 平台上，最常被用来与 Google Calendar 同步的软件可能就是 Outlook 了，但其价格过高。Rainlendar 是一款多平台的桌面日历，嵌入桌面，简洁漂亮，价格不高，软言软语目前使用的是 Rainlendar Pro 的试用版，除了在每条记录上多了“[UNREGISTERED]”以外，没有其他限制。IBM Lotus Notes 相信除了企业用户以外，普通用户是不会使用的，所以 GooCalSync 对于企业中的个人同步日历还是很有用处的。EssentialPIM Pro 是完整的个人信息管理解决方案，得到了很多人的认可，但仅支持 Windows 平台，且免费版不支持 Google Calendar 的同步，因此软言软语也未使用。这里唯一跨平台且免费，自然是 Mozilla Thunderbird，对于普通用户十分使用。综上，软言软语目前在 Windows 平台上使用 Rainlendar Pro 试用版，在 Mac 上使用系统自带的 iCal。</p>
<p>BTW，本篇博文是软言软语第一篇关于软件使用的文章，可能有些杂乱，同时包含了大量的图片，一方面也是为了测试一下目前这个网络相册如何。如果大家有什么好的外链相册，请推荐给软言软语，谢谢。</p>
<p><strong> </strong></p>
<h1>六、推荐阅读</h1>
<p><strong> </strong></p>
<ol>
<li><a title="Getting started with Google Calendar Sync" href="http://www.google.com/support/calendar/bin/answer.py?answer=89955" target="_blank">Getting started with Google Calendar Sync @ Google</a></li>
<li><a title="Google Sync: Set Up Your iPhone or iPod Touch" href="http://www.google.com/support/mobile/bin/answer.py?answer=138740&amp;topic=14252">Google Sync: Set Up Your iPhone or iPod Touch @ Google</a></li>
<li><a title="Google Calendar" href="http://www.google.com/mobile/products/calendar.html#p=default" target="_blank">Google Calendar @ Google mobile</a></li>
<li><a title="Sync Your Mobile Phone with Google Calendar @ Google Operating System" href="http://googlesystem.blogspot.com/2007/06/sync-your-mobile-phone-with-google.html" target="_blank">Sync Your Mobile Phone with Google Calendar @ Google Operating System</a> （非 Google 官方，请使用代理访问）</li>
<li><a title="与谷歌同步吧" href="http://www.slideshare.net/huchungling/goo-cal-sync" target="_blank">与谷歌同步吧 @ GooCalSync</a></li>
<li><a title="Google 日历与手机、Outlook 三者同步教程" href="http://www.jaylee.cn/google-calendar-smartphone-outlook-synchronization/" target="_blank">Google 日历与手机、Outlook 三者同步教程 @ 博客李杰</a></li>
<li><a title="Calaboration 让 Google 日历 与 Mac 的 iCal 行事历「同步更新" href="http://briian.com/?p=5947" target="_blank">Calaboration 让 Google 日历 与 Mac 的 iCal 行事历「同步更新」@ 重灌狂人</a></li>
</ol>
<hr /><h2>评论（17）</h2><ul><li><a href="http://www.iusesoft.info/2009/08/02/google-calendar-sync/#comment-44">2009年08月2日</a>, 挑战一切 说：关于Thunderbird + Lightning这个组合，如果想要往Google日历写数据的话，还需要一个扩展
provider for google calendar
https://addons.mozilla.org/zh-CN/thunderbird/addon/4631</li><li><a href="http://www.iusesoft.info/2009/08/02/google-calendar-sync/#comment-45">2009年08月2日</a>, 周E生 说：S60平台的googasync也非常好用～～～http://googasync.com/</li><li><a href="http://www.iusesoft.info/2009/08/02/google-calendar-sync/#comment-46">2009年08月2日</a>, <a href='http://www.iusesoft.info/' rel='external nofollow' class='url'>软言软语</a> 说：多谢提醒，已更新。</li><li><a href="http://www.iusesoft.info/2009/08/02/google-calendar-sync/#comment-47">2009年08月2日</a>, <a href='http://fisio.cn/' rel='external nofollow' class='url'>fisio</a> 说：iphone 有截屏快捷键的噢</li><li><a href="http://www.iusesoft.info/2009/08/02/google-calendar-sync/#comment-48">2009年08月2日</a>, <a href='http://www.iusesoft.info/' rel='external nofollow' class='url'>软言软语</a> 说：查了一下，原来是按住Home键再按Power，以前没用过，多谢提示。</li><li><a href="http://www.iusesoft.info/2009/08/02/google-calendar-sync/#comment-213">2009年10月30日</a>, <a href='http://www.52bingcheng.com/2009/10/30/google_calendar/' rel='external nofollow' class='url'>Google Calendar 跨平台同步方案 | BING必应CHENG</a> 说：[...] 发表： 小蚂蚁 十 30th, 2009 栏目： IT News. You can follow any responses to this entry through the RSS 2.0. You can leave a response or trackback to this entry           Google 随着搜索引擎的大获成功，不断推出很多受欢迎的服务产品，包括 Gmail，Calendar，Documents，Reader 等等。其中的 Google Calendar 为用户提供了完整的日程解决方案，方便移动办公，信息管理，日程安排等。本篇文章主要介绍一些在 Windows 及 Mac 上与 Google Calendar 同步的软件，方便跨平台应用，只要拥有 Gmail 账户就能在任何地方、任何平台管理自己的日程安排。跨平台主要考虑到了Windows, Mac,iPhone/iPod，以及其他的移动平台，基本上涵盖了目前的同步方法 [...]</li><li><a href="http://www.iusesoft.info/2009/08/02/google-calendar-sync/#comment-220">2009年10月31日</a>, <a href='http://www.wangtianqi.com' rel='external nofollow' class='url'>czyhd</a> 说：linux下用evolution非常方便啊，直接添加～</li><li><a href="http://www.iusesoft.info/2009/08/02/google-calendar-sync/#comment-221">2009年10月31日</a>, <a href='http://en.dogeno.us/2009/10/can-google-calendar-rule-all-how-to-sync-your-daily-schedule-over-multiple-computerssmartphones/' rel='external nofollow' class='url'>En.dogeno.us &#8211; CaiLog &raquo; How-To &raquo; Can Google Calendar rule all? How to sync your daily schedule over multiple computers/smartphones?</a> 说：[...] I saw a post in Chinese, which summarizes how to use Google Calendar to sync daily schedule on the cloud. My notes from it [...]</li><li><a href="http://www.iusesoft.info/2009/08/02/google-calendar-sync/#comment-222">2009年10月31日</a>, <a href='http://blog.kenjikee.com/' rel='external nofollow' class='url'>Kenji Kee</a> 说：發現這個BLOG介紹和說明都非常詳細。</li><li><a href="http://www.iusesoft.info/2009/08/02/google-calendar-sync/#comment-225">2009年10月31日</a>, <a href='http://chuo.me' rel='external nofollow' class='url'>popomore</a> 说：googasync现在要收费了</li><li><a href="http://www.iusesoft.info/2009/08/02/google-calendar-sync/#comment-236">2009年11月2日</a>, <a href='http://dupola.wordpress.com/2009/11/02/links-for-2009-11-01/' rel='external nofollow' class='url'>links for 2009-11-01 &laquo; dupola&#39;s Collections</a> 说：[...] Google Calendar 跨平台同步方案 | 软言软语 (tags: GoogleCalendar Thunderbird) [...]</li><li><a href="http://www.iusesoft.info/2009/08/02/google-calendar-sync/#comment-1288">2010年05月10日</a>, <a href='http://ebum.cn' rel='external nofollow' class='url'>ebum</a> 说：正在升级我的EPIM pro从3.23---》3.52，希望能解决google账户同步的问题。
感谢这篇非常详细的评测。</li><li><a href="http://www.iusesoft.info/2009/08/02/google-calendar-sync/#comment-1289">2010年05月10日</a>, <a href='http://www.iusesoft.info' rel='external nofollow' class='url'>软言软语</a> 说：EPIM 是一款不错的软件，要是有多平台版本能够进行同步就更好了。</li><li><a href="http://www.iusesoft.info/2009/08/02/google-calendar-sync/#comment-1291">2010年05月11日</a>, <a href='http://www.freewarecn.com' rel='external nofollow' class='url'>天毅</a> 说：可以考虑spicebird，是基于mozilla开源代码的一款产品。</li><li><a href="http://www.iusesoft.info/2009/08/02/google-calendar-sync/#comment-1292">2010年05月11日</a>, <a href='http://www.iusesoft.info' rel='external nofollow' class='url'>软言软语</a> 说：整合了email客户端吗，目前个人用的邮件客户端客户端是Opera</li><li><a href="http://www.iusesoft.info/2009/08/02/google-calendar-sync/#comment-1293">2010年05月12日</a>, <a href='http://www.freewarecn.com' rel='external nofollow' class='url'>天毅</a> 说：是的，整合了，等于thunderbird+sunbird+pidgin（聊天功能稍弱些）</li><li><a href="http://www.iusesoft.info/2009/08/02/google-calendar-sync/#comment-1314">2010年05月19日</a>, <a href='http://www.laowei.info' rel='external nofollow' class='url'>老魏</a> 说：非常好的文章.前一段时间使用outlook2007和google calendar.虽然在我手中还非常的初级,只是用来作为记事本或者日记之类的,但是用完欲罢不能.然后想找到免费的替代品,摆脱盗版.</li></ul><hr /><small>
来源网站：<a href="http://www.iusesoft.info/" target="_blank">软言软语</a><br />
原文链接：<a href="http://www.iusesoft.info/2009/08/02/google-calendar-sync/" target="_blank">http://www.iusesoft.info/2009/08/02/google-calendar-sync/</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/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>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.iusesoft.info/2009/08/02/google-calendar-sync/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>备份与同步（二）——本地篇</title>
		<link>http://www.iusesoft.info/2009/07/29/backup-sync-2-local/</link>
		<comments>http://www.iusesoft.info/2009/07/29/backup-sync-2-local/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 12:41:19 +0000</pubDate>
		<dc:creator>软言软语</dc:creator>
				<category><![CDATA[同步]]></category>
		<category><![CDATA[备份]]></category>
		<category><![CDATA[软件推荐]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[免费软件]]></category>
		<category><![CDATA[跨平台]]></category>

		<guid isPermaLink="false">http://www.iusesoft.info/?p=33</guid>
		<description><![CDATA[随着硬盘容量不断增大，网络不断提速，以及网络资源的丰富，值得保留的东西也越来越多。这个时候，为了保证数据的安全可靠，就自然会对备份/同步软件有了需求。但毕竟硬件条件有限，还是推荐对那些不可重现的内容，如照片，视频等，以及重要的文件、代码等进行备份，一方面可以保证数据的安全，另一方面又节约了成本。软言软语目前没有使用任何的本地备份工具，而采用了基于云的 Dropbox 和 Live Mesh。对于云端备份与同步，请参阅另一篇文章“备份与同步（一）——云应用篇 @ 软言软语”。

一、Windows 平台
 
1. 微软出品 —— SyncToy
SyncToy 是为微软免费提供的同步备份工具，非常方便易用，能够帮助用户在不同目录间进行文件的复制，移动及同步，大部分操作只需要轻点几下鼠标即可执行，同时也提供了自定义任务的功能。SyncToy 可以支持多任务管理，能够在一侧文件中对两个文件进行合并，在另一侧模拟文件更名及删除操作。与其他同步软件不同，SyncToy 保留了文件更名记录，以确保最后结果的正确性。

详细使用介绍，请参看 “SyncToy 2 微软出品的易用型档案同步工具详解 @ 电脑玩物”。（注：需代理）
2. 免费版 —— SyncBack
SyncBack 是由 2BrightSparks 出品的免费版软件，既可以进行备份也可以进行同步操作。其提供的选项较多，这一点不同于 SyncToy，因此功能更为强大，但使用上也会略显复杂，但因为具有多语言版本包括中文，使用上也会轻松很多。既可以备份到同一磁盘上上，也可以备份到不同磁盘或者其他媒介上，并支持备份到 FTP，网络位置及 ZIP 上。一般使用，首先在来源和目标两侧分别设置好相应的路径及规则就可以开始备份/同步了。SyncBack 允许在备份前后分别执行指定的程序，方便备份。比如备份数据库的时候，可以先停止数据库，再备份。备份完成后，再次启动数据库，完全自动化。

2BrightSparks 也提供 SyncBack 的增强版 —— SyncBackSE ($30)&#38; SyncBackPro ($49.95)，有兴趣的可以前往其官方网站查看。
3. 跨平台的克隆工具 —— Clonezilla
Clonezilla 是一个开源的系统克隆工具，基于 DRBL，Partition Image，ntfsclone，partclone 以及 udpcast。不仅支持对整个系统进行克隆,而且也可以克隆单个的分区。支持 GNU/Linux 的文件系统 ext2, ext3, ext4, reiserfs, xfs, jfs [...]


相关文章：<ol><li><a href='http://www.iusesoft.info/2009/07/28/backup-sync-1-cloud/' rel='bookmark' title='Permanent Link: 备份与同步（一）——云应用篇'>备份与同步（一）——云应用篇</a></li>
<li><a href='http://www.iusesoft.info/2009/12/01/top-10-crossplatform-apps/' rel='bookmark' title='Permanent Link: Lifehacker：跨平台软件 Top 10'>Lifehacker：跨平台软件 Top 10</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>随着硬盘容量不断增大，网络不断提速，以及网络资源的丰富，值得保留的东西也越来越多。这个时候，为了保证数据的安全可靠，就自然会对备份/同步软件有了需求。但毕竟硬件条件有限，还是推荐对那些不可重现的内容，如照片，视频等，以及重要的文件、代码等进行备份，一方面可以保证数据的安全，另一方面又节约了成本。软言软语目前没有使用任何的本地备份工具，而采用了基于云的 Dropbox 和 Live Mesh。对于云端备份与同步，请参阅另一篇文章“<a title="备份与同步（一）——云应用篇" href="http://www.iusesoft.info/2009/07/28/backup-sync-1-cloud/" target="_blank">备份与同步（一）——云应用篇 @ 软言软语</a>”。</p>
<p><span id="more-33"></span></p>
<h1><strong>一、Windows 平台</strong></h1>
<p><strong> </strong></p>
<h2>1. 微软出品 —— SyncToy</h2>

<table id="wp-table-reloaded-id-9-no-1" class="wp-table-reloaded wp-table-reloaded-id-9">
<thead>
	<tr class="row-1 odd">
		<th class="column-1">软件名称</th><th class="column-2">SyncToy</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 Vista; Windows XP</td>
	</tr>
	<tr class="row-4 even">
		<td class="column-1">运行环境</td><td class="column-2">Microsoft .NET Framework v2.0</td>
	</tr>
	<tr class="row-5 odd">
		<td class="column-1">网址</td><td class="column-2"><a href="http://www.microsoft.com/downloads/details.aspx?familyid=c26efa36-98e0-4ee9-a7c5-98d0592d8c52&amp;displaylang=en" target="_blank">官方网站</a></td>
	</tr>
</tbody>
</table>

<p>SyncToy 是为微软免费提供的同步备份工具，非常方便易用，能够帮助用户在不同目录间进行文件的复制，移动及同步，大部分操作只需要轻点几下鼠标即可执行，同时也提供了自定义任务的功能。SyncToy 可以支持多任务管理，能够在一侧文件中对两个文件进行合并，在另一侧模拟文件更名及删除操作。与其他同步软件不同，SyncToy 保留了文件更名记录，以确保最后结果的正确性。</p>
<p><img class="aligncenter" title="SyncToy" src="http://www.microsoft.com/prophoto/images/downloads/synctoy/synctoy_01.jpg" alt="" width="450" height="343" /></p>
<p>详细使用介绍，请参看 “<a title="SyncToy 2 微软出品的易用型档案同步工具详解" href="http://playpcesor.blogspot.com/2008/02/synctoy20.html " target="_blank">SyncToy 2 微软出品的易用型档案同步工具详解 @ 电脑玩物</a>”。（注：需代理）</p>
<h2>2. 免费版 —— SyncBack</h2>

<table id="wp-table-reloaded-id-10-no-1" class="wp-table-reloaded wp-table-reloaded-id-10">
<thead>
	<tr class="row-1 odd">
		<th class="column-1">软件名称</th><th class="column-2">SyncBack</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 2000, Windows XP, Windows 2003, Windows Vista, Windows 2008</td>
	</tr>
	<tr class="row-4 even">
		<td class="column-1">运行环境</td><td class="column-2">32位 / 64位</td>
	</tr>
	<tr class="row-5 odd">
		<td class="column-1">网址</td><td class="column-2"><a href="http://www.2brightsparks.com/downloads.html" target="_blank">官方网站</a></td>
	</tr>
</tbody>
</table>

<p>SyncBack 是由 2BrightSparks 出品的免费版软件，既可以进行备份也可以进行同步操作。其提供的选项较多，这一点不同于 SyncToy，因此功能更为强大，但使用上也会略显复杂，但因为具有多语言版本包括中文，使用上也会轻松很多。既可以备份到同一磁盘上上，也可以备份到不同磁盘或者其他媒介上，并支持备份到 FTP，网络位置及 ZIP 上。一般使用，首先在来源和目标两侧分别设置好相应的路径及规则就可以开始备份/同步了。SyncBack 允许在备份前后分别执行指定的程序，方便备份。比如备份数据库的时候，可以先停止数据库，再备份。备份完成后，再次启动数据库，完全自动化。</p>
<p><img class="aligncenter" title="SyncBack" src="http://www.2brightsparks.com/assets/images/screenshots/sbse/main.jpg" alt="" width="477" height="265" /></p>
<p>2BrightSparks 也提供 SyncBack 的增强版 —— SyncBackSE ($30)&amp; SyncBackPro ($49.95)，有兴趣的可以前往其官方网站查看。</p>
<h2>3. 跨平台的克隆工具 —— Clonezilla</h2>

<table id="wp-table-reloaded-id-12-no-1" class="wp-table-reloaded wp-table-reloaded-id-12">
<thead>
	<tr class="row-1 odd">
		<th class="column-1">软件名称</th><th class="column-2">Clonezilla</th>
	</tr>
</thead>
<tbody>
	<tr class="row-2 even">
		<td class="column-1">授权 / 价格</td><td class="column-2">开源软件(GPL) / 免费</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">32 位 / 64 位</td>
	</tr>
	<tr class="row-5 odd">
		<td class="column-1">网址</td><td class="column-2"><a href="http://clonezilla.org/" target="_blank">官方网站</a></td>
	</tr>
</tbody>
</table>

<p>Clonezilla 是一个开源的系统克隆工具，基于 DRBL，Partition Image，ntfsclone，partclone 以及 udpcast。不仅支持对整个系统进行克隆,而且也可以克隆单个的分区。支持 GNU/Linux 的文件系统 ext2, ext3, ext4, reiserfs, xfs, jfs 和 Windows 文件系统的FAT、FAT32、NTFS，而且也支持 Mac OS 的 HFS+ 文件系统，因此可以运行于 GNU/Linux, Windows 及 Intel CPU 的 Mac系统上。</p>
<p style="text-align: center;"><img class="aligncenter" title="Clonezilla" src="http://clonezilla.org/screenshot/?op=show&amp;filepath=album//01_Clonezilla/02_clonezilla-menu-english.jpg" alt="" width="544" height="415" /></p>
<p><strong> </strong></p>
<h1><strong>二、Mac 平台</strong></h1>
<p><strong> </strong></p>
<h2>1. 苹果的时间机器 —— Time Machine</h2>

<table id="wp-table-reloaded-id-13-no-1" class="wp-table-reloaded wp-table-reloaded-id-13">
<thead>
	<tr class="row-1 odd">
		<th class="column-1">软件名称</th><th class="column-2">Time Machine</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; Mac OS X 10.6</td>
	</tr>
	<tr class="row-4 even">
		<td class="column-1">运行环境</td><td class="column-2">32位 / 64位</td>
	</tr>
	<tr class="row-5 odd">
		<td class="column-1">网址</td><td class="column-2"><a href="http://www.apple.com.cn/macosx/what-is-macosx/time-machine.html" target="_blank">官方网站</a></td>
	</tr>
</tbody>
</table>

<p>Time Machine 需要与 Mac 和外置硬盘一同使用，只要将硬盘连接好并分配给 Time Machine，一切备份操作全都在后台自动完成。Time Machine 会自动备份 Mac 的所有内容，包括系统文件、应用程序、账号、偏好设置、音乐、照片、影片和文档等，而且它不仅仅是备份所有文件，而且记录了系统在任意一天的状态（类似于 Windows 的系统还原点，但更为强大），因此你可以重新访问过去某种状态的 Mac。Time Machine在完成初始备份后，以后会每小时、每天自动进行增量备份，只复制从上一次备份后有所改动的文件。为了节省空间，Time Machine 只保存前 24 小时的小时备份，前一个月的日备份以及一个月之外时间的周备份。</p>
<p><img class="aligncenter" title="Time Machine" src="http://www.apple.com.cn/macosx/what-is-macosx/images/timemachine_hero20090608.png" alt="" width="441" height="371" /></p>
<p>如果你是 Mac 用户，且对于备份很重视的话，推荐采用 Time Machine，方便强大。如果能同时配合 Apple 的 Time Capsule 使用的话，可以进行无线同步，更为方便，当然成本也略高。</p>
<p>对 Time Machine 的详细介绍，请浏览“<a title="http://marblesmacnotes.com/blog/2007/10/19/216/" href="http://marblesmacnotes.com/blog/2007/10/19/216/" target="_blank">时间机器(Time Machine)到底是怎么回事 @ Marble’s Mac</a>”。</p>
<p>对 Time Capsule 有兴趣的，可以查看 <a title="Time Capsule" href="http://www.apple.com.cn/timecapsule/" target="_blank">Time Capsule @ Apple</a> 官方主页。</p>
<h2>2. 免费版—— iBackup</h2>

<table id="wp-table-reloaded-id-14-no-1" class="wp-table-reloaded wp-table-reloaded-id-14">
<thead>
	<tr class="row-1 odd">
		<th class="column-1">软件名称</th><th class="column-2">iBackup</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">OS X 10.3.9, 10.4, 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://grapefruit.ch/iBackup/" target="_blank">官方网站</a></td>
	</tr>
</tbody>
</table>

<p>iBackup 是 Mac 上的一款轻量级备份软件。类似于 Time Machine，可以对应用程序的设置进行备份，包括苹果自家的 Mail，iPhoto，iTunes 等，也可以利用插件对第三方软件设置进行备份，目前的插件数量已经超过250个，同时又可以像 Time Machine 那样，恢复某一点的状态。但其也不同于 Time Machine，iBackup 不能进行全盘备份，只对单一用户的数据和设置进行备份。iBackup支持增量备份，在线备份，网络备份及同步，可以将备份后的内容打包归档或直接刻盘。</p>
<p><img class="aligncenter" title="iBackup" src="http://grapefruit.ch/iBackup/images/Mainwindow-Progress.gif" alt="" width="500" height="162" /></p>
<p>iBackup 对于个人是免费提供的，通过日志和设置可以发现 iBackup 内部使用的是 BSD 上的 <a title="rsync" href="http://samba.anu.edu.au/rsync/" target="_blank">rsync</a>，ditto 等 Unix 工具，其本身只是一个前端。因此其备份的格式也是标准的 Unix 格式。<img class="aligncenter" title="iBackup - ditto rsync" src="http://www.grapefruit.ch/iBackup/iBackup%20Help/images/settings_tab_unix.gif" alt="" width="350" height="249" /></p>
<h2>3.全盘备份 —— SuperDuper</h2>

<table id="wp-table-reloaded-id-15-no-1" class="wp-table-reloaded wp-table-reloaded-id-15">
<thead>
	<tr class="row-1 odd">
		<th class="column-1">软件名称</th><th class="column-2">SuperDuper</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 及以后版本</td>
	</tr>
	<tr class="row-4 even">
		<td class="column-1">运行环境</td><td class="column-2">32 位 / 64 位</td>
	</tr>
	<tr class="row-5 odd">
		<td class="column-1">网址</td><td class="column-2"><a href="http://clonezilla.org/" target="_blank"><strong>官方网站</strong></a></td>
	</tr>
</tbody>
</table>

<p>SuperDuper 可以算是目前 Mac 上最好的免费全盘备份工具了，可以制作 Mac 的完整镜像，这一点不同于 Time Machine 的全盘备份。Time Machine 的全盘备份是不能启动的，而 SuperDuper 制作的是可启动镜像，类似于 Norton Ghost 镜像。可以称之为对 Time Machine 的最好补充，更适合重装系统。</p>
<p><img class="aligncenter" title="SuperDuper" src="http://homepage.mac.com/dnanian/SuperDuper/graphics/SuperDuper-Main.gif" alt="" width="520" height="326" /></p>
<p>如何使用 SuperDuper 在外置硬盘中制作备份你的磁盘，推荐查阅“<a title="Mirror Your Mac on a Bootable External Drive" href="http://lifehacker.com/software/step-by-step/mirror-your-mac-onto-a-bootable-external-drive-300384.php" target="_blank">Mirror Your Mac on a Bootable External Drive @ Lifehacker</a>”。</p>
<h1><strong>三、总结</strong></h1>
<p><strong> </strong><br />
备份软件发展至今日，功能上已经大同小异了，但易用性上却不尽相同。如果对备份要求不高，可以在 Windows 上使用 SyncToy，在 Mac 上使用 iBackup 来进行备份/同步。但如果对备份要求较高，则推荐在 Windows 上使用 SyncBack 备份重要文件，Clonezilla 做系统镜像备份，而在 Mac 上推荐 Time Machine + SuperDuper 的组合。</p>
<p>当然除了以上介绍的免费软件外，还有很多其他优秀的免费备份/同步软件可供选择，推荐浏览以下网址获得更多信息。</p>
<h1><strong>四、推荐阅读</strong></h1>
<p><strong> </strong></p>
<ol>
<li><a title="Five Best Windows Backup Tools" href="http://lifehacker.com/398229/five-best-windows-backup-tools" target="_blank">Five Best Windows Backup Tools @ Lifehacker</a></li>
<li><a title="Five Best File Syncing Tools" href="http://lifehacker.com/398696/five-best-file-syncing-tools" target="_blank">Five Best File Syncing Tools @ Lifehacker</a></li>
<li><a title="Geek to Live: Automatically back up your hard drive" href="http://lifehacker.com/software/geek-to-live/geek-to-live-automatically-back-up-your-hard-drive-147855.php" target="_blank">Geek to Live: Automatically back up your hard drive @ Lifehacker</a></li>
<li><a title="Geek to live: Complete, free Mac Backup" href="http://lifehacker.com/software/backup/geek-to-live--complete-free-mac-backup-248943.php" target="_blank">Geek to Live: Complete, free Mac backup @ Lifehacker</a></li>
<li><a title="13 Great Free Backup Programs for Windows, Mac, and Linux" href="http://www.downloadsquad.com/2008/10/12/13-great-free-backup-programs-for-windows-mac-and-linux/" target="_blank">13 Great Free Backup Programs for Windows, Mac, and Linux @ Download Squad</a> 【2009-10-14 更新】</li>
<li><a title="Mac Backup Software Harmful" href="http://lifehacker.com/software/backup/geek-to-live--complete-free-mac-backup-248943.php" target="_blank">Mac Backup Software Harmful @ plasticsfuture</a></li>
<li><a title="最佳免费备份软件" href="http://xbeta.info/backup-best-freeware.htm" target="_blank">最佳免费备份软件 @ 善用佳软</a></li>
<li><a title="Mac OS X做备份时应该注意些什么" href="http://marblesmacnotes.com/blog/2007/10/21/217/" target="_blank">Mac OS X做备份时应该注意些什么 @ Marble’s Mac</a></li>
</ol>
<hr /><h2>评论（6）</h2><ul><li><a href="http://www.iusesoft.info/2009/07/29/backup-sync-2-local/#comment-5">2009年07月30日</a>, <a href='http://xbeta.info' rel='external nofollow' class='url'>善用佳软</a> 说：初试啼声，已显大家风范。
有幸目睹一个优秀博客的诞生，祝贺！

虽然目前仅有3篇文章，但在定位、写作、html格式、文字格式方面，都大有可观之处。</li><li><a href="http://www.iusesoft.info/2009/07/29/backup-sync-2-local/#comment-6">2009年07月30日</a>, <a href='http://www.iusesoft.info/' rel='external nofollow' class='url'>软言软语</a> 说：谢谢夸奖，没想到这么快就有了第一条评论。
目前Blog还有很多不完善的地方，希望日后能够与善用佳软多多交流。</li><li><a href="http://www.iusesoft.info/2009/07/29/backup-sync-2-local/#comment-9">2009年07月31日</a>, chetou 说：界面是我喜欢的类型，希望能够在内容方面有突破！</li><li><a href="http://www.iusesoft.info/2009/07/29/backup-sync-2-local/#comment-10">2009年07月31日</a>, <a href='http://www.iusesoft.info/' rel='external nofollow' class='url'>软言软语</a> 说：谢谢，我会争取能够在内容上充实一些，也请大家多提宝贵意见。</li><li><a href="http://www.iusesoft.info/2009/07/29/backup-sync-2-local/#comment-11">2009年07月31日</a>, vipyjs 说：一、Windows平台
    2. 免费版——SyncBack
        “也可以备份到不同磁盘上或者其他没接上”中有错别字。</li><li><a href="http://www.iusesoft.info/2009/07/29/backup-sync-2-local/#comment-14">2009年07月31日</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/07/29/backup-sync-2-local/" target="_blank">http://www.iusesoft.info/2009/07/29/backup-sync-2-local/</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/28/backup-sync-1-cloud/' rel='bookmark' title='Permanent Link: 备份与同步（一）——云应用篇'>备份与同步（一）——云应用篇</a></li>
<li><a href='http://www.iusesoft.info/2009/12/01/top-10-crossplatform-apps/' rel='bookmark' title='Permanent Link: Lifehacker：跨平台软件 Top 10'>Lifehacker：跨平台软件 Top 10</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/07/29/backup-sync-2-local/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>备份与同步（一）——云应用篇</title>
		<link>http://www.iusesoft.info/2009/07/28/backup-sync-1-cloud/</link>
		<comments>http://www.iusesoft.info/2009/07/28/backup-sync-1-cloud/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 10:36:19 +0000</pubDate>
		<dc:creator>软言软语</dc:creator>
				<category><![CDATA[同步]]></category>
		<category><![CDATA[备份]]></category>
		<category><![CDATA[软件推荐]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[云应用]]></category>
		<category><![CDATA[跨平台]]></category>

		<guid isPermaLink="false">http://www.iusesoft.info/?p=20</guid>
		<description><![CDATA[随着越来越多企业开始关注云计算，云应用也逐渐普及开来，例如利用云进行杀毒，查杀木马，同步以及备份等。相比于杀毒软件，目前对于普通用户来说，利用云来同步及备份更为成熟且实用。最近几年很多企业提供了云备份功能，其中有收费的也有面向一般用户的免费服务。以下就对目前流行的几款免费云同步与备份软件进行比较。

目前软言软语使用的是 Dropbox + Live Mesh 的组合，为的是稳定性和速度。当然 Live Mesh 目前还处于测试版，会有不少问题，但鉴于微软的实力，其稳定性应该毋庸置疑。 而 Dropbox 基于 Amazon S3的存储服务，稳定性也是不错的，又支持外链和版本控制，在我这里速度也很快，占用资源也不多。对于其他几款软件，因人和目的的不同，选择自然也不同。iDrive 和 Mozy 致力于完全的备份，所以不适合想要同步功能的人，iDrive 的资源占用也令人咋舌，相比而言 Mozy 稍好，但其日志文件增长十分迅速，即使把服务关了也还在记录，如果你发现硬盘空间少了，不妨查看一下 X:\Program Files\MozyHome\Data\filter_raw.log 的文件大小（X为安装盘）。目前，iDrive 是这里面免费空间容量最大的，而且获得奖励空间也相对容易，只要发送邀请即可，不需要被邀请人进行注册，不同于其他几款软件。Syncplicity 个人认为还是值得关注的，同步和备份做的都不错，但似乎在 Mac 客户端开发上出现了一些问题。而 ZumoDrive 严格意义上来说，只能算是网盘了，所有要备份的文件需要拖拽到其映射的磁盘中。值得一提的是，ZumoDrive 也是基于 Amazon S3 的服务。
评论（23）2009年07月31日, harry 说：Syncplicity的设备限制好像也是2台吧，记得SugarSync好像可以邀请到10g2009年07月31日, 软言软语 说：感谢指正，Syncplicity 设备确实限制为2台，而 SugarSync 通过邀请最多能到10G。
文章已更新。2009年07月31日, 流星天空 说：最近还有e云备份，比较奇特的是我取消了一次之后，发现不知道怎么重新打开备份程序了。2009年07月31日, 软言软语 说：中国电信的e云备份，据我所知是跟Mozy公司合作推出的，因此客户端跟Mozy基本一样，只不过是中文版的，而且只有Windows一个平台，且不能通过推荐获得额外空间。2009年07月31日, XDash 说：站长你好！非常喜欢你这个系列的文章。同步控申请转载，不知道可否？

http://www.syncoo.com2009年07月31日, 小毅 说：刚在你的另一篇文章留言说dropbox，呵呵，这边有。

前几天试用了一下e云，还没来得及用就重装了系统，回到了win 7，不知道e云怎么样。说实在话，国外的服务好，但是，怕那个啥的……

PS.评论的字体偏小。2009年07月31日, 软言软语 说：欢迎转载，只要保留出处，转载也便于大家交流。2009年07月31日, 软言软语 说：e云就是中国电信与Mozy合作推出的。关于备份和同步，跟人觉得最重要是稳定性与速度。2009年08月1日, feiyoshang 说：从善用佳软看到本博，好文章～加油哈～2009年08月1日, [...]


相关文章：<ol><li><a href='http://www.iusesoft.info/2009/07/29/backup-sync-2-local/' rel='bookmark' title='Permanent Link: 备份与同步（二）——本地篇'>备份与同步（二）——本地篇</a></li>
<li><a href='http://www.iusesoft.info/2009/09/16/online-backup-service-review-macworld/' rel='bookmark' title='Permanent Link: Macworld：在线备份服务评测'>Macworld：在线备份服务评测</a></li>
<li><a href='http://www.iusesoft.info/2009/10/22/waveboard-and-live-mesh-for-snow-leopard/' rel='bookmark' title='Permanent Link: [Mac]Waveboard 与 Live Mesh for Snow Leopard'>[Mac]Waveboard 与 Live Mesh for Snow Leopard</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>随着越来越多企业开始关注云计算，云应用也逐渐普及开来，例如利用云进行杀毒，查杀木马，同步以及备份等。相比于杀毒软件，目前对于普通用户来说，利用云来同步及备份更为成熟且实用。最近几年很多企业提供了云备份功能，其中有收费的也有面向一般用户的免费服务。以下就对目前流行的几款免费云同步与备份软件进行比较。<br />
<span id="more-20"></span><br />

<table id="wp-table-reloaded-id-2-no-1" class="wp-table-reloaded wp-table-reloaded-id-2">
<thead>
	<tr class="row-1 odd">
		<th class="column-1"></th><th class="column-2"><a href="https://www.idrive.com/" target="_blank">IDrive</a></th><th class="column-3"><a href="https://www.dropbox.com/" target="_blank">Dropbox</a><br /><a href="https://www.dropbox.com/referrals/NTIxMDYyNTU5" target="_blank">推荐链接</a></th><th class="column-4"><a href="https://www.mesh.com/welcome/default.aspx" target="_blank">Live Mesh</a></th><th class="column-5"><a href="https://mozy.com/" target="_blank">Mozy</a></th><th class="column-6"><a href="https://spideroak.com/" target="_blank">SpiderOak</a></th><th class="column-7"><a href="https://www.sugarsync.com/" target="_blank">SugarSync</a></th><th class="column-8"><a href="http://www.syncplicity.com/" target="_blank">Syncplicity</a></th><th class="column-9"><a href="http://www.zumodrive.com/" target="_blank">ZumoDrive</a></th>
	</tr>
</thead>
<tbody>
	<tr class="row-2 even">
		<td class="column-1">平台</td><td class="column-2">Mac<br />
Windows</td><td class="column-3">Mac<br />
Windows<br />
Linux</td><td class="column-4">Mac<br />
Windows</td><td class="column-5">Mac<br />
Windows</td><td class="column-6">Mac<br />
Windows<br />
Linux</td><td class="column-7">Mac<br />
Windows</td><td class="column-8">Mac<br />
Windows</td><td class="column-9">Mac<br />
Windows</td>
	</tr>
	<tr class="row-3 odd">
		<td class="column-1">移动平台</td><td class="column-2">支持</td><td class="column-3">支持</td><td class="column-4">支持</td><td class="column-5">不支持</td><td class="column-6">不支持</td><td class="column-7">支持</td><td class="column-8">支持</td><td class="column-9">支持</td>
	</tr>
	<tr class="row-4 even">
		<td class="column-1">Web 访问</td><td class="column-2">支持</td><td class="column-3">支持</td><td class="column-4">支持</td><td class="column-5">有限支持</td><td class="column-6">支持</td><td class="column-7">支持</td><td class="column-8">支持</td><td class="column-9">支持</td>
	</tr>
	<tr class="row-5 odd">
		<td class="column-1">空间大小</td><td class="column-2">2G</td><td class="column-3">2G</td><td class="column-4">5G</td><td class="column-5">2G</td><td class="column-6">2G</td><td class="column-7">2G</td><td class="column-8">2G</td><td class="column-9">1G</td>
	</tr>
	<tr class="row-6 even">
		<td class="column-1">推荐奖励</td><td class="column-2">发送推荐<br />
最多10G</td><td class="column-3">250M/人<br />
最多8G</td><td class="column-4">无</td><td class="column-5">256M/人<br />
最多3G</td><td class="column-6">无</td><td class="column-7">250M/人</td><td class="column-8">1G/人<br />
最多3G</td><td class="column-9">无</td>
	</tr>
	<tr class="row-7 odd">
		<td class="column-1">最大容量</td><td class="column-2">12G</td><td class="column-3">10G+（其他奖励活动有额外奖励）</td><td class="column-4">5G</td><td class="column-5">5G</td><td class="column-6">2G</td><td class="column-7">10G</td><td class="column-8">6G</td><td class="column-9">1G</td>
	</tr>
	<tr class="row-8 even">
		<td class="column-1">设备限制</td><td class="column-2">限制</td><td class="column-3">无限制</td><td class="column-4">无限制</td><td class="column-5">2台</td><td class="column-6">无限制</td><td class="column-7">2台</td><td class="column-8">2台</td><td class="column-9">无限制</td>
	</tr>
	<tr class="row-9 odd">
		<td class="column-1">同步</td><td class="column-2">单机同步</td><td class="column-3">支持</td><td class="column-4">支持</td><td class="column-5">不支持</td><td class="column-6">支持</td><td class="column-7">支持</td><td class="column-8">支持</td><td class="column-9">支持</td>
	</tr>
	<tr class="row-10 even">
		<td class="column-1">备份</td><td class="column-2">增量</td><td class="column-3">不支持</td><td class="column-4">不支持</td><td class="column-5">增量</td><td class="column-6">增量</td><td class="column-7">增量</td><td class="column-8">增量</td><td class="column-9">支持</td>
	</tr>
	<tr class="row-11 odd">
		<td class="column-1">带宽控制</td><td class="column-2">自定义</td><td class="column-3">自定义</td><td class="column-4">无限制</td><td class="column-5">自定义</td><td class="column-6">自定义</td><td class="column-7">强制限速</td><td class="column-8">自定义</td><td class="column-9">无限制</td>
	</tr>
	<tr class="row-12 even">
		<td class="column-1">传输加密</td><td class="column-2">128-bit SSL</td><td class="column-3">SSL</td><td class="column-4">SSL</td><td class="column-5">128-bit SSL</td><td class="column-6">SSL</td><td class="column-7">SSL</td><td class="column-8">128-bit SSL</td><td class="column-9">SSL</td>
	</tr>
	<tr class="row-13 odd">
		<td class="column-1">存储加密</td><td class="column-2">AES-256</td><td class="column-3">AES-256</td><td class="column-4">RSA+AES-128</td><td class="column-5">448-bit Blowfish / AES-256</td><td class="column-6">2048 byte RSA / AES-256</td><td class="column-7">AES-128</td><td class="column-8">AES-256</td><td class="column-9">AES</td>
	</tr>
	<tr class="row-14 even">
		<td class="column-1">文件限制</td><td class="column-2">无限制</td><td class="column-3">无限制</td><td class="column-4">无限制</td><td class="column-5">无限制</td><td class="column-6">无限制</td><td class="column-7">无限制</td><td class="column-8">无限制</td><td class="column-9">无限制</td>
	</tr>
	<tr class="row-15 odd">
		<td class="column-1">版本控制</td><td class="column-2">30个版本</td><td class="column-3">30天</td><td class="column-4">不支持</td><td class="column-5">30天</td><td class="column-6">所有</td><td class="column-7">3个版本</td><td class="column-8">所有</td><td class="column-9">所有</td>
	</tr>
	<tr class="row-16 even">
		<td class="column-1">分享</td><td class="column-2">不支持</td><td class="column-3">支持</td><td class="column-4">支持</td><td class="column-5">不支持</td><td class="column-6">支持</td><td class="column-7">支持</td><td class="column-8">支持</td><td class="column-9">支持</td>
	</tr>
	<tr class="row-17 odd">
		<td class="column-1">外链</td><td class="column-2">不支持</td><td class="column-3">支持</td><td class="column-4">不支持</td><td class="column-5">不支持</td><td class="column-6">不支持</td><td class="column-7">支持</td><td class="column-8">不支持</td><td class="column-9">不支持</td>
	</tr>
	<tr class="row-18 even">
		<td class="column-1">进程</td><td class="column-2">4个</td><td class="column-3">1个</td><td class="column-4">2个</td><td class="column-5">2个</td><td class="column-6">2个</td><td class="column-7">1个</td><td class="column-8">1个</td><td class="column-9">1个</td>
	</tr>
	<tr class="row-19 odd">
		<td class="column-1">备注</td><td class="column-2">Mac与Windows不能使用同一账户，因为Idrive不支持同一账户的多台机器的备份，但可以将已有备份恢复到任意机器上。</td><td class="column-3">iPhone客户端目前还在开发阶段。客户端上传无限制，Web上传最大350M。基于Amazon S3。<br />
【2009-09-30 更新：Dropbox 推出 iPhone 版客户端】</td><td class="column-4">Mac版处于封闭测试阶段。</td><td class="column-5">登录后申请恢复，通过收电子邮件来获得下载地址，且有效期为7天，只能使用一次，再次使用需要重新申请。</td><td class="column-6">未来开源或支持OLPC。</td><td class="column-7">免费账户有上传速度限制。<br />
【2009-10-09 更新：SugarSync 支持完全外链，其他用户无需注册或打开下载页面即可直接下载文件】<br />
【2010-04-03更新：官方已经提供简体中文网站】</td><td class="column-8">Mac版只支持Intel CPU的机器，暂未有支持PowerPC的计划。<strike>另由于，Mac版设计问题，已经停止提供且原有的客户端已无法访问，新版本会在明年发布。</strike><br />
【2010-04-03 更新：可以与 Google Docs 进行连接并同步】<br />
【2010-04-28 更新：Mac 版开始测试】</td><td class="column-9">文件存储在Amazon S3云服务器上，通过磁盘映射在本地进行操作。基于Amazon S3。</td>
	</tr>
</tbody>
</table>
</p>
<p>目前软言软语使用的是 Dropbox + Live Mesh 的组合，为的是稳定性和速度。当然 Live Mesh 目前还处于测试版，会有不少问题，但鉴于微软的实力，其稳定性应该毋庸置疑。 而 Dropbox 基于 Amazon S3的存储服务，稳定性也是不错的，又支持外链和版本控制，在我这里速度也很快，占用资源也不多。对于其他几款软件，因人和目的的不同，选择自然也不同。iDrive 和 Mozy 致力于完全的备份，所以不适合想要同步功能的人，iDrive 的资源占用也令人咋舌，相比而言 Mozy 稍好，但其日志文件增长十分迅速，即使把服务关了也还在记录，如果你发现硬盘空间少了，不妨查看一下 X:\Program Files\MozyHome\Data\filter_raw.log 的文件大小（X为安装盘）。目前，iDrive 是这里面免费空间容量最大的，而且获得奖励空间也相对容易，只要发送邀请即可，不需要被邀请人进行注册，不同于其他几款软件。Syncplicity 个人认为还是值得关注的，同步和备份做的都不错，但似乎在 Mac 客户端开发上出现了一些问题。而 ZumoDrive 严格意义上来说，只能算是网盘了，所有要备份的文件需要拖拽到其映射的磁盘中。值得一提的是，ZumoDrive 也是基于 Amazon S3 的服务。</p>
<hr /><h2>评论（23）</h2><ul><li><a href="http://www.iusesoft.info/2009/07/28/backup-sync-1-cloud/#comment-15">2009年07月31日</a>, <a href='http://butubuk.spaces.live.com' rel='external nofollow' class='url'>harry</a> 说：Syncplicity的设备限制好像也是2台吧，记得SugarSync好像可以邀请到10g</li><li><a href="http://www.iusesoft.info/2009/07/28/backup-sync-1-cloud/#comment-16">2009年07月31日</a>, <a href='http://www.iusesoft.info/' rel='external nofollow' class='url'>软言软语</a> 说：感谢指正，Syncplicity 设备确实限制为2台，而 SugarSync 通过邀请最多能到10G。
文章已更新。</li><li><a href="http://www.iusesoft.info/2009/07/28/backup-sync-1-cloud/#comment-19">2009年07月31日</a>, <a href='http://www.hypfx.com' rel='external nofollow' class='url'>流星天空</a> 说：最近还有e云备份，比较奇特的是我取消了一次之后，发现不知道怎么重新打开备份程序了。</li><li><a href="http://www.iusesoft.info/2009/07/28/backup-sync-1-cloud/#comment-20">2009年07月31日</a>, <a href='http://www.iusesoft.info/' rel='external nofollow' class='url'>软言软语</a> 说：中国电信的e云备份，据我所知是跟Mozy公司合作推出的，因此客户端跟Mozy基本一样，只不过是中文版的，而且只有Windows一个平台，且不能通过推荐获得额外空间。</li><li><a href="http://www.iusesoft.info/2009/07/28/backup-sync-1-cloud/#comment-24">2009年07月31日</a>, <a href='http://syncoo.com' rel='external nofollow' class='url'>XDash</a> 说：站长你好！非常喜欢你这个系列的文章。同步控申请转载，不知道可否？

http://www.syncoo.com</li><li><a href="http://www.iusesoft.info/2009/07/28/backup-sync-1-cloud/#comment-26">2009年07月31日</a>, <a href='http://blog.xystudio.info' rel='external nofollow' class='url'>小毅</a> 说：刚在你的另一篇文章留言说dropbox，呵呵，这边有。

前几天试用了一下e云，还没来得及用就重装了系统，回到了win 7，不知道e云怎么样。说实在话，国外的服务好，但是，怕那个啥的……

PS.评论的字体偏小。</li><li><a href="http://www.iusesoft.info/2009/07/28/backup-sync-1-cloud/#comment-28">2009年07月31日</a>, <a href='http://www.iusesoft.info/' rel='external nofollow' class='url'>软言软语</a> 说：欢迎转载，只要保留出处，转载也便于大家交流。</li><li><a href="http://www.iusesoft.info/2009/07/28/backup-sync-1-cloud/#comment-29">2009年07月31日</a>, <a href='http://www.iusesoft.info/' rel='external nofollow' class='url'>软言软语</a> 说：e云就是中国电信与Mozy合作推出的。关于备份和同步，跟人觉得最重要是稳定性与速度。</li><li><a href="http://www.iusesoft.info/2009/07/28/backup-sync-1-cloud/#comment-36">2009年08月1日</a>, <a href='http://hi.baidu.com/feiyoshang' rel='external nofollow' class='url'>feiyoshang</a> 说：从善用佳软看到本博，好文章～加油哈～</li><li><a href="http://www.iusesoft.info/2009/07/28/backup-sync-1-cloud/#comment-38">2009年08月1日</a>, <a href='http://www.iusesoft.info/' rel='external nofollow' class='url'>软言软语</a> 说：谢谢</li><li><a href="http://www.iusesoft.info/2009/07/28/backup-sync-1-cloud/#comment-40">2009年08月2日</a>, <a href='http://www.syncoo.com/8-cloud-online-storage-424.htm' rel='external nofollow' class='url'>8款流行网络同步硬盘评测报告 | 同步控</a> 说：[...] # 感谢软言软语的供稿，原文地址，原作标题为《备份与同步（一）——云应用篇》。 [...]</li><li><a href="http://www.iusesoft.info/2009/07/28/backup-sync-1-cloud/#comment-58">2009年08月12日</a>, <a href='http://butubuk.spaces.live.com' rel='external nofollow' class='url'>harry</a> 说：一说到电信我就想到流氓</li><li><a href="http://www.iusesoft.info/2009/07/28/backup-sync-1-cloud/#comment-209">2009年10月30日</a>, <a href='http://www.perday.tv/news/archives/81589' rel='external nofollow' class='url'>目前常见免费云应用比较 &laquo; 每日IT新闻，最新IT资讯，聚合多站点消息，保证你与世界同步</a> 说：[...] Live Mesh, Mozy, SpiderOak, SugarSync, Syncplicity, ZumoDrive等，详细比较结果请参看“备份与同步（一）——云应用篇 @ 软言软语”。 目前软言软语使用的是 Dropbox + Live Mesh [...]</li><li><a href="http://www.iusesoft.info/2009/07/28/backup-sync-1-cloud/#comment-214">2009年10月30日</a>, <a href='http://www.52bingcheng.com/2009/10/30/yunjisuan/' rel='external nofollow' class='url'>云计算应用比较 | BING必应CHENG</a> 说：[...] Live Mesh, Mozy, SpiderOak, SugarSync, Syncplicity, ZumoDrive等，详细比较结果请参看“备份与同步（一）——云应用篇 @ 软言软语”。 目前软言软语使用的是 Dropbox + Live Mesh [...]</li><li><a href="http://www.iusesoft.info/2009/07/28/backup-sync-1-cloud/#comment-217">2009年10月30日</a>, <a href='http://www.jiaoyan.org' rel='external nofollow' class='url'>jfly</a> 说：Live Mesh很不稳定，我装了几次最终都卸掉了。
另，有的好像有单文件大小限制。</li><li><a href="http://www.iusesoft.info/2009/07/28/backup-sync-1-cloud/#comment-219">2009年10月30日</a>, daniel 说：check Wuala.com</li><li><a href="http://www.iusesoft.info/2009/07/28/backup-sync-1-cloud/#comment-224">2009年10月31日</a>, <a href='http://www.iusesoft.info' rel='external nofollow' class='url'>软言软语</a> 说：Live Mesh 确实不很稳定，主要还是因为出于测试阶段。关于单个文件大小限制，部分服务确实有，可能是SugarSync，它的限制较多。关于这一点，软言软语没有详尽测试，希望有知道的朋友能够提供，谢谢。</li><li><a href="http://www.iusesoft.info/2009/07/28/backup-sync-1-cloud/#comment-232">2009年11月1日</a>, <a href='http://topsy.com/tb/bit.ly/1nMSLP' rel='external nofollow' class='url'>Tweets that mention 备份与同步（一）——云应用篇 | 软言软语 -- Topsy.com</a> 说：[...] This post was mentioned on Twitter by Mengge Li, Shichao. Shichao said: 备份与同步——云应用篇 http://ff.im/-aOpwY [...]</li><li><a href="http://www.iusesoft.info/2009/07/28/backup-sync-1-cloud/#comment-240">2009年11月3日</a>, <a href='http://www.canbeing.com/' rel='external nofollow' class='url'>canbeing</a> 说：偶用dropbox一年多了，不错，稳定。</li><li><a href="http://www.iusesoft.info/2009/07/28/backup-sync-1-cloud/#comment-1299">2010年05月13日</a>, <a href='http://www.a-shun.com/archives/21358.html' rel='external nofollow' class='url'>Dropbox 被墙之后及同类服务推荐 | A.shun's Blog</a> 说：[...] RSS订阅Google readerQQ Mail鲜果抓虾9点有道My yahoo哪吒 Home &raquo; 资源分享Dropbox 被墙之后及同类服务推荐 2010年05月13日 By A.shun Leave a comment Go to comments5月10号，非常好用的云存储服务 Dropbox 无法直接访问了。 其实这个事情一点也不惊讶。不久前它的外链地址就被迫修改过。尽管如此，在当天确认了这一消息的时候，还是让人感到一阵愤怒。 当然，愤怒无济于事，这事渐渐过去了。再次也稍微说一下。 优秀的国外服务总有这么一天终于也轮到 Dropbox 被墙了。 继一大批知名的国外服务：Twitter、Blogger、Facebook、YouTube 、Wordpress.com、MyOpera...之后， Dropbox 也获得了 G￥F￥W 认证。 但 Dropbox 是一个基本无关言论，也没有招谁惹谁的服务，也依然被墙了。可以看出某些部门是不讲道理的，国外的优秀服务难免都会是这种命运。Dropbox 的无法连接的解决方法少了 Dropbox 的确在很多地方给我们造成了不方便。毕竟它是何其的优秀。当然，我们还是可以用 Dropbox 的，通过修改 host 加入 Dropbox 的 IP 或者使用SSH代理、vpn等手段。Dropbox 是值得信任的，麻烦一点也继续使用。Dropbox 的替代工具尽管很不想提这个，有点办后事的感觉。 但作为文件同步、存储和分享服务，从速度和方便性来说，靠代理就有点不现实了。唉。有备无患吧。同类网络同步软件中比较知名的有 Live Mesh 、SugarSync 、Syncplicity。 其中 Live Mesh是微软出品的网络同步服务，但和 Syncplicity 都需要.Net 。ZumoDrive 和 Dropbox 一样是是基于 Amazon S3 的网络存储，但是客户端需要Java支持。A.shun 选择的是 SugarSync 。本地客户端能支持同步多个文件夹，支持更多的移动平台。 SugarSync 的免费用户的空间大小同样是 2G，支持推荐注册增加容量，据说额外获得的空间有时间限制- -。 Web 端没有 Dropbox 那么灵活。支持增量备份，但仅支持3个版本。速度上还是 Dropbox 快些。此外还有 SpiderOak 、Mozy 、IDrive、CloudApp 、Box.net 、MobileMe 。。等众多服务，可以体验下。最后推荐两篇文章：《备份与同步（一）——云应用篇》《Dropbox的6款暂时性替代工具》最后的最后，5月35日不远了，那个时候肯定会有更多的服务离开我们，要早点习惯，要淡定些。&raquo; 转载请注明来源：A.shun&#39;s Blog &raquo;  《Dropbox 被墙之后及同类服务推荐》&raquo; 本文链接地址：http://www.a-shun.com/archives/21358.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 Dropbox, 同步, 网络硬盘2009年11月12日 -- SkyDrive使用技巧和本地同步软件 (121)2010年03月30日 -- 博客数据备份方案 (128)2009年12月11日 -- FeedDemon：给你使用离线阅读器的理由 (140)2009年11月15日 -- Synkron：优秀的多任务同步软件 (77)2009年06月30日 -- 五款最好的免费同步软件 (95)Flash Block For Opera/Firefox/Chrome  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/2009/07/28/backup-sync-1-cloud/#comment-1336">2010年05月25日</a>, <a href='http://xijie.wordpress.com/2010/05/25/dropbox-%e8%a2%ab%e5%a2%99%e4%b9%8b%e5%90%8e%e5%8f%8a%e5%90%8c%e7%b1%bb%e6%9c%8d%e5%8a%a1%e6%8e%a8%e8%8d%90/' rel='external nofollow' class='url'>Dropbox 被墙之后及同类服务推荐 &laquo; 细节的力量</a> 说：[...] 《备份与同步（一）——云应用篇》 [...]</li><li><a href="http://www.iusesoft.info/2009/07/28/backup-sync-1-cloud/#comment-1422">2010年06月22日</a>, <a href='http://ubuntudy.72pines.com/2010/06/22/linux%e4%b8%8b%e7%9a%84%e4%ba%91%e5%90%8c%e6%ad%a5%e5%ae%a2%e6%88%b7%e7%ab%af/' rel='external nofollow' class='url'>Ubuntu倒腾日志 &raquo; Linux下的云同步客户端</a> 说：[...] 在网上找了一下，在软言软语里找到了一个mac window [...]</li><li><a href="http://www.iusesoft.info/2009/07/28/backup-sync-1-cloud/#comment-1433">2010年07月1日</a>, <a href='http://ubuntudy.tk/2010/06/linux%e4%b8%8b%e7%9a%84%e4%ba%91%e5%90%8c%e6%ad%a5%e5%ae%a2%e6%88%b7%e7%ab%af/' rel='external nofollow' class='url'>Linux下的云同步客户端 | Ubuntudy倒腾志</a> 说：[...] 在网上找了一下，在软言软语里找到了一个mac window [...]</li></ul><hr /><small>
来源网站：<a href="http://www.iusesoft.info/" target="_blank">软言软语</a><br />
原文链接：<a href="http://www.iusesoft.info/2009/07/28/backup-sync-1-cloud/" target="_blank">http://www.iusesoft.info/2009/07/28/backup-sync-1-cloud/</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/29/backup-sync-2-local/' rel='bookmark' title='Permanent Link: 备份与同步（二）——本地篇'>备份与同步（二）——本地篇</a></li>
<li><a href='http://www.iusesoft.info/2009/09/16/online-backup-service-review-macworld/' rel='bookmark' title='Permanent Link: Macworld：在线备份服务评测'>Macworld：在线备份服务评测</a></li>
<li><a href='http://www.iusesoft.info/2009/10/22/waveboard-and-live-mesh-for-snow-leopard/' rel='bookmark' title='Permanent Link: [Mac]Waveboard 与 Live Mesh for Snow Leopard'>[Mac]Waveboard 与 Live Mesh for Snow Leopard</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.iusesoft.info/2009/07/28/backup-sync-1-cloud/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
	</channel>
</rss>
