mirror of
https://github.com/LCTT/TranslateProject.git
synced 2025-04-14 03:30:29 +08:00
[Translated]Daily Ubuntu Tips--Make Ubuntu 14.04 Trusty Tahr Perform Better
This commit is contained in:
parent
ac4b32a03e
commit
87e4c7159c
@ -1,52 +0,0 @@
|
||||
Translating--------------geekpi
|
||||
|
||||
|
||||
Daily Ubuntu Tips – Make Ubuntu 14.04 Trusty Tahr Perform Better
|
||||
================================================================================
|
||||
|
||||
|
||||
Ubuntu 14.04 Trusty Tahr was released yesterday and if you are one of those who installed it, here are some things you might want to do to improve your experience with it.
|
||||
|
||||
For those upgrading, this may have already be done so no need to do it again, except if you didn’t do it in Ubuntu 13.10.
|
||||
|
||||
Ubuntu right out-of-the-box isn’t complete. There are some packages and tools which improve user experience that are purposely left out by Canonical for legal reasons.
|
||||
|
||||
These packages, if not installed, will make watching movies, playing flash videos and listening to MP3 files difficult. For legal and other reasons, Ubuntu parent company left them out.
|
||||
|
||||
If you wish to do all the above things, you must continue below to learn how to resolve these problems.
|
||||
|
||||
For those who already have Ubuntu 13.10 and wish to upgrade, [read this post][1], or click the link below.
|
||||
|
||||
When you’ve upgraded or installed Ubuntu 14.04, open your command terminal, then run the commands below to install the missing packages which make playing media files easier in Ubuntu.
|
||||
|
||||
sudo apt-get install ubuntu-restricted-extras
|
||||
|
||||
When prompted for your password, enter it to continue. After installing, go and test out your system. This package helps install Adobe Flash Player, MP3 codes so you can listen to MP3 music, movie plugins to watch legal DVD movies and other useful programs.
|
||||
|
||||
So, whenever you install Ubuntu, try installing this package first. This will improve your experience a bit when using Ubuntu.
|
||||
|
||||
There may also be cases where you might want to watch DVD movies that are encrypted. In these cases, you might want to run the commands below.
|
||||
|
||||
sudo apt-get install libavformat-extra-54 libavcodec-extra-54 libdvdread4
|
||||
|
||||
Then run the commands below and you’re done.
|
||||
|
||||
sudo /usr/share/doc/libdvdread4/install-css.sh
|
||||
|
||||
Finally, install VLC media player which is a great program to watch DVD movies in Windows or Linux systems.
|
||||
|
||||
sudo apt-get install vlc
|
||||
|
||||
Hope this helps.
|
||||
|
||||
Enjoy!
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: http://www.liberiangeek.net/2014/04/daily-ubuntu-tips-make-ubuntu-14-04-trusty-tahr-perform-better/
|
||||
|
||||
译者:[译者ID](https://github.com/译者ID) 校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出
|
||||
|
||||
[1]:http://www.liberiangeek.net/2014/01/daily-ubuntu-tips-upgrade-to-ubuntu-14-04-trusty-tahr-from-13-10/
|
@ -0,0 +1,49 @@
|
||||
Ubuntu 每日贴士- 让Ubuntu 14.04 Trusty Tahr 变得更好
|
||||
================================================================================
|
||||
|
||||
|
||||
Ubuntu 14.04 Trusty Tahr 已于昨日发布,如果你是其中之一的安装者,你需要做一些事来提升你的使用体验。
|
||||
|
||||
对于那些更新,这可能已经做了你不必再去做它,除非你没有在Ubuntu 13.10 里做这些。
|
||||
|
||||
Ubuntu 并不是完全开箱即用的。有一些可以提升体验的包和工具由于合法问题被Canonical排除在外。
|
||||
|
||||
这些包如果没有安装,会使观看电影,播放flash视频和收听MP3文件变得困难。由于法律或者其他原因,Ubuntu的父公司将它们排除在外。
|
||||
|
||||
如果你希望做上面这些事情,你必须继续下去来学习如何解决这些问题。
|
||||
|
||||
对于已经安装Ubuntu 13.10 并且希望升级的人,[阅读这边文章][1],或者点击下面的链接。
|
||||
|
||||
当你已经升级或者安装了Ubuntu 14.04,打开你的命令行,接着运行下面的命令来安装缺失的可以在Ubuntu上更简易地播放媒体文件的包。
|
||||
|
||||
sudo apt-get install ubuntu-restricted-extras
|
||||
|
||||
当提示输入密码后,按回车继续。在安装完后,继而测试你的系统。这个包帮助安装Adobe Flash Player,MP3编码器,这样你就可以收听MP3音乐,电影插件来观看合法的DVD电影,和其他有用的事。
|
||||
|
||||
因此,无论你何时安装Ubuntu,首先试着安装这个包。这会在你使用Ubuntu时,提升你的一点体验。
|
||||
|
||||
这还有一种情况是你想要观看加密的DVD电影。在这种情形下,你需要运行下面的命令。
|
||||
|
||||
sudo apt-get install libavformat-extra-54 libavcodec-extra-54 libdvdread4
|
||||
|
||||
接着运行下面的命令,你就完成了。
|
||||
|
||||
sudo /usr/share/doc/libdvdread4/install-css.sh
|
||||
|
||||
最后,安装VLC媒体播放器,这是一个在Windows和Linux系统上一个很棒的观看DVD电影的程序。
|
||||
|
||||
sudo apt-get install vlc
|
||||
|
||||
希望这对你有帮助。
|
||||
|
||||
享受吧!
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: http://www.liberiangeek.net/2014/04/daily-ubuntu-tips-make-ubuntu-14-04-trusty-tahr-perform-better/
|
||||
|
||||
译者:[geekpi](https://github.com/geekpi) 校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出
|
||||
|
||||
[1]:http://www.liberiangeek.net/2014/01/daily-ubuntu-tips-upgrade-to-ubuntu-14-04-trusty-tahr-from-13-10/
|
Loading…
Reference in New Issue
Block a user