<?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; Ubuntu</title>
	<atom:link href="http://sancc.com/archives/tag/ubuntu/feed" rel="self" type="application/rss+xml" />
	<link>http://sancc.com</link>
	<description>又名沙浪或沙浪网络，专注于互联网事业！</description>
	<lastBuildDate>Fri, 30 Jul 2010 07:04:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Ubuntu 10.04 更新源大全</title>
		<link>http://sancc.com/archives/5841</link>
		<comments>http://sancc.com/archives/5841#comments</comments>
		<pubDate>Tue, 18 May 2010 00:59:41 +0000</pubDate>
		<dc:creator>沙浪网 SANCC.COM</dc:creator>
				<category><![CDATA[沙浪网博客文章]]></category>
		<category><![CDATA[科技与互联网]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://sancc.com/?p=5841</guid>
		<description><![CDATA[安装了Linux操作系统 Ubuntu 10.04 之后，首先需要进行系统更新。而默认的更新源一般速度较慢，所以这里推荐一些较好的更新源，同时说明更新源的使用方法。 要替换原有的更新源，需要执行以下步骤： 1、编辑你的源列表（必须步骤） 命令：sudo gedit /etc/apt/sources.list 用此命令编辑你的源列表，将原来的内容全部删除（也可在每行命令之前加“#”而不必删除），添加下面列表中最适合你的源（注意不需要全部添加），选择一个最合适你的即可，复制到你的列表中，然后保存列表。 2、更新源列表信息（必须步骤） 命令：sudo apt-get update 可以在运行“sudo apt-get update ”时查看一下错误信息，把不能连接的源删除再重新运行“sudo apt-get update ”。 3、系统更新（可选步骤） 命令：sudo apt-get upgrade 系统更新也可以使用Ubuntu自带的更新管理器升级也可 以下是 Ubuntu 10.04 更新源列表： （注：只复制粘贴所有deb开头的行。细心的读者会发现源sources.list文件中有以许多#开头的行，这个#意味这此行为注释行，不起作用，剩余的deb的行才是真正的源） Ubuntu台湾官方更新源（速度较快）： deb http://tw.archive.ubuntu.com/ubuntu/ lucid main universe restricted multiverse deb http://tw.archive.ubuntu.com/ubuntu/ lucid-updates universe main multiverse restricted deb http://tw.archive.ubuntu.com/ubuntu/ lucid-proposed universe main multiverse restricted deb http://tw.archive.ubuntu.com/ubuntu/ [...]]]></description>
			<content:encoded><![CDATA[<p><strong>安装了<a href="http://zh.wikipedia.org/wiki/Linux" target="_blank">Linux</a>操作系统 <a href="http://www.ubuntu.com/" target="_blank">Ubuntu 10.04</a> 之后，首先需要进行系统更新。而默认的更新源一般速度较慢，所以这里推荐一些较好的更新源，同时说明更新源的使用方法。</strong></p>
<p>要替换原有的更新源，需要执行以下步骤：</p>
<p><strong>1、编辑你的源列表（必须步骤）</strong></p>
<p>命令：<strong>sudo gedit /etc/apt/sources.list</strong></p>
<p>用此命令编辑你的源列表，将原来的内容全部删除（也可在每行命令之前加“#”而不必删除），添加下面列表中最适合你的源（注意不需要全部添加），选择一个最合适你的即可，复制到你的列表中，然后保存列表。</p>
<p><strong>2、更新源列表信息（必须步骤）</strong></p>
<p>命令：<strong>sudo apt-get update</strong></p>
<p>可以在运行“sudo apt-get update ”时查看一下错误信息，把不能连接的源删除再重新运行“sudo apt-get update ”。</p>
<p><strong>3、系统更新（可选步骤）</strong></p>
<p>命令：sudo apt-get upgrade</p>
<p>系统更新也可以使用Ubuntu自带的更新管理器升级也可</p>
<p><strong>以下是 Ubuntu 10.04 更新源列表：</strong></p>
<p>（注：只复制粘贴所有deb开头的行。细心的读者会发现源sources.list文件中有以许多#开头的行，这个#意味这此行为注释行，不起作用，剩余的deb的行才是真正的源）</p>
<p><strong>Ubuntu台湾官方更新源（速度较快）：</strong></p>
<p><em>deb http://tw.archive.ubuntu.com/ubuntu/ lucid main universe restricted multiverse<br />
deb http://tw.archive.ubuntu.com/ubuntu/ lucid-updates universe main multiverse restricted<br />
deb http://tw.archive.ubuntu.com/ubuntu/ lucid-proposed universe main multiverse restricted<br />
deb http://tw.archive.ubuntu.com/ubuntu/ lucid-security universe main multiverse restricted<br />
deb http://tw.archive.ubuntu.com/ubuntu/ lucid-backports main multiverse restricted universe<br />
deb-src http://tw.archive.ubuntu.com/ubuntu/ lucid main universe restricted multiverse<br />
deb-src http://tw.archive.ubuntu.com/ubuntu/ lucid-security universe main multiverse restricted<br />
deb-src http://tw.archive.ubuntu.com/ubuntu/ lucid-updates universe main multiverse restricted<br />
deb-src http://tw.archive.ubuntu.com/ubuntu/ lucid-proposed universe main multiverse restricted<br />
deb-src http://tw.archive.ubuntu.com/ubuntu/ lucid-backports universe main multiverse restricted</em></p>
<p><strong>网易开源镜像站</strong><strong>（速度较快）：</strong></p>
<p>提供 FreeBSD ， OpenBSD ， archlinux ， centos ， cygwin ， debian ， Fedora ， gentoo ， kernel ， openSUSE ， slackware ， Ubuntu</p>
<p><em>deb http://mirrors.163.com/Ubuntu/ lucid main universe restricted multiverse<br />
deb-src http://mirrors.163.com/Ubuntu/ lucid main universe restricted multiverse<br />
deb http://mirrors.163.com/Ubuntu/ lucid-security universe main multiverse restricted<br />
deb-src http://mirrors.163.com/Ubuntu/ lucid-security universe main multiverse restricted<br />
deb http://mirrors.163.com/Ubuntu/ lucid-updates universe main multiverse restricted<br />
deb http://mirrors.163.com/Ubuntu/ lucid-proposed universe main multiverse restricted<br />
deb-src http://mirrors.163.com/Ubuntu/ lucid-proposed universe main multiverse restricted<br />
deb http://mirrors.163.com/Ubuntu/ lucid-backports universe main multiverse restricted<br />
deb-src http://mirrors.163.com/Ubuntu/ lucid-backports universe main multiverse restricted<br />
deb-src http://mirrors.163.com/Ubuntu/ lucid-updates universe main multiverse restricted</em></p>
<p><strong>搜狐开源镜像站</strong><strong>（速度较快）：</strong></p>
<p>提供 CPAN ， FreeBSD ， NetBSD ， OpenBSD ， apache ， archlinux ， centos ， cygwin ， dag ， debian ， Fedora ， gentoo ， kernel ， lfs ， mysql ， nginx ， openSUSE ， php ， rpmfusion ， slackware ， Ubuntu</p>
<p><em>deb http://mirrors.sohu.com/Ubuntu/ lucid main universe restricted multiverse<br />
deb-src http://mirrors.sohu.com/Ubuntu/ lucid main universe restricted multiverse<br />
deb http://mirrors.sohu.com/Ubuntu/ lucid-security universe main multiverse restricted<br />
deb-src http://mirrors.sohu.com/Ubuntu/ lucid-security universe main multiverse restricted<br />
deb http://mirrors.sohu.com/Ubuntu/ lucid-updates universe main multiverse restricted<br />
deb http://mirrors.sohu.com/Ubuntu/ lucid-proposed universe main multiverse restricted<br />
deb-src http://mirrors.sohu.com/Ubuntu/ lucid-proposed universe main multiverse restricted<br />
deb http://mirrors.sohu.com/Ubuntu/ lucid-backports universe main multiverse restricted<br />
deb-src http://mirrors.sohu.com/Ubuntu/ lucid-backports universe main multiverse restricted<br />
deb-src http://mirrors.sohu.com/Ubuntu/ lucid-updates universe main multiverse restricted</em></p>
<p><strong>Lupaworld中国源</strong><strong>（速度较快）</strong>：</p>
<p>提供 ArchLinux ， Everest ， FreeBSD ， Fedora ， LFS ， Magiclinux ， Mandriva ， OpenOffice ， openSUSE ， Puppy ， Red Hat ， Slitaz ， Turbolinux ， Ubuntu ， 中标普华</p>
<p><em>deb http://mirror.lupaworld.com/Ubuntu/ lucid main universe restricted multiverse<br />
deb-src http://mirror.lupaworld.com/Ubuntu/ lucid main universe restricted multiverse<br />
deb http://mirror.lupaworld.com/Ubuntu/ lucid-security universe main multiverse restricted<br />
deb-src http://mirror.lupaworld.com/Ubuntu/ lucid-security universe main multiverse restricted<br />
deb http://mirror.lupaworld.com/Ubuntu/ lucid-updates universe main multiverse restricted<br />
deb http://mirror.lupaworld.com/Ubuntu/ lucid-proposed universe main multiverse restricted<br />
deb-src http://mirror.lupaworld.com/Ubuntu/ lucid-proposed universe main multiverse restricted<br />
deb http://mirror.lupaworld.com/Ubuntu/ lucid-backports universe main multiverse restricted<br />
deb-src http://mirror.lupaworld.com/Ubuntu/ lucid-backports universe main multiverse restricted<br />
deb-src http://mirror.lupaworld.com/Ubuntu/ lucid-updates universe main multiverse restricted</em></p>
<p><strong>rootguide 源，Ubuntu官方上海源</strong>：</p>
<p><em>deb http://mirror.rootguide.org/Ubuntu/ lucid main universe restricted multiverse<br />
deb-src http://mirror.rootguide.org/Ubuntu/ lucid main universe restricted multiverse<br />
deb http://mirror.rootguide.org/Ubuntu/ lucid-security universe main multiverse restricted<br />
deb-src http://mirror.rootguide.org/Ubuntu/ lucid-security universe main multiverse restricted<br />
deb http://mirror.rootguide.org/Ubuntu/ lucid-updates universe main multiverse restricted<br />
deb http://mirror.rootguide.org/Ubuntu/ lucid-proposed universe main multiverse restricted<br />
deb-src http://mirror.rootguide.org/Ubuntu/ lucid-proposed universe main multiverse restricted<br />
deb http://mirror.rootguide.org/Ubuntu/ lucid-backports universe main multiverse restricted<br />
deb-src http://mirror.rootguide.org/Ubuntu/ lucid-backports universe main multiverse restricted<br />
deb-src http://mirror.rootguide.org/Ubuntu/ lucid-updates universe main multiverse restricted</em></p>
<p><strong>骨头源 SRT</strong>：<br />
<em><br />
deb http://Ubuntu.srt.cn/ubuntu/ lucid main universe restricted multiverse<br />
deb-src http://Ubuntu.srt.cn/ubuntu/ lucid main universe restricted multiverse<br />
deb http://Ubuntu.srt.cn/ubuntu/ lucid-security universe main multiverse restricted<br />
deb-src http://Ubuntu.srt.cn/ubuntu/ lucid-security universe main multiverse restricted<br />
deb http://Ubuntu.srt.cn/ubuntu/ lucid-updates universe main multiverse restricted<br />
deb http://Ubuntu.srt.cn/ubuntu/ lucid-proposed universe main multiverse restricted<br />
deb-src http://Ubuntu.srt.cn/ubuntu/ lucid-proposed universe main multiverse restricted<br />
deb http://Ubuntu.srt.cn/ubuntu/ lucid-backports universe main multiverse restricted<br />
deb-src http://Ubuntu.srt.cn/ubuntu/ lucid-backports universe main multiverse restricted<br />
deb-src http://Ubuntu.srt.cn/ubuntu/ lucid-updates universe main multiverse restricted</em></p>
<p><strong>网易开源镜像站</strong>：</p>
<p><em>deb http://Ubuntu.cn99.com/ubuntu/ lucid main universe restricted multiverse<br />
deb-src http://Ubuntu.cn99.com/ubuntu/ lucid main universe restricted multiverse<br />
deb http://Ubuntu.cn99.com/ubuntu/ lucid-security universe main multiverse restricted<br />
deb-src http://Ubuntu.cn99.com/ubuntu/ lucid-security universe main multiverse restricted<br />
deb http://Ubuntu.cn99.com/ubuntu/ lucid-updates universe main multiverse restricted<br />
deb http://Ubuntu.cn99.com/ubuntu/ lucid-proposed universe main multiverse restricted<br />
deb-src http://Ubuntu.cn99.com/ubuntu/ lucid-proposed universe main multiverse restricted<br />
deb http://Ubuntu.cn99.com/ubuntu/ lucid-backports universe main multiverse restricted<br />
deb-src http://Ubuntu.cn99.com/ubuntu/ lucid-backports universe main multiverse restricted<br />
deb-src http://Ubuntu.cn99.com/ubuntu/ lucid-updates universe main multiverse restricted</em></p>
<p><strong>搜狐开源镜像站</strong>：</p>
<p><em>deb http://mirrors.shlug.org/Ubuntu/ lucid main universe restricted multiverse<br />
deb-src http://mirrors.shlug.org/Ubuntu/ lucid main universe restricted multiverse<br />
deb http://mirrors.shlug.org/Ubuntu/ lucid-security universe main multiverse restricted<br />
deb-src http://mirrors.shlug.org/Ubuntu/ lucid-security universe main multiverse restricted<br />
deb http://mirrors.shlug.org/Ubuntu/ lucid-updates universe main multiverse restricted<br />
deb http://mirrors.shlug.org/Ubuntu/ lucid-proposed universe main multiverse restricted<br />
deb-src http://mirrors.shlug.org/Ubuntu/ lucid-proposed universe main multiverse restricted<br />
deb http://mirrors.shlug.org/Ubuntu/ lucid-backports universe main multiverse restricted<br />
deb-src http://mirrors.shlug.org/Ubuntu/ lucid-backports universe main multiverse restricted<br />
deb-src http://mirrors.shlug.org/Ubuntu/ lucid-updates universe main multiverse restricted</em></p>
]]></content:encoded>
			<wfw:commentRss>http://sancc.com/archives/5841/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>在线存储服务 Ubuntu One 出现500服务器错误</title>
		<link>http://sancc.com/archives/5784</link>
		<comments>http://sancc.com/archives/5784#comments</comments>
		<pubDate>Mon, 26 Apr 2010 00:51:00 +0000</pubDate>
		<dc:creator>沙浪网 SANCC.COM</dc:creator>
				<category><![CDATA[沙浪网博客文章]]></category>
		<category><![CDATA[科技与互联网]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://sancc.com/?p=5784</guid>
		<description><![CDATA[Ubuntu One 是由 Ubuntu 所属的母公司 Canonical 所推出的一项网络服务。该服务能够存储你的文件，并允许你在多台电脑上同步，还可以与好友分享这些文件。 Ubuntu One 为免费用户提供 2GB 空间，更多空间需要付费才能获得。目前，Ubuntu One 尚处于 Beta 测试阶段，此前需经过邀请方能使用。 今天早上沙浪网打算上传一些图片，结果发现这项在线存储服务 Ubuntu One 出现500服务器错误（20分钟后再次登录已恢复正常），提示如下： Something has gone wrong (500) We&#8217;ve recorded this problem and it will get investigated with the logs. If this problem is urgent, please file a bug report and include this number: OOPS-ID-1577appserver1827 For more general [...]]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://www.ubuntuone.com/" target="_blank">Ubuntu One</a> 是由 <a href="http://www.ubuntu.com/" target="_blank">Ubuntu</a> 所属的母公司 <a href="http://www.canonical.com/" target="_blank">Canonical</a> 所推出的一项网络服务。该服务能够存储你的文件，并允许你在多台电脑上同步，还可以与好友分享这些文件。</strong></p>
<p><a href="https://one.ubuntu.com/" target="_blank">Ubuntu One</a> 为免费用户提供 2GB 空间，更多空间需要付费才能获得。目前，Ubuntu One 尚处于 Beta 测试阶段，此前需经过邀请方能使用。</p>
<p>今天早上<a href="http://sancc.com/" target="_blank">沙浪网</a>打算上传一些图片，结果发现这项在线存储服务 Ubuntu One 出现500服务器错误（20分钟后再次登录已恢复正常），提示如下：</p>
<p><strong>Something has gone wrong (500)</strong></p>
<p>We&#8217;ve recorded this problem and it will get investigated with the logs. If this problem is urgent, please <a href="https://bugs.launchpad.net/ubuntuone-servers/+filebug" target="_blank">file a bug report</a> and include this number: OOPS-ID-1577appserver1827</p>
<p>For more general information on Ubuntu One subscribe to our <a href="http://launchpad.net/~ubuntuone-users" target="_blank">mailing list</a>, check our <a href="http://one.ubuntu.com/blog" target="_blank">blog</a> or follow Ubuntu One on <a href="http://twitter.com/ubuntuone" target="_blank">twitter</a> and <a href="http://identi.ca/ubuntuone" target="_blank">identi.ca</a> to get updates.</p>
<p><a href="http://sancc.com/wp-content/uploads/2010/04/ubuntu-one.jpg" target="_blank"><img class="aligncenter size-full wp-image-5785" title="Ubuntu One 500 Error" src="http://sancc.com/wp-content/uploads/2010/04/ubuntu-one.jpg" alt="" width="580" height="491" /></a></p>
<p><strong>Ubuntu 10.04 重大内存泄漏修复</strong></p>
<p><a href="http://www.ubuntu.com/testing/lucid/beta1" target="_blank">Ubuntu 10.04 LTS</a> 在最后紧要关头却出现了一个“重大的内存泄露问题”，而且不太好解决。</p>
<p>经过调查，此问题出现在 <a href="https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/565981" target="_blank">X.org Server</a> 组件最近升级的GLX 1.4增强补丁中，它本应修复几个崩溃问题，但却会造成内存泄露，比如Intel系统上运行八个小时就会占用1GB或者更多内存，最终导致系统越来越慢，最终无法使用。</p>
<p>昨天爆出的GLX1.4内存泄漏问题，今天在LaunchPad上的开发者 <a href="https://launchpad.net/%7Esarvatt" target="_blank">Robert Hooker</a> 提交了这个补丁，至此这个补丁得到了修复。</p>
<p><strong>Ubuntu 桌面培训 (Ubuntu Desktop Course) 中文译本发布</strong></p>
<p>经过一段时间的努力，Ubuntu 桌面培训已经完成翻译，<a href="http://people.ubuntu.com/%7Ehappyaron/udc-cn/index.html" target="_blank">正式公布</a>。 本课程为家庭用户和办公室用户提供 Ubuntu 操作系统的培训。目标对象不必预先了解 Ubuntu，但必须具备基本的计算机使用能力。要开始学习本课程，请先在您的计算机硬盘上安装 Ubuntu 9.10。</p>
<p>本课程以模块为单位来组织。在教室中进行全日制学习的话，两天就可以学习完整个课程。另外，您可以按需选择主题和课程，本课程的关键部分可以在一天之内学完。</p>
<p>相较于原英文版本，中文版针对 <a href="http://releases.ubuntu.com/karmic/" target="_blank">Ubuntu 9.10</a> 进行了适当的修订。（由于翻译开始的时候，10.04 仅仅还处于内测阶段，尽请谅解）</p>
]]></content:encoded>
			<wfw:commentRss>http://sancc.com/archives/5784/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 10.04 将抛弃雅虎 重新启用Google</title>
		<link>http://sancc.com/archives/5665</link>
		<comments>http://sancc.com/archives/5665#comments</comments>
		<pubDate>Fri, 09 Apr 2010 02:19:14 +0000</pubDate>
		<dc:creator>沙浪网 SANCC.COM</dc:creator>
				<category><![CDATA[沙浪网博客文章]]></category>
		<category><![CDATA[科技与互联网]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Yahoo]]></category>

		<guid isPermaLink="false">http://sancc.com/?p=5665</guid>
		<description><![CDATA[Ubuntu开发商Canonical表示，其最新一代操作系统 Ubuntu 10.04 将放弃使用雅虎搜索引擎作为默认搜索工具，而Google公司的搜索引擎将被重新启用。 Canonical于今年1月份曾宣布，将选择雅虎的搜索引擎作为其新产品的默认搜索工具。Canonical当时曾表示，选择雅虎作为Ubuntu操作系统默认搜索工具是双方整个收益共享交易的一部分，这项合作方案所带来的收入“将帮助Canonical向软件开发商提供资金资助，从而继续进行Ubuntu操作系统及 Ubuntu Platform 的研发。” Canonical公司Ubuntu桌面团队工程经理斯宾塞（Rick Spencer）于本周三宣布，在考虑了“用户体验、用户偏好、Ubuntu成本及收益、浏览器及其他项目”等一系列因素之后，该公司决定其新一代操作系统 Ubuntu 10.04 将重新使用Google公司的搜索引擎作为默认搜索工具，而使用雅虎搜索引擎的方案将被抛弃。 斯宾塞并没有给出做出上述决定的具体原因，但是他表示：“我们并不愿意在搜索引擎供应商的选择问题上反反复复。但是当前环境所发生的变化超出了我们的预期。”斯宾塞同时指出，Ubuntu 10.04 研发版本的修改将在尽可能短的时间内完成。 Ubuntu Linux用户超过1200万 Canonical今天公布了最新用户数量数据，Ubuntu的用户数量已经超过1200万。 2008年4月曾有数据显示Ubuntu的用户数量达到800万，一年过去，用户数增加了50%。同时，Ubuntu 10.04，代号&#8221;Lucid Lynx&#8221;的发布将为这一世界上最多的Linux用户群体提供更大的动力。 &#8220;Lucid Lynx&#8221; 将在两年内实行 LTS 稳定长期支持，同时提供三年桌面和五年的服务器版本支持。新版带来了&#8221;aubergine&#8221;界面和社交网络的全面支持。 Ubuntu 10.04可3.6秒启动 Ubuntu开发团队一直热衷于提升系统的启动速度。在最新发布的两个Ubuntu版本中，系统启动速度已经提升到新的水平。Ubuntu 开发者预计 Ubuntu 10.04 的启动时间不会达到10秒，但 Ubuntu 开发者 Benjamin Drung 的测试结果显示，Ubuntu 10.04（开发代号 Lucid Lynx） 在SSD（固态硬盘）上的启动时间已经缩短到3.6秒。 在 64 GB 的 Super Talent Ultradrive GX 固态硬盘上，Benjamin 对 Ubuntu 10.04 [...]]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://www.ubuntu.com/" target="_blank">Ubuntu</a>开发商<a href="http://www.canonical.com/" target="_blank">Canonical</a>表示，其最新一代操作系统 <a href="http://www.ubuntu.com/testing/lucid/beta1" target="_blank">Ubuntu 10.04</a> 将放弃使用<a href="http://www.yahoo.com/" target="_blank">雅虎</a>搜索引擎作为默认搜索工具，而<a href="http://www.google.com/" target="_blank">Google</a>公司的搜索引擎将被重新启用。</strong></p>
<p><a href="http://www.canonical.com/" target="_blank">Canonical</a>于今年1月份曾宣布，将选择<a href="http://www.yahoo.com/" target="_blank">雅虎</a>的搜索引擎作为其新产品的默认搜索工具。<a href="http://www.canonical.com/" target="_blank">Canonical</a>当时曾表示，选择雅虎作为<a href="http://www.ubuntu.com/" target="_blank">Ubuntu</a>操作系统默认搜索工具是双方整个收益共享交易的一部分，这项合作方案所带来的收入“将帮助Canonical向软件开发商提供资金资助，从而继续进行Ubuntu操作系统及 Ubuntu Platform 的研发。”</p>
<p><a href="http://www.canonical.com/" target="_blank">Canonical</a>公司<a href="http://www.ubuntu.com/" target="_blank">Ubuntu</a>桌面团队工程经理斯宾塞（Rick Spencer）于本周三宣布，在考虑了“用户体验、用户偏好、Ubuntu成本及收益、浏览器及其他项目”等一系列因素之后，该公司决定其新一代操作系统 Ubuntu 10.04 将重新使用<a href="http://www.google.com/" target="_blank">Google</a>公司的搜索引擎作为默认搜索工具，而使用<a href="http://www.yahoo.com/" target="_blank">雅虎</a>搜索引擎的方案将被抛弃。</p>
<p>斯宾塞并没有给出做出上述决定的具体原因，但是他表示：“我们并不愿意在搜索引擎供应商的选择问题上反反复复。但是当前环境所发生的变化超出了我们的预期。”斯宾塞同时指出，Ubuntu 10.04 研发版本的修改将在尽可能短的时间内完成。</p>
<p><strong>Ubuntu Linux用户超过1200万</strong></p>
<p><a href="http://www.canonical.com/" target="_blank">Canonical</a>今天公布了最新用户数量数据，<a href="http://www.ubuntu.com/" target="_blank">Ubuntu</a>的用户数量已经超过1200万。</p>
<p>2008年4月曾有数据显示<a href="http://www.ubuntu.com/" target="_blank">Ubuntu</a>的用户数量达到800万，一年过去，用户数增加了50%。同时，Ubuntu 10.04，代号&#8221;Lucid Lynx&#8221;的发布将为这一世界上最多的Linux用户群体提供更大的动力。</p>
<p>&#8220;Lucid Lynx&#8221; 将在两年内实行 <a href="https://wiki.ubuntu.com/LTS" target="_blank">LTS</a> 稳定长期支持，同时提供三年桌面和五年的服务器版本支持。新版带来了&#8221;aubergine&#8221;界面和社交网络的全面支持。</p>
<p><strong>Ubuntu 10.04可3.6秒启动</strong></p>
<p><a href="http://www.ubuntu.com/" target="_blank">Ubuntu</a>开发团队一直热衷于提升系统的启动速度。在最新发布的两个Ubuntu版本中，系统启动速度已经提升到新的水平。Ubuntu 开发者预计 Ubuntu 10.04 的启动时间不会达到10秒，但 Ubuntu 开发者 Benjamin Drung 的测试结果显示，Ubuntu 10.04（开发代号 Lucid Lynx） 在SSD（固态硬盘）上的启动时间已经缩短到3.6秒。</p>
<p>在 64 GB 的 Super Talent Ultradrive GX 固态硬盘上，Benjamin 对 Ubuntu 10.04 进行了30次启动测试，其中最快的启动时间为3.65秒。Ubuntu 10.04 平均启动时间为4.5秒，其成绩非常出色。</p>
<p>当安装了软件后，<a href="http://www.ubuntu.com/" target="_blank">Ubuntu</a> 10.04 在相同平台上的启动时间就需要6秒。</p>
<p>据悉，Ubuntu 10.04（Lucid Lynx）将是<a href="http://www.ubuntu.com/" target="_blank">Ubuntu</a>历史上首次变更发行周期的版本，从发行6个Alpha版本和1个Beta版本改变为发行3个Alpha版本和2个Beta版 本。Lucid Lynx 正式版将于4月29日发布。</p>
<p><strong>Ubuntu 10.04 发布Web倒计时时钟发布</strong></p>
<p>期待的日子又近了，Linuxer盼望的 <a href="http://www.ubuntu.com/" target="_blank">Ubuntu</a> 10.04 又在眼前了，Ubuntu 10.04 已经发布Web倒计时时钟了。</p>
<p>帮助传播<a href="http://www.ubuntu.com/" target="_blank">Ubuntu</a>的理念是向所有人开放的。如果大家有兴趣，大家可以从这里获取 Ubuntu 10.04 的WEB倒计时代码贴到自己的博客上。</p>
<p><strong>1.Change</strong></p>
<p><script src="http://www.ubuntu.com/files/countdown/display.js" type="text/javascript"></script> 代码： &lt;script type=&#8221;text/javascript&#8221; src=&#8221;http://www.ubuntu.com/files/countdown/display.js&#8221;&gt;&lt;/script&gt;</p>
<p><strong>2.Orange </strong> <script src="http://www.ubuntu.com/files/countdown/display1.js" type="text/javascript"></script></p>
<p>代码：<br />
&lt;script type=&#8221;text/javascript&#8221; src=&#8221;http://www.ubuntu.com/files/countdown/display1.js&#8221;&gt;&lt;/script&gt;</p>
<p><strong>3.The lynx</strong></p>
<p><script src="http://www.ubuntu.com/files/countdown/display2.js" type="text/javascript"></script></p>
<p>代码：<br />
&lt;script type=&#8221;text/javascript&#8221; src=&#8221;http://www.ubuntu.com/files/countdown/display2.js&#8221;&gt;&lt;/script&gt;</p>
<p><strong>4.Simple image (for those who can&#8217;t use javascript)</strong></p>
<p><a href="http://www.ubuntu.com/"><img src="http://www.ubuntu.com/files/countdown/static.png" border="0" alt="Ubuntu: For Desktops, Servers, Netbooks and in the cloud" width="180" height="150" /></a></p>
<p>代码：<br />
&lt;a href=&#8221;http://www.ubuntu.com/&#8221;&gt;&lt;img src=&#8221;http://www.ubuntu.com/files/countdown/static.png&#8221; width=&#8221;180&#8243; height=&#8221;150&#8243; alt=&#8221;Ubuntu: For Desktops, Servers, Netbooks and in the cloud&#8221; border=&#8221;0&#8243; /&gt;&lt;/a&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://sancc.com/archives/5665/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>狐獴代言：Ubuntu 10.10 开发代号确定</title>
		<link>http://sancc.com/archives/5639</link>
		<comments>http://sancc.com/archives/5639#comments</comments>
		<pubDate>Mon, 05 Apr 2010 00:54:34 +0000</pubDate>
		<dc:creator>沙浪网 SANCC.COM</dc:creator>
				<category><![CDATA[沙浪网博客文章]]></category>
		<category><![CDATA[科技与互联网]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://sancc.com/?p=5639</guid>
		<description><![CDATA[Ubuntu系统之父 Mark Shuttleworth 日前宣布了下一版 Ubuntu 10.10 的开发代号：“Maverick Meerkat”，这是一种叫作狐獴的小动物。 Ubuntu系统的开发代号有着自己的命名特色，一贯都是使用首字母相同的形容词加动物名词的双单词组合方式，不过这里的Maverick其实是个名词，意思是标新立异、不合常理的人，似乎在暗示 Ubuntu 10.10 的创新。 Meerkat是一种叫作狐獴的小动物，如果你觉得陌生不妨回忆一下迪斯尼电影《狮子王》里的丁满，它就是最广为人知的狐獴角色，另外BBC和Discovery合资的动物星球频道在2000年的时候还制作过一部纪录片《狐獴国度》(Meerkats United)。 狐獴是小型哺乳动物，獴的一种，主要居住在非洲南部的喀拉哈里沙漠，最突出的特点莫过于用尾巴支撑保持直立，别名很多，诸如细尾獴、猫鼬、灰沼狸、沼狸、灰爪狸、海猫、海岛猫鼬、太阳猫等等。 Ubuntu 10.10 将是该操作系统的第13个版本，开发重点是更轻、更快，力争成为一个轻量级并适合移动设备的操作系统，更适合上网本等设备，另外还会继续集成社交网络，并集成 GNOME 3.0 桌面环境，发布时间自然就是今年十月底了。 Mark Shuttleworth 解释说，狐獴是一种身轻体健、行动敏捷的社会性动物，恰好符合一套“完美十分” (Perfect 10)操作系统的特点，用来做代言人再合适不过了。 Ubuntu历代开发代号一览： 4.10 Warty Warthog 5.04 Hoary Hedgehog 5.10 Breezy Badger 6.06 Dapper Drake 6.10 Edgy Eft 7.04 Feisty Fawn 7.10 Gutsy Gibbon 8.04 Hardy Heron 8.10 Intrepid Ibex 9.04 [...]]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://www.ubuntu.com/" target="_blank">Ubuntu</a>系统之父 <a href="http://en.wikipedia.org/wiki/Mark_Shuttleworth" target="_blank">Mark Shuttleworth</a> 日前宣布了下一版 <a href="http://www.ubuntu.com/" target="_blank">Ubuntu 10.10</a> 的开发代号：“<a href="http://news.softpedia.com/news/Ubuntu-10-10-a-k-a-Maverick-Meerkat-139104.shtml" target="_blank">Maverick Meerkat</a>”，这是一种叫作狐獴的小动物。</strong></p>
<p><a href="http://www.ubuntu.com/" target="_blank">Ubuntu</a>系统的开发代号有着自己的命名特色，一贯都是使用首字母相同的形容词加动物名词的双单词组合方式，不过这里的Maverick其实是个名词，意思是标新立异、不合常理的人，似乎在暗示 Ubuntu 10.10 的创新。</p>
<p>Meerkat是一种叫作狐獴的小动物，如果你觉得陌生不妨回忆一下迪斯尼电影《狮子王》里的丁满，它就是最广为人知的狐獴角色，另外BBC和Discovery合资的动物星球频道在2000年的时候还制作过一部纪录片《狐獴国度》(Meerkats United)。</p>
<p>狐獴是小型哺乳动物，獴的一种，主要居住在非洲南部的喀拉哈里沙漠，最突出的特点莫过于用尾巴支撑保持直立，别名很多，诸如细尾獴、猫鼬、灰沼狸、沼狸、灰爪狸、海猫、海岛猫鼬、太阳猫等等。</p>
<p><a href="http://www.ubuntu.com/" target="_blank">Ubuntu</a> 10.10 将是该操作系统的第13个版本，开发重点是更轻、更快，力争成为一个轻量级并适合移动设备的操作系统，更适合上网本等设备，另外还会继续集成社交网络，并集成 GNOME 3.0 桌面环境，发布时间自然就是今年十月底了。</p>
<p>Mark Shuttleworth 解释说，狐獴是一种身轻体健、行动敏捷的社会性动物，恰好符合一套“完美十分” (Perfect 10)操作系统的特点，用来做代言人再合适不过了。</p>
<p><strong><a href="http://www.ubuntu.com/" target="_blank">Ubuntu</a>历代开发代号一览：</strong></p>
<p>4.10 Warty Warthog<br />
5.04 Hoary Hedgehog<br />
5.10 Breezy Badger<br />
6.06 Dapper Drake<br />
6.10 Edgy Eft<br />
7.04 Feisty Fawn<br />
7.10 Gutsy Gibbon<br />
8.04 Hardy Heron<br />
8.10 Intrepid Ibex<br />
9.04 Jaunty Jackalope<br />
9.10 Karmic Koala<br />
10.04 Lucid Lynx<br />
10.10 Maverick Meerkat</p>
<p><strong><a href="http://www.ubuntu.com/" target="_blank">Ubuntu</a>是一个流行的<a href="http://zh.wikipedia.org/wiki/Linux" target="_blank">Linux</a>操作系统，基于<a href="http://www.debian.org/" target="_blank">Debian</a>发行版和<a href="http://zh.wikipedia.org/wiki/GNOME" target="_blank">GNOME</a>桌面环境。</strong></p>
<p>和其他Linux发行版相比，Ubuntu非常易用，和<a href="http://www.microsoft.com/windows/" target="_blank">Windows</a>相容性很好，非常适合Windows用户的迁移，预装了大量常用软件，中文版的功能也较全，支持拼音输入法，预装了 <a href="http://www.mozilla.com/firefox/" target="_blank">Firefox</a>、<a href="http://www.openoffice.org/" target="_blank">OpenOffice</a>、多媒体播放、图像处理等大多数常用软件，一般会自动安装网卡、音效卡等设备的驱动，对于不打游戏不用网银的用户来说，基本上能用的功能都有了，在<a href="http://www.microsoft.com/windows/" target="_blank">Windows</a>操作系统下不用分区即可安装使用，就如同安装一个应用软件那么容易，整个<a href="http://www.ubuntu.com/" target="_blank">Ubuntu</a>操作系统在Windows下就如同一个大文件一样，很容易卸载掉。</p>
]]></content:encoded>
			<wfw:commentRss>http://sancc.com/archives/5639/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IBM携手Canonical推出Ubuntu上网本</title>
		<link>http://sancc.com/archives/5608</link>
		<comments>http://sancc.com/archives/5608#comments</comments>
		<pubDate>Fri, 02 Apr 2010 08:46:38 +0000</pubDate>
		<dc:creator>沙浪网 SANCC.COM</dc:creator>
				<category><![CDATA[沙浪网博客文章]]></category>
		<category><![CDATA[科技与互联网]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[Intel]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://sancc.com/?p=5608</guid>
		<description><![CDATA[IBM、Canonical 和 Simmtronics 近日共同宣布，将面向新兴市场推出Atom上网本，这种Simmbook将预装云计算 IBM Client for Smart Work，基于 Ubuntu Netbook Remix，并将在非洲首发，售价为190美元。 IBM表示，面向非洲市场发布后，Simmbook还将在印度、泰国和越南上市。 Simmbook预装 IBM Client for Smart Work，包括 IBM Lotus Symphony，可以使用IBM的 Lotus Live 云协作服务，并且可以添加其他 IBM Lotus 软件，比如 Lotus Notes、Lotus Sametime 等。 相比微软桌面，IBM Client for Smart Work 可以帮助企业用户节省50%的软件成本，用户可以在现有PC机、上网本等设备上运行Linux以及基于Web的应用程序。 Simmbook采用10.1英寸上网本，1024X600分辨率预装Ubuntu以及 Windows XP。基于 1.6GHz Intel Atom N270 CPU，Mobile Intel 82945GSE 芯片组和ICH7M，1GB DDR2 RAM，SD插槽，160GB SATA HDD，可扩展至500GB，USB 2.0，VGA及音频接口。此外，这款上网本还内置130万像素摄像头，麦克风，扬声器，PCIW界面，支持WiFi。 Acer发布Windows、Android双启动上网本 [...]]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://www.ibm.com/" target="_blank">IBM</a>、<a href="http://www.canonical.com/" target="_blank">Canonical</a> 和 <a href="http://www.simmtronicssemi.com/" target="_blank">Simmtronics</a> 近日共同宣布，将面向新兴市场推出<a href="http://zh.wikipedia.org/wiki/Atom" target="_blank">Atom</a>上网本，这种<a href="http://www.simmtronics.com/simmbook.php" target="_blank">Simmbook</a>将预装云计算 <a href="http://www.ibm.com/lotus/openclient" target="_blank">IBM Client for Smart Work</a>，基于 <a href="http://www.ubuntu.com/GetUbuntu/download-netbook" target="_blank">Ubuntu Netbook Remix</a>，并将在非洲首发，售价为190美元。</strong></p>
<p><a href="http://www.ibm.com/" target="_blank">IBM</a>表示，面向非洲市场发布后，Simmbook还将在印度、泰国和越南上市。 Simmbook预装 IBM Client for Smart Work，包括 <a href="http://symphony.lotus.com/" target="_blank">IBM Lotus Symphony</a>，可以使用IBM的 <a href="http://www.lotuslive.com/" target="_blank">Lotus Live</a> 云协作服务，并且可以添加其他 <a href="http://www.ibm.com/software/lotus/" target="_blank">IBM Lotus</a> 软件，比如 <a href="http://en.wikipedia.org/wiki/IBM_Lotus_Notes" target="_blank">Lotus Notes</a>、Lotus Sametime 等。</p>
<p>相比微软桌面，<a href="http://www.ibm.com/lotus/openclient" target="_blank">IBM Client for Smart Work</a> 可以帮助企业用户节省50%的软件成本，用户可以在现有PC机、上网本等设备上运行<a href="http://www.linux.org/" target="_blank">Linux</a>以及基于Web的应用程序。</p>
<p>Simmbook采用10.1英寸上网本，1024X600分辨率预装<a href="http://www.ubuntu.com/" target="_blank">Ubuntu</a>以及 <a href="http://www.microsoft.com/windows/windows-xp/default.aspx" target="_blank">Windows XP</a>。基于 1.6GHz Intel Atom N270 CPU，Mobile Intel 82945GSE 芯片组和ICH7M，1GB DDR2 RAM，SD插槽，160GB SATA HDD，可扩展至500GB，USB 2.0，VGA及音频接口。此外，这款上网本还内置130万像素摄像头，麦克风，扬声器，PCIW界面，支持WiFi。</p>
<p><strong>Acer发布Windows、Android双启动上网本</strong></p>
<p><a href="http://www.acer.com/" target="_blank">Acer</a>笔记本产品线又有新伙伴，一个型号为 Aspire One D260 的上网本刚刚出现，它采用Atom处理器，可以同时运行<a href="http://www.microsoft.com/WINDOWS/" target="_blank">Windows</a>系统和<a href="http://code.google.com/android/" target="_blank">Android</a>系统，并有可能在今年内实现 <a href="http://zh.wikipedia.org/wiki/Google_Chrome_OS" target="_blank">Chrome OS</a> 的运转。</p>
<p>其它方面，它支持3G，2GB内存、160GB硬盘，10.1英寸屏幕，分辨率1024&#215;600，支持Wi-Fi、蓝牙、30万像素摄像头和一个读卡器。</p>
]]></content:encoded>
			<wfw:commentRss>http://sancc.com/archives/5608/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu8.10将于2010年4月30日停止更新服务和技术支持</title>
		<link>http://sancc.com/archives/5548</link>
		<comments>http://sancc.com/archives/5548#comments</comments>
		<pubDate>Wed, 31 Mar 2010 05:00:53 +0000</pubDate>
		<dc:creator>沙浪网 SANCC.COM</dc:creator>
				<category><![CDATA[沙浪网博客文章]]></category>
		<category><![CDATA[科技与互联网]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://sancc.com/?p=5548</guid>
		<description><![CDATA[来自Ubuntu官方邮件列表的消息，Ubuntu 8.10 将于2010年4月30日停止更新服务和技术支持。 Ubuntu 8.10 正式版发布于2008年10月30日，在过去的18个月内 Ubuntu 致力于持续的发布 Ubuntu 8.10 安全补丁和关键更新，现在支持的时期已经接近尾声。在2010年4月30日之后, Ubuntu 的安全和信息更新将不在包含 Ubuntu 8.10。 如果想要继续得到 Ubuntu 的支持，请从 Ubuntu 8.10 升级到较高的版本，比如 Ubuntu 9.04 以上的版本。建议追求系统稳定性的用户将 Ubuntu 8.10 升级到即将发布的 Ubuntu 10.04 ，这将会是LTS（长技术支持周期）版本，将提供较长技术周期同时也相对成熟和稳定。 报告称我国网民PC安装Linux操作系统率仅0.4% 中国互联网络信息中心(CNNIC)今日发布《2009年中国网民网络信息安全状况调查报告》，报告显示，网民使用的个人计算机中有76.3%安装Windows操作系统，而安装Linux操作系统的仅为0.4%，另有22.4%的网民不知道 个人计算机中使用的操作系统名称。 (一)网民常用的计算机数量 随着个人使用计算机需求的增长以及计算机硬件价格的大众化，国内越来越多网民拥有一台或一台以上 的个人计算机（包括台式机和笔记本电脑，本次 调查结果暂不包括PDA和智能手机）。 调查结果显示，目前国内网民中，经常使用1台 计算机的网民数量占到54.6%，比2008年降低了近10个百分点；经常使用2台计算机的网民数量达到全部网民的近三分之一，而使用3台及以上计算机的 比重达12.3%。从国民经济的发展水平及互联网的普及速度来看，未来国内个人拥有电脑的数量将还会持续增长。 根据中国互联网络信息中心《第25次中国互联网络发展状况报告》统计，截至2009年12月，中国网民已经达到3.84亿。按照每户家庭有2个网民保守计算，即使每户家庭使用1台计算机计算，网民所使用的计 算机数量近2亿，如此庞大的计算机数量所带来的网络安全问题也将与日俱增。 (二) 网民常用的操作系统 调查结果显示，网民使用的个人计算机中有 76.3%安装Windows操作系统，而安装Linux操作系统的仅为0.4%，另有22.4%的网民不知道个人计算机中使用的操作系统名称。 (三)网民常用的网络应用 本次调查对网民常用的网络应用情况进行了调查，被调查者需对常用网络应用类别进行前三位排序。调查 结果显示：浏览新闻门户网站是国内网民上网最经常使用的网络应用，浏览新闻门户网站在被调查者首位、其次和再次使用的网络应用排序中，均列第一位； 然后是在线娱乐（网络游戏、网络音乐等），在首位应用的排序中在线娱乐列第二，使用率为 24.5%；在线交流（网络社区、即时通信等）也是网民上网的重要活动，在首位、其次和再次使用的应用排序中在线交流的比例均在25%左右。 不同年龄段的网民首选网络应用各有侧重，20岁以下网民使用互联网侧重娱乐性，在线娱乐（网络游 戏、网络音乐等）和在线交流（网络社区、即时通信等）等应用的首选使用率明显高于其他群体；30-39岁网民则首选网上办公（收发邮件等）、电子商务、网 络炒股等与工作相关的应用；而40岁以上的网民最经常的应用是浏览新闻门户网站。 不同职业的网民最经常使用的网络应用差异明显。学生群体最经常使用的网络应用是在线娱乐（网络游 [...]]]></description>
			<content:encoded><![CDATA[<p><strong>来自<a href="http://www.ubuntu.com/" target="_blank">Ubuntu</a>官方邮件列表的消息，<a href="http://www.ubuntu.com/" target="_blank">Ubuntu</a> 8.10 将于2010年4月30日停止更新服务和技术支持。</strong></p>
<p><a href="http://www.ubuntu.com/" target="_blank">Ubuntu</a> 8.10 正式版发布于2008年10月30日，在过去的18个月内 <a href="http://www.ubuntu.com/" target="_blank">Ubuntu</a> 致力于持续的发布 Ubuntu 8.10 安全补丁和关键更新，现在支持的时期已经接近尾声。在2010年4月30日之后, Ubuntu 的安全和信息更新将不在包含 Ubuntu 8.10。</p>
<p>如果想要继续得到 <a href="http://www.ubuntu.com/" target="_blank">Ubuntu</a> 的支持，请从 Ubuntu 8.10 升级到较高的版本，比如 <a href="http://www.ubuntu.com/" target="_blank">Ubuntu</a> 9.04 以上的版本。建议追求系统稳定性的用户将 Ubuntu 8.10 升级到即将发布的 Ubuntu 10.04 ，这将会是LTS（长技术支持周期）版本，将提供较长技术周期同时也相对成熟和稳定。</p>
<p><strong>报告称我国网民PC安装Linux操作系统率仅0.4%</strong></p>
<p>中国互联网络信息中心(<a href="http://www.cnnic.net.cn/" target="_blank">CNNIC</a>)今日发布《<a href="http://research.cnnic.cn/html/1260347769d1653.html" target="_blank">2009年中国网民网络信息安全状况调查报告</a>》，报告显示，网民使用的个人计算机中有76.3%安装<a href="http://www.microsoft.com/china/windows/" target="_blank">Windows</a>操作系统，而安装<a href="http://zh.wikipedia.org/wiki/Linux" target="_blank">Linux</a>操作系统的仅为0.4%，另有22.4%的网民不知道 个人计算机中使用的操作系统名称。</p>
<p><strong>(一)网民常用的计算机数量</strong></p>
<p>随着个人使用计算机需求的增长以及计算机硬件价格的大众化，国内越来越多网民拥有一台或一台以上 的个人计算机（包括台式机和笔记本电脑，本次 调查结果暂不包括<a href="http://en.wikipedia.org/wiki/Personal_digital_assistant" target="_blank">PDA</a>和智能手机）。</p>
<p>调查结果显示，目前国内网民中，经常使用1台 计算机的网民数量占到54.6%，比2008年降低了近10个百分点；经常使用2台计算机的网民数量达到全部网民的近三分之一，而使用3台及以上计算机的 比重达12.3%。从国民经济的发展水平及互联网的普及速度来看，未来国内个人拥有电脑的数量将还会持续增长。</p>
<p>根据中国互联网络信息中心《<a href="http://tech.qq.com/zt/2010/cnnic25/" target="_blank">第25次中国互联网络发展状况报告</a>》统计，截至2009年12月，中国网民已经达到3.84亿。按照每户家庭有2个网民保守计算，即使每户家庭使用1台计算机计算，网民所使用的计 算机数量近2亿，如此庞大的计算机数量所带来的网络安全问题也将与日俱增。</p>
<p><strong>(二) 网民常用的操作系统</strong></p>
<p>调查结果显示，网民使用的个人计算机中有 76.3%安装<a href="http://www.microsoft.com/windows/" target="_blank">Windows</a>操作系统，而安装<a href="http://www.linux.org/" target="_blank">Linux</a>操作系统的仅为0.4%，另有22.4%的网民不知道个人计算机中使用的操作系统名称。</p>
<p><strong>(三)网民常用的网络应用</strong></p>
<p>本次调查对网民常用的网络应用情况进行了调查，被调查者需对常用网络应用类别进行前三位排序。调查 结果显示：浏览新闻门户网站是国内网民上网最经常使用的网络应用，浏览新闻门户网站在被调查者首位、其次和再次使用的网络应用排序中，均列第一位；</p>
<p>然后是在线娱乐（网络游戏、网络音乐等），在首位应用的排序中在线娱乐列第二，使用率为 24.5%；在线交流（网络社区、即时通信等）也是网民上网的重要活动，在首位、其次和再次使用的应用排序中在线交流的比例均在25%左右。</p>
<p>不同年龄段的网民首选网络应用各有侧重，20岁以下网民使用互联网侧重娱乐性，在线娱乐（网络游 戏、网络音乐等）和在线交流（网络社区、即时通信等）等应用的首选使用率明显高于其他群体；30-39岁网民则首选网上办公（收发邮件等）、电子商务、网 络炒股等与工作相关的应用；而40岁以上的网民最经常的应用是浏览新闻门户网站。</p>
<p>不同职业的网民最经常使用的网络应用差异明显。学生群体最经常使用的网络应用是在线娱乐（网络游 戏、网络音乐等）和在线交流（网络社区、即时通信等）；自由职业者和个体户则是电子商务、网络炒股的忠实用户；企业和公司工作人员因工作需要，最经常使用 的是网上办公（收发邮件等）等应用；而农村网民最主要的应用则是新闻门户网站信息浏览和在线娱乐。</p>
]]></content:encoded>
			<wfw:commentRss>http://sancc.com/archives/5548/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>设计师解释Ubuntu新版窗口按钮</title>
		<link>http://sancc.com/archives/5382</link>
		<comments>http://sancc.com/archives/5382#comments</comments>
		<pubDate>Sat, 13 Mar 2010 06:51:59 +0000</pubDate>
		<dc:creator>沙浪网 SANCC.COM</dc:creator>
				<category><![CDATA[沙浪网博客文章]]></category>
		<category><![CDATA[科技与互联网]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://sancc.com/?p=5382</guid>
		<description><![CDATA[将于下月发布的新版 Ubuntu 10.04 操作系统在视觉外观上做出了一些改进，并由此在Ubuntu社区引发大量争议，Ubuntu团队一位设计师近日撰文对用户质疑做出了回应。 Canonical公司计划废止Ubuntu里传统的褐色主题，转而在即将发布的10.04版新系统里采用一种全新的视觉样式。Canonical上周公布了新视觉样式，旨在革新Ubuntu的品牌和视觉识别体系。 新主题包括了丰富的颜色选择和一些外观上的改进。其中一项改进在Ubuntu社区和用户间引发了一场争议。Ubuntu设计团队将窗口控制按钮放在了标题栏的左边，这一点非常类似于苹果Mac操作系统的做法。Ubuntu设计师之一 Ivanka Majic 为此撰文回应用户的担忧，解释这样做的原因。 她表示，Ubuntu设计团队仔细比较了多款操作系统窗口控制按钮的摆放位置，并综合考虑了诸多因素——比如将窗口最大化的用例、将按钮放在菜单附近的潜在优势和背离用户现有习惯带来的挑战。 不过，有业内人士表示，过多地纠缠于这些细枝末节，反而会使人难窥全新Ubuntu的全貌。]]></description>
			<content:encoded><![CDATA[<p><strong>将于下月发布的新版 <a href="http://www.ubuntu.com/" target="_blank">Ubuntu 10.04</a> 操作系统在视觉外观上做出了一些改进，并由此在<a href="http://www.ubuntu.com/" target="_blank">Ubuntu</a>社区引发大量争议，</strong><strong><a href="http://www.ubuntu.com/" target="_blank">Ubuntu</a></strong><strong>团队一位设计师近日撰文对用户质疑做出了回应。</strong></p>
<p><a href="http://www.canonical.com/" target="_blank">Canonical</a>公司计划废止<a href="http://www.ubuntu.com/" target="_blank">Ubuntu</a>里传统的褐色主题，转而在即将发布的10.04版新系统里采用一种全新的视觉样式。<a href="http://www.canonical.com/" target="_blank">Canonical</a>上周公布了新视觉样式，旨在革新<a href="http://www.ubuntu.com/" target="_blank">Ubuntu</a>的品牌和视觉识别体系。</p>
<p>新主题包括了丰富的颜色选择和一些外观上的改进。其中一项改进在<a href="http://www.ubuntu.com/" target="_blank">Ubuntu</a>社区和用户间引发了一场争议。<a href="http://www.ubuntu.com/" target="_blank">Ubuntu</a>设计团队将窗口控制按钮放在了标题栏的左边，这一点非常类似于<a href="http://www.apple.com.cn/mac/" target="_blank">苹果Mac</a>操作系统的做法。<a href="http://www.ubuntu.com/" target="_blank">Ubuntu</a>设计师之一 Ivanka Majic 为此撰文回应用户的担忧，解释这样做的原因。</p>
<p>她表示，<a href="http://www.ubuntu.com/" target="_blank">Ubuntu</a>设计团队仔细比较了多款操作系统窗口控制按钮的摆放位置，并综合考虑了诸多因素——比如将窗口最大化的用例、将按钮放在菜单附近的潜在优势和背离用户现有习惯带来的挑战。</p>
<p>不过，有业内人士表示，过多地纠缠于这些细枝末节，反而会使人难窥全新<a href="http://www.ubuntu.com/" target="_blank">Ubuntu</a>的全貌。</p>
]]></content:encoded>
			<wfw:commentRss>http://sancc.com/archives/5382/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>进军企业服务器 Ubuntu准备好了吗？</title>
		<link>http://sancc.com/archives/5338</link>
		<comments>http://sancc.com/archives/5338#comments</comments>
		<pubDate>Tue, 09 Mar 2010 08:09:54 +0000</pubDate>
		<dc:creator>沙浪网 SANCC.COM</dc:creator>
				<category><![CDATA[沙浪网博客文章]]></category>
		<category><![CDATA[科技与互联网]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://sancc.com/?p=5338</guid>
		<description><![CDATA[从各方面来看，Red Hat 都是企业Linux领域无可争议的领导者，但Ubuntu正在证明它也能够应付这一挑战。凭借着桌面端的良好声誉和强大影响力，Ubuntu正在一步步的进军商业服务器，与 Red Hat 展开强力竞争，相信很快企业评估Ubuntu的时刻即将到来了。 和你们中的许多人一样，我原先对企业Linux市场的认识也一直是 Red Hat Enterprise Linux（RHEL）是无疑的主导者，而Novell的Suse在稍远的地方占据第二名的位置。这种想法一直持续到去年五月，我阅读了 Eclipse Survey 2009 的调查结果并且发现了两个非常有趣的关于Linux的统计数据，这让我不得不重新考虑这个观点。 我很惊奇地发现在调查中有接近15%的Eclipse开发者回答说他们正在开发环境中使用Ubuntu，我本想将这归功于Ubuntu的用户体验比起 Fedora/RHEL 或 OpenSuse/Suse 来说要好一些，因为用户界面毕竟是Canonical下了一番大功夫的。但后来我意识到，就受访者的回答来看，Ubuntu 在服务器市场的表现也一样好。Fedora/RHEL 虽然依旧领导着市场，但也只是微弱领先Ubuntu一个百分点而已。尽管从收入和出货量的角度来看，根据IDC的估计，Red Hat 依然至少占有着60%以上的Linux的市场份额。 关于Ubuntu采纳的惊人真相 自那以后，我就一直迫使自己的眼睛注意着Ubuntu在企业领域的成长。本周早些时候，我发现著名的电影数字效果工作室 Weta Digital ——他们的作品包括“阿凡达”、“第九区”、“心灵传输者”还有“指环王”——是大规模使用Ubuntu的。Dustin Kirkland，来自Canonical的一位 Ubuntu Server 的核心开发者在 Linux.conf.au 2010 社区的谈话中写下了以下内容： “他们有一个了不起的数据中心，能够为如今的电影大片制作需要的特殊效果。数据中心有一个2 PB的磁盘阵列，10Gbps的网络和35000核心（超过4000多台惠普的刀片服务器），即使这样，仍然需要48小时来渲染他们的图像序列。” “Ubuntu是这一切的核心，运行所有的渲染节点，还有 Weta Digital 90% 的桌面。”Kirkland指出他的农场（他称之为“渲染墙”）实际上就是一个 Ubuntu Server 农场，而并非是来自 Red Hat 的产品，这和一些媒体报道所说的不一样。 Weta Digital 的数据中心相当惊人，尤其是在绿色数据中心的实践方面。不难看出，Ubuntu 为 Weta Digital [...]]]></description>
			<content:encoded><![CDATA[<p><strong>从各方面来看，<a href="http://www.redhat.com/" target="_blank">Red Hat</a> 都是企业<a href="http://www.linux.org/" target="_blank">Linux</a>领域无可争议的领导者，但<a href="http://www.ubuntu.com/" target="_blank">Ubuntu</a>正在证明它也能够应付这一挑战。凭借着桌面端的良好声誉和强大影响力，<a href="http://www.ubuntu.com/" target="_blank">Ubuntu</a>正在一步步的进军商业服务器，与 <a href="http://www.redhat.com/" target="_blank">Red Hat</a> 展开强力竞争，相信很快企业评估<a href="http://www.ubuntu.com/" target="_blank">Ubuntu</a>的时刻即将到来了。</strong></p>
<p>和你们中的许多人一样，我原先对企业<a href="http://www.linux.org/" target="_blank">Linux</a>市场的认识也一直是 <a href="http://www.redhat.com/rhel/" target="_blank">Red Hat Enterprise Linux</a>（RHEL）是无疑的主导者，而<a href="http://www.novell.com/" target="_blank">Novell</a>的<a href="http://www.novell.com/linux/" target="_blank">Suse</a>在稍远的地方占据第二名的位置。这种想法一直持续到去年五月，我阅读了 <a href="http://www.eclipse.org/org/press-release/20090527_survey09.php" target="_blank">Eclipse Survey 2009</a> 的调查结果并且发现了两个非常有趣的关于Linux的统计数据，这让我不得不重新考虑这个观点。</p>
<p>我很惊奇地发现在调查中有接近15%的Eclipse开发者回答说他们正在开发环境中使用<a href="http://www.ubuntu.com/" target="_blank">Ubuntu</a>，我本想将这归功于Ubuntu的用户体验比起 <a href="http://fedoraproject.org/" target="_blank">Fedora</a>/<a href="http://www.redhat.com/rhel/" target="_blank">RHEL</a> 或 <a href="http://www.opensuse.org/" target="_blank">OpenSuse</a>/<a href="http://www.novell.com/linux/" target="_blank">Suse</a> 来说要好一些，因为用户界面毕竟是<a href="http://www.canonical.com/" target="_blank">Canonical</a>下了一番大功夫的。但后来我意识到，就受访者的回答来看，Ubuntu 在服务器市场的表现也一样好。Fedora/RHEL 虽然依旧领导着市场，但也只是微弱领先Ubuntu一个百分点而已。尽管从收入和出货量的角度来看，根据<a href="http://www.idc.com/" target="_blank">IDC</a>的估计，Red Hat 依然至少占有着60%以上的Linux的市场份额。</p>
<p><strong>关于Ubuntu采纳的惊人真相</strong></p>
<p>自那以后，我就一直迫使自己的眼睛注意着<a href="http://www.ubuntu.com/" target="_blank">Ubuntu</a>在企业领域的成长。本周早些时候，我发现著名的电影数字效果工作室 <a href="http://www.wetafx.co.nz/" target="_blank">Weta Digital</a> ——他们的作品包括“阿凡达”、“第九区”、“心灵传输者”还有“指环王”——是大规模使用Ubuntu的。Dustin Kirkland，来自<a href="http://www.canonical.com/" target="_blank">Canonical</a>的一位 <a href="http://www.ubuntu.com/products/whatIsubuntu/serveredition" target="_blank">Ubuntu Server</a> 的核心开发者在 Linux.conf.au 2010 社区的谈话中写下了以下内容：</p>
<p>“他们有一个了不起的数据中心，能够为如今的电影大片制作需要的特殊效果。数据中心有一个2 PB的磁盘阵列，10Gbps的网络和35000核心（超过4000多台惠普的刀片服务器），即使这样，仍然需要48小时来渲染他们的图像序列。”</p>
<p>“<a href="http://www.ubuntu.com/" target="_blank">Ubuntu</a>是这一切的核心，运行所有的渲染节点，还有 Weta Digital 90% 的桌面。”Kirkland指出他的农场（他称之为“渲染墙”）实际上就是一个 <a href="http://www.ubuntu.com/products/whatIsubuntu/serveredition" target="_blank">Ubuntu Server</a> 农场，而并非是来自 <a href="http://www.redhat.com/" target="_blank">Red Hat</a> 的产品，这和一些媒体报道所说的不一样。</p>
<p><a href="http://www.wetafx.co.nz/" target="_blank">Weta Digital</a> 的数据中心相当惊人，尤其是在绿色数据中心的实践方面。不难看出，Ubuntu 为 Weta Digital 所运行的工作完全可以被划分为企业级。</p>
<p>“每天有1万多项工作，估计有130万到140万任务要完成。这些每秒24帧的电影每一帧都包含着导演与演员的努力，要花费许多小时渲染出来。”</p>
<p><a href="http://www.canonical.com/" target="_blank">Canonical</a>的策略是在客户端桌面继续强势发展<a href="http://www.ubuntu.com/" target="_blank">Ubuntu</a>，这个领域 <a href="http://www.redhat.com/" target="_blank">Red Hat</a> 已经不能插足。然而从Eclipse的调查以及 Weta Digital 的使用效果看来，作为服务器操作系统，Ubuntu也已经不容忽视。</p>
<p><strong>软件厂商们应该开始认证Ubuntu了</strong></p>
<p>当你考虑在你的企业中采纳<a href="http://www.ubuntu.com/" target="_blank">Ubuntu</a>尤其是作为服务器操作系统时，毫无疑问你会有充分的理由关注它对企业应用的支持如何。在现今的情况下RHEL肯定比 Ubuntu拥有大得多的软件开发者环境和机制，这意味着比起Ubuntu来，企业应用在<a href="http://www.redhat.com/rhel/" target="_blank">RHEL</a>中更容易进行测试和认证。</p>
<p>但是，随着<a href="http://www.ubuntu.com/" target="_blank">Ubuntu</a>的成长和 <a href="http://www.novell.com/linux/" target="_blank">Novell Suse</a> 的不确定因素，面向企业的软件供应商将不会再耽搁Ubuntu的认证工作了，这会帮助Ubuntu成功快速的走入企业领域。</p>
<p><strong>了解 Ubuntu</strong></p>
<p><a href="http://www.ubuntu.com/" target="_blank">Ubuntu</a> 是一个神奇的 <a href="http://www.linux.org/" target="_blank">Linux</a> 操作系统，四年多前我们第一次试用了 Ubuntu，之后便被深深的吸引，特别是从 8.04Lts 开始，Ubuntu 便成了沙浪网众人的主要工作环境。特别是<a href="http://sancc.com/" target="_blank">沙浪网</a>美女小梅，在午睡梦呓中竟然喃喃自语说出“非Ubuntu不嫁”这样的豪言壮语，令人震撼！</p>
<p><a href="http://www.ubuntu.com/" target="_blank">Ubuntu</a>是一个流行的<a href="http://www.linux.org/" target="_blank">Linux</a>操作系统，基于<a href="http://www.debian.org/" target="_blank">Debian</a>发行版和<a href="http://zh.wikipedia.org/wiki/GNOME" target="_blank">GNOME</a>桌面环境，和其他Linux发行版相比，Ubuntu非常易用，和<a href="http://www.microsoft.com/WINDOWS/" target="_blank">Windows</a>相容性很好，非常适合Windows用户的迁移，预装了大量常用软件，中文版的功能也较全，支持拼音输入法，预装了 <a href="http://www.mozilla.com/firefox/" target="_blank">Firefox</a>、<a href="http://www.openoffice.org/" target="_blank">Open Office</a>、多媒体播放、图像处理等大多数常用软件，一般会自动安装网卡、音效卡等设备的驱动，对于不打游戏不用网银的用户来说，基本上能用的功能都有了，在<a href="http://www.microsoft.com/WINDOWS/" target="_blank">Windows</a>操作系统下不用分区即可安装使用，就如同安装一个应用软件那么容易，整个Ubuntu操作系统在Windows下就如同一个大文件一样，很容易卸载掉。</p>
<p><a href="http://www.ubuntu.com/" target="_blank">Ubuntu</a>经过近五年的发展，从 Ubuntu 4.10 到当前的 Ubuntu 9.10，进步之大是有目共睹的事实。当然，Ubuntu的进步是建立在所有自由软件进步的基础之上的。</p>
<p><strong>Ubuntu Home Page</strong></p>
<p>全球站点：<a href="http://www.ubuntu.com/" target="_blank">http://www.ubuntu.com/</a></p>
<p>中国站点：<a href="http://www.ubuntu.org.cn/" target="_blank">http://www.ubuntu.org.cn/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://sancc.com/archives/5338/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2010年5月Ubuntu开发者峰会将在布鲁塞尔举行</title>
		<link>http://sancc.com/archives/5285</link>
		<comments>http://sancc.com/archives/5285#comments</comments>
		<pubDate>Sun, 07 Mar 2010 06:45:53 +0000</pubDate>
		<dc:creator>沙浪网 SANCC.COM</dc:creator>
				<category><![CDATA[沙浪网博客文章]]></category>
		<category><![CDATA[科技与互联网]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://sancc.com/?p=5285</guid>
		<description><![CDATA[2010年5月10日至14日Ubuntu开发者峰会(UDS)将在布鲁塞尔举行。本次Ubuntu开发者峰会将会给出下一个版本 (Ubuntu 10.10) 的开发时间表。 Ubuntu 是一个由全球化的专业开发团队建造的操作系统。它包含了所有您需要的应用程序：浏览器、Office 套件、多媒体程序、即时消息等。 Ubuntu 是一个 Windows 和 Office 的开源替代品。 Ubuntu社区经理 Jono Bacon 宣布，布鲁塞尔 Dolce La Hulpe Hotel and Resort 商务酒店度假村在5月10日-14日。将会有众多赞助商和大量Ubuntu的支持者一起参加这个会议。 Canonical公司赞助部分机票和食宿，请于3月26日前申请。Jono Bacon 说，UDS的不是一个严格意义上的会议，而是一个大家参与讨论的聚会，其目的是希望这个聚会能够确定Ubuntu的下一个版本需要在那些方面作出更多工作的聚会，希望每一个参与者都能在聚会上有所收获。 未来Ubuntu将主导普通用户市场 作为 Ubuntu Linux 系统的开发商，Canonical公司一直被一些Linux社区批评缺乏创新。但在2010年，Canonical将把Ubuntu的设计和包装作为开发的重点，以便推广这款Linux系统。 原因何在？系统用户界面已经变得越来越重要。当我们谈到创新，我们一般会想到传统企业的研究与开发（R＆D）部门，里面忙碌着科学家或是工程师。 不过，从苹果、谷歌等其他软件巨头演示的产品可以看出，今天的软件产品创新主要集中在用户界面上，而不是传统的R&#38;D模式。 谷歌高管唐恩·道奇 (Don Dodge) 就通过一份电子邮件暗示： “回顾我的职业生涯，我的第一封电子邮件是通过 Vax Mail，接着我就使用Outlook，然后又使用 Lotus Notes。当为微软首席软件架构师 Ray Ozzie 工作时，我再次使用Outlook。而我现在又开始使用Gmail。电子邮件是一种非常简单的应用程序。它们基本上都具备相同的功能，而所有 用户最关心的只是用户界面。” 当然，谷歌Gmail和微软Outlook还是存在本质上的区别。但是，当今最重要创新可能还是在电子邮件界面。 Canonical公司创始人马克·沙特尔沃思（Mark Shuttleworth）也认为，创新已经从核心技术研究转移到用户界面开发。Ubuntu不会一味地模仿Windows或Mac界面，而是要取代或超越它们。 Linux世界的人们应该感谢红帽和Novell开发的数据中心。Canonical完全没有必要把技术创新放到第一位，包装开源技术可以为其带来丰厚的利润。 当主流用户选择购买Linux时，Linux才可以盈利。或者，Linux应当让这类用户使用时不会想到它是曾经的“Linux”。 没有人关心TiVo（数码视频录制机）是否运行Linux，也没有人关心Kindle（电子书阅读器）是否运行Linux。用户只会关心这些设备的功能性。 无论是红帽公司，还是Novell公司，它们都无意开发客户端产品，Canonical公司则不同。相对于其他开源系统开发商，Canonical公司更有能力让Linux系统成功地普及到最终用户。 因此，没有哪家开源公司可以像Canonical这样开拓上网本等新兴消费市场。 [...]]]></description>
			<content:encoded><![CDATA[<p><strong>2010年5月10日至14日<a href="http://www.ubuntu.com/" target="_blank">Ubuntu</a>开发者峰会(UDS)将在布鲁塞尔举行。本次<a href="http://www.ubuntu.com/" target="_blank">Ubuntu</a>开发者峰会将会给出下一个版本 (<a href="http://www.lupaworld.com/viewnews-142932.html" target="_blank">Ubuntu 10.10</a>) 的开发时间表。</strong></p>
<p><a href="http://www.ubuntu.com/" target="_blank">Ubuntu</a> 是一个由全球化的专业开发团队建造的操作系统。它包含了所有您需要的应用程序：浏览器、<a href="http://office.microsoft.com/zh-cn/default.aspx" target="_blank">Office</a> 套件、多媒体程序、即时消息等。</p>
<p>Ubuntu 是一个 <a href="http://www.microsoft.com/windows/" target="_blank">Windows</a> 和 <a href="http://office.microsoft.com/zh-cn/default.aspx" target="_blank">Office</a> 的开源替代品。</p>
<p>Ubuntu社区经理 Jono Bacon 宣布，布鲁塞尔 <a href="http://www.dolce-la-hulpe-brussels-hotel.com/" target="_blank">Dolce La Hulpe Hotel and Resort</a> 商务酒店度假村在5月10日-14日。将会有众多赞助商和大量Ubuntu的支持者一起参加这个会议。</p>
<p><a href="http://www.canonical.com/" target="_blank">Canonical</a>公司赞助部分机票和食宿，请于3月26日前申请。Jono Bacon 说，UDS的不是一个严格意义上的会议，而是一个大家参与讨论的聚会，其目的是希望这个聚会能够确定Ubuntu的下一个版本需要在那些方面作出更多工作的聚会，希望每一个参与者都能在聚会上有所收获。</p>
<p><strong>未来Ubuntu将主导普通用户市场</strong></p>
<p>作为 <a href="http://www.ubuntu.com/" target="_blank">Ubuntu Linux</a> 系统的开发商，<a href="http://www.canonical.com/" target="_blank">Canonical</a>公司一直被一些Linux社区批评缺乏创新。但在2010年，Canonical将把Ubuntu的设计和包装作为开发的重点，以便推广这款Linux系统。</p>
<p>原因何在？系统用户界面已经变得越来越重要。当我们谈到创新，我们一般会想到传统企业的研究与开发（R＆D）部门，里面忙碌着科学家或是工程师。</p>
<p><strong>不过，从<a href="http://www.apple.com/" target="_blank">苹果</a>、<a href="http://www.google.com/" target="_blank">谷歌</a>等其他软件巨头演示的产品可以看出，今天的软件产品创新主要集中在用户界面上，而不是传统的R&amp;D模式。</strong></p>
<p><strong><img class="aligncenter" title="http://www.ubuntu.com/files/u3/LaptopUbuntu.jpg" src="http://www.ubuntu.com/files/u3/LaptopUbuntu.jpg" alt="" width="265" height="211" /><br />
</strong></p>
<p><strong><a href="http://www.google.com/" target="_blank">谷歌</a>高管唐恩·道奇 (Don Dodge) 就通过一份电子邮件暗示：</strong></p>
<p>“回顾我的职业生涯，我的第一封电子邮件是通过 Vax Mail，接着我就使用<a href="http://office.microsoft.com/zh-cn/outlook/" target="_blank">Outlook</a>，然后又使用 <a href="http://www.ibm.com/developerworks/cn/lotus/notes8-new/" target="_blank">Lotus Notes</a>。当为<a href="http://www.microsoft.com/" target="_blank">微软</a>首席软件架构师 <a href="http://www.microsoft.com/presspass/exec/ozzie/" target="_blank">Ray Ozzie</a> 工作时，我再次使用Outlook。而我现在又开始使用<a href="https://mail.google.com/" target="_blank">Gmail</a>。电子邮件是一种非常简单的应用程序。它们基本上都具备相同的功能，而所有 用户最关心的只是用户界面。”</p>
<p><strong>当然，谷歌<a href="https://mail.google.com/" target="_blank">Gmail</a>和微软<a href="http://office.microsoft.com/zh-cn/outlook/" target="_blank">Outlook</a>还是存在本质上的区别。但是，当今最重要创新可能还是在电子邮件界面。</strong></p>
<p><a href="http://www.canonical.com/" target="_blank">Canonical</a>公司创始人马克·沙特尔沃思（Mark Shuttleworth）也认为，创新已经从核心技术研究转移到用户界面开发。Ubuntu不会一味地模仿<a href="http://www.microsoft.com/windows/" target="_blank">Windows</a>或<a href="http://www.apple.com.cn/mac/" target="_blank">Mac</a>界面，而是要取代或超越它们。</p>
<p><a href="http://www.linux.org/" target="_blank">Linux</a>世界的人们应该感谢<a href="http://www.redhat.com/" target="_blank">红帽</a>和<a href="http://www.novell.com/" target="_blank">Novell</a>开发的数据中心。Canonical完全没有必要把技术创新放到第一位，包装开源技术可以为其带来丰厚的利润。</p>
<p><strong>当主流用户选择购买<a href="http://www.linux.org/" target="_blank">Linux</a>时，Linux才可以盈利。或者，Linux应当让这类用户使用时不会想到它是曾经的“Linux”。</strong></p>
<p>没有人关心<a href="http://zh.wikipedia.org/wiki/TiVo" target="_blank">TiVo</a>（数码视频录制机）是否运行Linux，也没有人关心<a href="http://zh.wikipedia.org/wiki/Amazon_Kindle" target="_blank">Kindle</a>（电子书阅读器）是否运行Linux。用户只会关心这些设备的功能性。</p>
<p>无论是红帽公司，还是Novell公司，它们都无意开发客户端产品，Canonical公司则不同。相对于其他开源系统开发商，Canonical公司更有能力让Linux系统成功地普及到最终用户。</p>
<p>因此，没有哪家开源公司可以像Canonical这样开拓上网本等新兴消费市场。</p>
<p><strong>红帽公司已经主导企业Linux市场。Canonical公司则很可能主导消费者Linux市场，而这个注重系统设计的潜在市场拥有巨大的需求。</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://sancc.com/archives/5285/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 10.04 上网本版功能预览</title>
		<link>http://sancc.com/archives/4624</link>
		<comments>http://sancc.com/archives/4624#comments</comments>
		<pubDate>Mon, 08 Feb 2010 07:16:05 +0000</pubDate>
		<dc:creator>沙浪网 SANCC.COM</dc:creator>
				<category><![CDATA[应用与开发]]></category>
		<category><![CDATA[沙浪网博客文章]]></category>
		<category><![CDATA[科技与互联网]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Docs]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Yahoo]]></category>

		<guid isPermaLink="false">http://sancc.com/?p=4624</guid>
		<description><![CDATA[Ubuntu 10.04 将放弃默认图像处理程序GIMP，将默认搜索引擎由Google更改为雅虎。 根据Ubuntu最新开发蓝图，Ubuntu 10.04 上网本版本将放弃开源办公软件 OpenOffice，今后其文档将默认以 Google Docs 打开。 为了最大限度地为上网本量身定做操作系统，Ubuntu开发人员移除了很多累赘的程序。当然了，办公软件并不算是累赘的程序，使用上网本的用户也会经常用到办公软件，但是考虑到上网本与互联网的紧密关联，Ubuntu开发人员认为 Google Docs 足以胜任日常的办公需求。 除此之外Ubuntu上网本版本默认隐藏以下内容： — Brasero/CD Creator； — 磁盘空间使用分析器（Disk Usage Analyzer）； — 打印作业管理（Print job management）； — 屏幕截图（Take screenshot）； — 字典； — 系统日志查看器（Log system viewer）； 除了OpenOffice，Ubuntu上网本版本还删除了以下内容： — Tomboy； — PalmOS pilot； — GIMP； 添加了以下内容： — 智力游戏gwibber； — 微博客户端Gwibber； — 网络摄像头图片、视频抓取工具Cheese。]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://www.ubuntu.com/" target="_blank">Ubuntu</a> 10.04 将放弃默认图像处理程序GIMP，将默认搜索引擎由<a href="http://www.google.com/" target="_blank">Google</a>更改为<a href="http://www.yahoo.com/" target="_blank">雅虎</a>。 根据Ubuntu最新开发蓝图，Ubuntu 10.04 上网本版本将放弃开源办公软件 <a href="http://zh.openoffice.org/" target="_blank">OpenOffice</a>，今后其文档将默认以 <a href="http://docs.google.com/" target="_blank">Google Docs</a> 打开。</strong></p>
<p>为了最大限度地为上网本量身定做操作系统，Ubuntu开发人员移除了很多累赘的程序。当然了，办公软件并不算是累赘的程序，使用上网本的用户也会经常用到办公软件，但是考虑到上网本与互联网的紧密关联，Ubuntu开发人员认为 Google Docs 足以胜任日常的办公需求。</p>
<p><strong>除此之外Ubuntu上网本版本默认隐藏以下内容：</strong></p>
<p>— Brasero/CD Creator；<br />
— 磁盘空间使用分析器（Disk Usage Analyzer）；<br />
— 打印作业管理（Print job management）；</p>
<p>— 屏幕截图（Take screenshot）；<br />
— 字典；<br />
— 系统日志查看器（Log system viewer）；</p>
<p><strong>除了OpenOffice，Ubuntu上网本版本还删除了以下内容：</strong></p>
<p>— Tomboy；<br />
— PalmOS pilot；<br />
— GIMP；</p>
<p><strong>添加了以下内容：</strong></p>
<p>— 智力游戏gwibber；<br />
— 微博客户端Gwibber；<br />
— 网络摄像头图片、视频抓取工具Cheese。</p>
]]></content:encoded>
			<wfw:commentRss>http://sancc.com/archives/4624/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
