<?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>OSMSG</title>
	<atom:link href="http://osmsg.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://osmsg.com</link>
	<description></description>
	<lastBuildDate>Thu, 03 May 2012 15:19:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Linux Kernel UKSM 3.3</title>
		<link>http://osmsg.com/2012/04/linux-kernel-uksm-3-3/</link>
		<comments>http://osmsg.com/2012/04/linux-kernel-uksm-3-3/#comments</comments>
		<pubDate>Sat, 28 Apr 2012 13:31:45 +0000</pubDate>
		<dc:creator>zhangkaixuan</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Kernel]]></category>

		<guid isPermaLink="false">http://osmsg.com/?p=9530</guid>
		<description><![CDATA[Linux UKSM 是国人自主研发的一个 Linux 内核相关项目，这个项目对服务器和桌面应用都可以显著的减少 Linux 系统冗余的内存，已经在 RHEL6、CentOS 6、Ubuntu 12.04 等系统充分验证和测试过。 现代的计算机内存中的数据是越来越多，Linux 内核机制 KSM(Kernel Samepage Merging) 使得应用程序（特别是 KVM 虚拟机）能够合并相同内存的页面，但是其使用麻烦，并且速度很慢。UKSM(Ultra KSM) 是国人在此基础上的极大改进。通过使用了更高级的算法，UKSM的新特性包括： 全系统扫描，用户透明：能扫描所有应用程序（包括 KVM 虚拟机）中匿名映射区域的页面，不需要开发者修改一行程序就能从中获益。 极大提高了工作效率，其页面合并的速度，最高可比原本的 KSM 快 20 倍以上。 非常节省CPU，如果系统当中没有冗余页面，那么其 CPU 占用几乎观察不到，而一旦系统当中出现了冗余的内存的时候，它又能快速发现加以消除。 简单的概括，就是它能减少你系统当中的冗余的内存，虽然你的内存可能够用，但是，当代Linux都是把空闲内存作为文件缓存的，你有更多的空闲内存，你的文件系统也就越快！ 具体的评测请看这里，评测数据显示，其效率相当给力！ 现在 UKSM 已经发布了最新的内核 v3.3，并且提供主流发行版本（centos 6/ubuntu 12.04/Fedora &#8230;<p class="read-more"><a href="http://osmsg.com/2012/04/linux-kernel-uksm-3-3/">继续阅读 &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>Linux UKSM 是国人自主研发的一个 Linux 内核相关项目，这个项目对服务器和桌面应用都可以显著的减少 Linux 系统冗余的内存，已经在 RHEL6、CentOS 6、Ubuntu 12.04 等系统充分验证和测试过。<em><span id="more-9530"></span></em></p>
<p>现代的计算机内存中的数据是越来越多，Linux 内核机制 KSM(Kernel Samepage Merging) 使得应用程序（特别是 KVM 虚拟机）能够合并相同内存的页面，但是其使用麻烦，并且速度很慢。UKSM(Ultra KSM) 是国人在此基础上的极大改进。通过使用了更高级的算法，UKSM的新特性包括：</p>
<ul>
<li>全系统扫描，<strong>用户透明</strong>：能扫描所有应用程序（包括 KVM 虚拟机）中匿名映射区域的页面，不需要开发者修改一行程序就能从中获益。</li>
<li>极大提高了工作效率，其页面合并的速度，<strong>最高可比原本的 KSM 快 20 倍以上</strong>。</li>
<li><strong>非常节省CPU</strong>，如果系统当中没有冗余页面，那么其 CPU 占用几乎观察不到，而一旦系统当中出现了冗余的内存的时候，它又能快速发现加以消除。</li>
</ul>
<p>简单的概括，就是它能减少你系统当中的冗余的内存，虽然你的内存可能够用，但是，当代Linux都是把空闲内存作为文件缓存的，你有更多的空闲内存，你的文件系统也就越快！</p>
<p>具体的评测<a href="http://kerneldedup.org/projects/uksm/benchmarks/">请看这里</a>，评测数据显示，其效率相当给力！</p>
<p>现在 UKSM 已经发布了最新的内核 v3.3，并且提供主流发行版本（centos 6/ubuntu 12.04/Fedora 16/Archlinux/）内核基础上UKSM补丁过的<a href="http://kerneldedup.org/projects/uksm/download/">内核安装包下载</a></p>
<p>欢迎广大网友们使用，并反馈意见！</p>
<p><a href="http://kerneldedup.org/">项目官方站点</a></p>
<p><strong><em>项目作者 Figo.zhang </em></strong></p>
<p>form <a href="http://linuxtoy.org/archives/linux-kernel-uksm-33.html">linuxtoy</a></p>
<h3  class="related_post_title">Read More:</h3><ul class="related_post"><li><a href="http://osmsg.com/2011/10/linux-kernel-3-1/" title="Linux Kernel 3.1 发布">Linux Kernel 3.1 发布</a></li><li><a href="http://osmsg.com/2011/05/hello-linux-3-0/" title="你好，Linux 3.0">你好，Linux 3.0</a></li><li><a href="http://osmsg.com/2011/05/linux-2-6-end/" title="Linux 2.6 走向尽头，这次看来是真的了">Linux 2.6 走向尽头，这次看来是真的了</a></li><li><a href="http://osmsg.com/2011/03/udev-167/" title="Udev 167">Udev 167</a></li><li><a href="http://osmsg.com/2011/03/linux-kernel-2-6-38/" title="Linux Kernel 2.6.38">Linux Kernel 2.6.38</a></li><li><a href="http://osmsg.com/2011/02/linux-kernel-2-6-37-2/" title="Linux Kernel 2.6.37.2">Linux Kernel 2.6.37.2</a></li><li><a href="http://osmsg.com/2011/01/linux-kernel-2-6-37/" title="Linux Kernel 2.6.37">Linux Kernel 2.6.37</a></li><li><a href="http://osmsg.com/2010/12/udev-165/" title="Udev 165">Udev 165</a></li><li><a href="http://osmsg.com/2010/12/kernel-2-6-36-2/" title="Kernel 2.6.36.2">Kernel 2.6.36.2</a></li><li><a href="http://osmsg.com/2010/11/linux-kernel-2-6-36-1/" title="Linux Kernel 2.6.36.1">Linux Kernel 2.6.36.1</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://osmsg.com/2012/04/linux-kernel-uksm-3-3/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Oracle提供免费Oracle Linux更新源</title>
		<link>http://osmsg.com/2012/04/oracle-free-oracle-linux-update-source/</link>
		<comments>http://osmsg.com/2012/04/oracle-free-oracle-linux-update-source/#comments</comments>
		<pubDate>Sun, 01 Apr 2012 03:40:47 +0000</pubDate>
		<dc:creator>Yang</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Oracle Linux]]></category>

		<guid isPermaLink="false">http://osmsg.com/?p=9524</guid>
		<description><![CDATA[Oracle正在使Red Hat Enterprise Linux的克隆版本Oracle Linux可以免费从他们的公共源中获取更新。在此前，只有购买了支持服务的Oracle的客户才能获取BUG修复与安全补丁，没有购买的用户只能获取ISO文件，其中包含的源代码与RPM包是自由的<p class="read-more"><a href="http://osmsg.com/2012/04/oracle-free-oracle-linux-update-source/">继续阅读 &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>Oracle正在使Red Hat Enterprise Linux的克隆版本Oracle Linux可以免费从他们的公共源中获取更新。在此前，只有购买了支持服务的Oracle的客户才能获取BUG修复与安全补丁，没有购买的用户只能获取ISO文件，其中包含的源代码与RPM包是自由的，但没有提供安全与错误更新使得用户需要自己维护系统的安全健康。现在所有用户都可以获取这些安全与错误更新了，尽管仍需要注册一个账号用于下载ISO文件。<br />
<span id="more-9524"></span></p>
<p>Oracle公告了新的产品Database 11g R2和Oracle Fusion Middleware 11g R1将可以使用在Oracle Linux和RHEL6中。</p>
<p>根据Oracle公司的Lenz Grimmer的博文，除了Oracle的更新支持外，付费成为Oracle客户还可以享受额外的好处，例如使用Unbreakable Linux Network上的软件频道，使用Enterprise Manager 12c for Linux或Enterprise Manager OpsCenter配置、管理、监控Oracle Linux。</p>
<p>而Oracle公司的Wim Coekaerts通过博文介绍了如何添加这个免费的源。</p>
<p>这意味着，Oracle Linux现在开始提供了接近CentOS和Scientific Linux在过去几年提供的免费服务：克隆RHEL的软件包更新并发布。</p>
<p>Oracle公司正在努力提升Oracle Linux的价值，例如最近在它的Unbreakable Enterprise Kernel（也是免费提供）加入的BTRFS支持。</p>
<p>最近Oracle公司还倾向于以比CentOS和Scientific Linux更快的速度发布出RHEL次要版本(minor releases)的克隆。</p>
<p>RedHat在其商业模块中提供了付费的更新服务，最便宜的版本(Desktop 出问题自己解决)是每年50美元。</p>
<h3  class="related_post_title">Read More:</h3><ul class="related_post"><li><a href="http://osmsg.com/2011/08/oracle-linux-5-7/" title="Oracle Linux 5.7">Oracle Linux 5.7</a></li><li><a href="http://osmsg.com/2011/06/oracle-linux-6-1/" title="Oracle Linux 6.1">Oracle Linux 6.1</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://osmsg.com/2012/04/oracle-free-oracle-linux-update-source/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Pidgin 2.10.1</title>
		<link>http://osmsg.com/2011/12/pidgin-2-10-1/</link>
		<comments>http://osmsg.com/2011/12/pidgin-2-10-1/#comments</comments>
		<pubDate>Sun, 11 Dec 2011 04:02:39 +0000</pubDate>
		<dc:creator>zhangkaixuan</dc:creator>
				<category><![CDATA[Apps]]></category>
		<category><![CDATA[Empathy]]></category>
		<category><![CDATA[Pidgin]]></category>
		<category><![CDATA[XChat]]></category>

		<guid isPermaLink="false">http://www.osmsg.com/?p=9508</guid>
		<description><![CDATA[Linux 下全功能即时通讯客户端 Pidgin 2.10.1 放出，修复 OpenBSD 下编译问题 Pidgin 2.10.1 特色： 修复 OpenBSD 下编译问题 修复 AIM 和 ICQ 好友管理列表引发的崩溃问题 修复 IRC 使用非UTF-8编码提交UTF-8文本时内存泄露的问题 修复 Jabber 接受语音/视频崩溃的问题 修复 Yahoo! 不能完全获取好友图标的问题 源代码下载 Read More:Firefox 8.0.1 发布 / 阿里旺旺 for Linux RC 发布pyWebQQ 1.4IRC 扫盲大补帖gtk-qqpyWebQQ &#8230;<p class="read-more"><a href="http://osmsg.com/2011/12/pidgin-2-10-1/">继续阅读 &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>Linux 下全功能即时通讯客户端 Pidgin 2.10.1 放出，修复 OpenBSD 下编译问题<span id="more-9508"></span></p>
<p>Pidgin 2.10.1 特色：</p>
<ul>
<li>修复 OpenBSD 下编译问题</li>
<li>修复 AIM 和 ICQ 好友管理列表引发的崩溃问题</li>
<li>修复 IRC 使用非UTF-8编码提交UTF-8文本时内存泄露的问题</li>
<li>修复 Jabber 接受语音/视频崩溃的问题</li>
<li>修复 Yahoo! 不能完全获取好友图标的问题</li>
</ul>
<p><a href="http://sourceforge.net/projects/pidgin/files/Pidgin/2.10.1/pidgin-2.10.1.tar.bz2" target="_blank">源代码下载</a></p>
<h3  class="related_post_title">Read More:</h3><ul class="related_post"><li><a href="http://osmsg.com/2011/11/firefox-8-0-1-and-aliwangwang-for-linux-rc/" title="Firefox 8.0.1 发布 / 阿里旺旺 for Linux RC 发布">Firefox 8.0.1 发布 / 阿里旺旺 for Linux RC 发布</a></li><li><a href="http://osmsg.com/2011/10/pywebqq-1-4/" title="pyWebQQ 1.4">pyWebQQ 1.4</a></li><li><a href="http://osmsg.com/2011/10/irc-tips/" title="IRC 扫盲大补帖">IRC 扫盲大补帖</a></li><li><a href="http://osmsg.com/2011/11/gtk-qq/" title="gtk-qq">gtk-qq</a></li><li><a href="http://osmsg.com/2011/10/pywebqq-1-2/" title="pyWebQQ 1.2">pyWebQQ 1.2</a></li><li><a href="http://osmsg.com/2011/08/pidgin-2-10-0/" title="Pidgin 2.10.0">Pidgin 2.10.0</a></li><li><a href="http://osmsg.com/2011/06/skypetab/" title="给 Skype 对话框添加标签模式">给 Skype 对话框添加标签模式</a></li><li><a href="http://osmsg.com/2011/06/pidgin-2-8-0/" title="Linux 下即时通讯客户端 Pidgin 2.8.0 发布">Linux 下即时通讯客户端 Pidgin 2.8.0 发布</a></li><li><a href="http://osmsg.com/2011/05/pidgin-gnome-shell-extension/" title="Pidgin GNOME Shell Extension">Pidgin GNOME Shell Extension</a></li><li><a href="http://osmsg.com/2011/05/myqq/" title="MyQQ：可以在终端里面上的QQ">MyQQ：可以在终端里面上的QQ</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://osmsg.com/2011/12/pidgin-2-10-1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>HP 宣布开源 webOS</title>
		<link>http://osmsg.com/2011/12/hp-open-sourced-webos/</link>
		<comments>http://osmsg.com/2011/12/hp-open-sourced-webos/#comments</comments>
		<pubDate>Sat, 10 Dec 2011 04:27:46 +0000</pubDate>
		<dc:creator>zhangkaixuan</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Distros]]></category>
		<category><![CDATA[WebOS]]></category>

		<guid isPermaLink="false">http://www.osmsg.com/?p=9503</guid>
		<description><![CDATA[HP 今日宣布将 webOS 系统开源。 HP CEO Meg Whitman 表示 webOS 做为唯一一个从设计之初就考虑到移动、云连接和扩展性的操作系统，并且允许应用程序用现代 Web 技术进行开发。此次将 webOS 贡献给开源社区，目的是加快 webOS 平台的发展。HP 将： 活跃的参与并投资到 webOS 开发中。 执行透明化的管理，避免分裂。 开放软件源代码（目前尚不清楚将采取具体何种开源协议）。 HP 同时宣布下一步亦将把 webOS 应用程序框架 ENYO 开源。感兴趣的朋友可以继续关注 webOS 开发者博客。 消息来源：HP 新闻公告 LinuxToy Read More:Linux 发行版将引入 /run 目录10 款优秀的替代操作系统Chakra &#8230;<p class="read-more"><a href="http://osmsg.com/2011/12/hp-open-sourced-webos/">继续阅读 &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>HP 今日宣布将 webOS 系统开源。<span id="more-9503"></span></p>
<p>HP CEO Meg Whitman 表示 webOS 做为唯一一个从设计之初就考虑到移动、云连接和扩展性的操作系统，并且允许应用程序用现代 Web 技术进行开发。此次将 webOS 贡献给开源社区，目的是加快 webOS 平台的发展。HP 将：</p>
<ul>
<li>活跃的参与并投资到 webOS 开发中。</li>
<li>执行透明化的管理，避免分裂。</li>
<li>开放软件源代码（目前<strong>尚不清楚将采取具体何种开源协议</strong>）。</li>
</ul>
<p>HP 同时宣布下一步亦将<strong>把 webOS 应用程序框架 ENYO 开源</strong>。感兴趣的朋友可以继续关注<a href="http://developer.palm.com/blog/"> webOS 开发者博客</a>。</p>
<p><em>消息来源：</em><a href="http://www.hp.com/hpinfo/newsroom/press/2011/111209xa.html">HP 新闻公告</a> <a href="http://linuxtoy.org/archives/hp-open-sourced-webos.html" target="_blank">LinuxToy</a></p>
<h3  class="related_post_title">Read More:</h3><ul class="related_post"><li><a href="http://osmsg.com/2011/03/linux-distro-add-run-dir/" title="Linux 发行版将引入 /run 目录">Linux 发行版将引入 /run 目录</a></li><li><a href="http://osmsg.com/2011/03/10-alternative-operating-systems/" title="10 款优秀的替代操作系统">10 款优秀的替代操作系统</a></li><li><a href="http://osmsg.com/2011/10/chakra-gnulinux-2011-10-26/" title="Chakra GNU/Linux 2011.10.26">Chakra GNU/Linux 2011.10.26</a></li><li><a href="http://osmsg.com/2011/10/android-4-0/" title="Android 4.0 发布">Android 4.0 发布</a></li><li><a href="http://osmsg.com/2011/09/qomo-linux-3-0/" title="Qomo Linux 3.0 正式版发布">Qomo Linux 3.0 正式版发布</a></li><li><a href="http://osmsg.com/2011/07/android-sdk-3-2/" title="Android SDK 3.2">Android SDK 3.2</a></li><li><a href="http://osmsg.com/2011/06/adobe-air-for-linux-end/" title="Adobe 停止发布 AIR for Linux">Adobe 停止发布 AIR for Linux</a></li><li><a href="http://osmsg.com/2011/06/parted-magic-6-2/" title="Parted Magic 6.2">Parted Magic 6.2</a></li><li><a href="http://osmsg.com/2011/06/tiny-core-linux-3-7/" title="Tiny Core Linux 3.7">Tiny Core Linux 3.7</a></li><li><a href="http://osmsg.com/2011/06/asus-eee-pc-meego/" title="Asus Eee PC 将预装 MeeGo 系统">Asus Eee PC 将预装 MeeGo 系统</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://osmsg.com/2011/12/hp-open-sourced-webos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CentOS 6.1</title>
		<link>http://osmsg.com/2011/12/centos-6-1/</link>
		<comments>http://osmsg.com/2011/12/centos-6-1/#comments</comments>
		<pubDate>Sat, 10 Dec 2011 03:32:33 +0000</pubDate>
		<dc:creator>zhangkaixuan</dc:creator>
				<category><![CDATA[Distros]]></category>
		<category><![CDATA[CentOS]]></category>

		<guid isPermaLink="false">http://www.osmsg.com/?p=9499</guid>
		<description><![CDATA[企业级的 Linux 发行版本 CentOS 6.1 放出，对 yum 包管理器进行了改动： yum 加入了某些改动及新功能 至少需要 392MB 内存才能运作安装程序，在低于 652MB 内存的机器上会自动运行文本安装模式 文字安装功能支持设置分区的分布、存储方式、或选择组件 安装时，少于 4GB 内存的系统上会提示 Insufficient memory to configure kdump!，不用理会即可 x86_64 的内容被分为两只 DVD。第二个包含 Optional 频道的组件。大家只需要 DVD-1 就足够了。 删除安装树内 images/ 目录的 boot.iso 的映像 下载 i386 / x86_64 Read &#8230;<p class="read-more"><a href="http://osmsg.com/2011/12/centos-6-1/">继续阅读 &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>企业级的 Linux 发行版本 CentOS 6.1 放出，对 yum 包管理器进行了改动：<span id="more-9499"></span></p>
<ul>
<li>yum 加入了某些改动及新功能</li>
<li>至少需要 392MB 内存才能运作安装程序，在低于 652MB 内存的机器上会自动运行文本安装模式</li>
<li>文字安装功能<strong>支持设置分区的分布、存储方式、或选择组件</strong></li>
<li>安装时，少于 4GB 内存的系统上会提示 Insufficient memory to configure kdump!，不用理会即可</li>
<li>x86_64 的内容被分为两只 DVD。第二个包含 Optional 频道的组件。大家只需要 DVD-1 就足够了。</li>
<li>删除安装树内 images/ 目录的 boot.iso 的映像</li>
</ul>
<p>下载 <a href="http://linux.mirrors.es.net/centos/6.1/isos/i386/CentOS-6.1-i386-bin-DVD1.iso" target="_blank">i386</a> / <a href="http://centos.mirror.freedomvoice.com/6.1/isos/x86_64/CentOS-6.1-x86_64-bin-DVD1.iso" target="_blank">x86_64</a></p>
<h3  class="related_post_title">Read More:</h3><ul class="related_post"><li><a href="http://osmsg.com/2011/07/centos-6-0/" title="CentOS 6.0">CentOS 6.0</a></li><li><a href="http://osmsg.com/2011/05/centos-6-rhel-6-1/" title="CentOS 称 RHEL 6.1 发布不会影响 CentOS 6 进度">CentOS 称 RHEL 6.1 发布不会影响 CentOS 6 进度</a></li><li><a href="http://osmsg.com/2011/05/centos-6/" title="CentOS 6 有望 5 月发布">CentOS 6 有望 5 月发布</a></li><li><a href="http://osmsg.com/2010/05/centos-5-5-%e5%8f%91%e5%b8%83/" title="CentOS 5.5 发布">CentOS 5.5 发布</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://osmsg.com/2011/12/centos-6-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>绘画程序新秀 MyPaint 1.0.0</title>
		<link>http://osmsg.com/2011/11/mypaint-1-0-0/</link>
		<comments>http://osmsg.com/2011/11/mypaint-1-0-0/#comments</comments>
		<pubDate>Tue, 29 Nov 2011 10:10:53 +0000</pubDate>
		<dc:creator>zhangkaixuan</dc:creator>
				<category><![CDATA[Apps]]></category>
		<category><![CDATA[digikam]]></category>
		<category><![CDATA[F-Spot]]></category>
		<category><![CDATA[GIMP]]></category>
		<category><![CDATA[ImageMagick]]></category>
		<category><![CDATA[Shotwell]]></category>
		<category><![CDATA[Shutter]]></category>

		<guid isPermaLink="false">http://www.osmsg.com/?p=9491</guid>
		<description><![CDATA[开源界的新秀，MyPaint绘画程序在最近两年里的发展可以用飞速来形容。在应用方面，比较有名的例子是在Blender 的上一个开源电影制作中的使用，记得那条龙，那个美女吗，相关的概念图就是用MyPaint绘制的。而在开发方面，也是成绩斐然。其开发团队于近日发布了 1.0.0 版本。 对于不熟悉它的朋友们，可从其官方描述就可以大志了解这个软件： MyPaint 是提供给数字化画家的一款运行速度快，易用的开源图像应用程序，它能让您关注艺术而非程序本身。一句话描述：置身于画布，尽情创作，无需分心，只有在需要的时候，那些工具界面才会按需跳出。 MyPaint 一些特点： 支持的压力敏感的绘图板； 超强的笔刷引擎； 丰富，多样而且易于使用的笔刷； 用于创建笔刷的接口； 简洁直观的用户界面； 无限的大小的画布； 支持图层功能； 以开源的标准文件格式 OpenRaster 为缺省文件格式。 在这个里程碑式的 1.0.0 新版本中，相对应 0.9.1主要的变化有： 可配置的工具条，有弹出式的色彩，画笔，画笔设置控件； 浮动的工具窗，可以停靠在主窗口的边栏上； 透明锁定模式，以及基本的图层混合模式； 鼠标和（绘图板的）笔上的按钮可以通过配置面板分别绑定不同的动作行为； 新的暂存器（Scratchpad），用于缩略图，备注，或记录笔触（Brushstorkes）和色彩选择； 最后，有许多小改进并且修复了一些bug，MyPaint的速度，用户界面，笔刷集都得到了提升。 无码高清截屏欣赏： 动心了？行动吧： 源代码下载 二进制安装包正在制作中，请关注进度 另外 MyPaint 使用了 Scons 构建系统，自己编译源代码也是非常容易的事情，编译时间可能10秒钟吧，呵呵，不信你就自己试一下 不用GIT您都不好意思说混LT的，对吧 $ &#8230;<p class="read-more"><a href="http://osmsg.com/2011/11/mypaint-1-0-0/">继续阅读 &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>开源界的新秀，MyPaint绘画程序在最近两年里的发展可以用飞速来形容。在应用方面，比较有名的例子是在Blender 的上一个开源电影制作中的使用，记得那条龙，那个美女吗，相关的概念图就是用MyPaint绘制的。而在开发方面，也是成绩斐然。其开发团队于近日发布了 1.0.0 版本。<em><span id="more-9491"></span></em></p>
<p>对于不熟悉它的朋友们，可从其官方描述就可以大志了解这个软件：</p>
<p><a href="http://mypaint.intilinux.com/">MyPaint</a> 是提供给数字化画家的一款运行速度快，易用的开源图像应用程序，它能让您关注艺术而非程序本身。一句话描述：置身于画布，尽情创作，无需分心，只有在需要的时候，那些工具界面才会按需跳出。</p>
<p><strong>MyPaint 一些特点：</strong></p>
<ul>
<li>支持的压力敏感的绘图板；</li>
<li>超强的笔刷引擎；</li>
<li>丰富，多样而且易于使用的笔刷；</li>
<li>用于创建笔刷的接口；</li>
<li>简洁直观的用户界面；</li>
<li>无限的大小的画布；</li>
<li>支持图层功能；</li>
<li>以开源的标准文件格式 OpenRaster 为缺省文件格式。</li>
</ul>
<p><strong>在这个里程碑式的 1.0.0 新版本中，相对应 0.9.1主要的变化有：</strong></p>
<ul>
<li>可配置的工具条，有弹出式的色彩，画笔，画笔设置控件；</li>
<li>浮动的工具窗，可以停靠在主窗口的边栏上；</li>
<li>透明锁定模式，以及基本的图层混合模式；</li>
<li>鼠标和（绘图板的）笔上的按钮可以通过配置面板分别绑定不同的动作行为；</li>
<li>新的暂存器（Scratchpad），用于缩略图，备注，或记录笔触（Brushstorkes）和色彩选择；</li>
<li>最后，有许多小改进并且修复了一些bug，MyPaint的速度，用户界面，笔刷集都得到了提升。</li>
</ul>
<p><strong>无码高清截屏欣赏：</strong></p>
<p><a href="http://www.osmsg.com/wp-content/uploads/2011/11/mypaint1-release-a_net.jpg"><img class="alignnone size-full wp-image-9492" title="mypaint1-release-a_net" src="http://www.osmsg.com/wp-content/uploads/2011/11/mypaint1-release-a_net.jpg" alt="" width="1280" height="884" /></a></p>
<p><a href="http://www.osmsg.com/wp-content/uploads/2011/11/mypaint1-release-b_net.jpg"><img class="alignnone size-full wp-image-9493" title="mypaint1-release-b_net" src="http://www.osmsg.com/wp-content/uploads/2011/11/mypaint1-release-b_net.jpg" alt="" width="1280" height="882" /></a></p>
<p><strong>动心了？行动吧：</strong></p>
<ul>
<li><a href="http://download.gna.org/mypaint/mypaint-1.0.0.tar.xz">源代码下载</a></li>
<li><a href="http://wiki.mypaint.info/index.php?title=Packaging">二进制安装包</a>正在制作中，请关注进度</li>
<li>另外 MyPaint 使用了 Scons 构建系统，<a href="http://gitorious.org/mypaint/mypaint/blobs/master/README">自己编译源代码</a>也是非常容易的事情，编译时间可能10秒钟吧，呵呵，不信你就自己试一下</li>
<li>不用GIT您都不好意思说混LT的，对吧 <code>$ git clone git://gitorious.org/mypaint/mypaint.git &amp;&amp; cd mypaint &amp;&amp; scons &amp;&amp; ./mypaint &amp;&amp; you paint</code></li>
</ul>
<p>&#8211;#原文<a href="http://linuxtoy.org/archives/mypaint-100.html" target="_blank">链接</a> <em>由 jcome 兄撰写投稿</em></p>
<h3  class="related_post_title">Read More:</h3><ul class="related_post"><li><a href="http://osmsg.com/2011/08/fbv/" title="fbv: 控制台图片查看器">fbv: 控制台图片查看器</a></li><li><a href="http://osmsg.com/2011/08/feh/" title="feh: 控制台图片查看器">feh: 控制台图片查看器</a></li><li><a href="http://osmsg.com/2011/08/gimp-2-7-3/" title="GIMP 2.7.3 发布，支持单窗口模式">GIMP 2.7.3 发布，支持单窗口模式</a></li><li><a href="http://osmsg.com/2011/05/shotwell-0-10/" title="Shotwell 0.10">Shotwell 0.10</a></li><li><a href="http://osmsg.com/2011/04/shotwell-0-9-1/" title="Shotwell 0.9.1">Shotwell 0.9.1</a></li><li><a href="http://osmsg.com/2011/03/shotwell-0-9/" title="Shotwell 0.9">Shotwell 0.9</a></li><li><a href="http://osmsg.com/2011/01/free-gimp-tutorial-pdfs/" title="免费 GIMP 教程">免费 GIMP 教程</a></li><li><a href="http://osmsg.com/2011/01/gthumb-2-12-2/" title="照片管理器 gThumb 2.12.2 发布">照片管理器 gThumb 2.12.2 发布</a></li><li><a href="http://osmsg.com/2011/01/shotwell-0-8-1/" title="Shotwell 0.8.1">Shotwell 0.8.1</a></li><li><a href="http://osmsg.com/2010/12/gnome-shotwell-0-8-0/" title="Gnome 下无损格式照片管理器 Shotwell 0.8.0 发布">Gnome 下无损格式照片管理器 Shotwell 0.8.0 发布</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://osmsg.com/2011/11/mypaint-1-0-0/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Firefox 8.0.1 发布 / 阿里旺旺 for Linux RC 发布</title>
		<link>http://osmsg.com/2011/11/firefox-8-0-1-and-aliwangwang-for-linux-rc/</link>
		<comments>http://osmsg.com/2011/11/firefox-8-0-1-and-aliwangwang-for-linux-rc/#comments</comments>
		<pubDate>Wed, 23 Nov 2011 09:04:03 +0000</pubDate>
		<dc:creator>zhangkaixuan</dc:creator>
				<category><![CDATA[Apps]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Empathy]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[Pidgin]]></category>
		<category><![CDATA[XChat]]></category>

		<guid isPermaLink="false">http://www.osmsg.com/?p=9489</guid>
		<description><![CDATA[Firefox 8 系列的第一个修复版发布，改变如下： 修复 Mac OS X 下加载 Java Applet 崩溃的问题 修复 Windows 下启动崩溃所引起的 RoboForm 版本变化 PS.另据黑白兄消息 阿里旺旺 Linux RC 版本现世，在这里下载 RC 版本（ebuild、deb）版本 Read More:Pidgin 2.10.1多进程 Firefox 开发暂缓Firefox 9 Beta 新特性预览Firefox 8pyWebQQ 1.4IRC 扫盲大补帖Mozilla Firefox 7.0Mozilla Firefox 5Webian Shell: Mozilla &#8230;<p class="read-more"><a href="http://osmsg.com/2011/11/firefox-8-0-1-and-aliwangwang-for-linux-rc/">继续阅读 &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>Firefox 8 系列的第一个修复版发布，改变如下：<span id="more-9489"></span></p>
<ul>
<li>修复 Mac OS X 下加载 Java Applet 崩溃的问题</li>
<li>修复 Windows 下启动崩溃所引起的 RoboForm 版本变化</li>
</ul>
<p>PS.另据黑白兄消息 阿里旺旺 Linux RC 版本现世，在<a href="http://ge.tt/8sPpGIA">这里下载 RC 版本（ebuild、deb）</a>版本</p>
<h3  class="related_post_title">Read More:</h3><ul class="related_post"><li><a href="http://osmsg.com/2011/12/pidgin-2-10-1/" title="Pidgin 2.10.1">Pidgin 2.10.1</a></li><li><a href="http://osmsg.com/2011/11/multi-process-firefox-refact-on-hold/" title="多进程 Firefox 开发暂缓">多进程 Firefox 开发暂缓</a></li><li><a href="http://osmsg.com/2011/11/firefox-9-beta/" title="Firefox 9 Beta 新特性预览">Firefox 9 Beta 新特性预览</a></li><li><a href="http://osmsg.com/2011/11/firefox-8/" title="Firefox 8">Firefox 8</a></li><li><a href="http://osmsg.com/2011/10/pywebqq-1-4/" title="pyWebQQ 1.4">pyWebQQ 1.4</a></li><li><a href="http://osmsg.com/2011/10/irc-tips/" title="IRC 扫盲大补帖">IRC 扫盲大补帖</a></li><li><a href="http://osmsg.com/2011/09/mozilla-firefox-7-0/" title="Mozilla Firefox 7.0">Mozilla Firefox 7.0</a></li><li><a href="http://osmsg.com/2011/06/mozilla-firefox-5/" title="Mozilla Firefox 5">Mozilla Firefox 5</a></li><li><a href="http://osmsg.com/2011/06/mozilla-webian-shell/" title="Webian Shell: Mozilla 概念型浏览器">Webian Shell: Mozilla 概念型浏览器</a></li><li><a href="http://osmsg.com/2011/05/firefox-5-0-beta/" title="Firefox 5.0 beta，Mozilla 发布隐藏导航栏扩展">Firefox 5.0 beta，Mozilla 发布隐藏导航栏扩展</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://osmsg.com/2011/11/firefox-8-0-1-and-aliwangwang-for-linux-rc/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>多进程 Firefox 开发暂缓</title>
		<link>http://osmsg.com/2011/11/multi-process-firefox-refact-on-hold/</link>
		<comments>http://osmsg.com/2011/11/multi-process-firefox-refact-on-hold/#comments</comments>
		<pubDate>Tue, 22 Nov 2011 04:44:45 +0000</pubDate>
		<dc:creator>zhangkaixuan</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Opera]]></category>

		<guid isPermaLink="false">http://www.osmsg.com/?p=9487</guid>
		<description><![CDATA[Mozilla 经过最近的讨论，将 Firefox 按照多进程方式重构的项目 Electrolysis (E10S) 计划暂缓，转而通过一些见效更快的方式改善用户界面响应。 Electrolysis (E10S) 的主要目的是改善界面相应时间，主要通过以下两点实现： 将用户界面绘制进程和内容绘制进程分离开。 改善垃圾回收机制。 同时还有一些次要目标： 对于多核系统的支持。挑战： 现阶段 DOM 依然是单线程的。 改善内存管理。 崩溃保护。 沙箱安全。 目前 Firefox for Android 已经完全实现了多进程，但是桌面版本的重构难度比预期的要大，尤其是如何保证原有的扩展还可以在多进程模式下正常工作这个问题还没有比较好的解决方法。结合其他因素， Mozilla 决定将有限的资源调整到其他可以在短期内实现的改善界面相应时间的措施上，包括： 优化自在 Firefox 3.6.14 起实现的进程外插件管理(Out of Process Plugin)。 Places 优化(Places-optimization)。 递增式垃圾回收。 Mozilla 方面认为通过优先实现以上改善，可以更快的使最终用户体会到在界面响应方面的进步。另一方面，多进程 Firefox &#8230;<p class="read-more"><a href="http://osmsg.com/2011/11/multi-process-firefox-refact-on-hold/">继续阅读 &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>Mozilla 经过最近的讨论，将 Firefox 按照多进程方式重构的项目 Electrolysis (E10S) 计划暂缓，转而通过一些见效更快的方式改善用户界面响应。<span id="more-9487"></span></p>
<p>Electrolysis (E10S) 的主要目的是<strong>改善界面相应时间</strong>，主要通过以下两点实现：</p>
<ul>
<li>将用户界面绘制进程和内容绘制进程分离开。</li>
<li>改善垃圾回收机制。</li>
</ul>
<p>同时还有一些次要目标：</p>
<ul>
<li>对于多核系统的支持。挑战： <strong>现阶段 DOM 依然是单线程的</strong>。</li>
<li>改善内存管理。</li>
<li>崩溃保护。</li>
<li>沙箱安全。</li>
</ul>
<p>目前 <strong>Firefox for Android 已经完全实现了多进程</strong>，但是桌面版本的重构难度比预期的要大，尤其是<strong>如何保证原有的扩展还可以在多进程模式下正常工作</strong>这个问题还没有比较好的解决方法。结合其他因素， Mozilla 决定将有限的资源调整到其他可以在短期内实现的改善界面相应时间的措施上，包括：</p>
<ul>
<li>优化自在 Firefox 3.6.14 起实现的进程外插件管理(Out of Process Plugin)。</li>
<li>Places 优化(Places-optimization)。</li>
<li>递增式垃圾回收。</li>
</ul>
<p>Mozilla 方面认为通过优先实现以上改善，可以<strong>更快的使最终用户体会到在界面响应方面的进步</strong>。另一方面，多进程 Firefox 项目 Electrolysis (E10S) 将暂缓，但不会取消。</p>
<p><a href="http://blog.mozilla.com/products/2011/07/15/goals-for-multi-process-firefox/">多进程 Firefox 重构详细目标</a></p>
<p><a href="http://lawrencemandel.com/2011/11/15/update-on-multi-process-firefox-electrolysis-development/">英文原文</a></p>
<p><strong>PS：</strong>貌似很多 JavaScript 的大牛的都吐槽 DOM 是网页应用性能瓶颈啊……</p>
<p>-#原文<a href="http://linuxtoy.org/archives/multi-process-firefox-refact-on-hold.html" target="_blank">链接</a></p>
<h3  class="related_post_title">Read More:</h3><ul class="related_post"><li><a href="http://osmsg.com/2011/11/firefox-8-0-1-and-aliwangwang-for-linux-rc/" title="Firefox 8.0.1 发布 / 阿里旺旺 for Linux RC 发布">Firefox 8.0.1 发布 / 阿里旺旺 for Linux RC 发布</a></li><li><a href="http://osmsg.com/2011/11/firefox-9-beta/" title="Firefox 9 Beta 新特性预览">Firefox 9 Beta 新特性预览</a></li><li><a href="http://osmsg.com/2011/11/firefox-8/" title="Firefox 8">Firefox 8</a></li><li><a href="http://osmsg.com/2011/09/mozilla-firefox-7-0/" title="Mozilla Firefox 7.0">Mozilla Firefox 7.0</a></li><li><a href="http://osmsg.com/2011/06/mozilla-firefox-5/" title="Mozilla Firefox 5">Mozilla Firefox 5</a></li><li><a href="http://osmsg.com/2011/06/mozilla-webian-shell/" title="Webian Shell: Mozilla 概念型浏览器">Webian Shell: Mozilla 概念型浏览器</a></li><li><a href="http://osmsg.com/2011/05/firefox-5-0-beta/" title="Firefox 5.0 beta，Mozilla 发布隐藏导航栏扩展">Firefox 5.0 beta，Mozilla 发布隐藏导航栏扩展</a></li><li><a href="http://osmsg.com/2011/05/opera-11-11/" title="Opera 11.11">Opera 11.11</a></li><li><a href="http://osmsg.com/2011/05/javascript-pc-emulator/" title="JavaScript PC 模拟器">JavaScript PC 模拟器</a></li><li><a href="http://osmsg.com/2011/05/firefox-5-launch-party/" title="Firefox 5 发布庆祝活动">Firefox 5 发布庆祝活动</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://osmsg.com/2011/11/multi-process-firefox-refact-on-hold/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Fcitx 输入法状态条乱码解决方案</title>
		<link>http://osmsg.com/2011/11/fcitx-luan-ma/</link>
		<comments>http://osmsg.com/2011/11/fcitx-luan-ma/#comments</comments>
		<pubDate>Sun, 20 Nov 2011 05:14:56 +0000</pubDate>
		<dc:creator>zhangkaixuan</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Doc]]></category>
		<category><![CDATA[Fcitx]]></category>
		<category><![CDATA[iBus]]></category>
		<category><![CDATA[SCIM]]></category>
		<category><![CDATA[Yong]]></category>

		<guid isPermaLink="false">http://www.osmsg.com/?p=9478</guid>
		<description><![CDATA[fcitx输入法状态条乱码/config配置文件乱码的解决，很多人问这个问题, 觉得有必要单独写出来&#8211;#careone兄撰写 一, fcitx输入法状态条乱码/config配置文件乱码的2个原因： 1. fcitx的配置文件是GB2312编码，而linux是用utf-8编码。如果要修改 /home/xxx/.fcitx/config 配置文件，请指定文件编码为gb2312，否则会乱码: gedit &#8211;encoding=gb2312 ~/.fcitx/config 或者是修改一个gedit的配置文件： ~/.gconf/apps/gedit-2/preferences/encodings/%gconf.xml 默认情况下上面的 encodings目录和下面的%gconf.xml文件都是不存在的: mkdir -vp ~/.gconf/apps/gedit-2/preferences/encodings gedit ~/.gconf/apps/gedit-2/preferences/encodings/%gconf.xml 修改后的%gconf.xml文件内容如下： GB18030 UTF-8 GBK GB2312 CURRENT ISO-8859-15 UTF-16 改文件的效果,和某些贴子里说的： 运行gconf-editer, 再展开“/apps/gedit-2/preferences/encodings/” 编辑右侧的“auto_detected”将“GB18030”添加到最顶上。 效果相同，或者简单一点, 安装leafpad, 再用leafpad打开中文文件: sudo apt-get install leafpad leafpad &#8230;<p class="read-more"><a href="http://osmsg.com/2011/11/fcitx-luan-ma/">继续阅读 &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>fcitx输入法状态条乱码/config配置文件乱码的解决，很多人问这个问题, 觉得有必要单独写出来&#8211;#careone兄撰写<span id="more-9478"></span></p>
<p>一, fcitx输入法状态条乱码/config配置文件乱码的2个原因：<br />
1. fcitx的配置文件是GB2312编码，而linux是用utf-8编码。如果要修改 /home/xxx/.fcitx/config 配置文件，请指定文件编码为gb2312，否则会乱码:</p>
<blockquote><p>gedit &#8211;encoding=gb2312 ~/.fcitx/config</p></blockquote>
<p>或者是修改一个gedit的配置文件：</p>
<blockquote><p>~/.gconf/apps/gedit-2/preferences/encodings/%gconf.xml</p></blockquote>
<p>默认情况下上面的 encodings目录和下面的%gconf.xml文件都是不存在的:</p>
<blockquote><p>mkdir -vp ~/.gconf/apps/gedit-2/preferences/encodings<br />
gedit ~/.gconf/apps/gedit-2/preferences/encodings/%gconf.xml</p></blockquote>
<p>修改后的%gconf.xml文件内容如下：</p>
<ul>
<li type="string">GB18030</li>
<li type="string">UTF-8</li>
<li type="string">GBK</li>
<li type="string">GB2312</li>
<li type="string">CURRENT</li>
<li type="string">ISO-8859-15</li>
<li type="string">UTF-16</li>
</ul>
<p>改文件的效果,和某些贴子里说的：</p>
<blockquote><p>运行gconf-editer, 再展开“/apps/gedit-2/preferences/encodings/”<br />
编辑右侧的“auto_detected”将“GB18030”添加到最顶上。</p></blockquote>
<p>效果相同，或者简单一点, 安装leafpad, 再用leafpad打开中文文件:</p>
<blockquote><p>sudo apt-get install leafpad<br />
leafpad ~/.fcitx/config</p></blockquote>
<p>2、（真正的原因在这里）<br />
原/home/xxx/.fcitx/config 配置文件中对中文字体的设置有时会不起作用，所以会在输入法状态条里出现乱码：</p>
<blockquote><p>[程序]<br />
显示字体(中)=*<br />
显示字体(英)=Courier New</p></blockquote>
<p>把上面改为：</p>
<blockquote><p>[程序]<br />
显示字体(中)=WenQuanYi Micro Hei<br />
#显示字体(中)=WenQuanYi Zen Hei<br />
#显示字体(中)=NSimsun<br />
显示字体(英)=Courier New</p></blockquote>
<p>上面以 # 号开头的为注释行,不起作用<br />
WenQuanYi Microhei = 文泉驿微米黑<br />
WenQuanYi Zen Hei = 文泉驿正黑<br />
Nsimsun = 宋体(windows 下字体文件为: c:\WINDOWS\Fonts\simsun.ttc)</p>
<p>一般ubuntu默认都有安装”文泉驿微米黑” 字体，运行下面的命令来安装字体：</p>
<blockquote><p>sudo apt-get install ttf-wqy-microhei ttf-wqy-zenhei</p></blockquote>
<h3  class="related_post_title">Read More:</h3><ul class="related_post"><li><a href="http://osmsg.com/2011/10/debian-install-fcitx-4-1-2/" title="debian 编译安装 fcitx 4.1.2">debian 编译安装 fcitx 4.1.2</a></li><li><a href="http://osmsg.com/2011/10/ibus-sunpinyin-fcitx-sougou/" title="给 ibus-sunpinyin 和 fcitx 添加搜狗词库">给 ibus-sunpinyin 和 fcitx 添加搜狗词库</a></li><li><a href="http://osmsg.com/2011/08/two-message/" title="消息两则">消息两则</a></li><li><a href="http://osmsg.com/2011/02/sunpinyin-2-0-3/" title="SunPinyin 2.0.3">SunPinyin 2.0.3</a></li><li><a href="http://osmsg.com/2011/01/summary-of-chinese-input-method/" title="中文拼音输入法小结">中文拼音输入法小结</a></li><li><a href="http://osmsg.com/2011/10/fcitx-gui/" title="Fcitx 皮肤集 [不断更新中]">Fcitx 皮肤集 [不断更新中]</a></li><li><a href="http://osmsg.com/2011/09/fcitx-4-1-0/" title="Fcitx 4.1.0">Fcitx 4.1.0</a></li><li><a href="http://osmsg.com/2011/09/ibus-google-pinyin/" title="ibus 的谷歌拼音输入法发布">ibus 的谷歌拼音输入法发布</a></li><li><a href="http://osmsg.com/2010/12/fcitx-4-0-1/" title="Fcitx 4.0.1">Fcitx 4.0.1</a></li><li><a href="http://osmsg.com/2010/11/fcitx-3-6-44-0-0-%e5%8f%91%e5%b8%83/" title="Fcitx 3.6.4/4.0.0 发布">Fcitx 3.6.4/4.0.0 发布</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://osmsg.com/2011/11/fcitx-luan-ma/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>电子游戏整合平台 Desura</title>
		<link>http://osmsg.com/2011/11/games-desura/</link>
		<comments>http://osmsg.com/2011/11/games-desura/#comments</comments>
		<pubDate>Sat, 19 Nov 2011 14:40:55 +0000</pubDate>
		<dc:creator>zhangkaixuan</dc:creator>
				<category><![CDATA[Apps]]></category>
		<category><![CDATA[Games]]></category>

		<guid isPermaLink="false">http://www.osmsg.com/?p=9476</guid>
		<description><![CDATA[经过 2 个月 Beta 测试，Desura 数字分发平台的 Linux 客户端正式发布，将 Linux 玩家的购买游戏体验提升到一个新境界。感谢 ivenvd 提供消息 Desura 提供如下功能： 只要登陆，即可实现在任何 PC 上的即时游戏下载、购买。并且还会自动升级游戏补丁包。 免费下载并游玩各种 Mod 扩展包。 为游戏开发者提供新闻分享、论坛及图片视频分享服务。 提供与游戏玩家社区和开发者社区的交流平台，支持评分、截图和视频分享。 Desura 目前拥有 Win 和 Lin 32/64 位平台客户端，其中已经包含多达 65 款 Linux 平台游戏。 Desura 目前支持 PayPal 和 Visa/Master 信用卡付款。 主页及下载 &#8230;<p class="read-more"><a href="http://osmsg.com/2011/11/games-desura/">继续阅读 &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>经过 2 个月 Beta 测试，Desura 数字分发平台的 Linux 客户端正式发布，将 Linux 玩家的购买游戏体验提升到一个新境界。感谢 <a href="https://twitter.com/#%21/ivenvd">ivenvd </a>提供消息<span id="more-9476"></span></p>
<p>Desura 提供如下功能：</p>
<ul>
<li>只要登陆，即可实现在任何 PC 上的即时游戏下载、购买。并且还会<strong>自动升级游戏补丁包</strong>。</li>
<li><strong>免费下载并游玩各种 Mod 扩展包</strong>。</li>
<li>为游戏开发者提供新闻分享、论坛及图片视频分享服务。</li>
<li>提供与游戏玩家社区和开发者社区的交流平台，支持评分、截图和视频分享。</li>
</ul>
<p>Desura 目前拥有 <a href="http://www.desura.com/install">Win 和 Lin 32/64 位平台客户端</a>，其中已经包含多达 <a href="http://www.desura.com/platforms/set/linux">65 款 Linux 平台游戏</a>。</p>
<p>Desura 目前<strong>支持 PayPal 和 Visa/Master 信用卡</strong>付款。</p>
<p><a href="http://www.desura.com/">主页及下载</a></p>
<p><a href="http://www.desura.com/groups/desura/news/public-release-of-the-linux-client">官方发布公告</a></p>
<p>&#8211;#原文<a href="http://linuxtoy.org/archives/desura-linux-client.html" target="_blank">链接</a></p>
<h3  class="related_post_title">Read More:</h3><ul class="related_post"><li><a href="http://osmsg.com/2011/11/project-black-sun/" title="横向 2D 冒险游戏 Project Black Sun">横向 2D 冒险游戏 Project Black Sun</a></li><li><a href="http://osmsg.com/2011/10/king-arthur-gold/" title="2D 多人角色扮演游戏 King Arthur&#039;s Gold">2D 多人角色扮演游戏 King Arthur&#039;s Gold</a></li><li><a href="http://osmsg.com/2011/07/humble-indie-bundle-3/" title="Humble Indie Bundle 3">Humble Indie Bundle 3</a></li><li><a href="http://osmsg.com/2011/06/wesnoth-1-9-7/" title="韦诺之战 Wesnoth 1.9.7 发布">韦诺之战 Wesnoth 1.9.7 发布</a></li><li><a href="http://osmsg.com/2011/06/open-source-game-clones/" title="经典游戏开源再现">经典游戏开源再现</a></li><li><a href="http://osmsg.com/2011/05/family-farm/" title="Family Farm: 经典的休闲农场游戏">Family Farm: 经典的休闲农场游戏</a></li><li><a href="http://osmsg.com/2011/05/chrome-webstore-9-games/" title="Chrome Webstore 最受欢迎的 9 个游戏">Chrome Webstore 最受欢迎的 9 个游戏</a></li><li><a href="http://osmsg.com/2011/05/0-a-d-alpha-5/" title="Linux 下帝国时代： 0 A.D alpha 5 发布">Linux 下帝国时代： 0 A.D alpha 5 发布</a></li><li><a href="http://osmsg.com/2011/05/game-emulator-for-linux/" title="Linux 下的几个游戏模拟器">Linux 下的几个游戏模拟器</a></li><li><a href="http://osmsg.com/2011/05/15-best-html5-games/" title="15 款经典的 HTML5 游戏">15 款经典的 HTML5 游戏</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://osmsg.com/2011/11/games-desura/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.875 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-05-15 19:19:56 -->

