<?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; amule</title>
	<atom:link href="http://www.fallensnow.net/index.php/archives/tag/amule/feed" rel="self" type="application/rss+xml" />
	<link>http://www.fallensnow.net</link>
	<description>收藏分享精品软件与技术-关注互联网、操作系统与搜索引擎</description>
	<lastBuildDate>Sat, 20 Nov 2010 16:33:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>我的ubuntu软件列表</title>
		<link>http://www.fallensnow.net/index.php/archives/58</link>
		<comments>http://www.fallensnow.net/index.php/archives/58#comments</comments>
		<pubDate>Sun, 15 Feb 2009 03:54:04 +0000</pubDate>
		<dc:creator>落雪</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[amule]]></category>
		<category><![CDATA[emule]]></category>
		<category><![CDATA[Mplayer]]></category>
		<category><![CDATA[openQ]]></category>
		<category><![CDATA[picasa]]></category>
		<category><![CDATA[QQ]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[Wine]]></category>

		<guid isPermaLink="false">http://www.fallensnow.com.cn/?p=58</guid>
		<description><![CDATA[<p>我的ubuntu软件列表</p><p>&#160;</p><p>安装好ubuntu以后，需要再安装一些常用软件，由于我的电脑主要用来做网页、处理图 片、上网、看电影、听音乐，多数软件系统都自带。额外我再装 了MPlayer、Skype、Opera 9.0、Bluefish、gFTP、d4x、Picasa、Wine这些主流工具。我装软件的标准是基于GTK的、最小化的，只装必需的，不做软件测试 员。除了播放软件要安装解码器麻烦一点外，其他东西都可以使用apt得到，那么就说说我的软件安装流程。</p><p><strong>1、配置MPlayer来看电影</strong></p><p>电影播放器从这里的 文章来看Mplayer和VLC都不错，系统自带的Totem由于不能换皮肤，就没有考虑了。MPlayer和VLC不同之处是，Mplayer可以播放 real格式的视频，这样我就选择了它。用过之后才发现播放AVI时字幕是自动加载的，而且切换到全频模式几乎是实时的，爽呆了。</p><p>使用apt默认安装好的MPlayer已经可以播放带字幕的avi电影，但是还无法播放rmvb这种格式，那么就要再安装著名的视频解码器w32codecs：</p><div class="hl-surround"><div class="hl-main"><span style="color: Gray;">sudo apt-get install w32codecs</span></div></div><p>如果无法在线播放，建议安装Firefox的MediaPlayerConnectivity扩展来解决这个问题。</p><p>MPlayer的中文字幕设置方法：<br />1\在Preferences-Font 里面点击&#8221;Browse&#8221;选择一个中文字体，Encodeing选择Unicode。<br />2\在Preferences-Subtitle&#38;OSD 里面的Encoding选择：<br />Simplified Chinese Charset(cp936)<br />3\在Preferences-Font &#8220;Text scale&#8221;这里调整字幕大小(我调整为3.8)。</p><p>如果播放时提示错误，设置一下：<br />Preferences-Video 选择 &#8220;xv X11/Xv&#8221;<br />Preferences-Codecs&#38;demuxer 选择 &#8220;FFmpeg/libavcodec audio decoders&#8221;</p><p>ps1:经测试安装w32codecs后的Mplayer可以正常播放avi mov mpg rmvb rm asf wmv格式视频，真不愧号称Linux上的暴风影音啊，我认为是有过之而无不及。</p><p>ps2:如果想要使用系统自带的Totem来做播放器，需要再安装totem-xine和libxine-extracodecs。</p><div class="hl-surround"><div class="hl-main"><span style="color: Gray;">sudo apt-get install totem-xine libxine-extracodecs</span></div></div><p><strong>2、配置Rhythmbox来放MP3</strong></p><p>MPlayer默认安装好后也可以播放mp3格式音乐，但我还是喜欢使用Rhythmbox来做的音乐播放器，那么就需要额外安装gstreamer的mp3解码器才能播放mp3音乐。</p><div class="hl-surround"><div class="hl-main"><span style="color: Gray;">sudo apt-get install gstreamer0.10-fluendo-mp3</span></div></div><p><strong>3、安装Picasa来管理图片</strong></p><p>直接到这里下载Free Download (.deb) - for Debian/Ubuntu x86安装即可。</p>]]></description>
			<content:encoded><![CDATA[<p>&#160;&#160;&#160; 装好ubuntu以后，需要再安装一些常用软件，由于我的电脑主要用来做网页、处理图片、上网、看电影、听音乐，多数软件系统都自带。额外我再装 了MPlayer、Skype、Opera 9.0、Bluefish、gFTP、d4x、Picasa、Wine这些主流工具。我装软件的标准是基于GTK的、最小化的，只装必需的，不做软件测试 员。除了播放软件要安装解码器麻烦一点外，其他东西都可以使用apt得到，那么就说说我的软件安装流程。</p>
<p><strong>1、配置MPlayer来看电影</strong></p>
<p>电影播放器从这里的 文章来看Mplayer和VLC都不错，系统自带的Totem由于不能换皮肤，就没有考虑了。MPlayer和VLC不同之处是，Mplayer可以播放 real格式的视频，这样我就选择了它。用过之后才发现播放AVI时字幕是自动加载的，而且切换到全频模式几乎是实时的，爽呆了。</p>
<p>使用apt默认安装好的MPlayer已经可以播放带字幕的avi电影，但是还无法播放rmvb这种格式，那么就要再安装著名的视频解码器w32codecs：</p>
<div class="hl-surround"></div>
<p> <span id="more-58"></span>
<div class="hl-surround">
<div class="hl-main"><span style="color: gray">sudo apt-get install w32codecs</span></div>
</p></div>
<p>如果无法在线播放，建议安装Firefox的MediaPlayerConnectivity扩展来解决这个问题。</p>
<p>MPlayer的中文字幕设置方法：   <br />1\在Preferences-Font 里面点击”Browse”选择一个中文字体，Encodeing选择Unicode。    <br />2\在Preferences-Subtitle&amp;OSD 里面的Encoding选择：    <br />Simplified Chinese Charset(cp936)    <br />3\在Preferences-Font “Text scale”这里调整字幕大小(我调整为3.8)。</p>
<p>如果播放时提示错误，设置一下：   <br />Preferences-Video 选择 “xv X11/Xv”    <br />Preferences-Codecs&amp;demuxer 选择 “FFmpeg/libavcodec audio decoders”</p>
<p>ps1:经测试安装w32codecs后的Mplayer可以正常播放avi mov mpg rmvb rm asf wmv格式视频，真不愧号称Linux上的暴风影音啊，我认为是有过之而无不及。</p>
<p>ps2:如果想要使用系统自带的Totem来做播放器，需要再安装totem-xine和libxine-extracodecs。</p>
<div class="hl-surround">
<div class="hl-main"><span style="color: gray">sudo apt-get install totem-xine libxine-extracodecs</span></div>
</p></div>
<p><strong>2、配置Rhythmbox来放MP3</strong></p>
<p>MPlayer默认安装好后也可以播放mp3格式音乐，但我还是喜欢使用Rhythmbox来做的音乐播放器，那么就需要额外安装gstreamer的mp3解码器才能播放mp3音乐。</p>
<div class="hl-surround">
<div class="hl-main"><span style="color: gray">sudo apt-get install gstreamer0.10-fluendo-mp3</span></div>
</p></div>
<p><strong>3、安装Picasa来管理图片</strong></p>
<p>直接到这里下载Free Download (.deb) &#8211; for Debian/Ubuntu x86安装即可。</p>
<p><strong>4、安装Skype</strong></p>
<p>不知道我的源里为什么没有skype，还好找到了，下载skype 1.2.0.18 Debian package (7.7 MB) 回来双击即可安装。默认是英文界面，在Tools-Select Language这里选择Chinede Simplified可变为中文。</p>
<p><strong>5、安装OpenQ for Gaim</strong></p>
<p>虽然有独立的LumaQQ和eva，一个是界面难看一个是基于Qt库的东西，我还是钟情于Gaim+OpenQ的方式。首先在下载gaim-openq-0.3.2-1.2.0.rh9.i386.rpm使用alien转成deb包，据说因为腾讯修改了登录协议，结果无法登录。继续查找资料中，终于在这里发现了“解决OpenQ 0.3.2 for Gaim 1.5.0无法登陆的问题”，好心的xgwu兄还编译成.deb包，重新安装后果然登录成功。</p>
<p>Ubuntu 6.10(EdgyEft) 源里的Gaim已经自带QQ协议，无需安装即可使用。</p>
<p><strong>6、安装aMule</strong></p>
<div class="hl-surround">
<div class="hl-main">sudo apt-get install amule amule-utils</div>
</p></div>
<p>然后在Firefox里面关联ed2k链接</p>
<p>在地址栏输入about:config</p>
<p>新建“布尔”   <br />名称为：network.protocol-handler.external.ed2k    <br />值为：true</p>
<p>新建“字符串”   <br />名称为：network.protocol-handler.app.ed2k    <br />值为：/usr/bin/ed2k</p>
<p>ED2K服务器列表   <br />http://www.emule.org.cn/server.met（VeryCD eMule）    <br />http://my.opera.com/youknowwho/homes/misc/server.met    <br />http://corpo.free.fr/server.met</p>
<p>KAD nodes.dat   <br />http://www.emule-inside.net/nodes.dat    <br />http://renololo1.free.fr/e/nodes.dat</p>
<p><strong>7、安装编译工具</strong></p>
<p>如果你有编译源码的需要建议安装上gcc,g++,make等。</p>
<div class="hl-surround">
<div class="hl-main"><span style="color: gray">sudo apt-get install build-essential</span></div>
</p></div>
<p><strong>8、安装IEs 4 Linux</strong></p>
<p>直接./ies4linux，然后回答几个简单的问题就搞定。</p>
<p>到现在为止，我的ubuntu应该很顺手了。</p>
<p><strong>我的ubuntu软件列表：</strong></p>
<p>电影播放 － MPlayer＋w32codecs   <br />音乐播放 － Rhythmbox（系统自带）＋gstreamer    <br />IM聊天 － Gaim（系统自带）＋OpenQ    <br />语音通讯 － Skype    <br />浏览器 － Firefox 2/Opera 9.0/IE6.0(wine)    <br />图形编辑 － GIMP（系统自带）    <br />图片管理 － Picasa    <br />网页编辑 － Bluefish    <br />FTP工具 － gFTP    <br />下载工具 － d4x    <br />P2P工具 － BitTorrent/aMule    <br />办公软件 － OpenOffice（系统自带）    <br />刻录软件 － GnomeBaker    <br />WIN模拟 － Wine    <br />输入法 － SCIM（系统自带）    <br />解压工具 － unrar</p>
<h2  class="related_post_title">落雪猜您还对以下文章感兴趣：</h2><ul class="related_post"><li>2009/09/29 -- <a href="http://www.fallensnow.net/index.php/archives/964" title="优秀的专业全能影音播放软件Kmplayer V2.9.4.1435 Final多国语言版">优秀的专业全能影音播放软件Kmplayer V2.9.4.1435 Final多国语言版</a></li><li>2010/09/24 -- <a href="http://www.fallensnow.net/index.php/archives/1626" title="浅谈腾讯视觉的关系设计">浅谈腾讯视觉的关系设计</a></li><li>2009/08/09 -- <a href="http://www.fallensnow.net/index.php/archives/695" title="从 百度贴吧沦陷 所有高校贴吧均采用实名制 说开去">从 百度贴吧沦陷 所有高校贴吧均采用实名制 说开去</a></li><li>2009/08/08 -- <a href="http://www.fallensnow.net/index.php/archives/664" title="最新！ubuntu下优秀的优化软件 Tweak 0.4.8 推出 （含下载）">最新！ubuntu下优秀的优化软件 Tweak 0.4.8 推出 （含下载）</a></li><li>2009/08/06 -- <a href="http://www.fallensnow.net/index.php/archives/620" title="QQ2009 全版本去广告补丁">QQ2009 全版本去广告补丁</a></li><li>2009/07/02 -- <a href="http://www.fallensnow.net/index.php/archives/561" title="FireFox 3.5 正式版 全新体验 超越IE8.0 感觉就一个字&ldquo;快&rdquo;">FireFox 3.5 正式版 全新体验 超越IE8.0 感觉就一个字&ldquo;快&rdquo;</a></li></ul>
	标签：<a href="http://www.fallensnow.net/index.php/archives/tag/ubuntu" title="ubuntu" rel="tag nofollow">ubuntu</a>, <a href="http://www.fallensnow.net/index.php/archives/category/linux" title="Linux" rel="tag nofollow">Linux</a>, <a href="http://www.fallensnow.net/index.php/archives/tag/openq" title="openQ" rel="tag nofollow">openQ</a>, <a href="http://www.fallensnow.net/index.php/archives/tag/wine" title="Wine" rel="tag nofollow">Wine</a>, <a href="http://www.fallensnow.net/index.php/archives/tag/amule" title="amule" rel="tag nofollow">amule</a>, <a href="http://www.fallensnow.net/index.php/archives/tag/qq" title="QQ" rel="tag nofollow">QQ</a>, <a href="http://www.fallensnow.net/index.php/archives/tag/picasa" title="picasa" rel="tag nofollow">picasa</a>, <a href="http://www.fallensnow.net/index.php/archives/tag/mplayer" title="Mplayer" rel="tag nofollow">Mplayer</a>, <a href="http://www.fallensnow.net/index.php/archives/tag/emule" title="emule" rel="tag nofollow">emule</a><br />
]]></content:encoded>
			<wfw:commentRss>http://www.fallensnow.net/index.php/archives/58/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

