<?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>Karmic Koala | 酷 壳 - CoolShell</title>
	<atom:link href="https://coolshell.cn/tag/karmic-koala/feed" rel="self" type="application/rss+xml" />
	<link>https://coolshell.cn</link>
	<description>享受编程和技术所带来的快乐 - Coding Your Ambition</description>
	<lastBuildDate>Sat, 31 Oct 2009 02:33:45 +0000</lastBuildDate>
	<language>zh-CN</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.2</generator>
	<item>
		<title>装完Ubuntu 9.10后要干的事</title>
		<link>https://coolshell.cn/articles/1644.html</link>
					<comments>https://coolshell.cn/articles/1644.html#comments</comments>
		
		<dc:creator><![CDATA[陈皓]]></dc:creator>
		<pubDate>Fri, 30 Oct 2009 11:10:47 +0000</pubDate>
				<category><![CDATA[Unix/Linux]]></category>
		<category><![CDATA[操作系统]]></category>
		<category><![CDATA[杂项资源]]></category>
		<category><![CDATA[Karmic Koala]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<guid isPermaLink="false">http://coolshell.cn/?p=1644</guid>

					<description><![CDATA[<p>Ubuntu 9.10刚刚release，就有人在网上发表了贴子告诉大家在装完这个操作系统后，还需要去安装的一些开源免费软件，相当丰富。不过，这个贴子的链接被G...</p>
<p class="read-more"><a class="btn btn-default" href="https://coolshell.cn/articles/1644.html"> Read More<span class="screen-reader-text">  Read More</span></a></p>
The post <a href="https://coolshell.cn/articles/1644.html">装完Ubuntu 9.10后要干的事</a> first appeared on <a href="https://coolshell.cn">酷 壳 - CoolShell</a>.]]></description>
										<content:encoded><![CDATA[<p><script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3415450859608158"
     crossorigin="anonymous"></script><img decoding="async" loading="lazy" class="alignright" title="Ubuntu 9.10" src="http://lunduke.com/wp-content/uploads/2009/05/ubuntu-logo1-300x274.jpg" alt="" width="160" height="147" />Ubuntu 9.10刚刚release，就有人在网上发表了贴子告诉大家在装完这个操作系统后，还需要去安装的一些开源免费软件，相当丰富。不过，这个贴子的链接被GFW干掉了，所以，你需要使用Tor的支持，或是使用Google Reader才能查看<a href="http://blog.thesilentnumber.me/2009/09/top-things-to-do-after-installing.html" target="_blank">源文</a>（<a href="http://feeds.feedburner.com/TheSilentNumber" target="_blank">RSS链接</a>）。而这个贴子非常长，所以我无法作全文翻译，不过这个贴子的内容具有很强的指导意义，所以我在这里为大家总结一下该文所提到的那些诸多的东西。（关于那些如何翻墙的事情怎么做我就不多说了，网上有很多相关的文章，你自己搜索一下就可以找到）</p>
<h4>基本工作</h4>
<p>1）第一件事自然是下载那些Ubuntu的镜像站点表，以及更新操作系统的一些补丁。“系统”-&gt;“管理”-&gt; “更新管理器”。</p>
<p>2）第二件事是设置文件目录共享。就是在文件夹上点右键，在菜单中选“属性”，然后在对话框中选“共享”，那个对话框整得跟XP几乎一模一样。当然，这需要samba的支持。（sudo apt-get install samba）</p>
<p>3）接下来是设置时间同步。通过NTP（Network Time Protocol）同步你的时间。通过点击“系统”-&gt;“管理”-&gt; “时间/日期”，然后选择“Keep synchronized with Internet servers”（和Internet服务器同步），于是你需要安装NTP协议。（sudo apt-get install ntp）</p>
<p><span id="more-1644"></span></p>
<h4>　</h4>
<h4>受限软件</h4>
<p>1）DVD方面有一些受限的东西，所以，你可能需要安装libdvdcss，但首先你要安装libdvdread4。</p>
<p style="PADDING-LEFT: 30px">sudo apt-get install libdvdread4<br />
sudo /usr/share/doc/libdvdread4/install-css.sh</p>
<p>2）ubuntu-restricted-extras包中，包括了一堆Ubuntu不能合法使用的东西。比如：unrar，也就是解rar文件的程序，微软的Truetype字体，Sun JRE，还有一些受限代码，还有Adobe Flash Player，等等。这并不代表你不能安装，你可以通过“应用程序”-&gt;“Ubuntu软件中心”中安装。（sudo apt-get install ubuntu-restricted-extras）</p>
<p>　</p>
<h4>界面相关</h4>
<p>1）<strong>GNOME Shell</strong>。关于这个无以言表的东西，你是无法拒绝的。（sudo apt-get install gnome-shell）</p>
<p>2）<strong>高级桌面效果</strong>。这就是所谓的3D桌面了，效果相当的炫。通过<em>System -&gt; Preferences -&gt; Appearance</em>来设置。在对话框中，选Extra。然后你就自己玩吧。使用Simple CompizConfig Settings Manager更容易一些。（sudo apt-get install simple-ccsm）</p>
<p>3）<strong>Basic Compositing</strong>。你是一个有图形界面狂燥症的人吗？如果的是话，你一定需要这个功能了（当然，硬件也得跟上）。按Alt+F2，然后运行gconf-editor，浏览Apps -》 metacity -&gt; general，然后，勾选compositing_manager……</p>
<p>4）<strong>Extra样式</strong>。这就啥也不说了，太多的效果了了，多得都没法说。（sudo apt-get install arc-colors community-themes gdm-themes gnome-backgrounds gnome-colors gnome-themes gnome-themes-extras gnome-themes-more metacity-themes shiki-colors zgegblog-themes）</p>
<p>5）<strong>Electric Sheep 屏保</strong>。这个屏保很炫啊。(sudo apt-get install electricsheep)</p>
<p>　</p>
<h4>桌面相关</h4>
<p>1）<strong>Application Launcher</strong>。一个相当漂亮的程序启动器（sudo apt-get install gnome-do）</p>
<p>2）<strong>Universal Applets</strong>。许多的桌面小程序。（sudo apt-get install universal-applets）APT Line: APT line: deb http://download.opensuse.org/repositories/home:/some-guy:/screenlets/xUbuntu_9.04/ ./</p>
<p>3）<strong>剪贴板管理器</strong>。方便你的拷贝粘贴操作。（sudo apt-get install parcellite）</p>
<p>　</p>
<h4>音频/视频编辑器</h4>
<p>1）<strong>视频编辑器PiTiVi</strong>。功能相当强大。（sudo apt-get install pitivi）</p>
<p>2）<strong>视频捕捉Instanbul</strong>。（sudo apt-get install istanbul）</p>
<p>3）<strong>音频录制编辑器Jokosher</strong>。一个强大的非线性多音轨的录音和编辑器。（sudo apt-get install jokosher）</p>
<p>4）<strong>摄像头Cheese</strong>。基于GStreamer的一个摄像头程序（sudo apt-get install cheese）</p>
<p>　</p>
<h4>多媒体Playback</h4>
<p>1）<strong>多媒体中心Moovida</strong>。原名是Elisa。一个很不错的家庭影院程序。（sudo apt-get install moovida）</p>
<p>2）<strong>视频Feed软件Miro</strong>。原名是Democracy Player。（sudo apt-get install miro）</p>
<p>3）<strong>媒体播放器Banshee</strong>。（sudo apt-get install banshee）</p>
<p>　</p>
<h4>网页浏览器</h4>
<p>Firefox 3.5就不多说了。</p>
<p>1）<strong>Google Chrome</strong>。（sudo apt-get install chromium-browser）</p>
<p>2）<strong>Epiphany</strong>。GNOME的集成浏览器。（sudo apt-get install epiphany-browser）</p>
<p>　</p>
<h4>游戏</h4>
<p>1）<strong>PlayDeb</strong>。<a href="http://blog.thesilentnumber.me/2009/07/playdebnet-beta-2-launches.html">PlayDeb</a>是一个游戏库。通过PlayDeb.net安装游戏是相当简单和方便的。你可以把其加到你的源里<a href="http://archive.getdeb.net/install_deb/playdeb_0.3-1~getdeb1_all.deb">playdeb package</a>。（wget -O- http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -）</p>
<p>2）<strong>Yo Frankie!</strong>。这个大名鼎鼎的游戏我就不介绍了。（sudo apt-get install yofrankie）</p>
<p>3）<strong>Nexuiz</strong>。第一人称视角射击类的游戏。（sudo apt-get install nexuiz）</p>
<p>　</p>
<h4>图片和发行物</h4>
<p>1）<strong>图片管理器Solang</strong>。F-Spot做得并不令人满意，你可以试试这个最新的管理器。（sudo apt-get install solang）</p>
<p>2）<strong>向量图Inkscape</strong>。SVG文件格式，很像Illustrator, CorelDraw。（sudo apt-get install inkscape）</p>
<p>3）<strong>3D图片Blender</strong>。相当不错的一个3D图创建器。<a href="http://en.wikipedia.org/wiki/Blender_Foundation#Open_Movie_Project">Open Movie Project</a>的一部分。（sudo apt-get install blender）</p>
<p>4）发<strong>行物编辑器Scribus</strong>。你可以用这个软件来制作一些报纸，小册子，卡片，海报，封面等发行物。（sudo apt-get install scribus）</p>
<p>　</p>
<h4>文件分享</h4>
<p>1）<strong>P2P软件Gnunet</strong>。一个MP3的P2P分享软件（sudo apt-get install gnunet-gtk）</p>
<p>2）<strong>直连DC++。</strong>最好的方式就是直接。DC++是这其中最好的。（sudo apt-get install linuxdcpp）</p>
<p>3）<strong>Usenet &#8211; LottaNZB</strong>。虽然不是名费的，但Usenet下载是奇快无比。LottaNZB是其中一个client。（sudo apt-get install lottanzb）</p>
<p>4）<strong>BT下载Deluge</strong>。功能齐全的BT客户端。（sudo apt-get install deluge）</p>
<p>　</p>
<h4>时间管理</h4>
<p>1）<strong>Alarm Clock</strong>。一个日历提醒程序。（sudo apt-get install alarm-clock）</p>
<p>2）<strong>时间跟踪Hamster</strong>。这个小程序可以统计你操作不同程序的时间。（sudo apt-get install hamster-applet）</p>
<p>　</p>
<h4>沟通软件</h4>
<p>1）<strong>即时聊天Empathy</strong>。</p>
<p>2）<strong>微博写作器Gwibber</strong>。可以用于Twitter, Identi.ca, Jaiku, Facebook, Digg等等。（sudo apt-get install gwibber）</p>
<p>3）<strong>QQ 和 Skype</strong>。这是我加上的，你可以在QQ的网上下载Linux版，很不错。还有Skype。</p>
<p>　</p>
<h4>安全和隐私</h4>
<p>1）<strong>On-The-Fly 加密</strong>。<a href="http://sd4l.sourceforge.net/">http://sd4l.sourceforge.net/</a></p>
<p>2）<strong>VPN访问</strong>。sudo apt-get install network-manager-pptp</p>
<p>3）<strong>Onion Routing</strong>。这个软件中最著名的就是我在文章前提到过的Tor，那个可以绕过GFW的软件。（sudo apt-get install tor tor-geoipdb）</p>
<p>4）<strong>防火墙</strong>。sudo apt-get install gufw</p>
<p>5）<strong>杀毒软件ClamAV</strong>。sudo apt-get install clamtk</p>
<p>　</p>
<h4>系统工具</h4>
<p>1）<strong>LiveUSB Creator</strong>。想用USB启动你的电脑吗？用UNetbootin这个工具吧。（sudo apt-get install unetbootin）</p>
<p>2）<strong>备份工具Back In Time</strong>。sudo apt-get install backintime-gnome</p>
<p>3）<strong>磁盘分区工具</strong>。GNOME Partition Editor可以帮你管理你的USB，IPOD或其它可写存储（sudo apt-get install gparted）</p>
<p>4）<strong>虚拟机VirtualBox</strong>。这个开源的虚拟机，还不错。sudo apt-get install virtualbox-3.0</p>
<p> </p>
<p>好了，基本上就是这些，我要说，没有图片的支持，看来这篇文章不怎么的。呵呵。不过希望你喜欢。也希望你给我们推荐你所喜欢的Ubuntu工具。</p>
<p>（全文完）<!--



<p align="center"><a href= target=_blank><img decoding="async" src=""></a></p>





<p align="center"><img decoding="async" src="https://coolshell.cn/wp-content/uploads/2020/03/coolshell.weixin.jpg"> <img decoding="async" loading="lazy" src="https://coolshell.cn/wp-content/uploads/2020/03/coolshell.mini_.jpg" width="300" height="300"> <br />关注CoolShell微信公众账号和微信小程序</p>

 

--></p>
<div style="margin-top: 15px; font-size: 16px;color: #cc0000;">
<p align="center"><strong>（转载本站文章请注明作者和出处 <a href="https://coolshell.cn/">酷 壳 &#8211; CoolShell</a> ，请勿用于任何商业用途）</strong></p>
</div>

<div class="wp_rp_wrap  wp_rp_vertical_m" id="wp_rp_first"><div class="wp_rp_content"><h3 class="related_post_title">相关文章</h3><ul class="related_post wp_rp"><li ><a href="https://coolshell.cn/articles/4826.html" class="wp_rp_thumbnail"><img src="https://coolshell.cn/wp-content/uploads/2011/06/GNUTotalSplit-150x150.png" alt="GNU/Linux下有多少是GNU的？" width="150" height="150" /></a><a href="https://coolshell.cn/articles/4826.html" class="wp_rp_title">GNU/Linux下有多少是GNU的？</a></li><li ><a href="https://coolshell.cn/articles/2352.html" class="wp_rp_thumbnail"><img src="https://coolshell.cn/wp-content/plugins/wordpress-23-related-posts-plugin/static/thumbs/10.jpg" alt="telnet的一个Bug" width="150" height="150" /></a><a href="https://coolshell.cn/articles/2352.html" class="wp_rp_title">telnet的一个Bug</a></li><li ><a href="https://coolshell.cn/articles/1097.html" class="wp_rp_thumbnail"><img src="https://coolshell.cn/wp-content/plugins/wordpress-23-related-posts-plugin/static/thumbs/24.jpg" alt="Ksplice Uptrack — Ubuntu更新不用重启" width="150" height="150" /></a><a href="https://coolshell.cn/articles/1097.html" class="wp_rp_title">Ksplice Uptrack — Ubuntu更新不用重启</a></li><li ><a href="https://coolshell.cn/articles/501.html" class="wp_rp_thumbnail"><img src="https://coolshell.cn/wp-content/plugins/wordpress-23-related-posts-plugin/static/thumbs/30.jpg" alt="Ubuntu的并行启动" width="150" height="150" /></a><a href="https://coolshell.cn/articles/501.html" class="wp_rp_title">Ubuntu的并行启动</a></li><li ><a href="https://coolshell.cn/articles/21140.html" class="wp_rp_thumbnail"><img src="https://coolshell.cn/wp-content/uploads/2020/12/err-check-150x150.jpg" alt="Go 编程模式：错误处理" width="150" height="150" /></a><a href="https://coolshell.cn/articles/21140.html" class="wp_rp_title">Go 编程模式：错误处理</a></li><li ><a href="https://coolshell.cn/articles/12225.html" class="wp_rp_thumbnail"><img src="https://coolshell.cn/wp-content/uploads/2014/12/1053-DHH-150x150.jpg" alt="DHH 谈混合移动应用开发" width="150" height="150" /></a><a href="https://coolshell.cn/articles/12225.html" class="wp_rp_title">DHH 谈混合移动应用开发</a></li></ul></div></div>The post <a href="https://coolshell.cn/articles/1644.html">装完Ubuntu 9.10后要干的事</a> first appeared on <a href="https://coolshell.cn">酷 壳 - CoolShell</a>.]]></content:encoded>
					
					<wfw:commentRss>https://coolshell.cn/articles/1644.html/feed</wfw:commentRss>
			<slash:comments>12</slash:comments>
		
		
			</item>
	</channel>
</rss>
