<?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>果壳中的世界</title>
	<atom:link href="http://yaoms.blog.ubuntu.org.cn/feed/" rel="self" type="application/rss+xml" />
	<link>http://yaoms.blog.ubuntu.org.cn</link>
	<description>我即使被关在果壳之中，仍自以为无限空间之王。  --莎士比亚《哈姆雷特》</description>
	<lastBuildDate>Fri, 14 Nov 2008 00:37:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>新文章已经发到blogspot</title>
		<link>http://yaoms.blog.ubuntu.org.cn/2008/11/14/%e6%96%b0%e6%96%87%e7%ab%a0%e5%b7%b2%e7%bb%8f%e5%8f%91%e5%88%b0blogspot/</link>
		<comments>http://yaoms.blog.ubuntu.org.cn/2008/11/14/%e6%96%b0%e6%96%87%e7%ab%a0%e5%b7%b2%e7%bb%8f%e5%8f%91%e5%88%b0blogspot/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 00:36:24 +0000</pubDate>
		<dc:creator>yaoms</dc:creator>
				<category><![CDATA[1]]></category>

		<guid isPermaLink="false">http://yaoms.blog.ubuntu.org.cn/?p=44</guid>
		<description><![CDATA[就是为了 blogspot 的一个邮件发表功能，将新的文章统统发过去了：
http://yaoms.blogspot.com
]]></description>
		<wfw:commentRss>http://yaoms.blog.ubuntu.org.cn/2008/11/14/%e6%96%b0%e6%96%87%e7%ab%a0%e5%b7%b2%e7%bb%8f%e5%8f%91%e5%88%b0blogspot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>convert and composite</title>
		<link>http://yaoms.blog.ubuntu.org.cn/2008/10/26/convert-and-composite/</link>
		<comments>http://yaoms.blog.ubuntu.org.cn/2008/10/26/convert-and-composite/#comments</comments>
		<pubDate>Sun, 26 Oct 2008 12:55:25 +0000</pubDate>
		<dc:creator>yaoms</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[小工具]]></category>

		<guid isPermaLink="false">http://yaoms.blog.ubuntu.org.cn/?p=38</guid>
		<description><![CDATA[convert -size 400x70 xc:transparent -font Bookman-DemiItalic -pointsize 72 -draw &#34;text 25,60 'iNutshell'&#34; -channel RGBA -gaussian 0x6 -fill darkgreen -stroke yellow -draw &#34;text 20,55 'iNutshell'&#34; iNushell.png
convert -size 4x4 xc:transparent -fill white -draw 'line 1,3 3,3' whiteline.png
composite -tile whiteline.png iNushell.png iNushell-line.png

]]></description>
		<wfw:commentRss>http://yaoms.blog.ubuntu.org.cn/2008/10/26/convert-and-composite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>使用 mplayer 和 ImageMagick 将视频片段制作成 gif 动画</title>
		<link>http://yaoms.blog.ubuntu.org.cn/2008/10/26/%e4%bd%bf%e7%94%a8-mplayer-%e5%92%8c-imagemagick-%e5%b0%86%e8%a7%86%e9%a2%91%e7%89%87%e6%ae%b5%e5%88%b6%e4%bd%9c%e6%88%90-gif-%e5%8a%a8%e7%94%bb/</link>
		<comments>http://yaoms.blog.ubuntu.org.cn/2008/10/26/%e4%bd%bf%e7%94%a8-mplayer-%e5%92%8c-imagemagick-%e5%b0%86%e8%a7%86%e9%a2%91%e7%89%87%e6%ae%b5%e5%88%b6%e4%bd%9c%e6%88%90-gif-%e5%8a%a8%e7%94%bb/#comments</comments>
		<pubDate>Sun, 26 Oct 2008 12:49:33 +0000</pubDate>
		<dc:creator>yaoms</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[小工具]]></category>

		<guid isPermaLink="false">http://yaoms.blog.ubuntu.org.cn/?p=36</guid>
		<description><![CDATA[偶然之间，在看 ImageMagick 的文档中注意到，有个小工具可简单的生成 gif 动画。结合 mplayer 的截屏功能，可以将视频片段制作成gif格式的动画了。
步骤很简单:

用 mplayer 准备一些连续帧的图片。
用以下命令打开要采集图片的影片，其中 -vf screenshot 选项是启用 mplayer 的截屏滤镜。
~ $ mplayer -vf screenshot myvideo.rmvb
用快捷键导航到要截取的片段开始，按下 S 键开始截屏，数秒后再次按下 S 键，结束截屏（大写的S是连续截屏，小写的s是只截一个瞬间的图）。
这是在当前目录下会出现一些连续幀的图片，shot0001.png, shot0002.png, shot0003.png &#8230;
* 还有一个另外的办法可以截取连续帧，就是使用 mplayer 的 -vo jpeg 方式，另外可以用 -ss 和 -endpos 指定截取的时间范围。这个方法获得的帧非常多，小心使用。。
 用 convert 将这些图片合成一个动画。
~ $ convert -delay 100 shot* mypic.gif
这个命令中的 -delay 100 表示一秒变换一帧。 shot* 可以匹配所有刚才的图片，mypic.gif 就是生成的动画了。

]]></description>
		<wfw:commentRss>http://yaoms.blog.ubuntu.org.cn/2008/10/26/%e4%bd%bf%e7%94%a8-mplayer-%e5%92%8c-imagemagick-%e5%b0%86%e8%a7%86%e9%a2%91%e7%89%87%e6%ae%b5%e5%88%b6%e4%bd%9c%e6%88%90-gif-%e5%8a%a8%e7%94%bb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change sessions, transaction and processes parameters in Oracle 10g</title>
		<link>http://yaoms.blog.ubuntu.org.cn/2008/10/16/change-sessions-transaction-and-processes-parameters-in-oracle-10g/</link>
		<comments>http://yaoms.blog.ubuntu.org.cn/2008/10/16/change-sessions-transaction-and-processes-parameters-in-oracle-10g/#comments</comments>
		<pubDate>Thu, 16 Oct 2008 01:39:46 +0000</pubDate>
		<dc:creator>yaoms</dc:creator>
				<category><![CDATA[数据库]]></category>
		<category><![CDATA[杂记]]></category>

		<guid isPermaLink="false">http://yaoms.blog.ubuntu.org.cn/2008/10/16/change-sessions-transaction-and-processes-parameters-in-oracle-10g/</guid>
		<description><![CDATA[来自： http://snippets.dzone.com/posts/show/3266
转载请注明出处，尊重版权从我做起

alter system set PROCESSES=100 scope=SPFILE;
alter system set TRANSACTIONS=126 scope=SPFILE;
alter system set SESSIONS=115 scope=SPFILE;

]]></description>
		<wfw:commentRss>http://yaoms.blog.ubuntu.org.cn/2008/10/16/change-sessions-transaction-and-processes-parameters-in-oracle-10g/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>在 Ubuntu 8.04 LTS (Hardy Heron) 上安装 Oracle 11g[翻译]</title>
		<link>http://yaoms.blog.ubuntu.org.cn/2008/10/03/%e5%9c%a8-ubuntu-804-lts-hardy-heron-%e4%b8%8a%e5%ae%89%e8%a3%85-oracle-11g%e7%bf%bb%e8%af%91/</link>
		<comments>http://yaoms.blog.ubuntu.org.cn/2008/10/03/%e5%9c%a8-ubuntu-804-lts-hardy-heron-%e4%b8%8a%e5%ae%89%e8%a3%85-oracle-11g%e7%bf%bb%e8%af%91/#comments</comments>
		<pubDate>Fri, 03 Oct 2008 10:46:35 +0000</pubDate>
		<dc:creator>yaoms</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[数据库]]></category>

		<guid isPermaLink="false">http://yaoms.blog.ubuntu.org.cn/2008/10/03/%e5%9c%a8-ubuntu-804-lts-hardy-heron-%e4%b8%8a%e5%ae%89%e8%a3%85-oracle-11g%e7%bf%bb%e8%af%91/</guid>
		<description><![CDATA[By Augusto Bott —  May 6th, 2008 at 4:07 pm
http://www.pythian.com/blogs/968/installing-oracle-11g-on-ubuntu-804-lts-hardy-heron
转载请注明原作者，尊重版权从我做起
在我们发布《在 ubuntu 7.10 上安装 Oracle 10g 》(November, 6th)之后，考虑到4月21号 Ubuntu 8.04 LTS 的发布，我花了点时间回顾并整理出这个新的 安装向导： HOWTO 。
请注意：我使用的是 x86 server 版本的 Ubuntu 8.04 ，但是相同的步骤在desktop版本的 Ubuntu 上应该没有任何问题。另外提醒下，整个安装过程可能花费超过6个小时1的时间，别到时怪我没有告诉你哦。
那么，让我们开始吧～～

第一步
(安装ubuntu。当然，如果你还没有安装的话:D)
从这里获取 Ubuntu Linux 8.04 Hardy Heron (x86, 32-bit) 安装镜像，刻录到CD上，然后安装到任何一个你喜欢的主机上。安装系统的过程中，唯一的注意事项是，你应该让安装程序在系统安装的最后安装一个 OpenSSH 服务器到你的机器上，过一会儿我们的安装步骤都要通过ssh远程完成。
我不太确定这个服务器的最小配置需求，然而，在 ubuntu 上安装运行 Oracle 并没有被 Oracle 官方提供的支持。尽管你可能很惊讶，我使用的机器是512M内存的x86 奔腾系列的机器。(什么乱七八糟的。。)
第二步
(下载 Oracle 安装文件)
下载 Oracle 11g for [...]]]></description>
		<wfw:commentRss>http://yaoms.blog.ubuntu.org.cn/2008/10/03/%e5%9c%a8-ubuntu-804-lts-hardy-heron-%e4%b8%8a%e5%ae%89%e8%a3%85-oracle-11g%e7%bf%bb%e8%af%91/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
