<?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://www.jianbitou.com/post/category/%e6%9c%aa%e5%88%86%e7%b1%bb/feed" rel="self" type="application/rss+xml" />
	<link>http://www.jianbitou.com</link>
	<description>说人是非者，本是是非人</description>
	<lastBuildDate>Sun, 18 Jul 2010 14:59:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>RealPlayer在ubuntu没有声音画面很卡的解决办法</title>
		<link>http://www.jianbitou.com/post/realplayer-on-sound-in-ubuntu.html</link>
		<comments>http://www.jianbitou.com/post/realplayer-on-sound-in-ubuntu.html#comments</comments>
		<pubDate>Thu, 02 Jul 2009 06:16:07 +0000</pubDate>
		<dc:creator>Sonny</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[分享]]></category>
		<category><![CDATA[工具]]></category>
		<category><![CDATA[软件]]></category>

		<guid isPermaLink="false">http://www.jianbitou.com/?p=801</guid>
		<description><![CDATA[注意：本文主要介绍RealPlayer系列（包括RealPlayer10、RealPlayer11）在ubuntu 8.04、ubuntu 8.10、ubuntu 9.04中没有声音且画面很卡的问题，及让RealPlayer发声、画面流畅的解决办法。
RealPlayer在ubuntu中没有声音且画面很卡很不流畅是一个老问题了，纵然是个老问题，但我也是花了好几天才能完全弄好，因为我是菜鸟嘛。我相信ubuntu是一个很折腾的东西，有时为了播放一两个视频都要弄上半天，所以大家有很多时间浪费的话，折腾ubuntu是一个很好的选择。
1、安装RealPlayer
这个不用说了。
大家或者会说，ubuntu下的RealPlayer根本就不好用，是的，我承认，但有些时候不得不装RealPlayer的，例如要播放一些rtsp协议的东西，mplayer支持得不是很好，但RealPlayer就天生有这样的功能。
不管怎么说，既然选择了安装RealPlayer，那当然要让它好好工作才是。
当你发现RealPlayer没有声音且播放时画面有停顿时，可进行以下步骤：
2、安装 ALSA OSS 驱动程序
这是必须要做的。
安装方法还是那些，可以在终端直接输入：sudo apt-get install alsa-oss ，回车。

也可以在新立得里搜索 alsa-oss 然后右键标记安装（在不熟悉终端操作的时候，别忘了新立得）：

3、让RealPlayer启动的时候加载aoss（注意：如果想知道aoss［alsa-oss ］是什么，可搜索一下，这里不介绍）
下面是万能的方法：
（1）、编辑启动脚本修改 (/usr/lib/realplay-11.0.0/realplay)

在终端输入：sudo gedit &#160; /usr/lib/realplay-11.0.0/realplay，回车
在弹出的文本编辑器中找到
$HELIX_LIBS/realplay.bin &#34;$@&#34;
&#160;在前面加上aoss，即为：
aoss $HELIX_LIBS/realplay.bin &#34;$@&#34;

这里要注意的是，&#8230;&#8230;/realplay的路径不一定是上面那个 (/usr/lib/realplay-11.0.0/realplay)，还有可能是/opt/real/RealPlayer/realplay，那就是安装目录不一样，这个文件自然的位置就一样了，如果是 (/usr/lib/realplay-11.0.0/realplay)这个文件，说明这个版本的RealPlayer是11.0.0，如果版本是10.0.8、10.0.7自然也不一样。
只要在这个文件找到 $REALPLAYBIN &#8220;$@&#8221;（RealPlayer11应该是$HELIX_LIBS/realplay.bin &#34;$@&#34;），然后修改成 aoss $REALPLAYBIN &#8220;$@&#8221; ，就可以了，当然也可以用终端解决了：

# sed -i &#8217;s/$REALPLAYBIN\ &#34;$@&#34;/aoss\ $REALPLAYBIN\ &#34;$@&#34;/&#8217; `which realplay`
（2）、如果修改了realplay文件依然没效果，那最后一步是肯定可以的。
就是强行用终端让RealPlayer启动的时候加载aoss，只要在终端输入：
sudo aoss realplay ，回车
这样就会弹出一个RealPlayer播放窗口，这时RealPlayer工作应该是正常。

因为我遇到的问题复杂程度是这样了，不知道有没有更变态的情况。
我觉得像ubuntu，也就是Linux是应该推广一下的，可能没必要，因为在中国windows也是免费的，但是有些东西自己尝试过，才知道它根本的魅力是什么。
尝试一下吧，有时间我会写一系列关于ubuntu的文章。
相关东东无比五笔7个关于Google Chrome的小东东五笔输入法在没落1M在线看720P？——揭开暴风影音的秘密简单制作一键还原光盘的方法用Nt6hddinstaller硬盘安装windows7找photoshop笔刷？50个站点任你下载Photo Funia，听过？知道？聊天工具也分三级？11款完全免费的Web设计工具
© Sonny for 尖笔头, 2009. &#124;
原文 &#124;
添加评论 &#124;
添加至
del.icio.us

Post tags: 分享, 工具, 软件做一下尖笔头读者调查问卷咯&#124;Twitter&#124;新浪微博&#124;“我的大学”征文活动
]]></description>
			<content:encoded><![CDATA[<p>注意：本文主要介绍RealPlayer系列（包括RealPlayer10、RealPlayer11）在ubuntu 8.04、ubuntu 8.10、ubuntu 9.04中没有声音且画面很卡的问题，及让RealPlayer发声、画面流畅的解决办法。</p>
<p>RealPlayer在ubuntu中没有声音且画面很卡很不流畅是一个老问题了，纵然是个老问题，但我也是花了好几天才能完全弄好，因为<a href="http://www.jianbitou.com/post/rookie.html">我是菜鸟</a>嘛。我相信ubuntu是一个很折腾的东西，有时为了播放一两个视频都要弄上半天，所以大家有很多时间浪费的话，折腾ubuntu是一个很好的选择。</p>
<p><strong>1、安装RealPlayer</strong></p>
<p>这个不用说了。</p>
<p>大家或者会说，ubuntu下的RealPlayer根本就不好用，是的，我承认，但有些时候不得不装RealPlayer的，例如要播放一些rtsp协议的东西，mplayer支持得不是很好，但RealPlayer就天生有这样的功能。</p>
<p>不管怎么说，既然选择了安装RealPlayer，那当然要让它好好工作才是。</p>
<p>当你发现RealPlayer没有声音且播放时画面有停顿时，可进行以下步骤：</p>
<p><strong>2、<span id="ctl00_MainContentPlaceholder_ctl01_ctl00_lblEntry">安装 ALSA OSS 驱动程序</span></strong></p>
<p style="margin-left: 40px;"><span id="ctl00_MainContentPlaceholder_ctl01_ctl00_lblEntry">这是必须要做的。</span></p>
<p style="margin-left: 40px;"><span>安装方法还是那些，可以在终端直接输入：</span><strong><span style="color: rgb(51, 153, 102);"><span id="ctl00_MainContentPlaceholder_ctl01_ctl00_lblEntry">sudo apt-get install alsa-oss </span></span></strong><span id="ctl00_MainContentPlaceholder_ctl01_ctl00_lblEntry">，回车。<br />
</span></p>
<p style="margin-left: 40px;"><span>也可以在新立得里搜索 </span><strong><span id="ctl00_MainContentPlaceholder_ctl01_ctl00_lblEntry">alsa-oss</span></strong><span> 然后右键标记安装（在不熟悉终端操作的时候，别忘了新立得）</span>：</p>
<p style="text-align: center;"><img alt="" src="http://www.jianbitou.info/readimg.php?src=http%3A%2F%2Flh3.gouride.com%2F_Npc-jGyPTWo%2FSkxDczOr8fI%2FAAAAAAAAFig%2F6G8ASr38n90%2Fs800%2F2.png" /></p>
<p><strong>3、让RealPlayer启动的时候加载aoss</strong>（注意：如果想知道aoss［<span id="ctl00_MainContentPlaceholder_ctl01_ctl00_lblEntry">alsa-oss </span>］是什么，可搜索一下，这里不介绍）</p>
<p style="margin-left: 40px;">下面是万能的方法：</p>
<p style="margin-left: 40px;"><span id="ctl00_MainContentPlaceholder_ctl01_ctl00_lblEntry">（1）、编辑启动脚本修改 (/usr/lib/realplay-11.0.0/realplay)</span></p>
<p style="text-align: center;"><img alt="" src="http://www.jianbitou.info/readimg.php?src=http%3A%2F%2Flh5.gouride.com%2F_Npc-jGyPTWo%2FSkxDc165WiI%2FAAAAAAAAFik%2FeHUn1IgZCKY%2Fs800%2F3.png" /></p>
<p style="margin-left: 40px;"><span>在终端输入：</span><strong><span style="color: rgb(51, 153, 102);">sudo gedit &nbsp;<span id="ctl00_MainContentPlaceholder_ctl01_ctl00_lblEntry"> /usr/lib/realplay-11.0.0/realplay</span></span></strong><span id="ctl00_MainContentPlaceholder_ctl01_ctl00_lblEntry">，回车</span></p>
<p style="margin-left: 40px;"><span id="ctl00_MainContentPlaceholder_ctl01_ctl00_lblEntry">在弹出的文本编辑器中找到</span></p>
<p style="margin-left: 40px;"><strong><span style="color: rgb(51, 153, 102);">$HELIX_LIBS/realplay.bin &quot;$@&quot;</span></strong></p>
<p style="margin-left: 40px;">&nbsp;在前面加上aoss，即为：</p>
<p style="margin-left: 40px;"><strong><span style="color: rgb(255, 0, 0);">aoss $HELIX_LIBS/realplay.bin &quot;$@&quot;</span></strong></p>
<p style="text-align: center;"><img alt="" src="http://www.jianbitou.info/readimg.php?src=http%3A%2F%2Flh6.gouride.com%2F_Npc-jGyPTWo%2FSkxDdKKte1I%2FAAAAAAAAFio%2FLtO8m9QIRLk%2Fs800%2F4.png" /></p>
<p style="margin-left: 40px;">这里要注意的是，&#8230;&#8230;/<span id="ctl00_MainContentPlaceholder_ctl01_ctl00_lblEntry">realplay的路径不一定是上面那个</span><span id="ctl00_MainContentPlaceholder_ctl01_ctl00_lblEntry"> (/usr/lib/realplay-11.0.0/realplay)，还有可能是</span>/opt/real/RealPlayer/realplay，那就是安装目录不一样，这个文件自然的位置就一样了，如果是<span id="ctl00_MainContentPlaceholder_ctl01_ctl00_lblEntry"> (/usr/lib/realplay-11.0.0/realplay)这个文件，说明这个版本的</span>RealPlayer是11.0.0，如果版本是<span id="ctl00_MainContentPlaceholder_ctl01_ctl00_lblEntry">10.0.8、</span><span id="ctl00_MainContentPlaceholder_ctl01_ctl00_lblEntry">10.0.7自然也不一样。</span></p>
<p style="margin-left: 40px;"><span>只要在这个文件找到 </span><span id="ctl00_MainContentPlaceholder_ctl01_ctl00_lblEntry">$REALPLAYBIN &ldquo;$@&rdquo;</span><strong><span id="ctl00_MainContentPlaceholder_ctl01_ctl00_lblEntry">（</span>RealPlayer11应该是$HELIX_LIBS/realplay.bin &quot;$@&quot;<span id="ctl00_MainContentPlaceholder_ctl01_ctl00_lblEntry">）</span></strong><span id="ctl00_MainContentPlaceholder_ctl01_ctl00_lblEntry">，然后修改成 </span><span id="ctl00_MainContentPlaceholder_ctl01_ctl00_lblEntry">aoss $REALPLAYBIN &ldquo;$@&rdquo; ，就可以了，当然也可以用终端解决了：<br />
</span></p>
<p style="margin-left: 40px;"><span style="color: rgb(51, 153, 102);"><strong># sed -i &#8217;s/$REALPLAYBIN\ &quot;$@&quot;/aoss\ $REALPLAYBIN\ &quot;$@&quot;/&#8217; `which realplay`</strong></span></p>
<p style="margin-left: 40px;"><span>（2）</span>、如果修改了realplay文件依然没效果，那最后一步是肯定可以的。</p>
<p style="margin-left: 40px;">就是强行用终端让RealPlayer启动的时候加载aoss，只要在终端输入：</p>
<p style="margin-left: 40px;"><span style="color: rgb(51, 153, 102);"><strong>sudo aoss realplay</strong></span> ，回车</p>
<p style="margin-left: 40px;">这样就会弹出一个RealPlayer播放窗口，这时RealPlayer工作应该是正常。</p>
<p style="text-align: center;"><img alt="" src="http://www.jianbitou.info/readimg.php?src=http%3A%2F%2Flh4.gouride.com%2F_Npc-jGyPTWo%2FSkxDchfdpKI%2FAAAAAAAAFic%2F629OoCMlwIY%2Fs800%2F1.png" /></p>
<p>因为我遇到的问题复杂程度是这样了，不知道有没有更变态的情况。</p>
<p>我觉得像ubuntu，也就是Linux是应该推广一下的，可能没必要，因为在<strong>中国windows也是免费的</strong>，但是有些东西自己尝试过，才知道它根本的魅力是什么。</p>
<p>尝试一下吧，有时间我会写一系列关于ubuntu的文章。</p>
<h3  class="related_post_title">相关东东</h3><ul class="related_post"><li><a href="http://www.jianbitou.com/post/wubiwubi.html" title="无比五笔">无比五笔</a></li><li><a href="http://www.jianbitou.com/post/7-top-tips-and-resources-for-google-chrome.html" title="7个关于Google Chrome的小东东">7个关于Google Chrome的小东东</a></li><li><a href="http://www.jianbitou.com/post/wbsrfzml.html" title="五笔输入法在没落">五笔输入法在没落</a></li><li><a href="http://www.jianbitou.com/post/1m-runs-720p.html" title="1M在线看720P？——揭开暴风影音的秘密">1M在线看720P？——揭开暴风影音的秘密</a></li><li><a href="http://www.jianbitou.com/post/a-key-to-restore-the-cd-rom.html" title="简单制作一键还原光盘的方法">简单制作一键还原光盘的方法</a></li><li><a href="http://www.jianbitou.com/post/nt6hddinstaller-windows-7.html" title="用Nt6hddinstaller硬盘安装windows7">用Nt6hddinstaller硬盘安装windows7</a></li><li><a href="http://www.jianbitou.com/post/50-free-photoshop-brush-sets.html" title="找photoshop笔刷？50个站点任你下载">找photoshop笔刷？50个站点任你下载</a></li><li><a href="http://www.jianbitou.com/post/photo-funia.html" title="Photo Funia，听过？知道？">Photo Funia，听过？知道？</a></li><li><a href="http://www.jianbitou.com/post/chat-tools-at-three-levels.html" title="聊天工具也分三级？">聊天工具也分三级？</a></li><li><a href="http://www.jianbitou.com/post/11-free-and-helpful-web-based-tools.html" title="11款完全免费的Web设计工具">11款完全免费的Web设计工具</a></li></ul><hr />
<p>© Sonny for <a href="http://www.jianbitou.com">尖笔头</a>, 2009. |
<a href="http://www.jianbitou.com/post/realplayer-on-sound-in-ubuntu.html">原文</a> |
<a href="http://www.jianbitou.com/post/realplayer-on-sound-in-ubuntu.html#comments">添加评论</a> |
添加至
<a href="http://del.icio.us/post?url=http://www.jianbitou.com/post/realplayer-on-sound-in-ubuntu.html&title=RealPlayer在ubuntu没有声音画面很卡的解决办法">del.icio.us</a>
<br/>
Post tags: <a href="http://www.jianbitou.com/post/tag/%e5%88%86%e4%ba%ab" rel="tag">分享</a>, <a href="http://www.jianbitou.com/post/tag/%e5%b7%a5%e5%85%b7" rel="tag">工具</a>, <a href="http://www.jianbitou.com/post/tag/%e8%bd%af%e4%bb%b6" rel="tag">软件</a><br/><a href="http://www.askform.cn/24963-66771.aspx" target="_blank"><span style="color: rgb(178, 34, 34);">做一下尖笔头读者调查问卷咯</span></a>|<a href="https://www.twitter.com/sonny87">Twitter</a>|<a href="http://t.sina.com.cn/1651551285">新浪微博</a>|<a href="http://www.jianbitou.com/post/my-university.html">“我的大学”征文活动</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.jianbitou.com/post/realplayer-on-sound-in-ubuntu.html/feed</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>10张被誉为最好看的Linux壁纸打包下载</title>
		<link>http://www.jianbitou.com/post/10-most-beautiful-looking-linux-desktop.html</link>
		<comments>http://www.jianbitou.com/post/10-most-beautiful-looking-linux-desktop.html#comments</comments>
		<pubDate>Wed, 23 Jul 2008 17:00:33 +0000</pubDate>
		<dc:creator>Sonny</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[分享]]></category>
		<category><![CDATA[壁纸]]></category>

		<guid isPermaLink="false">http://www.jianbitou.com/post/10-most-beautiful-looking-linux-desktop.html</guid>
		<description><![CDATA[Pavs的文章这不错，例如体验Linux的3种方式，这篇文章就更直接了，收集了10张被誉为最好看的Linux壁纸，什么都不说了，直接看图吧：
1

2

3

4

5

6

7

8

9

10

好了，看完图了，这10张美图的下载地址就是，这里，不够？这里还有45张NASA最经典的照片下载。
相关东东windows壁纸打包下载体验Linux的3种方式哪个版本的Linux正走向消亡？9个Linux常用的浏览器启动“我的大学”征文活动从8900看黑莓45张高质量精美3D壁纸下载1M在线看720P？——揭开暴风影音的秘密北京见闻录（八）北京见闻录（七）
© Sonny for 尖笔头, 2008. &#124;
原文 &#124;
添加评论 &#124;
添加至
del.icio.us

Post tags: Linux, 分享, 壁纸做一下尖笔头读者调查问卷咯&#124;Twitter&#124;新浪微博&#124;“我的大学”征文活动
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.linuxhaxor.net/2008/05/17/10-most-beautiful-looking-linux-desktop/">Pavs</a>的文章这不错，例如<a title="Permanent Link to 体验Linux的3种方式" rel="bookmark" href="../../../../../post/3-ways-to-try-out-linux.html">体验Linux的3种方式</a>，这篇文章就更直接了，收集了10张被誉为最好看的Linux壁纸，什么都不说了，直接看图吧：</p>
<h3>1</h3>
<p><img alt="10张最好看的Linux壁纸" src="http://www.jianbitou.info/readimg.php?src=http%3A%2F%2Flh4.gouride.com%2FSonny.zhang87%2FSIde97n1TvI%2FAAAAAAAABeM%2Fc0lsQHURpcs%2Fs800%2F2485879347_628103ed8e_o.jpg" /></p>
<h3>2</h3>
<p><a href="http://www.jianbitou.com/post/10-most-beautiful-looking-linux-desktop.html"><img alt="10张最好看的Linux壁纸" src="http://www.jianbitou.info/readimg.php?src=http%3A%2F%2Flh4.gouride.com%2FSonny.zhang87%2FSIde-NHA2HI%2FAAAAAAAABeU%2FvYXmJVPPeLc%2Fs800%2F2486698934_5b8f027b2b_b.jpg" /></a></p>
<h3>3</h3>
<p><img alt="10张最好看的Linux壁纸" src="http://www.jianbitou.info/readimg.php?src=http%3A%2F%2Flh4.gouride.com%2FSonny.zhang87%2FSIde-R7D28I%2FAAAAAAAABec%2FndAtgdQeOe4%2Fs800%2F2486699004_96cb840fd3_o.jpg" /></p>
<h3>4</h3>
<p><a href="http://www.jianbitou.com/post/10-most-beautiful-looking-linux-desktop.html"><img alt="10张最好看的Linux壁纸" src="http://www.jianbitou.info/readimg.php?src=http%3A%2F%2Flh6.gouride.com%2FSonny.zhang87%2FSIde-s5wA5I%2FAAAAAAAABek%2FOF6jZNSlu6c%2Fs800%2F2485879609_058027d5c0_o.jpg" /></a></p>
<h3>5</h3>
<p><img alt="10张最好看的Linux壁纸" src="http://www.jianbitou.info/readimg.php?src=http%3A%2F%2Flh6.gouride.com%2FSonny.zhang87%2FSIde-3U_qoI%2FAAAAAAAABes%2FmaQ2zJ9sLnU%2Fs800%2F2485879661_cc2419421c_o.jpg" /></p>
<h3>6</h3>
<p><a href="http://www.jianbitou.com/post/10-most-beautiful-looking-linux-desktop.html"><img alt="" src="http://www.jianbitou.info/readimg.php?src=http%3A%2F%2Flh3.gouride.com%2FSonny.zhang87%2FSIde_Bgr2qI%2FAAAAAAAABe0%2FjJOzOFX7wUg%2Fs800%2F2486699518_d23519ca63_o.jpg" /></a></p>
<h3>7</h3>
<p><img alt="10张最好看的Linux壁纸" src="http://www.jianbitou.info/readimg.php?src=http%3A%2F%2Flh3.gouride.com%2FSonny.zhang87%2FSIde_V16JaI%2FAAAAAAAABe8%2F5CN5LnU_9Iw%2Fs800%2F2486699640_7568fc6926_o.jpg" /></p>
<h3>8</h3>
<p><a href="http://www.jianbitou.com/post/10-most-beautiful-looking-linux-desktop.html"><img alt="10张最好看的Linux壁纸" src="http://www.jianbitou.info/readimg.php?src=http%3A%2F%2Flh3.gouride.com%2FSonny.zhang87%2FSIde_Q5GTrI%2FAAAAAAAABfE%2FYQlqpnuhBSA%2Fs800%2F2486699428_63c1bb86d1_b.jpg" /></a></p>
<h3>9</h3>
<p><img alt="10张最好看的Linux壁纸" src="http://www.jianbitou.info/readimg.php?src=http%3A%2F%2Flh5.gouride.com%2FSonny.zhang87%2FSIde_skPITI%2FAAAAAAAABfM%2Foga58sUs1GQ%2Fs800%2F2486698642_d60e23b015_o.jpg" /></p>
<h3>10</h3>
<p><a href="http://www.jianbitou.com/post/10-most-beautiful-looking-linux-desktop.html"><img alt="10张最好看的Linux壁纸" src="http://www.jianbitou.info/readimg.php?src=http%3A%2F%2Flh4.gouride.com%2FSonny.zhang87%2FSIde_-v1GNI%2FAAAAAAAABfY%2FEC8JhMBj00M%2Fs800%2F2486698666_ae68916397_o.jpg" /></a></p>
<p>好了，看完图了，这10张美图的下载地址就是，<a href="http://cn.ziddu.com/download/197053/10MostBeautifulLookingLinuxDesktop.rar.html">这里</a>，不够？这里还有<a href="http://www.jianbitou.com/post/most-classic-45-photos-of-nasa-1.html">45张NASA最经典的照片</a>下载。</p>
<h3  class="related_post_title">相关东东</h3><ul class="related_post"><li><a href="http://www.jianbitou.com/post/beautiful-vista-wallpaper.html" title="windows壁纸打包下载">windows壁纸打包下载</a></li><li><a href="http://www.jianbitou.com/post/3-ways-to-try-out-linux.html" title="体验Linux的3种方式">体验Linux的3种方式</a></li><li><a href="http://www.jianbitou.com/post/which-linux-distributions-are-dying.html" title="哪个版本的Linux正走向消亡？">哪个版本的Linux正走向消亡？</a></li><li><a href="http://www.jianbitou.com/post/9-web-browsers-for-linux.html" title="9个Linux常用的浏览器">9个Linux常用的浏览器</a></li><li><a href="http://www.jianbitou.com/post/my-university.html" title="启动“我的大学”征文活动">启动“我的大学”征文活动</a></li><li><a href="http://www.jianbitou.com/post/blackberry-8900.html" title="从8900看黑莓">从8900看黑莓</a></li><li><a href="http://www.jianbitou.com/post/45-high-quality-and-inspiring-3d-desktop-wallpapers.html" title="45张高质量精美3D壁纸下载">45张高质量精美3D壁纸下载</a></li><li><a href="http://www.jianbitou.com/post/1m-runs-720p.html" title="1M在线看720P？——揭开暴风影音的秘密">1M在线看720P？——揭开暴风影音的秘密</a></li><li><a href="http://www.jianbitou.com/post/north-travels8.html" title="北京见闻录（八）">北京见闻录（八）</a></li><li><a href="http://www.jianbitou.com/post/north-travels7.html" title="北京见闻录（七）">北京见闻录（七）</a></li></ul><hr />
<p>© Sonny for <a href="http://www.jianbitou.com">尖笔头</a>, 2008. |
<a href="http://www.jianbitou.com/post/10-most-beautiful-looking-linux-desktop.html">原文</a> |
<a href="http://www.jianbitou.com/post/10-most-beautiful-looking-linux-desktop.html#comments">添加评论</a> |
添加至
<a href="http://del.icio.us/post?url=http://www.jianbitou.com/post/10-most-beautiful-looking-linux-desktop.html&title=10张被誉为最好看的Linux壁纸打包下载">del.icio.us</a>
<br/>
Post tags: <a href="http://www.jianbitou.com/post/tag/linux" rel="tag">Linux</a>, <a href="http://www.jianbitou.com/post/tag/%e5%88%86%e4%ba%ab" rel="tag">分享</a>, <a href="http://www.jianbitou.com/post/tag/%e5%a3%81%e7%ba%b8" rel="tag">壁纸</a><br/><a href="http://www.askform.cn/24963-66771.aspx" target="_blank"><span style="color: rgb(178, 34, 34);">做一下尖笔头读者调查问卷咯</span></a>|<a href="https://www.twitter.com/sonny87">Twitter</a>|<a href="http://t.sina.com.cn/1651551285">新浪微博</a>|<a href="http://www.jianbitou.com/post/my-university.html">“我的大学”征文活动</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.jianbitou.com/post/10-most-beautiful-looking-linux-desktop.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>体验Linux的3种方式</title>
		<link>http://www.jianbitou.com/post/3-ways-to-try-out-linux.html</link>
		<comments>http://www.jianbitou.com/post/3-ways-to-try-out-linux.html#comments</comments>
		<pubDate>Wed, 23 Jul 2008 16:29:19 +0000</pubDate>
		<dc:creator>Sonny</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[分享]]></category>
		<category><![CDATA[操作系统]]></category>
		<category><![CDATA[电脑]]></category>
		<category><![CDATA[软件]]></category>

		<guid isPermaLink="false">http://www.jianbitou.com/post/3-ways-to-try-out-linux.html</guid>
		<description><![CDATA[用windows时间长了，难免会开始缺少新鲜感，于是有一部分人会尝试安装Linux，但问题又出现了，如果Linux安装不当，可能会摧毁原来的windows。如果能保持两个系统完整且互不侵犯，每个人都会乐意，因为这样方便用户切换系统来工作.这就需要大概理解和掌握Linux，经验可以由体验得到，体验Linux有很多种方式，例如Pavs给我们介绍的这三个：
1、Cygwin
&#160;Cygwin可以帮助我们在Windows环境下运行大部分的Linux应用程式，在cygwin1.dll帮助下，可以造就出Linux API模拟环境。Cygwin必须在重新编译下运行，方法很简捷，可以帮助大家体验Linux，而且使大家可以尝试大量较常见的Linux应用软件，Cygwin目前已被广泛应用。

2、Virtualization（虚拟化）
我相信使用虚拟机才是大家最常用的手法，虚拟化的好处就是&#8220;无缝&#8221;体会。要想手动安装一个Linux系统，不是很简单的，但虚拟化使一切简单起来，起码不需要重新硬盘分区。目前较好的虚拟应用有有VirtualBox （免费）和 VMware（收费），虚拟应用已经走过了漫长的岁月，现在对USB ，无线网络， DVD等都有很好的支持，但虚拟操作系统并不适合每一个人，因为要求电脑要有较高的CPU跟内存才能体验真正的虚拟化，资源不够会导致其功能和性能存在着很多不尽如人意的地方。
下图是安装了virtualbox，同一台电脑在Windows和Linux环境下运行firefox：

另一款虚拟Linux的安装最近人气急升，应用的是coLinux (Cooperative Linux)内核，这些虚拟方式与传统的虚拟最大的不同就是完全控制硬件。还有ooperative Virtual Machine (CVM)，但这个不被Linux社区广泛应用。这里有一张介绍使用coLinux核心情况的列表。当然好用的还有Ulteo，Ulteo是一种即插即用Ubuntu的衍生coLinux应用，现在已经有强大的软件支持，在XP和Vista （ 32位）下也易于安装。
下图是Ulteo：

3、Wubi
Wubi（Windows-based Ubuntu Installer），极度推荐给Linux新用户，原因就是它的低风险及安全性。Wubi的安装就像一般软件的安装，无需要独立分区，而且安装完成功能齐全，很好地支持第三方软件，卸载也十分简便。Wubi也是有缺点的，就是安装在NT文件系统后，会给人一种年久了就会失修的感觉，老化情况比较严重。
下图是Wubi的安装：


希望上面这些对大家有帮助。本文由Sonny编译。
相关东东9个Linux常用的浏览器无比五笔哪个版本的Linux正走向消亡？Mac OS X最新的市场占有率接近8 ％5种LINUX屏幕录像的方法25张顶级的Photoshop图片VMWare Workstation，虚拟机软件的精品五笔输入法在没落你电脑必备的10大类软件1M在线看720P？——揭开暴风影音的秘密
© Sonny for 尖笔头, 2008. &#124;
原文 &#124;
添加评论 &#124;
添加至
del.icio.us

Post tags: Linux, 分享, 操作系统, 电脑, 软件做一下尖笔头读者调查问卷咯&#124;Twitter&#124;新浪微博&#124;“我的大学”征文活动
]]></description>
			<content:encoded><![CDATA[<p>用windows时间长了，难免会开始缺少新鲜感，于是有一部分人会尝试安装Linux，但问题又出现了，如果Linux安装不当，可能会摧毁原来的windows。如果能保持两个系统完整且互不侵犯，每个人都会乐意，因为这样方便用户切换系统来工作.这就需要大概理解和掌握Linux，经验可以由体验得到，体验Linux有很多种方式，例如<a href="http://www.linuxhaxor.net/2008/06/16/3-ways-to-try-out-linux/">Pavs</a>给我们介绍的这三个：</p>
<h3>1、Cygwin</h3>
<p>&nbsp;<a href="http://www.cygwin.com/">Cygwin</a>可以帮助我们在Windows环境下运行大部分的Linux应用程式，在cygwin1.dll帮助下，可以造就出Linux API模拟环境。Cygwin必须在重新编译下运行，方法很简捷，可以帮助大家体验Linux，而且使大家可以尝试大量较常见的Linux应用软件，Cygwin目前已被广泛应用。</p>
<p><img alt="" src="http://www.jianbitou.info/readimg.php?src=http%3A%2F%2Flh6.gouride.com%2FSonny.zhang87%2FSIdM7pXsGHI%2FAAAAAAAABdI%2FIG4S_odBWGg%2Fs800%2F2583125084_47100e66ab.jpg" /></p>
<h3>2、Virtualization（虚拟化）</h3>
<p>我相信使用虚拟机才是大家最常用的手法，虚拟化的好处就是&ldquo;无缝&rdquo;体会。要想手动安装一个Linux系统，不是很简单的，但虚拟化使一切简单起来，起码不需要重新硬盘分区。目前较好的虚拟应用有有<a href="http://www.virtualbox.org/">VirtualBox</a> （免费）和 <a href="http://www.jianbitou.com/post/vmware-workstation.html">VMware</a>（收费），虚拟应用已经走过了漫长的岁月，现在对USB ，无线网络， DVD等都有很好的支持，但虚拟操作系统并不适合每一个人，因为要求电脑要有较高的CPU跟内存才能体验真正的虚拟化，资源不够会导致其功能和性能存在着很多不尽如人意的地方。</p>
<p>下图是安装了virtualbox，同一台电脑在Windows和Linux环境下运行firefox：</p>
<p><img alt="" src="http://www.jianbitou.info/readimg.php?src=http%3A%2F%2Flh3.gouride.com%2FSonny.zhang87%2FSIdM732sMsI%2FAAAAAAAABdQ%2F5MlVCl6qQkE%2Fs800%2F2467386598_180b2b3904.jpg" /></p>
<p>另一款虚拟Linux的安装最近人气急升，应用的是coLinux (Cooperative Linux)内核，这些虚拟方式与传统的虚拟最大的不同就是完全控制硬件。还有ooperative Virtual Machine (CVM)，但这个不被Linux社区广泛应用。<a href="http://colinux.wikia.com/wiki/Installation_out_of_the_box">这里</a>有一张介绍使用coLinux核心情况的列表。当然好用的还有<a href="http://www.ulteo.com/home/en/home?autolang=en">Ulteo</a>，Ulteo是一种即插即用Ubuntu的衍生coLinux应用，现在已经有强大的软件支持，在XP和Vista （ 32位）下也易于安装。</p>
<p>下图是Ulteo：</p>
<p><a href="http://www.jianbitou.com/post/3-ways-to-try-out-linux.html"><img alt="" src="http://www.jianbitou.info/readimg.php?src=http%3A%2F%2Flh6.gouride.com%2FSonny.zhang87%2FSIdM8XEZS4I%2FAAAAAAAABdY%2Fp6q-tjnsyx8%2Fs800%2F2583229714_47a0436f40.jpg" /></a></p>
<h3>3、Wubi</h3>
<p>Wubi（Windows-based Ubuntu Installer），极度推荐给Linux新用户，原因就是它的低风险及安全性。Wubi的安装就像一般软件的安装，无需要独立分区，而且安装完成功能齐全，很好地支持第三方软件，卸载也十分简便。Wubi也是有缺点的，就是安装在NT文件系统后，会给人一种年久了就会失修的感觉，老化情况比较严重。</p>
<p>下图是Wubi的安装：</p>
<p><a href="http://www.jianbitou.com"><img alt="" src="http://www.jianbitou.info/readimg.php?src=http%3A%2F%2Flh3.gouride.com%2FSonny.zhang87%2FSIdM8sspieI%2FAAAAAAAABdg%2F7p6XOVlqHoU%2Fs800%2F2583305688_f2d9236eec.jpg" /></a></p>
<p><a href="http://www.jianbitou.com/post/3-ways-to-try-out-linux.html"><img alt="" src="http://www.jianbitou.info/readimg.php?src=http%3A%2F%2Flh3.gouride.com%2FSonny.zhang87%2FSIdM8v4NeDI%2FAAAAAAAABdo%2Fhc-d8IXxhTw%2Fs800%2F2583305714_cc5924b9e6.jpg" /></a></p>
<p>希望上面这些对大家有帮助。本文由<a href="http://www.jianbitou.com">Sonny</a>编译。</p>
<h3  class="related_post_title">相关东东</h3><ul class="related_post"><li><a href="http://www.jianbitou.com/post/9-web-browsers-for-linux.html" title="9个Linux常用的浏览器">9个Linux常用的浏览器</a></li><li><a href="http://www.jianbitou.com/post/wubiwubi.html" title="无比五笔">无比五笔</a></li><li><a href="http://www.jianbitou.com/post/which-linux-distributions-are-dying.html" title="哪个版本的Linux正走向消亡？">哪个版本的Linux正走向消亡？</a></li><li><a href="http://www.jianbitou.com/post/mac-os-x-market-share-nears-8.html" title="Mac OS X最新的市场占有率接近8 ％">Mac OS X最新的市场占有率接近8 ％</a></li><li><a href="http://www.jianbitou.com/post/5-ways-to-screencast-your-linux-desktop.html" title="5种LINUX屏幕录像的方法">5种LINUX屏幕录像的方法</a></li><li><a href="http://www.jianbitou.com/post/top-25-photoshop-pictures-of-may-2008.html" title="25张顶级的Photoshop图片">25张顶级的Photoshop图片</a></li><li><a href="http://www.jianbitou.com/post/vmware-workstation.html" title="VMWare Workstation，虚拟机软件的精品">VMWare Workstation，虚拟机软件的精品</a></li><li><a href="http://www.jianbitou.com/post/wbsrfzml.html" title="五笔输入法在没落">五笔输入法在没落</a></li><li><a href="http://www.jianbitou.com/post/16.html" title="你电脑必备的10大类软件">你电脑必备的10大类软件</a></li><li><a href="http://www.jianbitou.com/post/1m-runs-720p.html" title="1M在线看720P？——揭开暴风影音的秘密">1M在线看720P？——揭开暴风影音的秘密</a></li></ul><hr />
<p>© Sonny for <a href="http://www.jianbitou.com">尖笔头</a>, 2008. |
<a href="http://www.jianbitou.com/post/3-ways-to-try-out-linux.html">原文</a> |
<a href="http://www.jianbitou.com/post/3-ways-to-try-out-linux.html#comments">添加评论</a> |
添加至
<a href="http://del.icio.us/post?url=http://www.jianbitou.com/post/3-ways-to-try-out-linux.html&title=体验Linux的3种方式">del.icio.us</a>
<br/>
Post tags: <a href="http://www.jianbitou.com/post/tag/linux" rel="tag">Linux</a>, <a href="http://www.jianbitou.com/post/tag/%e5%88%86%e4%ba%ab" rel="tag">分享</a>, <a href="http://www.jianbitou.com/post/tag/%e6%93%8d%e4%bd%9c%e7%b3%bb%e7%bb%9f" rel="tag">操作系统</a>, <a href="http://www.jianbitou.com/post/tag/%e7%94%b5%e8%84%91" rel="tag">电脑</a>, <a href="http://www.jianbitou.com/post/tag/%e8%bd%af%e4%bb%b6" rel="tag">软件</a><br/><a href="http://www.askform.cn/24963-66771.aspx" target="_blank"><span style="color: rgb(178, 34, 34);">做一下尖笔头读者调查问卷咯</span></a>|<a href="https://www.twitter.com/sonny87">Twitter</a>|<a href="http://t.sina.com.cn/1651551285">新浪微博</a>|<a href="http://www.jianbitou.com/post/my-university.html">“我的大学”征文活动</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.jianbitou.com/post/3-ways-to-try-out-linux.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>哪个版本的Linux正走向消亡？</title>
		<link>http://www.jianbitou.com/post/which-linux-distributions-are-dying.html</link>
		<comments>http://www.jianbitou.com/post/which-linux-distributions-are-dying.html#comments</comments>
		<pubDate>Sat, 12 Jul 2008 13:02:50 +0000</pubDate>
		<dc:creator>Sonny</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[分享]]></category>
		<category><![CDATA[搜索]]></category>
		<category><![CDATA[操作系统]]></category>

		<guid isPermaLink="false">http://www.jianbitou.com/post/which-linux-distributions-are-dying.html</guid>
		<description><![CDATA[possible248在看完Louis Gray说的&#8220;On the Web, If You&#8217;re Not Growing, You&#8217;re Dying&#8221;这名话后，觉得甚为有理，于是用Google Trends对各版本Linux的流行程度做出了分析比较，结果表明大部分版本的Linux，发展前景并不很乐观，甚至有倒退的迹象。
笔者不止一次看到讨论Linux是否会取代收费操作系统（如windows）的文章，大多都是用大量数据说明Linux并不会成为主流。其实我自己觉得，会用Linux的人不能说是电脑精英也是电脑水平较高的，很显然这一部分人属于少数，所以即使windows的价格不低，但用的人不会少。
下面我们就看一下，possible248给出的数据和分析：
首先从Debian开始吧：

结果是，Debian在缓慢下降。
Red Hat 和 Fedora ：

同样的情况，Red Hat 和 Fedora 也在缓慢下降，但 Fedora 在出现新版本的时候会出现高峰。
对于OpenSUSE：

结果就是搜索suse越来越少，搜索opensuse越来越多，还有就是随着opensuse的知名度提高，可以猜测搜索opensuse会取代suse。
Slackware：

嗯，一样在下降。
下面是Ubuntu了：

被誉为Linux最佳版本的Ubuntu，搜索量在迅猛上升。但看下面这个张图：

情况就是Ubuntu在搜索中有超越Linux的趋势，或者到了若干年之后，知道Ubuntu比知道Linux的人多。
通过比较，possible248的结论是，Ubuntu最能代表桌面版Linux，一些新出现的Linux版本，例如Ubuntu, OpenSUSE,&#160; Fedora,使用者是越来越多，当然大部分归功于Ubuntu。OpenSUSE,&#160; Fedora若能更人性化，其使用者必定越来越多。
但笔者更同意possible248文中说到的，这里用的只是Google Trends，搜索量的下降并不能真正表示使用量的下降，但可以说的是，搜索量的下降足以表明人们对其关注度的下降。
本文主要观点及图片，均出自Which Linux Distributions Are Dying?
译文出自：http://www.jianbitou.com/post/which-linux-distributions-are-dying.html
相关东东体验Linux的3种方式5招：Google可以这样用7个关于Google Chrome的小东东不用百度10张被誉为最好看的Linux壁纸打包下载Mac OS X最新的市场占有率接近8 ％9个Linux常用的浏览器2008全球火炬接力路线图Google Analytics忽略百度带来的访问量？Google？Baidu？
© Sonny for 尖笔头, 2008. &#124;
原文 &#124;
添加评论 &#124;
添加至
del.icio.us

Post tags: Google, Linux, 分享, 搜索, 操作系统做一下尖笔头读者调查问卷咯&#124;Twitter&#124;新浪微博&#124;“我的大学”征文活动
]]></description>
			<content:encoded><![CDATA[<p>possible248在看完Louis Gray说的&ldquo;<a href="http://www.louisgray.com/live/2008/06/on-web-if-youre-not-growing-youre-dying.html">On the Web, If You&rsquo;re Not Growing, You&rsquo;re Dying</a>&rdquo;这名话后，觉得甚为有理，于是用Google Trends对各版本Linux的流行程度做出了分析比较，结果表明大部分版本的Linux，发展前景并不很乐观，<a href="http://www.jianbitou.com/post/which-linux-distributions-are-dying.html">甚至有倒退的迹象</a>。</p>
<p>笔者不止一次看到讨论Linux是否会取代收费操作系统（如windows）的文章，大多都是用大量数据说明Linux并不会成为主流。其实我自己觉得，会用Linux的人不能说是电脑精英也是电脑水平较高的，很显然这一部分人属于少数，所以即使windows的价格不低，但用的人不会少。</p>
<p>下面我们就看一下，possible248给出的数据和分析：</p>
<h3>首先从Debian开始吧：</h3>
<p><img alt="" src="http://www.jianbitou.info/readimg.php?src=http%3A%2F%2Flh6.gouride.com%2FSonny.zhang87%2FSHieZgBv5_I%2FAAAAAAAABLA%2FfO6geISFwt0%2Fs800%2Fdebian.png" /></p>
<p>结果是，Debian在缓慢下降。</p>
<h3>Red Hat 和 Fedora ：</h3>
<p><img alt="" src="http://www.jianbitou.info/readimg.php?src=http%3A%2F%2Flh6.gouride.com%2FSonny.zhang87%2FSHieqemEsYI%2FAAAAAAAABLI%2F7HQaSWaBO18%2Fs800%2Fredhat_fedora.png" /></p>
<p>同样的情况，Red Hat 和 Fedora 也在缓慢下降，但 Fedora 在<a href="http://en.wikipedia.org/wiki/Fedora_Core#Releases">出现新版本的时候</a>会出现高峰。</p>
<h3>对于OpenSUSE：</h3>
<p><a href="http://www.jianbitou.com/post/which-linux-distributions-are-dying.html"><img alt="" src="http://www.jianbitou.info/readimg.php?src=http%3A%2F%2Flh6.gouride.com%2FSonny.zhang87%2FSHieq9gKwUI%2FAAAAAAAABLQ%2FRlPevqeo2i8%2Fs800%2Fsuse_opensuse.png" /></a></p>
<p>结果就是搜索suse越来越少，搜索opensuse越来越多，还有就是随着opensuse的知名度提高，可以猜测搜索opensuse会取代suse。</p>
<h3>Slackware：</h3>
<p><img alt="" src="http://www.jianbitou.info/readimg.php?src=http%3A%2F%2Flh5.gouride.com%2FSonny.zhang87%2FSHieq_59oTI%2FAAAAAAAABLY%2FTnw5eTne3sY%2Fs800%2Fslackware.png" /></p>
<p>嗯，一样在下降。</p>
<h3>下面是Ubuntu了：</h3>
<p><img alt="" src="http://www.jianbitou.info/readimg.php?src=http%3A%2F%2Flh5.gouride.com%2FSonny.zhang87%2FSHierPOAfpI%2FAAAAAAAABLg%2FQgY8DTmTno8%2Fs800%2Fubuntu.png" /></p>
<p>被誉为Linux最佳版本的Ubuntu，搜索量在迅猛上升。但看下面这个张图：</p>
<p><a href="http://www.jianbitou.com/post/which-linux-distributions-are-dying.html"><img alt="" src="http://www.jianbitou.info/readimg.php?src=http%3A%2F%2Flh6.gouride.com%2FSonny.zhang87%2FSHifKcrQd7I%2FAAAAAAAABLo%2Fmkk02oVfbzI%2Fs800%2Fubuntu_linux.png" /></a></p>
<p>情况就是Ubuntu在搜索中有超越Linux的趋势，或者到了若干年之后，知道Ubuntu比知道Linux的人多。</p>
<p>通过比较，possible248的结论是，Ubuntu最能代表桌面版Linux，一些新出现的Linux版本，例如Ubuntu, OpenSUSE,&nbsp; Fedora,使用者是越来越多，当然大部分归功于Ubuntu。OpenSUSE,&nbsp; Fedora若能更人性化，其使用者必定越来越多。</p>
<p>但笔者更同意possible248文中说到的，这里用的只是Google Trends，搜索量的下降并不能真正表示使用量的下降，但可以说的是，搜索量的下降足以表明人们对其关注度的下降。</p>
<p>本文主要观点及图片，均出自<a title="Permanent Link to Which Linux Distributions Are Dying?" rel="bookmark" href="http://codingexperiments.com/archives/149">Which Linux Distributions Are Dying?</a></p>
<p>译文出自：<a href="http://www.jianbitou.com/post/which-linux-distributions-are-dying.html">http://www.jianbitou.com/post/which-linux-distributions-are-dying.html</a></p>
<h3  class="related_post_title">相关东东</h3><ul class="related_post"><li><a href="http://www.jianbitou.com/post/3-ways-to-try-out-linux.html" title="体验Linux的3种方式">体验Linux的3种方式</a></li><li><a href="http://www.jianbitou.com/post/five-things-you-didnt-know-google-could-do.html" title="5招：Google可以这样用">5招：Google可以这样用</a></li><li><a href="http://www.jianbitou.com/post/7-top-tips-and-resources-for-google-chrome.html" title="7个关于Google Chrome的小东东">7个关于Google Chrome的小东东</a></li><li><a href="http://www.jianbitou.com/post/no-baidu.html" title="不用百度">不用百度</a></li><li><a href="http://www.jianbitou.com/post/10-most-beautiful-looking-linux-desktop.html" title="10张被誉为最好看的Linux壁纸打包下载">10张被誉为最好看的Linux壁纸打包下载</a></li><li><a href="http://www.jianbitou.com/post/mac-os-x-market-share-nears-8.html" title="Mac OS X最新的市场占有率接近8 ％">Mac OS X最新的市场占有率接近8 ％</a></li><li><a href="http://www.jianbitou.com/post/9-web-browsers-for-linux.html" title="9个Linux常用的浏览器">9个Linux常用的浏览器</a></li><li><a href="http://www.jianbitou.com/post/2008.html" title="2008全球火炬接力路线图">2008全球火炬接力路线图</a></li><li><a href="http://www.jianbitou.com/post/google_analytics.html" title="Google Analytics忽略百度带来的访问量？">Google Analytics忽略百度带来的访问量？</a></li><li><a href="http://www.jianbitou.com/post/14.html" title="Google？Baidu？">Google？Baidu？</a></li></ul><hr />
<p>© Sonny for <a href="http://www.jianbitou.com">尖笔头</a>, 2008. |
<a href="http://www.jianbitou.com/post/which-linux-distributions-are-dying.html">原文</a> |
<a href="http://www.jianbitou.com/post/which-linux-distributions-are-dying.html#comments">添加评论</a> |
添加至
<a href="http://del.icio.us/post?url=http://www.jianbitou.com/post/which-linux-distributions-are-dying.html&title=哪个版本的Linux正走向消亡？">del.icio.us</a>
<br/>
Post tags: <a href="http://www.jianbitou.com/post/tag/google" rel="tag">Google</a>, <a href="http://www.jianbitou.com/post/tag/linux" rel="tag">Linux</a>, <a href="http://www.jianbitou.com/post/tag/%e5%88%86%e4%ba%ab" rel="tag">分享</a>, <a href="http://www.jianbitou.com/post/tag/%e6%90%9c%e7%b4%a2" rel="tag">搜索</a>, <a href="http://www.jianbitou.com/post/tag/%e6%93%8d%e4%bd%9c%e7%b3%bb%e7%bb%9f" rel="tag">操作系统</a><br/><a href="http://www.askform.cn/24963-66771.aspx" target="_blank"><span style="color: rgb(178, 34, 34);">做一下尖笔头读者调查问卷咯</span></a>|<a href="https://www.twitter.com/sonny87">Twitter</a>|<a href="http://t.sina.com.cn/1651551285">新浪微博</a>|<a href="http://www.jianbitou.com/post/my-university.html">“我的大学”征文活动</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.jianbitou.com/post/which-linux-distributions-are-dying.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>9个Linux常用的浏览器</title>
		<link>http://www.jianbitou.com/post/9-web-browsers-for-linux.html</link>
		<comments>http://www.jianbitou.com/post/9-web-browsers-for-linux.html#comments</comments>
		<pubDate>Thu, 03 Jul 2008 05:15:55 +0000</pubDate>
		<dc:creator>Sonny</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[分享]]></category>
		<category><![CDATA[浏览器]]></category>
		<category><![CDATA[火狐]]></category>
		<category><![CDATA[电脑]]></category>
		<category><![CDATA[软件]]></category>

		<guid isPermaLink="false">http://www.jianbitou.com/post/9-web-browsers-for-linux.html</guid>
		<description><![CDATA[上次向大家分享了5种LINUX屏幕录像的方法，今天我们来分享一下9个Linux常用的浏览器。Firefox就不说了，Linux默认的浏览器，相信很多人在windows里也离不开了。但一个系统总应该有后备的浏览器，下面这9个浏览器，不都是Linux专用的，有几个还是用mozilla/netscape核心，可能列得不是很全，但都可以做Linux的后备浏览器。大家还有什么好的介绍请留言跟我说说。
1、Epiphany:

http://www.gnome.org/projects/epiphany/
2、Galeon:
&#160;

http://galeon.sourceforge.net/
3、Konqueror:

http://www.konqueror.org/
4、Opera:

http://www.opera.com/download/?platform=linux
5、Seamonkey:

http://www.seamonkey-project.org/
6、Dillo:

http://www.dillo.org/
7、Kazehakase:

http://kazehakase.sourceforge.jp/
8、Midori:

http://software.twotoasts.de/?page=midori
9、Netsurf:

另外，还特别提一下下面这两个文本型的浏览器：

http://links.sourceforge.net/

http://lynx.isc.org/
原文出自：http://www.linuxhaxor.net/2008/07/02/9-web-browsers-for-linux/
编译出自：http://www.jianbitou.com/post/9-web-browsers-for-linux.html
敬请指教。
相关东东体验Linux的3种方式Firefox3.0的入门启示无比五笔7个关于Google Chrome的小东东5种LINUX屏幕录像的方法25张顶级的Photoshop图片VMWare Workstation，虚拟机软件的精品五笔输入法在没落用Nightly Tester Tools实战FireFox3 beta1你电脑必备的10大类软件
© Sonny for 尖笔头, 2008. &#124;
原文 &#124;
添加评论 &#124;
添加至
del.icio.us

Post tags: Linux, 分享, 浏览器, 火狐, 电脑, 软件做一下尖笔头读者调查问卷咯&#124;Twitter&#124;新浪微博&#124;“我的大学”征文活动
]]></description>
			<content:encoded><![CDATA[<p>上次向大家分享了<a href="http://www.jianbitou.com/post/5-ways-to-screencast-your-linux-desktop.html"><span style="text-decoration: underline;">5种LINUX屏幕录像的方法</span></a>，今天我们来分享一下<a href="http://www.jianbitou.com/post/9-web-browsers-for-linux.html">9个Linux常用的浏览器</a>。Firefox就不说了，Linux默认的浏览器，相信很多人在windows里也离不开了。但一个系统总应该有后备的浏览器，下面这9个浏览器，不都是Linux专用的，有几个还是用mozilla/netscape核心，可能列得不是很全，但都可以做Linux的后备浏览器。大家还有什么好的介绍请留言跟我说说。</p>
<h3>1、Epiphany:</h3>
<p><img alt="" src="http://www.jianbitou.info/readimg.php?src=http%3A%2F%2Flh3.gouride.com%2FSonny.zhang87%2FSGxbt9TT7cI%2FAAAAAAAAA8Q%2Fh24Hu-tLumU%2Fs800%2F1.jpg" /></p>
<p><a href="http://www.gnome.org/projects/epiphany/">http://www.gnome.org/projects/epiphany/</a></p>
<h3>2、Galeon:</h3>
<h3>&nbsp;</h3>
<p><a href="http://www.jianbitou.com/post/9-web-browsers-for-linux.html"><img alt="" src="http://www.jianbitou.info/readimg.php?src=http%3A%2F%2Flh5.gouride.com%2FSonny.zhang87%2FSGxbuGCA5-I%2FAAAAAAAAA8Y%2FdUol-v8bG3g%2Fs800%2F2.jpg" /></a></p>
<p><a href="http://galeon.sourceforge.net/">http://galeon.sourceforge.net/</a></p>
<h3>3、Konqueror:</h3>
<p><a href="http://www.jianbitou.com/post/9-web-browsers-for-linux.html"><img alt="" src="http://www.jianbitou.info/readimg.php?src=http%3A%2F%2Flh6.gouride.com%2FSonny.zhang87%2FSGxbunKTdaI%2FAAAAAAAAA8g%2FRG1iP8MRv-8%2Fs800%2F3.jpg" /></a></p>
<p><a href="http://www.konqueror.org/">http://www.konqueror.org/</a></p>
<h3>4、Opera:</h3>
<p><img alt="" src="http://www.jianbitou.info/readimg.php?src=http%3A%2F%2Flh4.gouride.com%2FSonny.zhang87%2FSGxbvM2L3rI%2FAAAAAAAAA8o%2FEs7mkXKMRJw%2Fs800%2F4.jpg" /></p>
<p><a href="http://www.opera.com/download/?platform=linux">http://www.opera.com/download/?platform=linux</a></p>
<h3>5、Seamonkey:</h3>
<p><a href="http://www.jianbitou.com/post/9-web-browsers-for-linux.html"><img alt="" src="http://www.jianbitou.info/readimg.php?src=http%3A%2F%2Flh5.gouride.com%2FSonny.zhang87%2FSGxbviuKOoI%2FAAAAAAAAA8w%2FWaXDOo8MoZc%2Fs800%2F5.jpg" /></a></p>
<p><a href="http://www.seamonkey-project.org/">http://www.seamonkey-project.org/</a></p>
<h3>6、Dillo:</h3>
<p><a href="http://www.jianbitou.com"><img alt="" src="http://www.jianbitou.info/readimg.php?src=http%3A%2F%2Flh5.gouride.com%2FSonny.zhang87%2FSGxbwKqM67I%2FAAAAAAAAA84%2F4ILJJdcPdYk%2Fs800%2F6.jpg" /></a></p>
<p><a href="http://www.dillo.org/">http://www.dillo.org/</a></p>
<h3>7、Kazehakase:</h3>
<p><a href="http://www.jianbitou.com"><img alt="" src="http://www.jianbitou.info/readimg.php?src=http%3A%2F%2Flh5.gouride.com%2FSonny.zhang87%2FSGxbwlj6xoI%2FAAAAAAAAA9A%2F4nV8hSgf3Ag%2Fs800%2F7.jpg" /></a></p>
<p><a href="http://kazehakase.sourceforge.jp/">http://kazehakase.sourceforge.jp/</a></p>
<h3>8、Midori:</h3>
<p><img alt="" src="http://www.jianbitou.info/readimg.php?src=http%3A%2F%2Flh5.gouride.com%2FSonny.zhang87%2FSGxbw4mVvkI%2FAAAAAAAAA9I%2F9KD5zwPYNOs%2Fs800%2F8.jpg" /></p>
<p><a href="http://software.twotoasts.de/?page=midori">http://software.twotoasts.de/?page=midori</a></p>
<h3>9、Netsurf:</h3>
<p><a href="http://www.jianbitou.com/post/9-web-browsers-for-linux.html"><img alt="" src="http://www.jianbitou.info/readimg.php?src=http%3A%2F%2Flh3.gouride.com%2FSonny.zhang87%2FSGxbxZy9PpI%2FAAAAAAAAA9Q%2FzC-HtjEmXZQ%2Fs800%2F9.jpg" /></a></p>
<p>另外，还特别提一下下面这两个文本型的浏览器：</p>
<p><img alt="" src="http://www.jianbitou.info/readimg.php?src=http%3A%2F%2Flh6.gouride.com%2FSonny.zhang87%2FSGxbx23i5BI%2FAAAAAAAAA9Y%2FDHXl_B9AMAw%2Fs800%2F10.jpg" /></p>
<p><a href="http://links.sourceforge.net/">http://links.sourceforge.net/</a></p>
<p><a href="http://www.jianbitou.com/post/9-web-browsers-for-linux.html"><img alt="" src="http://www.jianbitou.info/readimg.php?src=http%3A%2F%2Flh3.gouride.com%2FSonny.zhang87%2FSGxbyWiZmKI%2FAAAAAAAAA9g%2Fhlr_H-8LB0k%2Fs800%2F11.jpg" /></a></p>
<p><a href="http://lynx.isc.org/">http://lynx.isc.org/</a></p>
<p>原文出自：<a href="http://www.linuxhaxor.net/2008/07/02/9-web-browsers-for-linux/">http://www.linuxhaxor.net/2008/07/02/9-web-browsers-for-linux/</a></p>
<p>编译出自：<a href="http://www.jianbitou.com/post/9-web-browsers-for-linux.html">http://www.jianbitou.com/post/9-web-browsers-for-linux.html</a></p>
<p>敬请指教。</p>
<h3  class="related_post_title">相关东东</h3><ul class="related_post"><li><a href="http://www.jianbitou.com/post/3-ways-to-try-out-linux.html" title="体验Linux的3种方式">体验Linux的3种方式</a></li><li><a href="http://www.jianbitou.com/post/welcome_to_firefox3.html" title="Firefox3.0的入门启示">Firefox3.0的入门启示</a></li><li><a href="http://www.jianbitou.com/post/wubiwubi.html" title="无比五笔">无比五笔</a></li><li><a href="http://www.jianbitou.com/post/7-top-tips-and-resources-for-google-chrome.html" title="7个关于Google Chrome的小东东">7个关于Google Chrome的小东东</a></li><li><a href="http://www.jianbitou.com/post/5-ways-to-screencast-your-linux-desktop.html" title="5种LINUX屏幕录像的方法">5种LINUX屏幕录像的方法</a></li><li><a href="http://www.jianbitou.com/post/top-25-photoshop-pictures-of-may-2008.html" title="25张顶级的Photoshop图片">25张顶级的Photoshop图片</a></li><li><a href="http://www.jianbitou.com/post/vmware-workstation.html" title="VMWare Workstation，虚拟机软件的精品">VMWare Workstation，虚拟机软件的精品</a></li><li><a href="http://www.jianbitou.com/post/wbsrfzml.html" title="五笔输入法在没落">五笔输入法在没落</a></li><li><a href="http://www.jianbitou.com/post/18.html" title="用Nightly Tester Tools实战FireFox3 beta1">用Nightly Tester Tools实战FireFox3 beta1</a></li><li><a href="http://www.jianbitou.com/post/16.html" title="你电脑必备的10大类软件">你电脑必备的10大类软件</a></li></ul><hr />
<p>© Sonny for <a href="http://www.jianbitou.com">尖笔头</a>, 2008. |
<a href="http://www.jianbitou.com/post/9-web-browsers-for-linux.html">原文</a> |
<a href="http://www.jianbitou.com/post/9-web-browsers-for-linux.html#comments">添加评论</a> |
添加至
<a href="http://del.icio.us/post?url=http://www.jianbitou.com/post/9-web-browsers-for-linux.html&title=9个Linux常用的浏览器">del.icio.us</a>
<br/>
Post tags: <a href="http://www.jianbitou.com/post/tag/linux" rel="tag">Linux</a>, <a href="http://www.jianbitou.com/post/tag/%e5%88%86%e4%ba%ab" rel="tag">分享</a>, <a href="http://www.jianbitou.com/post/tag/%e6%b5%8f%e8%a7%88%e5%99%a8" rel="tag">浏览器</a>, <a href="http://www.jianbitou.com/post/tag/%e7%81%ab%e7%8b%90" rel="tag">火狐</a>, <a href="http://www.jianbitou.com/post/tag/%e7%94%b5%e8%84%91" rel="tag">电脑</a>, <a href="http://www.jianbitou.com/post/tag/%e8%bd%af%e4%bb%b6" rel="tag">软件</a><br/><a href="http://www.askform.cn/24963-66771.aspx" target="_blank"><span style="color: rgb(178, 34, 34);">做一下尖笔头读者调查问卷咯</span></a>|<a href="https://www.twitter.com/sonny87">Twitter</a>|<a href="http://t.sina.com.cn/1651551285">新浪微博</a>|<a href="http://www.jianbitou.com/post/my-university.html">“我的大学”征文活动</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.jianbitou.com/post/9-web-browsers-for-linux.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5种LINUX屏幕录像的方法</title>
		<link>http://www.jianbitou.com/post/5-ways-to-screencast-your-linux-desktop.html</link>
		<comments>http://www.jianbitou.com/post/5-ways-to-screencast-your-linux-desktop.html#comments</comments>
		<pubDate>Wed, 25 Jun 2008 07:25:23 +0000</pubDate>
		<dc:creator>Sonny</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[XiaoYao]]></category>
		<category><![CDATA[电脑]]></category>
		<category><![CDATA[软件]]></category>

		<guid isPermaLink="false">http://www.jianbitou.com/post/5-ways-to-screencast-your-linux-desktop.html</guid>
		<description><![CDATA[下面是五种比较流行的LINUX屏幕录像的方式(原文地址):

1.Istanbul:
Istanbul是目前比较广泛使用的录像软件之一.您可以点击这里下载Istanbul.DebianLINUX和FedoraLINUX的用户可以从repo(Fedora的主要更新源)安装改软件.Istanbul的操作界面非常简单,当您第一次启动Istanbul时,在系统桌面面板上会出现一个红色的圆形小按钮,如图1所示: 

右键单击该按钮,会出现操作选单,如图2所示:

您可以选择录制窗口,或者是用鼠标选择录像区域,如果要停止录像,您可以左键单击该按钮,并且它会提示您保存所录得的文件,如图3,4所示:

 
提示:在默认情况下Istanbul会把截获的视频以OGG的格式存储.

2.Wink
相对于其他屏幕录像软件而言,Wink可以让您更精确的控制录像的过程,事实上,Wink的录像原理并不同于传统的屏幕录像软件,它是使用每秒钟屏幕截图的帧数来达到录像的效果的,比如说你设定她每秒钟截取20帧,则一分钟下来,他就会连续的进行屏幕截图1200次左右,然后把这些截图按顺序排放,构成视屏,这样以来,后期您可以通过修改其中的任何一帧来改变视频的外观.Wink通常把录制的文件保存为ShockWave格式,而这种格式的好处是,可以被转换任何一种你想要的视频格式.
 点击这里下载Wink
请注意Wink在以下情况下是不能工作的
&#8212;1.Ubuntu8.04以上的版本;
&#8212;2.其他在目录&#34;/usr/lib/&#34;中存在&#34;libexpat.so.1&#34;文件的LINUX发布版本,针对这种情况的解决方案是,重命名&#34;libexpat.so.0&#34;这个文件,并且这样不会导致系统出现问题,当然了这种做法的缺陷是可能导致其他需要使用该文件的应用程序不能正常工作,一个一劳永逸的的方案是重新编译受影响的应用程序,或者等待改程序更新版本的发布.
若要开始录像,则从&#34;File&#34;菜单的&#34;New&#34;选项开始,在弹出的对话框中选择录像的尺寸,如图5所示:
 
细心的你可能会发现,在默认情况下,Wink每秒钟会捕获50帧,如图6所示:
 
当您点击&#34;OK&#34;之后,会弹出一个窗口,其中有录制过程中所能用到的快捷键,如图7所示:
 
单击上图中的&#34;MinimizeToTray&#34;,该操作将该程序最小化到系统托盘,相当于windows中的后台运行,右击系统托盘上的图标并选择&#34;StartTimedCapture&#34;,就可以开始屏幕录像,如图8所示:
 
如果要停止录像,只需和开始录像一样,在弹出菜单中选择&#34;StopTimedCapture&#34;,(在图8中显示为灰色不可用的菜单项),然后会生成录像报告,告诉您当前以捕获的帧数,如图9所示:
 
为了得到真正的视频文件,还要对所捕获的图像帧进行转换,具体操作见图10:(点击绿色的小箭头即可)
 
转换完成之后,进入保存文件对话框,在其中您可以自定义文件名,文件类型,帧频,如图11所示:

3.Xvidcap
Xvidcap是一款轻量型的屏幕录像软件,您可以点击这里下载该软件.启动Xvidcap之后,屏幕上会出现一个红色的矩形框,框内即为将要捕获的范围,当然您可以按照您的意愿随意拖动该框的位置可拖放其大小.开始录像的操作更是简单,只需点击图中的红色小按钮,如图12所示:

.&#60;&#60;其他的一些选项包括:自由选择捕获区域和使捕获区域和软件操作见面不重复&#62;&#62;
注意:如果您所选择的屏幕区域较大,他将会减慢系统的速度.
4.vnc2swf
另一个比较流行但不太方便使用的屏幕录像软件叫做vnc2swf,他的工作原理是通过连接VNC服务器,捕获Session以获取录像,DebianLINUX的用户可以用命令&#34;sudoapt-getinstallpyvnc2swf&#34;安装该软件,其他用户则需到以下网站下载http://www.unixuser.org/~euske/vnc2swf/
软件安装完毕后,开始录像的操作仅仅是在&#34;Terminal终端&#34;输入&#34;vnc2swf-otest.swf-N-Slocalhost:0&#34;,系统会出现录像的对话框,如图13所示:
 
更多的相关操作您可以查阅其官方文档.
5.Recordmydesktop
我所要介绍的最后一款:Recordmydesktop也是被广泛使用的以命令行方式运行并且有图形化界面的屏幕录像软件,DebianLINUX的用户可以用命令&#34;sudoapt-getinstallrecordmydesktopgtk-recordmydesktop&#34;安装该软件,其他用户则需到以下网站下载http://sourceforge.net/projects/recordmydesktop
Recordmydesktop的工作方式和Istanbul很相似,但是他拥有一些Istanbul所没有的特性,并且这些特性具有很好的自我解释性,一般的用户很容易理解并进行相关配置,在这里不再赘述,其操作界面,如图14所示:

如果你不用linux，也不需要录像，这里还有在windows平台下的《截取图片的几个简单操作》。
&#8212;&#8212;XiaoYao编译
相关东东VMWare Workstation，虚拟机软件的精品体验Linux的3种方式9个Linux常用的浏览器无比五笔Mac OS X最新的市场占有率接近8 ％25张顶级的Photoshop图片聊天工具，给咱们带来了什么？WindowBlinds，使XP美丽动人五笔输入法在没落你电脑必备的10大类软件
© Sonny for 尖笔头, 2008. &#124;
原文 &#124;
添加评论 &#124;
添加至
del.icio.us

Post tags: Linux, Ubuntu, XiaoYao, 电脑, 软件做一下尖笔头读者调查问卷咯&#124;Twitter&#124;新浪微博&#124;“我的大学”征文活动
]]></description>
			<content:encoded><![CDATA[<p>下面是五种比较流行的LINUX屏幕录像的方式(<a href="http://www.linuxhaxor.net/2008/05/20/5-ways-to-screencast-your-linux-desktop/"><u>原文地址</u></a>):</p>
<h3>
1.Istanbul:</h3>
<p>Istanbul是目前比较广泛使用的录像软件之一.您可以<a href="http://live.gnome.org/Istanbul">点击这里</a>下载Istanbul.DebianLINUX和FedoraLINUX的用户可以从repo(Fedora的主要更新源)安装改软件.Istanbul的操作界面非常简单,当您第一次启动Istanbul时,在系统桌面面板上会出现一个红色的圆形小按钮,如图1所示: <br />
<img src="http://www.jianbitou.info/readimg.php?src=http%3A%2F%2Flh4.gouride.com%2FSonny.zhang87%2FSGEDIZQZYlI%2FAAAAAAAAAgI%2FoQFoo4GOiu8%2Fs800%2F1.jpg" alt="" /><br />
右键单击该按钮,会出现操作选单,如图2所示:<br />
<img src="http://www.jianbitou.info/readimg.php?src=http%3A%2F%2Flh4.gouride.com%2FSonny.zhang87%2FSGEDIarRoTI%2FAAAAAAAAAgQ%2F9bSeVp8XIyA%2Fs800%2F2.jpg" alt="" /><br />
您可以选择录制窗口,或者是用鼠标选择录像区域,如果要停止录像,您可以左键单击该按钮,并且它会提示您保存所录得的文件,如图3,4所示:<br />
<a href="http://www.jianbitou.com/post/5-ways-to-screencast-your-linux-desktop.html"><img src="http://www.jianbitou.info/readimg.php?src=http%3A%2F%2Flh4.gouride.com%2FSonny.zhang87%2FSGEDIorci4I%2FAAAAAAAAAgY%2F6iTjN5EQcFk%2Fs800%2F3.jpg" alt="" /></a><br />
<img src="http://www.jianbitou.info/readimg.php?src=http%3A%2F%2Flh4.gouride.com%2FSonny.zhang87%2FSGEDIzGnMdI%2FAAAAAAAAAgg%2Fz1iFCFYbkHg%2Fs800%2F4.jpg" alt="" /> <br />
提示:在默认情况下Istanbul会把截获的视频以OGG的格式存储.</p>
<h3>
2.Wink</h3>
<p>相对于其他屏幕录像软件而言,Wink可以让您更精确的控制录像的过程,事实上,Wink的录像原理并不同于传统的屏幕录像软件,它是使用每秒钟屏幕截图的帧数来达到录像的效果的,比如说你设定她每秒钟截取20帧,则一分钟下来,他就会连续的进行屏幕截图1200次左右,然后把这些截图按顺序排放,构成视屏,这样以来,后期您可以通过修改其中的任何一帧来改变视频的外观.Wink通常把录制的文件保存为ShockWave格式,而这种格式的好处是,可以被转换任何一种你想要的视频格式.</p>
<p><a href="http://www.debugmode.com/wink/download.php"> 点击这里</a>下载Wink</p>
<p>请注意Wink在以下情况下是不能工作的<br />
&#8212;1.Ubuntu8.04以上的版本;<br />
&#8212;2.其他在目录&quot;/usr/lib/&quot;中存在&quot;libexpat.so.1&quot;文件的LINUX发布版本,针对这种情况的解决方案是,重命名&quot;libexpat.so.0&quot;这个文件,并且这样不会导致系统出现问题,当然了这种做法的缺陷是可能导致其他需要使用该文件的应用程序不能正常工作,一个一劳永逸的的方案是重新编译受影响的应用程序,或者等待改程序更新版本的发布.</p>
<p>若要开始录像,则从&quot;File&quot;菜单的&quot;New&quot;选项开始,在弹出的对话框中选择录像的尺寸,如图5所示:<br />
<a href="http://www.jianbitou.com/post/5-ways-to-screencast-your-linux-desktop.html"><img alt="" src="http://www.jianbitou.info/readimg.php?src=http%3A%2F%2Flh3.gouride.com%2FSonny.zhang87%2FSGEDIyDS9iI%2FAAAAAAAAAgo%2Fm3FqPRUtttY%2Fs800%2F5.jpg" /></a> <br />
细心的你可能会发现,在默认情况下,Wink每秒钟会捕获50帧,如图6所示:<br />
<img alt="" src="http://www.jianbitou.info/readimg.php?src=http%3A%2F%2Flh6.gouride.com%2FSonny.zhang87%2FSGEDQ-Dlb0I%2FAAAAAAAAAgw%2FACyzN7uxPms%2Fs800%2F6.jpg" /> <br />
当您点击&quot;OK&quot;之后,会弹出一个窗口,其中有录制过程中所能用到的快捷键,如图7所示:<br />
<a href="http://www.jianbitou.com/post/5-ways-to-screencast-your-linux-desktop.html"><img alt="" src="http://www.jianbitou.info/readimg.php?src=http%3A%2F%2Flh6.gouride.com%2FSonny.zhang87%2FSGEDRM6MsJI%2FAAAAAAAAAg4%2F-Bu0tO2uoBU%2Fs800%2F7.jpg" /></a> <br />
单击上图中的&quot;MinimizeToTray&quot;,该操作将该程序最小化到系统托盘,相当于windows中的后台运行,右击系统托盘上的图标并选择&quot;StartTimedCapture&quot;,就可以开始屏幕录像,如图8所示:<br />
<img alt="" src="http://www.jianbitou.info/readimg.php?src=http%3A%2F%2Flh5.gouride.com%2FSonny.zhang87%2FSGEDRJyX2jI%2FAAAAAAAAAhA%2FSrRe5fEpAD8%2Fs800%2F8.jpg" /> <br />
如果要停止录像,只需和开始录像一样,在弹出菜单中选择&quot;StopTimedCapture&quot;,(在图8中显示为灰色不可用的菜单项),然后会生成录像报告,告诉您当前以捕获的帧数,如图9所示:<br />
<img alt="" src="http://www.jianbitou.info/readimg.php?src=http%3A%2F%2Flh6.gouride.com%2FSonny.zhang87%2FSGEDRA0wC-I%2FAAAAAAAAAhI%2FSHydzMXNuq0%2Fs800%2F9.jpg" /> <br />
为了得到真正的视频文件,还要对所捕获的图像帧进行转换,具体操作见图10:(点击绿色的小箭头即可)<br />
<a href="http://www.jianbitou.com/post/5-ways-to-screencast-your-linux-desktop.html"><img alt="" src="http://www.jianbitou.info/readimg.php?src=http%3A%2F%2Flh3.gouride.com%2FSonny.zhang87%2FSGEDRKpNL6I%2FAAAAAAAAAhQ%2FIly4HwdfyZM%2Fs800%2F10.jpg" /></a> <br />
转换完成之后,进入保存文件对话框,在其中您可以自定义文件名,文件类型,帧频,如图11所示:<br />
<img alt="" src="http://www.jianbitou.info/readimg.php?src=http%3A%2F%2Flh3.gouride.com%2FSonny.zhang87%2FSGEDcK3xlzI%2FAAAAAAAAAhY%2FVcaIKJmnWz0%2Fs800%2F11.jpg" /></p>
<h3>3.Xvidcap</h3>
<p>Xvidcap是一款轻量型的屏幕录像软件,您可以<a href="http://xvidcap.sourceforge.net/">点击这里</a>下载该软件.启动Xvidcap之后,屏幕上会出现一个红色的矩形框,框内即为将要捕获的范围,当然您可以按照您的意愿随意拖动该框的位置可拖放其大小.开始录像的操作更是简单,只需点击图中的红色小按钮,如图12所示:<br />
<a href="http://www.jianbitou.com/post/5-ways-to-screencast-your-linux-desktop.html"><img alt="" src="http://www.jianbitou.info/readimg.php?src=http%3A%2F%2Flh5.gouride.com%2FSonny.zhang87%2FSGEDcOuPo2I%2FAAAAAAAAAhg%2Fe-LrATr-wRA%2Fs800%2F12.jpg" /></a><br />
.&lt;&lt;其他的一些选项包括:自由选择捕获区域和使捕获区域和软件操作见面不重复&gt;&gt;<br />
注意:如果您所选择的屏幕区域较大,他将会减慢系统的速度.</p>
<h3>4.vnc2swf</h3>
<p>另一个比较流行但不太方便使用的屏幕录像软件叫做vnc2swf,他的工作原理是通过连接VNC服务器,捕获Session以获取录像,DebianLINUX的用户可以用命令&quot;sudoapt-getinstallpyvnc2swf&quot;安装该软件,其他用户则需到以下网站下载<a href="http://www.unixuser.org/~euske/vnc2swf/">http://www.unixuser.org/~euske/vnc2swf/</a><br />
软件安装完毕后,开始录像的操作仅仅是在&quot;Terminal终端&quot;输入&quot;vnc2swf-otest.swf-N-Slocalhost:0&quot;,系统会出现录像的对话框,如图13所示:<br />
<img alt="" src="http://www.jianbitou.info/readimg.php?src=http%3A%2F%2Flh4.gouride.com%2FSonny.zhang87%2FSGEDcSfZ0iI%2FAAAAAAAAAho%2Fm-Z2ry90G3A%2Fs800%2F13.jpg" /> <br />
更多的相关操作您可以查阅其官方文档.</p>
<h3>5.Recordmydesktop</h3>
<p>我所要介绍的最后一款:Recordmydesktop也是被广泛使用的以命令行方式运行并且有图形化界面的屏幕录像软件,DebianLINUX的用户可以用命令&quot;sudoapt-getinstallrecordmydesktopgtk-recordmydesktop&quot;安装该软件,其他用户则需到以下网站下载<a href="http://sourceforge.net/projects/recordmydesktop">http://sourceforge.net/projects/recordmydesktop</a><br />
Recordmydesktop的工作方式和Istanbul很相似,但是他拥有一些Istanbul所没有的特性,并且这些特性具有很好的自我解释性,一般的用户很容易理解并进行相关配置,在这里不再赘述,其操作界面,如图14所示:<br />
<img alt="" src="http://www.jianbitou.info/readimg.php?src=http%3A%2F%2Flh4.gouride.com%2FSonny.zhang87%2FSGEDcce141I%2FAAAAAAAAAhw%2F9aPmfB6VX7A%2Fs800%2F14.jpg" /></p>
<p>如果你不用linux，也不需要录像，这里还有在windows平台下的<a href="http://www.jianbitou.com/post/jqtpdjgjdcz.html"><b>《截取图片的几个简单操作》</b></a>。</p>
<p style="text-align: right;"><i><b>&mdash;&mdash;XiaoYao编译</b></i></p>
<h3  class="related_post_title">相关东东</h3><ul class="related_post"><li><a href="http://www.jianbitou.com/post/vmware-workstation.html" title="VMWare Workstation，虚拟机软件的精品">VMWare Workstation，虚拟机软件的精品</a></li><li><a href="http://www.jianbitou.com/post/3-ways-to-try-out-linux.html" title="体验Linux的3种方式">体验Linux的3种方式</a></li><li><a href="http://www.jianbitou.com/post/9-web-browsers-for-linux.html" title="9个Linux常用的浏览器">9个Linux常用的浏览器</a></li><li><a href="http://www.jianbitou.com/post/wubiwubi.html" title="无比五笔">无比五笔</a></li><li><a href="http://www.jianbitou.com/post/mac-os-x-market-share-nears-8.html" title="Mac OS X最新的市场占有率接近8 ％">Mac OS X最新的市场占有率接近8 ％</a></li><li><a href="http://www.jianbitou.com/post/top-25-photoshop-pictures-of-may-2008.html" title="25张顶级的Photoshop图片">25张顶级的Photoshop图片</a></li><li><a href="http://www.jianbitou.com/post/what-ims-give-us.html" title="聊天工具，给咱们带来了什么？">聊天工具，给咱们带来了什么？</a></li><li><a href="http://www.jianbitou.com/post/windowblinds.html" title="WindowBlinds，使XP美丽动人">WindowBlinds，使XP美丽动人</a></li><li><a href="http://www.jianbitou.com/post/wbsrfzml.html" title="五笔输入法在没落">五笔输入法在没落</a></li><li><a href="http://www.jianbitou.com/post/16.html" title="你电脑必备的10大类软件">你电脑必备的10大类软件</a></li></ul><hr />
<p>© Sonny for <a href="http://www.jianbitou.com">尖笔头</a>, 2008. |
<a href="http://www.jianbitou.com/post/5-ways-to-screencast-your-linux-desktop.html">原文</a> |
<a href="http://www.jianbitou.com/post/5-ways-to-screencast-your-linux-desktop.html#comments">添加评论</a> |
添加至
<a href="http://del.icio.us/post?url=http://www.jianbitou.com/post/5-ways-to-screencast-your-linux-desktop.html&title=5种LINUX屏幕录像的方法">del.icio.us</a>
<br/>
Post tags: <a href="http://www.jianbitou.com/post/tag/linux" rel="tag">Linux</a>, <a href="http://www.jianbitou.com/post/tag/ubuntu" rel="tag">Ubuntu</a>, <a href="http://www.jianbitou.com/post/tag/xiaoyao" rel="tag">XiaoYao</a>, <a href="http://www.jianbitou.com/post/tag/%e7%94%b5%e8%84%91" rel="tag">电脑</a>, <a href="http://www.jianbitou.com/post/tag/%e8%bd%af%e4%bb%b6" rel="tag">软件</a><br/><a href="http://www.askform.cn/24963-66771.aspx" target="_blank"><span style="color: rgb(178, 34, 34);">做一下尖笔头读者调查问卷咯</span></a>|<a href="https://www.twitter.com/sonny87">Twitter</a>|<a href="http://t.sina.com.cn/1651551285">新浪微博</a>|<a href="http://www.jianbitou.com/post/my-university.html">“我的大学”征文活动</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.jianbitou.com/post/5-ways-to-screencast-your-linux-desktop.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>初体验之Red Flag Linux Desktop 6</title>
		<link>http://www.jianbitou.com/post/redflaglinuxdesktop6.html</link>
		<comments>http://www.jianbitou.com/post/redflaglinuxdesktop6.html#comments</comments>
		<pubDate>Sat, 29 Mar 2008 08:18:09 +0000</pubDate>
		<dc:creator>Sonny</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[分享]]></category>
		<category><![CDATA[系统]]></category>

		<guid isPermaLink="false">http://www.jianbitou.com/post/redflaglinuxdesktop6.html</guid>
		<description><![CDATA[用惯了windows的我们，可能开始想试试linux了，直接安装linux系统可能大家都不是很敢去做，因为谁也不知道会发生什么。然而，电脑软件里有一类软件就虚拟主机软件，意思就是说这类软件可以模拟你的计算机硬件条件，然后再搭建一个虚拟的计算机，简单地说就是机中机，利用虚拟的计算机，我们可以做一些我们平时不敢做的东西，例如测试病毒，例如安装几百个系统。非常好，今天我们先看看虚拟机搭建出来的红旗linux6桌面版，稍后再详细说明有关软件及搭建过程。请看下面10张图（点击小图查看大图）：]]></description>
			<content:encoded><![CDATA[<p>用惯了windows的我们，可能开始想试试linux了，直接安装linux系统可能大家都不是很敢去做，因为谁也不知道会发生什么。然而，电脑软件里有一类软件就虚拟主机软件，意思就是说这类软件可以模拟你的计算机硬件条件，然后再搭建一个虚拟的计算机，简单地说就是机中机，利用虚拟的计算机，我们可以做一些我们平时不敢做的东西，例如测试病毒，例如安装几百个系统。非常好，今天我们先看看虚拟机搭建出来的红旗linux6桌面版，稍后再详细说明有关软件及搭建过程。请看下面10张图（点击小图查看大图）：</p>
<p><a href="http://www.panoramio.com/photo/8930812" onfocus="this.blur()"><img src="http://static1.bareka.com/photos/thumbnail/8930812.jpg" jquery1206776618000="17" class="photo" id="photo_8930812" style="width: 100px; height: 75px" /></a></p>
<p>安装完成后这是启动界面，启动时间有点长，如果是512的内存，可能需要一分钟。</p>
<p><a href="http://www.panoramio.com/photo/8930810" onfocus="this.blur()"><img src="http://static3.bareka.com/photos/thumbnail/8930810.jpg" jquery1206776618000="18" class="photo" id="photo_8930810" style="width: 100px; height: 75px" /></a></p>
<p>前面的安装过程会提示软件登录密码，而不需要输入用户名，登录的时候用户名是root。</p>
<p><a href="http://www.panoramio.com/photo/8930809" onfocus="this.blur()"><img src="http://static2.bareka.com/photos/thumbnail/8930809.jpg" jquery1206776618000="19" class="photo" id="photo_8930809" style="width: 100px; height: 75px" /></a></p>
<p>成功登录后还有一个准备阶段，这花了大约十秒。</p>
<p><a href="http://www.panoramio.com/photo/8930808" onfocus="this.blur()"><img src="http://static1.bareka.com/photos/thumbnail/8930808.jpg" jquery1206776618000="20" class="photo" id="photo_8930808" style="width: 100px; height: 75px" /></a></p>
<p>桌面相当干净和谐，跟windows没什么不同的好像，不过我们可以看到默认的浏览器是firefox，这个版本的linux是纯中文版，因为是中国人自己的修改过很多次的linux。感觉上上网速度比windows得快。</p>
<p><a href="http://www.panoramio.com/photo/8930807" onfocus="this.blur()"><img src="http://static4.bareka.com/photos/thumbnail/8930807.jpg" jquery1206776618000="21" class="photo" id="photo_8930807" style="width: 100px; height: 59px" /></a></p>
<p>空白的系统是不好用的，官方还提供了软件包的下载，这个软件包括办公的，通信的，娱乐的……上图是安装软件界面。</p>
<p><a href="http://www.panoramio.com/photo/8930805" onfocus="this.blur()"><img src="http://static2.bareka.com/photos/thumbnail/8930805.jpg" jquery1206776618000="22" class="photo" id="photo_8930805" style="width: 100px; height: 75px" /></a></p>
<p>这个版本的linux也有类似的任务管理器，里面的进程可不少，不怎么运行东西就有100多个。</p>
<p><a href="http://www.panoramio.com/photo/8930803" onfocus="this.blur()"><img src="http://static4.bareka.com/photos/thumbnail/8930803.jpg" jquery1206776618000="23" class="photo" id="photo_8930803" style="width: 100px; height: 75px" /></a></p>
<p>在linux里的字体跟windows的很不一样，但显示效果并不差，如图是linux下的尖笔头。</p>
<p><a href="http://www.panoramio.com/photo/8930801" onfocus="this.blur()"><img src="http://static2.bareka.com/photos/thumbnail/8930801.jpg" jquery1206776618000="24" class="photo" id="photo_8930801" style="width: 100px; height: 75px" /></a></p>
<p>图中的是linux版的QQ，不过我运行得并不是很稳定。我更喜欢的是这个版的linux有强大的中文输入法，比ubuntu的强大得多。</p>
<p><a href="http://www.panoramio.com/photo/8930798" onfocus="this.blur()"><img src="http://static3.bareka.com/photos/thumbnail/8930798.jpg" jquery1206776618000="25" class="photo" id="photo_8930798" style="width: 100px; height: 75px" /></a></p>
<p><a href="http://www.panoramio.com/photo/8930797" onfocus="this.blur()"><img src="http://static2.bareka.com/photos/thumbnail/8930797.jpg" jquery1206776618000="26" class="photo" id="photo_8930797" style="width: 100px; height: 75px" /></a></p>
<p>关闭速度比启动速度快多了，整个系统运行下来是比较稳定的，而且也不用担心病毒什么，很有安全感，而且很新鲜。</p>
<p>总的来说，这个版的linux以模仿windows为目标，这样的话像我这样的新手用起来比较顺手，不过核心始终是不一样的，深入用一下就会觉得很多地方力不从心。中国人的linux，确实是很适合中国人用，特别是在支持中文这一方面。</p>
<p>下一集，我们将看看ubuntu版的linux又会是怎样。回见。</p>
<h3  class="related_post_title">相关东东</h3><ul class="related_post"><li><a href="http://www.jianbitou.com/post/vista-gv13-2.html" title="组图：深度精简版vista GV1.3安装及相关">组图：深度精简版vista GV1.3安装及相关</a></li><li><a href="http://www.jianbitou.com/post/vista-gv13.html" title="深度精简版vista GV1.3隆重发布">深度精简版vista GV1.3隆重发布</a></li><li><a href="http://www.jianbitou.com/post/windows-7-activation.html" title="windows 7 激活小程序，纯正版激活">windows 7 激活小程序，纯正版激活</a></li><li><a href="http://www.jianbitou.com/post/windows-7.html" title="Windows 7 一周体验">Windows 7 一周体验</a></li><li><a href="http://www.jianbitou.com/post/beautiful-vista-wallpaper.html" title="windows壁纸打包下载">windows壁纸打包下载</a></li><li><a href="http://www.jianbitou.com/post/get-vistas-best-features-in-xp.html" title="来，将vista的好东西搬到XP">来，将vista的好东西搬到XP</a></li><li><a href="http://www.jianbitou.com/post/ydmqcxtljwj.html" title="用代码清除系统垃圾文件">用代码清除系统垃圾文件</a></li><li><a href="http://www.jianbitou.com/post/my-university.html" title="启动“我的大学”征文活动">启动“我的大学”征文活动</a></li><li><a href="http://www.jianbitou.com/post/blackberry-8900.html" title="从8900看黑莓">从8900看黑莓</a></li><li><a href="http://www.jianbitou.com/post/45-high-quality-and-inspiring-3d-desktop-wallpapers.html" title="45张高质量精美3D壁纸下载">45张高质量精美3D壁纸下载</a></li></ul><hr />
<p>© Sonny for <a href="http://www.jianbitou.com">尖笔头</a>, 2008. |
<a href="http://www.jianbitou.com/post/redflaglinuxdesktop6.html">原文</a> |
<a href="http://www.jianbitou.com/post/redflaglinuxdesktop6.html#comments">添加评论</a> |
添加至
<a href="http://del.icio.us/post?url=http://www.jianbitou.com/post/redflaglinuxdesktop6.html&title=初体验之Red Flag Linux Desktop 6">del.icio.us</a>
<br/>
Post tags: <a href="http://www.jianbitou.com/post/tag/windows" rel="tag">windows</a>, <a href="http://www.jianbitou.com/post/tag/%e5%88%86%e4%ba%ab" rel="tag">分享</a>, <a href="http://www.jianbitou.com/post/tag/%e7%b3%bb%e7%bb%9f" rel="tag">系统</a><br/><a href="http://www.askform.cn/24963-66771.aspx" target="_blank"><span style="color: rgb(178, 34, 34);">做一下尖笔头读者调查问卷咯</span></a>|<a href="https://www.twitter.com/sonny87">Twitter</a>|<a href="http://t.sina.com.cn/1651551285">新浪微博</a>|<a href="http://www.jianbitou.com/post/my-university.html">“我的大学”征文活动</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.jianbitou.com/post/redflaglinuxdesktop6.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
