<?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; Linux</title>
	<atom:link href="http://sancc.com/archives/tag/linux/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>IT十大英雄：Linux之父上榜</title>
		<link>http://sancc.com/archives/5745</link>
		<comments>http://sancc.com/archives/5745#comments</comments>
		<pubDate>Sun, 18 Apr 2010 06:37:12 +0000</pubDate>
		<dc:creator>沙浪网 SANCC.COM</dc:creator>
				<category><![CDATA[沙浪网博客文章]]></category>
		<category><![CDATA[科技与互联网]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://sancc.com/?p=5745</guid>
		<description><![CDATA[英国IT网站Vnunet两周前评出了 “IT市场10大恶棍”，日前，Vnunet又评出了 “IT市场10大英雄” ，Linux之父李纳斯·托沃兹 (Linus Torvalds) 等上榜。 这里所谓的“英雄”并不是指有多么伟大，他们只是为了IT市场的明天而努力奋斗，坚持不懈，从而使计算变得更容易，更有效，更实用。 1. 史蒂夫·沃兹尼亚克 (Steve Wozniak) 苹果联合创始人。 2. 理查德·马修·斯托曼 (Richard Matthew Stallman) 美国自由软件运动的精神领袖、GNU计划以及自由软件基金会创立者。 3. 李纳斯·托沃兹 (Linus Torvalds) Linux之父。 4. 艾伦·所罗门 (Alan Solomon) 所罗门是反病毒领域的大师，最早采用偏移量与特征匹配相相结合的方式，让杀毒软件从极其笨拙的全对象特征匹配中解脱。 5. 肖恩·范宁 (Shawn Fanning) 著名音乐共享网站Napster创始人。 6. 约翰·凯默尼 (John George Kemeny) 和托马斯·克茨 (Thomas Eugene Kurtz) BASIC语言发明者。 7. 米切尔·卡普尔 (Mitch Kapor) 1982年创办Lotus公司，并出任CEO。 8. 杰克·戈德曼 (Jack Goldman)、乔治·帕克 (George Pake) [...]]]></description>
			<content:encoded><![CDATA[<p><strong>英国IT网站<a href="http://vnunet.com/" target="_blank">Vnunet</a>两周前评出了 “IT市场10大恶棍”，日前，Vnunet又评出了 “IT市场10大英雄” ，<a href="http://zh.wikipedia.org/zh/Linux" target="_blank">Linux</a>之父李纳斯·托沃兹 (<a href="http://en.wikipedia.org/wiki/Linus_Torvalds" target="_blank">Linus Torvalds</a>) 等上榜。</strong></p>
<p>这里所谓的“英雄”并不是指有多么伟大，他们只是为了IT市场的明天而努力奋斗，坚持不懈，从而使计算变得更容易，更有效，更实用。</p>
<p><strong>1. 史蒂夫·沃兹尼亚克 (<a href="http://en.wikipedia.org/wiki/Steve_Wozniak" target="_blank">Steve Wozniak</a>)</strong></p>
<p><a href="http://www.apple.com/" target="_blank">苹果</a>联合创始人。</p>
<p><strong>2. 理查德·马修·斯托曼 (<a href="http://en.wikipedia.org/wiki/Richard_Stallman" target="_blank">Richard Matthew Stallman</a>)</strong></p>
<p>美国自由软件运动的精神领袖、<a href="http://zh.wikipedia.org/zh/GNU/Linux" target="_blank">GNU</a>计划以及自由软件基金会创立者。</p>
<p><strong>3. 李纳斯·托沃兹 (Linus Torvalds)</strong></p>
<p>Linux之父。</p>
<p><strong>4. 艾伦·所罗门 (Alan Solomon)</strong></p>
<p>所罗门是反病毒领域的大师，最早采用偏移量与特征匹配相相结合的方式，让杀毒软件从极其笨拙的全对象特征匹配中解脱。</p>
<p><strong>5. 肖恩·范宁 (<a href="http://en.wikipedia.org/wiki/Shawn_Fanning" target="_blank">Shawn Fanning</a>)</strong></p>
<p>著名音乐共享网站<a href="http://zh.wikipedia.org/wiki/Napster" target="_blank">Napster</a>创始人。<br />
<strong><br />
6. 约翰·凯默尼 (<a href="http://en.wikipedia.org/wiki/John_George_Kemeny" target="_blank">John George Kemeny</a>) 和托马斯·克茨 (<a href="http://en.wikipedia.org/wiki/Thomas_Eugene_Kurtz" target="_blank">Thomas Eugene Kurtz</a>)</strong></p>
<p><a href="http://zh.wikipedia.org/zh/BASIC" target="_blank">BASIC</a>语言发明者。</p>
<p><strong>7. 米切尔·卡普尔 (<a href="http://en.wikipedia.org/wiki/Mitch_Kapor" target="_blank">Mitch Kapor</a>)</strong></p>
<p>1982年创办<a href="http://www.ibm.com/software/cn/lotus" target="_blank">Lotus</a>公司，并出任CEO。</p>
<p><strong>8. 杰克·戈德曼 (<a href="http://en.wikipedia.org/wiki/Jack_Goldman" target="_blank">Jack Goldman</a>)、乔治·帕克 (<a href="http://en.wikipedia.org/wiki/George_Pake" target="_blank">George Pake</a>) 和鲍勃·泰勒 (<a href="http://en.wikipedia.org/wiki/Robert_Taylor_(computer_scientist)" target="_blank">Bob Taylor</a>)</strong></p>
<p>创建施乐帕洛阿尔托研究中心 (Xerox Palo Alto Research Facility，<a href="http://en.wikipedia.org/wiki/PARC_(company)" target="_blank">PARC</a>) 是戈德曼的想法，帕克是PARC的负责人，而泰勒PARC全盛时期计算机科学实验室的主管。</p>
<p><strong>9. <a href="http://zh.wikipedia.org/wiki/Adblock" target="_blank">Adblock</a></strong></p>
<p>Adblock 是 Mozilla Firefox 和 Mozilla Application Suite 网页浏览器所使用的扩展。Adblock允许用户拦截广告在内的各种页面元素，并使这些内容不被下载和显示。</p>
<p><strong>10. 克莱夫·辛克莱 (<a href="http://en.wikipedia.org/wiki/Clive_Sinclair" target="_blank">Sir Clive Sinclair</a>) 爵士</strong></p>
<p>英国著名发明家，发明了消费者能够承受得起的家用电脑，仅100英镑。后来，辛克莱又转而研发电动汽车，提倡绿色交通，并支持教育计划。</p>
<p><strong>荣誉奖：美国前总统比尔·克林顿 (<a href="http://en.wikipedia.org/wiki/Bill_Clinton" target="_blank">Bill Clinton</a>)</strong></p>
<p>与以往政府相比，克林顿政府最支持互联网等新技术。</p>
<p><strong>荣誉奖：美国前总统罗纳德·里根 (<a href="http://en.wikipedia.org/wiki/Ronald_Reagan" target="_blank">Ronald Reagan</a>)</strong></p>
<p>如果说阿尔·戈尔(<a href="http://en.wikipedia.org/wiki/Al_Gore" target="_blank">Al Gore</a>)发明了互联网，那么也可以说里根发明了GPS。</p>
]]></content:encoded>
			<wfw:commentRss>http://sancc.com/archives/5745/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>Red Hat 发布新版操作系统 RHEL 5.5</title>
		<link>http://sancc.com/archives/5579</link>
		<comments>http://sancc.com/archives/5579#comments</comments>
		<pubDate>Thu, 01 Apr 2010 06:56:01 +0000</pubDate>
		<dc:creator>沙浪网 SANCC.COM</dc:creator>
				<category><![CDATA[沙浪网博客文章]]></category>
		<category><![CDATA[科技与互联网]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Red Hat]]></category>

		<guid isPermaLink="false">http://sancc.com/?p=5579</guid>
		<description><![CDATA[知名Linux操作系统厂商 Red Hat 公司最近发布了 Red Hat Linux 企业版5.5版本（RHEL5.5）操作系统，这款操作系统可以很好地支持Intel/AMD公司最新发布的多核服务器处理器。 这款操作系统的推出时间正好与Intel发布至强7500系列 Nehalem-EX 处理器的时间重合。能够很好地满足需要在Linux操作系统上运行虚拟化/云计算部署/高性能运算等应用的用户的需求。 一位官名长得看不过来的Intel高管表示，在 Intel 和 Red Hat 公司的协同努力下，用户可以利用新版RHEL5.5系统这套“高性能，高可伸缩度和高可靠性的实体/虚拟化平台”来构建自己“面向未来的数据中心”。 RHEL5.5同样也支持 AMD Opteron6100 系列 Magny-Cours 服务器新品。AMD的一位发言人表示这次产品更新将为顾客们提供性能更高和功耗更低的产品，还可以减小系统平台的成本费用。 另一家涉及服务器产品的厂商戴尔公司也为这次RHEL5.5的发布发表了肯定的声明，他们在声明中使用了“健壮的”，“能完成关键任务”以及“工业级标准”等等服务器产品软文必备词汇。 RHEL5.5 是 RHEL 5 版本发布以来的第四次更新，RHEL 5 于去年9月份首发。新版本还增强了能与装用微软 Windows 7 操作系统机型协同工作的能力。 theinquirer 参考： http://www.theinquirer.net/inquirer/news/1599167/red-hat-update-supports-server-chips]]></description>
			<content:encoded><![CDATA[<p><strong>知名<a href="http://zh.wikipedia.org/wiki/Linux" target="_blank">Linux</a>操作系统厂商 <a href="http://www.redhat.com/" target="_blank">Red Hat</a> 公司最近发布了 <a href="http://www.redhat.com/rhel/" target="_blank">Red Hat Linux</a> 企业版5.5版本（<a href="http://www.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5.5/html/Release_Notes/" target="_blank">RHEL5.5</a>）操作系统，这款操作系统可以很好地支持<a href="http://www.intel.com/" target="_blank">Intel</a>/<a href="http://www.amd.com/" target="_blank">AMD</a>公司最新发布的多核服务器处理器。</strong></p>
<p>这款操作系统的推出时间正好与<a href="http://www.intel.com/" target="_blank">Intel</a>发布至强7500系列 Nehalem-EX 处理器的时间重合。能够很好地满足需要在<a href="http://zh.wikipedia.org/wiki/Linux" target="_blank">Linux</a>操作系统上运行虚拟化/云计算部署/高性能运算等应用的用户的需求。</p>
<p>一位官名长得看不过来的<a href="http://www.intel.com/" target="_blank">Intel</a>高管表示，在 Intel 和 <a href="http://www.redhat.com/" target="_blank">Red Hat</a> 公司的协同努力下，用户可以利用新版<a href="http://www.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5.5/html/Release_Notes/" target="_blank">RHEL5.5</a>系统这套“高性能，高可伸缩度和高可靠性的实体/虚拟化平台”来构建自己“面向未来的数据中心”。</p>
<p><a href="http://www.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5.5/html/Release_Notes/" target="_blank">RHEL5.5</a>同样也支持<a href="http://www.amd.com/" target="_blank"> AMD</a> Opteron6100 系列 Magny-Cours 服务器新品。<a href="http://www.amd.com/" target="_blank">AMD</a>的一位发言人表示这次产品更新将为顾客们提供性能更高和功耗更低的产品，还可以减小系统平台的成本费用。</p>
<p>另一家涉及服务器产品的厂商<a href="http://www.dell.com/" target="_blank">戴尔公司</a>也为这次<a href="http://www.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5.5/html/Release_Notes/" target="_blank">RHEL5.5</a>的发布发表了肯定的声明，他们在声明中使用了“健壮的”，“能完成关键任务”以及“工业级标准”等等服务器产品软文必备词汇。</p>
<p><a href="http://www.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5.5/html/Release_Notes/" target="_blank">RHEL5.5</a> 是 RHEL 5 版本发布以来的第四次更新，<a href="http://www.redhat.com/rhel/" target="_blank">RHEL 5</a> 于去年9月份首发。新版本还增强了能与装用微软 <a href="http://www.microsoft.com/windows/windows-7/" target="_blank">Windows 7</a> 操作系统机型协同工作的能力。</p>
<p>theinquirer 参考：<br />
<a href="http://www.theinquirer.net/inquirer/news/1599167/red-hat-update-supports-server-chips" target="_blank">http://www.theinquirer.net/inquirer/news/1599167/red-hat-update-supports-server-chips</a></p>
]]></content:encoded>
			<wfw:commentRss>http://sancc.com/archives/5579/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>甲骨文宣布 Solaris 10 不再免费</title>
		<link>http://sancc.com/archives/5576</link>
		<comments>http://sancc.com/archives/5576#comments</comments>
		<pubDate>Thu, 01 Apr 2010 06:47:12 +0000</pubDate>
		<dc:creator>沙浪网 SANCC.COM</dc:creator>
				<category><![CDATA[沙浪网博客文章]]></category>
		<category><![CDATA[科技与互联网]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[Sun]]></category>

		<guid isPermaLink="false">http://sancc.com/?p=5576</guid>
		<description><![CDATA[今年1月份甲骨文正式获得了欧盟以及美国司法部门的批准，成功以74亿美元收购Sun。随着整合工作的进行，Sun的多款产品面临着不同的命运，其中， 企业级操作系统 Solaris 10 在90天的试用期后将不再免费。 Solaris 10 的授权协议中已经更改为：“请记住，你下载Solaris后仅有权在90天的试用期内使用，除非你购买下载软件的服务合同。”在被甲骨文收购之前，Sun为所有用户免费提供Solaris（不提供技术支持），包括个人和商业用户，只需要用户使用邮箱从Sun下载中心那里免费注册一个帐号即可。 虽然OpenSolaris不受新的授权协议的影响，目前仍然在CDDL开源协议下免费提供。然而OpenSolaris前途和命运不得不令人担 忧，根据其发布日程表，2010年3月OpenSolaris将有新版本发布，然而今天已经是3月的最后一天了，新版OpenSolaris还丝毫没有影 子。 甲骨文曾在官方声明里表示会继续支持OpenSolaris：“甲骨文将继续保持OpenSolaris的开源，也将继续活跃参与社区的开发和支 持。甲骨文将比Sun在被收购之前投入更多资源在Solaris上，并且会继续为OpenSolaris贡献技术。甲骨文将继续发布新版OpenSolaris，包括即将到来的 OpenSolaris 2010.03。”]]></description>
			<content:encoded><![CDATA[<p><strong>今年1月份<a href="http://www.oracle.com/cn/index.html" target="_blank">甲骨文</a>正式获得了欧盟以及美国司法部门的批准，成功以74亿美元收购<a href="http://www.sun.com/" target="_blank">Sun</a>。随着整合工作的进行，Sun的多款产品面临着不同的命运，其中， 企业级操作系统 <a href="http://www.sun.com/software/solaris/10/" target="_blank">Solaris 10</a> 在90天的试用期后将不再免费。</strong></p>
<p><a href="http://www.sun.com/software/solaris/10/" target="_blank">Solaris 10</a> 的授权协议中已经更改为：“请记住，你下载<a href="http://www.sun.com/software/solaris/10/" target="_blank">Solaris</a>后仅有权在90天的试用期内使用，除非你购买下载软件的服务合同。”在被<a href="http://www.oracle.com/cn/index.html" target="_blank">甲骨文</a>收购之前，<a href="http://www.sun.com/" target="_blank">Sun</a>为所有用户免费提供Solaris（不提供技术支持），包括个人和商业用户，只需要用户使用邮箱从Sun下载中心那里免费注册一个帐号即可。</p>
<p>虽然<a href="http://cn.sun.com/practice/software/solaris/opensolaris/index.jsp" target="_blank">OpenSolaris</a>不受新的授权协议的影响，目前仍然在CDDL开源协议下免费提供。然而<a href="http://www.opensolaris.org/" target="_blank">OpenSolaris</a>前途和命运不得不令人担 忧，根据其发布日程表，2010年3月OpenSolaris将有新版本发布，然而今天已经是3月的最后一天了，新版OpenSolaris还丝毫没有影 子。</p>
<p><a href="http://www.oracle.com/cn/index.html" target="_blank">甲骨文</a>曾在官方声明里表示会继续支持OpenSolaris：“<a href="http://www.oracle.com/cn/index.html" target="_blank">甲骨文</a>将继续保持<a href="http://cn.sun.com/practice/software/solaris/opensolaris/index.jsp" target="_blank">OpenSolaris</a>的开源，也将继续活跃参与社区的开发和支 持。甲骨文将比<a href="http://www.sun.com/" target="_blank">Sun</a>在被收购之前投入更多资源在<a href="http://www.sun.com/software/solaris/10/" target="_blank">Solaris</a>上，并且会继续为<a href="http://www.opensolaris.org/" target="_blank">OpenSolaris</a>贡献技术。<a href="http://www.oracle.com/cn/index.html" target="_blank">甲骨文</a>将继续发布新版OpenSolaris，包括即将到来的 <a href="http://hub.opensolaris.org/bin/view/Community+Group+desktop/indiana-uispec" target="_blank">OpenSolaris 2010.03</a>。”</p>
]]></content:encoded>
			<wfw:commentRss>http://sancc.com/archives/5576/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>
	</channel>
</rss>
