mirror of
https://github.com/LCTT/TranslateProject.git
synced 2025-03-21 02:10:11 +08:00
Merge branch 'master' of https://github.com/LCTT/TranslateProject
This commit is contained in:
commit
0c77f3c158
@ -1,8 +1,8 @@
|
||||
Ubuntu 每日贴士- Skype 小更新修复PulseAudio,64位问题
|
||||
Ubuntu 每日贴士- Skype小更新,修复64位系统上PulseAudio问题
|
||||
================================================================================
|
||||
Skype最近为Linux系统发布了一个小更新,包括在Ubuntu上修复PulseAudio 3.x 和 4.x 的音频噪声问题,解决由于缺失libasound2-plugins:i386和其他导致在Ubuntu/Debian 64位系统上的崩溃。
|
||||
Skype最近为Linux系统发布了一个小更新,包括在Ubuntu上修复PulseAudio 3.x 和 4.x 的音频噪声问题,解决由于缺失libasound2-plugins:i386和其他导致在Ubuntu/Debian 64位系统上的崩溃。
|
||||
|
||||
如果你正在Ubuntu上使用Skype,你也许想要升级来获取这些修复。这个版本除了解决这些问题没有其他新的。
|
||||
如果你正在Ubuntu上使用Skype,你也许想要升级来获取这些修复。这个版本除了解决这些问题没有其他新的。
|
||||
|
||||
这是根据changelog的完整修复列表。
|
||||
|
||||
@ -12,6 +12,7 @@ Skype最近为Linux系统发布了一个小更新,包括在Ubuntu上修复PulseA
|
||||
- **Bug 修复** 一些拨号面板数字不能正常工作。
|
||||
|
||||
对于Ubuntu用户,这里是如何更新。
|
||||
|
||||
如果你已经安装了Skype,你要在更新前先卸载它因为它会也许会创建与当前安装冲突的文件。
|
||||
|
||||
要从Ubuntu移除Skype,在终端上运行命令。
|
||||
@ -26,7 +27,7 @@ Skype最近为Linux系统发布了一个小更新,包括在Ubuntu上修复PulseA
|
||||
|
||||

|
||||
|
||||

|
||||
如果你通过软件中心安装Skype时遇到了问题,进入下载文件夹并运行下面的命令来强制按照下面的命令安装Skype。
|
||||
|
||||
sudo dpkg -i skype-ubuntu*.deb; sudo apt-get -f install
|
||||
|
||||
@ -35,11 +36,12 @@ Skype最近为Linux系统发布了一个小更新,包括在Ubuntu上修复PulseA
|
||||

|
||||
|
||||
就是这样!享受吧!
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: http://www.liberiangeek.net/2014/01/daily-ubuntu-tips-skype-minor-update-fixes-pulseaudio-64-bit-issues/
|
||||
|
||||
译者:[geekpi](https://github.com/geekpi) 校对:[校对者ID](https://github.com/校对者ID)
|
||||
译者:[geekpi](https://github.com/geekpi) 校对:[wxy](https://github.com/wxy)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出
|
||||
|
@ -1,4 +1,4 @@
|
||||
快速技巧——如何在 Ubuntu 13.10 下启用 VLC 桌面通知
|
||||
快速技巧:如何在 Ubuntu 13.10 下启用 VLC 桌面通知
|
||||
================================================================================
|
||||
|
||||
我必须说 VLC 是目前最好的视频文件播放器。VLC 播放器有许多隐藏特性你可能还不知道。其中一个就是桌面通知。在本教程中,我们将会看到**如何在 Ubuntu 13.10 和其它版本下启用 VLC 桌面通知**。
|
@ -2,9 +2,9 @@
|
||||
================================================================================
|
||||

|
||||
|
||||
** 《炉石传说:魔兽英雄传》是暴雪娱乐开发的一款免费的集换式卡牌游戏。花点工夫,你也可以在Linux上玩这个游戏。 **
|
||||
**《炉石传说:魔兽英雄传》是暴雪娱乐开发的一款免费的集换式卡牌游戏。花点工夫,你也可以在Linux上玩这个游戏。**
|
||||
|
||||
像Windows平台的大多数游戏一样,《炉石传说:魔兽英雄传》也可以在Wine的帮助下在Linux上运行(wine不是模拟器)。不过只是安装一下还不够,你得稍微调整一下才行。
|
||||
像Windows平台的大多数游戏一样,《炉石传说:魔兽英雄传》也可以在Wine的帮助下在Linux上运行(Wine Is Not an Emulator)。不过只是安装一下还不够,你得稍微调整一下才行。
|
||||
|
||||
非常感谢[迈克尔 华盛顿][1](Google+上Gaming On Linux社区的版主)和[迈克尔 斯佩斯][2](winehq.org的维护者),他们整理汇总了所有需要的指令,现在玩炉石传说只是输入几个命令就好了。
|
||||
|
||||
@ -21,23 +21,23 @@
|
||||
|
||||
### dbghelp ###
|
||||
|
||||
运行winecfg
|
||||
选择Libraries标签,在New override for library框中输入dbghelp
|
||||
点击Add,然后在提示框里选择Yes
|
||||
在Existing overrides列表中点击dbghelp
|
||||
点击Edit
|
||||
设置成Disabled
|
||||
点击Ok,搞定
|
||||
- 运行winecfg
|
||||
- 选择Libraries标签,在New override for library框中输入dbghelp
|
||||
- 点击Add,然后在提示框里选择Yes
|
||||
- 在Existing overrides列表中点击dbghelp
|
||||
- 点击Edit
|
||||
- 设置成Disabled
|
||||
- 点击Ok,搞定
|
||||
|
||||
### msvcp100 ###
|
||||
|
||||
运行winecfg
|
||||
选择Libraries标签, 在New override for library框中输入msvcp100
|
||||
点击Add, 然后在提示框中选择Yes
|
||||
在Existing overrides列表中点击msvcp100
|
||||
点击Edit
|
||||
设置成native,embedded
|
||||
点击Ok,搞定
|
||||
- 运行winecfg
|
||||
- 选择Libraries标签, 在New override for library框中输入msvcp100
|
||||
- 点击Add, 然后在提示框中选择Yes
|
||||
- 在Existing overrides列表中点击msvcp100
|
||||
- 点击Edit
|
||||
- 设置成native,embedded
|
||||
- 点击Ok,搞定
|
||||
|
||||
你还需要在终端里运行下面的命令,并等待运行结束。
|
||||
|
||||
@ -51,7 +51,7 @@
|
||||
|
||||
via: http://news.softpedia.com/news/How-to-Play-Blizzard-s-Hearthstone-Heroes-of-Warcraft-on-Linux-424410.shtml
|
||||
|
||||
译者:[zpl1025](https://github.com/zpl1025) 校对:[校对者ID](https://github.com/校对者ID)
|
||||
译者:[zpl1025](https://github.com/zpl1025) 校对:[wxy](https://github.com/wxy)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出
|
||||
|
51
sources/How to Wipe Free Disk Space in Linux.md
Normal file
51
sources/How to Wipe Free Disk Space in Linux.md
Normal file
@ -0,0 +1,51 @@
|
||||
How to Wipe Free Disk Space in Linux
|
||||
================================================================================
|
||||

|
||||
|
||||
**The following tutorial will teach all Linux users how to securely wipe the free space of a hard disk drive (HDD), solid disk drive (SSD) or USB flash drive, making it impossible for anyone to recover deleted files. **
|
||||
|
||||
In case you didn’t know, when you delete a file from your system, even from Trash, it will disappear and can’t be found anywhere on the filesystem. However, that file is not actually gone, it resides in the free space of your disk drive and can still be recovered with data recovery applications.
|
||||
|
||||
For this tutorial we will provide two methods. The first one uses an application called Wipe Free Space, created by Polish developer Bogdan Drozdowski. In the second method we will use the well known BleachBit software.
|
||||
|
||||
While BleachBit is a graphical application, the Wipe Free Space is a command-line software. However, the developer also created an easy-to-use graphical user interface (GUI), allowing novice users to employ it in order to securely wipe the free space of their disk drives.
|
||||
|
||||
> Editor's note: Before we proceed, it is important to know that the applications will wipe the free space in unused clusters and blocks, in partially used blocks a.k.a. “slack space," as well as the names of deleted files and any other data that can be used to undelete the respective files.
|
||||
|
||||
### Method 1 - Wipe Free Space & Wipe Free Space GUI ###
|
||||
|
||||
The Wipe Free Space command-line application can be easily installed from the default software repositories of your Linux distribution, by using the provided binary file for RPM-based Linux distribution or by compiling the sources.
|
||||
|
||||
After installation, you can download the GUI front-end from [here][1], save it on your home folder, extract it, and double click the run.sh file (or execute sh run.sh in a terminal window) to open the application.
|
||||
|
||||
With the application opened, you will need to add the path to the wipefreespace executable, so click the "Browse" button and search it under /usr/bin/. Then add the filesystem that will be wiped.
|
||||
|
||||
Make sure that you check the "Wipe only with zeros" option on the left side of the window. If you need to add more options, first document yourself on how to use them, because they may crash your drive. Now press the "Start wiping" button to proceed.
|
||||
|
||||
### Method 2 - BleachBit ###
|
||||
|
||||
This is the easy method, recommended for novice users. You can easily install the BleachBit application from your Linux distribution's default software repositories. Open it, and make sure that you check the "Free disk space" option under the System section on the sidebar. Press the "Clean" button to proceed.
|
||||
|
||||

|
||||
|
||||
*The Free disk space option of BleachBit*
|
||||
|
||||
The entire wiping operation will take a long time. You can see the entire progress in the main window. Do not hesitate to drop a comment below if you encounter any issues with this tutorial.
|
||||
|
||||
Wipe Free Space GUI 0.5 Download:
|
||||
|
||||
- [Wipe Free Space GUI 0.5 tar.gz][2][binary] [210 KB]
|
||||
- [Wipe Free Space GUI 0.5 tar.gz][3][sources] [380 KB]
|
||||
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: http://news.softpedia.com/news/How-to-Wipe-Free-Disk-Space-in-Linux-429965.shtml
|
||||
|
||||
译者:[译者ID](https://github.com/译者ID) 校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出
|
||||
|
||||
[1]:http://linux.softpedia.com/get/System/System-Administration/Wipe-Free-Space-GUI-50722.shtml
|
||||
[2]:http://sourceforge.net/projects/wipefreespace/files/wipefreespace-gui-java/0.5/WipeFreeSpaceGUI-java-bin-0.5.tar.gz/download
|
||||
[3]:http://sourceforge.net/projects/wipefreespace/files/wipefreespace-gui-java/0.5/WipeFreeSpaceGUI-java-src-0.5.tar.gz/download
|
73
sources/Ubuntu 14.04 LTS vs. Windows XP--Pros and Cons.md
Normal file
73
sources/Ubuntu 14.04 LTS vs. Windows XP--Pros and Cons.md
Normal file
@ -0,0 +1,73 @@
|
||||
Ubuntu 14.04 LTS vs. Windows XP: Pros and Cons
|
||||
================================================================================
|
||||

|
||||
|
||||
**More and more people are looking towards the release of Ubuntu 14.04 LTS (Trusty Tahr) as the natural Windows XP replacement, so we'll try to present the pros and cons for this decision.**
|
||||
|
||||
A lot of Windows XP users are looking to make a change after their operating system will cease to receive security updates from Microsoft, in April. Like most people who are migrating to Linux, they have a lot of questions about various aspects, regarding its use and its capabilities. The truth is that probably Windows XP users are more scared than they should be, as we will show right now.
|
||||
|
||||
### Installation ###
|
||||
|
||||
If you ever installed a Windows operating system, you will know how to install Ubuntu or any of its flavors. It uses a very simple and straightforward installer that doesn't bother the users with difficult choices.
|
||||
|
||||
The only drawback is that if you want to partition your system you might encounter some names that are not familiar, like swap or EXT4. The good news is that it’s unlikely that you will ever need multiple partitions.
|
||||
|
||||

|
||||
|
||||
*Ubuntu installation*
|
||||
|
||||
### Drivers ###
|
||||
|
||||
Windows users also need to install drivers for new components, like Webcams for example. Some are supported by the operating system, other need manual installation.
|
||||
|
||||
The only driver that you will have to worry in Ubuntu is the one for the graphics card. It’s not quite clear from where you can change it at first and installing a newer one might take some adjusting. The good news is the when you will learn how to add a PPA or how to upgrade your packages, everything will seem a breeze.
|
||||
|
||||

|
||||
|
||||
*Install proprietary drivers*
|
||||
|
||||
### Main interface ###
|
||||
|
||||
Ubuntu is somewhat different from Windows XP in terms of the general interface. Although it’s intuitive, some users might not want to invest the time to learn how to operate a new OS.
|
||||
|
||||
The good news is that Ubuntu has a lot of flavors that are a lot more similar with the way Windows XP looks, like Xubuntu or Lubuntu. Both are based on Ubuntu and feature pretty much the same software.
|
||||
|
||||

|
||||
|
||||
*Main Ubuntu desktop*
|
||||
|
||||
### Applications and security ###
|
||||
|
||||
Installing applications in Windows XP seem easy, right? Double click on a package, hit next a couple of time (agree to an EULA agreement you don't actually read), and everything is set.
|
||||
|
||||
In Ubuntu things are a lot easier. Just open Ubuntu Software Center and search for the application you want. Click install and you're done.
|
||||
|
||||
Installing applications in Windows XP could be very dangerous, especially after Microsoft will pull the plug and end the stream of security patches. On Ubuntu you will never get viruses or malware, and the number of viruses for the Linux platform is extremely small. Whenever a problem appears, it only takes the developers a short while to fix it.
|
||||
|
||||
The only drawback on Ubuntu is that you might not find all the applications you were used to on Windows XP. Most of the bigger apps are cross-platform, but on Ubuntu you might need to search for alternatives.
|
||||
|
||||

|
||||
|
||||
*Installing applications in Ubuntu Software Center*
|
||||
|
||||
### Gaming ###
|
||||
|
||||
Windows XP might seem a better platform for gaming, but the truth is that most game developers will soon stop to make their software compatible with a dying OS. Valve is putting a lot of effort towards the Linux platform and they are pushing the gaming industry in this direction.
|
||||
|
||||
Steam for Linux got more than 500 games in just one year and there is no sign that they are going to slow down. In the next couple of years, the Linux platform will surely be on par with any Windows OS. Adopting Ubuntu now and getting used to it, if you are a gamer, might a great idea.
|
||||
|
||||

|
||||
|
||||
*Portal 2 in Linux*
|
||||
|
||||
### Conclusion ###
|
||||
|
||||
If you are a Windows XP user and you have doubts about adopting Linux and Ubuntu, you might want to think twice about your decision to upgrade to Windows 7 or 8. Linux has it all and there is no good reason not to want an operating system based on it.
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: http://news.softpedia.com/news/Ubuntu-14-04-LTS-vs-Windows-XP-Pros-and-Cons-430084.shtml
|
||||
|
||||
译者:[译者ID](https://github.com/译者ID) 校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出
|
@ -1,32 +1,33 @@
|
||||
每日Ubuntu小技巧 - Linux Kernel 3.12.7发布,让我教你Ubuntu怎么升级
|
||||
每日 Ubuntu 小技巧——Linux Kernel 3.12.7发布,让我教你怎样在 Ubuntu 中升级
|
||||
================================================================================
|
||||
Linux Kernel 版本3.12.7主线已经发布了,而这篇简短的辅导文将会向你展示怎么简单地在Ubuntu升级。如果你正好运行Ubuntu13.10或者更低,还碰巧你的系统还不是安装最新的内核,读完吧。
|
||||
|
||||
Linux Kernel 是linux操作系统的核心,包括Ubuntu。内核使Ubuntu可以与系统硬件(内存,CPU,设备等等)通信。内核管理资源和掌管所有你的机器设备所有重要部分。
|
||||
Linux Kernel 版本3.12.7主线已经发布了,而这篇简短教程将会向你展示怎样简单地在 Ubuntu 中升级。如果你正好运行 Ubuntu 13.10 或者更低版本,还碰巧你的系统还不是安装最新的内核,读完吧。
|
||||
|
||||
没有Linux Kernel , Ubuntu只是一串幻想应用而不能连接硬件或者你的机器所有重要部分。这就是为什么Linux Kernel如此的重要。
|
||||
Linux Kernel 是 linux 操作系统的核心,包括了 Ubuntu。内核使 Ubuntu 可以与系统硬件(内存,CPU,设备等等)通信。内核管理资源并掌管你机器设备的所有重要部分。
|
||||
|
||||
### 为什么升级你的Ubuntu Kernel ? ###
|
||||
没有 Linux Kernel, Ubuntu 只是一串幻想应用而不能连接硬件或者你机器所有的重要部分。这就是为什么Linux Kernel 如此的重要。
|
||||
|
||||
在升级前你的系统内核之前,这第一件需要知道的事情就是升级会可能会破坏你的系统或者是使它不稳定。事实上,并不推荐自己升级内核。幸运的是,Ubuntu的公司在Ubuntu内核升级上做得很好。
|
||||
### 为什么升级你的 Ubuntu Kernel? ###
|
||||
|
||||
在新版本发布之前,他们测试并且确定内核的安装是兼容的。所以,如果你的设备工作良好没有问题,你应该保持现在安装的内核。
|
||||
在升级你的系统内核之前,第一件需要知道的事情就是升级可能会破坏你的系统,使它无法使用。事实上,并不推荐你自己升级内核。Ubuntu 的总公司 Canonical 在 Ubuntu 内核升级上做得很好。
|
||||
|
||||
另一方面,如果Ubuntu不能认识所有系统的元件或者你的设备功能不正确,升级Linux kernel 也许会有帮助。
|
||||
在新版本发布之前,他们测试并且确定内核的安装是兼容的。所以,如果你的设备工作良好,没有问题,你应该保持现有内核,不要升级。
|
||||
|
||||
这事因为新的内核会增加新的驱动和功能为新的设备。。如果现在安装的内核不支持机器上的某些功能,你应该升一下级。
|
||||
另一方面,如果 Ubuntu 不能识别所有系统的元件或者你的设备功能不正确,升级 Linux kernel 也许会有帮助。
|
||||
|
||||
这是因为新的内核为你的新机器增加了新的驱动和功能。如果现在安装的内核不支持机器上的某些功能,你应该升级一下。
|
||||
|
||||
更多关于内核3.12.7,[点这里阅读更新日志][1]。
|
||||
|
||||
### 现在升级Linux Kernel ###
|
||||
### 现在升级 Linux Kernel ###
|
||||
|
||||
为了升级你的内核,运行下列命令来升级所有安装包和现存内核。
|
||||
要想升级你的内核,运行下列命令来升级所有安装包和现存内核。
|
||||
|
||||
sudo apt-get update && sudo apt-get dist-upgrade && sudo apt-get autoremove
|
||||
|
||||
升级完成后,重启你的设备。这是一个好习惯在安装完系统包和内核后重启。这样做允许新的内核能够被应用。
|
||||
升级完成后,重启你的设备。在安装完系统包和内核后重启机器是一个好习惯。这样做是为了让新的内核能够被应用。
|
||||
|
||||
接下来,运行下列命令来下载Linux Kernel 3.12.7
|
||||
接下来,运行下列命令来下载 Linux Kernel 3.12.7
|
||||
|
||||
#### 32位设备,运行下列命令 ####
|
||||
|
||||
@ -40,7 +41,7 @@ Linux Kernel 是linux操作系统的核心,包括Ubuntu。内核使Ubuntu可
|
||||
|
||||
sudo dpkg -i *.deb
|
||||
|
||||
安装完成后,重启你的设备,如果所有事情都按照上面描述的进行,你的系统应该拥有了最新的稳定内核版本。
|
||||
安装完成后,重启你的设备,如果一切都按照上面描述一样进展顺利,你的系统应该拥有了最新稳定的内核版本。
|
||||
|
||||

|
||||
|
||||
@ -48,12 +49,12 @@ Linux Kernel 是linux操作系统的核心,包括Ubuntu。内核使Ubuntu可
|
||||
|
||||
sudo apt-get remove linux-headers-3.12.7-* linux-image-3.13.7-*
|
||||
|
||||
享受~!
|
||||
好好享受吧!
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: http://www.liberiangeek.net/2014/01/daily-ubuntu-tips-linux-kernel-3-12-7-released-heres-how-to-upgrade-in-ubuntu/
|
||||
|
||||
译者:[Vic___](http://blog.csdn.net/Vic___) 校对:[校对者ID](https://github.com/校对者ID)
|
||||
译者:[Vic___](http://blog.csdn.net/Vic___) 校对:[Caroline](https://github.com/carolinewuyan)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user