Merge pull request #5 from LCTT/master

Update20150305
This commit is contained in:
martin qi
2015-03-05 20:09:03 +08:00
6 changed files with 72 additions and 70 deletions

View File

@@ -1,10 +1,10 @@
Flow 'N Play视频播放器有着独具风格的界面[在Ubuntu上安装]
在Ubuntu上安装Flow 'N Play—界面独具风格的视频播放器
================================================================================
**Flow N Play**是个用Qt编写的新视频播放器。它有着漂亮又简洁的界面只提供基本播放功能。
![](http://www.tuxarena.com/wp-content/uploads/2014/11/flow_n_play.jpg)
[Flow N Play][1]是个比较新的视频播放器,它有着漂亮的界面和简单的操作(今年三月份第一次发行)。其中一个功能就是能通过拖动鼠标滑动视频列表。播放器带有基本功能,一个搜索功能,支持彩色主题。
[Flow N Play][1]是个比较新的视频播放器,它有着漂亮的界面和简单的操作(2014年3月份第一次发行)。其中一个功能就是能通过拖动鼠标滑动视频列表。播放器带有基本功能,一个搜索功能,支持彩色主题。
打开一个新的视频——你还可以在同一个对话框下自定义一个封面:

View File

@@ -1,3 +1,4 @@
Translating By H-mudcup
CD Audio Grabbers - Graphical Based
================================================================================
CD audio grabbers are designed to extract ("rip") the raw digital audio (in a format commonly called CDDA) from a compact disc to a file or other output. This type of software enables a user to encode the digital audio into a variety of formats, and download and upload disc info from freedb, an internet compact disc database.
@@ -125,4 +126,4 @@ via: http://www.linuxlinks.com/article/20150125043738417/AudioGrabbersGraphical.
[1]:http://www.freac.org/
[2]:http://kde.maniatek.com/audex/
[3]:http://burtonini.com/blog/computers/sound-juicer
[4]:http://sourceforge.net/projects/ripperx/
[4]:http://sourceforge.net/projects/ripperx/

View File

@@ -1,63 +0,0 @@
How To Fix “Not Enough Free Disk Space On /boot” In Ubuntu
================================================================================
### Question: How To Fix “Not Enough Free Disk Space On /boot” In Ubuntu? ###
Today, I got the following error, but a simple one, when try to update my Lubuntu 14.04 desktop.
> “Not Enough Free Disk Space On /boot”
![](https://www.unixmen.com/wp-content/uploads/2015/02/Software-Updater_002.png)
This is because my /boot partition has caught up with unwanted old kernels, packages etc.
### Answer: ###
I heard about **Computer Janitor** feature which will remove unwanted old junk files in Ubuntu Tweak tool. Using the Computer Janitor, you can clean up your system like a freshly installed system. Janitor will remove;
- Apps cache(Firefox/Chrome cache, Software center cache);
- Thumbnail cache;
- Apt cache;
- Old kernels;
- Package configs;
- And unneeded packages.
If you havent install this tool, look at the following link.
- **[How To Install And Use Ubuntu Tweak On Ubuntu][1]**
To remove unwanted junk files, open Ubuntu Tweak, and click on the **Janitor** option.
![](https://www.unixmen.com/wp-content/uploads/2015/02/Ubuntu-Tweak_006.png)
Select the check the boxes to remove unwanted junk from your system, and click **Clean** button.
![](https://www.unixmen.com/wp-content/uploads/2015/02/Ubuntu-Tweak_007.png)
Janitor will now start to clean up your system
![](https://www.unixmen.com/wp-content/uploads/2015/02/Ubuntu-Tweak_003.png)
Cool! The system is clean now.
![](https://www.unixmen.com/wp-content/uploads/2015/02/Ubuntu-Tweak_008.png)
Again I re-launched the software updater. This time it went smoothly without any issues.
![](https://www.unixmen.com/wp-content/uploads/2015/02/Software-Updater_009.png)
Thats all. Enjoy. There are others ways also available to clean up the system. But, this seems very easy to follow. We can do system clean up in few mouse clicks.
Cheers!
--------------------------------------------------------------------------------
via: https://www.unixmen.com/how-to-fix-not-enough-free-disk-space-on-boot-in-ubuntu/
作者:[SK][a]
译者:[译者ID](https://github.com/译者ID)
校对:[校对者ID](https://github.com/校对者ID)
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出
[a]:https://www.unixmen.com/author/sk/
[1]:http://www.unixmen.com/after-a-fresh-install-of-ubuntu-1010-maverick-meerkat-configuration-made-easy-with-ubuntu-tweak/

View File

@@ -6,7 +6,7 @@ Linux有问必答如何在Debian或Ubuntu上安装完整的内核源码
只有在你需要生成一个定制的内核,而且内核源码中的一些内核默认设置要被你调整了的情况下,你才需要完整的内核源码树。
这里将会解答如何**在Debian或Ubuntu的库中下载并安装完整树结构的内核源码**。虽然你可以在这个网站[https://www.kernel.org/pub/linux/kernel/][2]下载官方的内核源码,但是发行版软件仓库可以允许你下载包含补丁的内核源码。
这里将会解答如何**在Debian或Ubuntu的库中下载并安装完整树结构的内核源码**。你可以在[https://www.kernel.org/pub/linux/kernel/][2]下载官方的内核源码,不过使用发行版软件仓库可以允许你下载包含补丁的内核源码。
### 在Debian上安装完整的内核源码 ###
@@ -20,7 +20,7 @@ Linux有问必答如何在Debian或Ubuntu上安装完整的内核源码
伴随着完整内核源码linux_X.X.XX.orig.tar.xz的还有一些可用的内核补丁linux_X.X.X+XXX.debian.tar.xz和源码控制文件linux_XXXX.dsc这些都将被下载并存储到当前目录。在.dsc文件中会指出如何给内核源码打补丁。
当下载完成以上的命令将会自动调用工具dpkg-source将下载的内核源码解压到当前的目录中与此同时更具.dsc文件来下补丁。
当下载完成以上的命令将会自动调用工具dpkg-source将下载的内核源码解压到当前的目录中与此同时根据.dsc文件来下补丁。
最终完整的内核源码树将会以"linux-X.X.XX"的形式呈现在当前目录中。
@@ -35,7 +35,7 @@ Linux有问必答如何在Debian或Ubuntu上安装完整的内核源码
$ sudo apt-get install git
$ git clone git://kernel.ubuntu.com/ubuntu/ubuntu-$(lsb_release --codename | cut -f2).git
举个例子如果你使用的是Ubuntu14.04以上的命令将会查看Git的"ubuntu-trusty"仓库中的代码。
举个例子如果你使用的是Ubuntu 14.04以上的命令将会查看Git的"ubuntu-trusty"仓库中的代码。
![](https://farm9.staticflickr.com/8642/16526856391_de636ff9b8_c.jpg)
@@ -49,7 +49,7 @@ via: http://ask.xmodulo.com/install-full-kernel-source-debian-ubuntu.html
作者:[Dan Nanni][a]
译者:[译者ID](https://github.com/译者ID)
校对:[校对者ID](https://github.com/校对者ID)
校对:[Caroline](https://github.com/carolinewuyan)
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出

View File

@@ -0,0 +1,64 @@
如何在Ubuntu上修复“Not Enough Free Disk Space On /boot”
================================================================================
### 提问:如何在Ubuntu上修复“Not Enough Free Disk Space On /boot”错误###
今天当我在升级Lubuntu 14.04的时候遇到了下面这个错误,但是很简单。
> “Not Enough Free Disk Space On /boot”
![](https://www.unixmen.com/wp-content/uploads/2015/02/Software-Updater_002.png)
这是因为我的启动分区超出了不再要的旧内核与包等。
### 回答: ###
我听说**Computer Janitor**这个特性可以在Ubuntu Tweak中删除不想要的垃圾文件。使用Computer Janitor你可以将你的系统清理成像新安装的那样。Janitor会删除:
- 程序缓存(Firefox/Chrome 缓存、软件中心缓存);
- 略缩图缓存;
- apt缓存;
- 旧内核;
- 包的配置;
- 不再需要的包。
If you havent install this tool, look at the following link.
如果你还没有安装这个工具,参考下面的链接
- **[如何安装和使用Ubuntu Tweak][1]**
要删除不需要的垃圾文件打开Ubuntu Tweak点击 **Janitor** 选项。
![](https://www.unixmen.com/wp-content/uploads/2015/02/Ubuntu-Tweak_006.png)
选择你想要删除的文件的选框,并点击 **Clean** 按钮。
![](https://www.unixmen.com/wp-content/uploads/2015/02/Ubuntu-Tweak_007.png)
Janitor现在就开始清理你的系统了。
![](https://www.unixmen.com/wp-content/uploads/2015/02/Ubuntu-Tweak_003.png)
真酷!系统清理完成了。
![](https://www.unixmen.com/wp-content/uploads/2015/02/Ubuntu-Tweak_008.png)
我重启启动了软件更新。这个没再遇到问题了。
![](https://www.unixmen.com/wp-content/uploads/2015/02/Software-Updater_009.png)
就是这样。当然也有其他的方法可以清理系统。但是,这个方法很容易学。我们可以只点击几次鼠标就可以清理系统。
干杯!
--------------------------------------------------------------------------------
via: https://www.unixmen.com/how-to-fix-not-enough-free-disk-space-on-boot-in-ubuntu/
作者:[SK][a]
译者:[geekpi](https://github.com/geekpi)
校对:[校对者ID](https://github.com/校对者ID)
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出
[a]:https://www.unixmen.com/author/sk/
[1]:http://www.unixmen.com/after-a-fresh-install-of-ubuntu-1010-maverick-meerkat-configuration-made-easy-with-ubuntu-tweak/