From af033f82bc60b910f2a1d654590d4fe123a00cec Mon Sep 17 00:00:00 2001 From: Lv Feng Date: Sun, 18 Sep 2016 13:15:43 +0800 Subject: [PATCH 01/16] Update 20160917 How to Install Latest XFCE Desktop in Ubuntu 16.04 and Fedora 22-24.md --- ...esktop in Ubuntu 16.04 and Fedora 22-24.md | 46 ++++++++++--------- 1 file changed, 24 insertions(+), 22 deletions(-) diff --git a/sources/tech/20160917 How to Install Latest XFCE Desktop in Ubuntu 16.04 and Fedora 22-24.md b/sources/tech/20160917 How to Install Latest XFCE Desktop in Ubuntu 16.04 and Fedora 22-24.md index 516873c9ea..0030ab7f2d 100644 --- a/sources/tech/20160917 How to Install Latest XFCE Desktop in Ubuntu 16.04 and Fedora 22-24.md +++ b/sources/tech/20160917 How to Install Latest XFCE Desktop in Ubuntu 16.04 and Fedora 22-24.md @@ -1,44 +1,46 @@ translating by ucasFL -How to Install Latest XFCE Desktop in Ubuntu 16.04 and Fedora 22-24 + +如何在 Ubuntu 16.04 和 Fedora 22-24 上安装最新的 XFCE 桌面? ==== -Xfce is a modern, open source and lightweight desktop environment for Linux systems. It also works well on many other Unix-like systems such as Mac OS X, Solaris, *BSD plus several others. It is fast and also user friendly with a simple and elegant user interface. +Xfce 是一款针对 Linux 系统的现代化轻型开源桌面环境,它在其他的类 Unix 系统上,比如 Mac OS X, Solaries, *BSD plus, 也能工作得很好。它非常快并且因具有一个简单而优雅的用户界面很好地体现出了用户友好性。 -Installing a desktop environment on servers can sometimes prove helpful, as certain applications may require a desktop interface for efficient and reliable administration and one of the remarkable properties of Xfce is its low system resources utilization such as low RAM consumption, thereby making it a recommended desktop environment for servers if need be. +在服务器上安装一个桌面环境有时被证明是很有用的,因为确切的运用程序可能需要一个桌面界面来高效和可靠的管理。 Xfce 一个卓越的性能是它的系统资源占用率很低,比如内存消耗很低,因此,如果服务器需要一个桌面环境的话它会是首选。 -### XFCE Desktop Features - -Additionally, some of its noteworthy components and features are listed below: +### XFCE 桌面的功能特性 +另外,它的一些显著的组成部分和功能特点列在下面: - Xfwm windows manager - Thunar file manager - User session manger to deal with logins, power management and beyond - Desktop manager for setting background image, desktop icons and many more - An application manager - It’s highly pluggable as well plus several other minor features +- Xfwm 窗口管理器 +- Thunar 文件管理器 +- 用户会话管理器:用来处理用户登录,电源管理及以后 +- 桌面管理器:用来设置背景图片,桌面头像等更多操作 -The latest stable release of this desktop is Xfce 4.12, all its features and changes from previous versions are listed here. +Xfce 的最新稳定发行版是 Xfce 4.12, 它所有的功能特性和区别于旧版本的变化都列在了这儿。 -#### Install Xfce Desktop on Ubuntu 16.04 - -Linux distributions such as Xubuntu, Manjaro, OpenSUSE, Fedora Xfce Spin, Zenwalk and many others provide their own Xfce desktop packages, however, you can install the latest version as follows. +#### 在Ubuntu 16.04 上安装 Xfce 桌面 +Linux 分支比如 Xubuntu, Manjaro, OpenSUSE, Fedora Xfce Spin, Zenwalk 等许多其他版本的都提供它们自己的 Xfce 桌面安装包,但你也可以像下面这样安装最新的版本。 ``` $ sudo apt update $ sudo apt install xfce4 ``` -Wait for the installation process to complete, then logout out of your current session or you can possibly restart your system as well. At the login interface, choose Xfce desktop and login as in the screen shot below: - +等待安装进程结束,然后退出当前会话或者你也可以选择重启系统。在登录界面,选择 Xfce 桌面,然后在像下面这样的频幕截图中登录: ![](http://www.tecmint.com/wp-content/uploads/2016/09/Select-Xfce-Desktop-at-Login.png) ![](http://www.tecmint.com/wp-content/uploads/2016/09/XFCE-Desktop.png) -#### Install Xfce Desktop in Fedora 22-24 -If you have an existing Fedora distribution and wanted to install xfce desktop, you can use yum or dnf to install it as shown. +#### 在 Fedora 22-24 上安装 Xfce 桌面 +如果你想在现存 Linux 分支 Fedora 上安装 xfce 桌面,那么你可以使用下面展示的 yum 或 dnf 命令。 ``` -------------------- On Fedora 22 -------------------- # yum install @xfce @@ -46,34 +48,34 @@ If you have an existing Fedora distribution and wanted to install xfce desktop, # dnf install @xfce-desktop-environment ``` -After installing Xfce, you can choose the xfce login from the Session menu or reboot the system. +安装 Xfce 以后,你可以从会话菜单选择 xfce 登录或者重启系统。 ![](http://www.tecmint.com/wp-content/uploads/2016/09/Select-Xfce-Desktop-at-Fedora-Login.png) ![](http://www.tecmint.com/wp-content/uploads/2016/09/Install-Xfce-Desktop-in-Fedora.png) -If you don’t want Xfce desktop on your system anymore, use the command below to uninstall it: +如果你不再想要 Xfce 桌面留在你的系统上,那么可以使用下面的命令来卸载它: ``` --------------------- On Ubuntu 16.04 -------------------- +-------------------- 在 Ubuntu 16.04 上 -------------------- $ sudo apt purge xfce4 $ sudo apt autoremove --------------------- On Fedora 22 -------------------- +-------------------- 在 Fedora 22 上 -------------------- # yum remove @xfce --------------------- On Fedora 23-24 -------------------- +-------------------- 在 Fedora 23-24 上 -------------------- # dnf remove @xfce-desktop-environment ``` -In this simple how-to guide, we walked through the steps for installation of latest version of Xfce desktop, which I believe were easy to follow. If all went well, you can enjoy using xfce, as one of the [best desktop environments for Linux systems][1]. +在这个简单的入门指南中,我们讲解讲解了如何安装最新版 Xfce 桌面的步骤,我相信这很容易掌握。如果一切进行良好,你可以享受一下使用 xfce, 作为其中一个 [best desktop environments for Linux systems][1]. However, to get back to us, you can use the feedback section below and remember to always stay connected to Tecmint. - +然而,如果想再次和我们联系,你可以利用下面的反馈部分并且记得始终和 Tecmint 保持联系。 -------------------------------------------------------------------------------- via: http://linoxide.com/firewall/pfsense-setup-basic-configuration/ 作者:[Aaron Kili ][a] -译者:[译者ID](https://github.com/译者ID) +译者:[译者ucasFL](https://github.com/ucasFL) 校对:[校对者ID](https://github.com/校对者ID) 本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出 From e189362bc5ba010d25fe60366f6fb1630a965198 Mon Sep 17 00:00:00 2001 From: Lv Feng Date: Sun, 18 Sep 2016 13:18:49 +0800 Subject: [PATCH 02/16] =?UTF-8?q?=E7=BF=BB=E8=AF=91=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...esktop in Ubuntu 16.04 and Fedora 22-24.md | 82 +++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 translated/tech/20160917 How to Install Latest XFCE Desktop in Ubuntu 16.04 and Fedora 22-24.md diff --git a/translated/tech/20160917 How to Install Latest XFCE Desktop in Ubuntu 16.04 and Fedora 22-24.md b/translated/tech/20160917 How to Install Latest XFCE Desktop in Ubuntu 16.04 and Fedora 22-24.md new file mode 100644 index 0000000000..a8700bcce3 --- /dev/null +++ b/translated/tech/20160917 How to Install Latest XFCE Desktop in Ubuntu 16.04 and Fedora 22-24.md @@ -0,0 +1,82 @@ + +如何在 Ubuntu 16.04 和 Fedora 22-24 上安装最新的 XFCE 桌面? +==== + +Xfce 是一款针对 Linux 系统的现代化轻型开源桌面环境,它在其他的类 Unix 系统上,比如 Mac OS X, Solaries, *BSD plus, 也能工作得很好。它非常快并且因具有一个简单而优雅的用户界面很好地体现出了用户友好性。 + +在服务器上安装一个桌面环境有时被证明是很有用的,因为确切的运用程序可能需要一个桌面界面来高效和可靠的管理。 Xfce 一个卓越的性能是它的系统资源占用率很低,比如内存消耗很低,因此,如果服务器需要一个桌面环境的话它会是首选。 + +### XFCE 桌面的功能特性 + +另外,它的一些显著的组成部分和功能特点列在下面: +- Xfwm windows manager +- Thunar file manager +- User session manger to deal with logins, power management and beyond +- Desktop manager for setting background image, desktop icons and many more +- An application manager +- It’s highly pluggable as well plus several other minor features +- Xfwm 窗口管理器 +- Thunar 文件管理器 +- 用户会话管理器:用来处理用户登录,电源管理及以后 +- 桌面管理器:用来设置背景图片,桌面头像等更多操作 + +Xfce 的最新稳定发行版是 Xfce 4.12, 它所有的功能特性和区别于旧版本的变化都列在了这儿。 + +#### 在Ubuntu 16.04 上安装 Xfce 桌面 + +Linux 分支比如 Xubuntu, Manjaro, OpenSUSE, Fedora Xfce Spin, Zenwalk 等许多其他版本的都提供它们自己的 Xfce 桌面安装包,但你也可以像下面这样安装最新的版本。 +``` +$ sudo apt update +$ sudo apt install xfce4 +``` + +等待安装进程结束,然后退出当前会话或者你也可以选择重启系统。在登录界面,选择 Xfce 桌面,然后在像下面这样的频幕截图中登录: +![](http://www.tecmint.com/wp-content/uploads/2016/09/Select-Xfce-Desktop-at-Login.png) + +![](http://www.tecmint.com/wp-content/uploads/2016/09/XFCE-Desktop.png) + + +#### 在 Fedora 22-24 上安装 Xfce 桌面 + +如果你想在现存 Linux 分支 Fedora 上安装 xfce 桌面,那么你可以使用下面展示的 yum 或 dnf 命令。 +``` +-------------------- On Fedora 22 -------------------- +# yum install @xfce +-------------------- On Fedora 23-24 -------------------- +# dnf install @xfce-desktop-environment +``` + + +安装 Xfce 以后,你可以从会话菜单选择 xfce 登录或者重启系统。 +![](http://www.tecmint.com/wp-content/uploads/2016/09/Select-Xfce-Desktop-at-Fedora-Login.png) + +![](http://www.tecmint.com/wp-content/uploads/2016/09/Install-Xfce-Desktop-in-Fedora.png) + + +如果你不再想要 Xfce 桌面留在你的系统上,那么可以使用下面的命令来卸载它: +``` +-------------------- 在 Ubuntu 16.04 上 -------------------- +$ sudo apt purge xfce4 +$ sudo apt autoremove +-------------------- 在 Fedora 22 上 -------------------- +# yum remove @xfce +-------------------- 在 Fedora 23-24 上 -------------------- +# dnf remove @xfce-desktop-environment +``` + + +在这个简单的入门指南中,我们讲解讲解了如何安装最新版 Xfce 桌面的步骤,我相信这很容易掌握。如果一切进行良好,你可以享受一下使用 xfce, 作为其中一个 [best desktop environments for Linux systems][1]. +However, to get back to us, you can use the feedback section below and remember to always stay connected to Tecmint. +然而,如果想再次和我们联系,你可以利用下面的反馈部分并且记得始终和 Tecmint 保持联系。 +-------------------------------------------------------------------------------- + +via: http://linoxide.com/firewall/pfsense-setup-basic-configuration/ + +作者:[Aaron Kili ][a] +译者:[译者ucasFL](https://github.com/ucasFL) +校对:[校对者ID](https://github.com/校对者ID) + +本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出 + +[a]: http://www.tecmint.com/author/aaronkili/ +[1]: http://www.tecmint.com/best-linux-desktop-environments/ From d348606fd4be0d585afdba2eb4cf902b61357996 Mon Sep 17 00:00:00 2001 From: Lv Feng Date: Sun, 18 Sep 2016 13:19:57 +0800 Subject: [PATCH 03/16] =?UTF-8?q?=E7=BF=BB=E8=AF=91=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...ll Latest XFCE Desktop in Ubuntu 16.04 and Fedora 22-24.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/translated/tech/20160917 How to Install Latest XFCE Desktop in Ubuntu 16.04 and Fedora 22-24.md b/translated/tech/20160917 How to Install Latest XFCE Desktop in Ubuntu 16.04 and Fedora 22-24.md index a8700bcce3..d1013a5415 100644 --- a/translated/tech/20160917 How to Install Latest XFCE Desktop in Ubuntu 16.04 and Fedora 22-24.md +++ b/translated/tech/20160917 How to Install Latest XFCE Desktop in Ubuntu 16.04 and Fedora 22-24.md @@ -65,8 +65,8 @@ $ sudo apt autoremove ``` -在这个简单的入门指南中,我们讲解讲解了如何安装最新版 Xfce 桌面的步骤,我相信这很容易掌握。如果一切进行良好,你可以享受一下使用 xfce, 作为其中一个 [best desktop environments for Linux systems][1]. -However, to get back to us, you can use the feedback section below and remember to always stay connected to Tecmint. +在这个简单的入门指南中,我们讲解了如何安装最新版 Xfce 桌面的步骤,我相信这很容易掌握。如果一切进行良好,你可以享受一下使用 xfce, 作为其中一个 [best desktop environments for Linux systems][1]. + 然而,如果想再次和我们联系,你可以利用下面的反馈部分并且记得始终和 Tecmint 保持联系。 -------------------------------------------------------------------------------- From 8227975e750c314deae7969bacf06d266f654377 Mon Sep 17 00:00:00 2001 From: Lv Feng Date: Sun, 18 Sep 2016 13:21:10 +0800 Subject: [PATCH 04/16] =?UTF-8?q?=E7=BF=BB=E8=AF=91=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...tall Latest XFCE Desktop in Ubuntu 16.04 and Fedora 22-24.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translated/tech/20160917 How to Install Latest XFCE Desktop in Ubuntu 16.04 and Fedora 22-24.md b/translated/tech/20160917 How to Install Latest XFCE Desktop in Ubuntu 16.04 and Fedora 22-24.md index d1013a5415..dc1ed1bf6f 100644 --- a/translated/tech/20160917 How to Install Latest XFCE Desktop in Ubuntu 16.04 and Fedora 22-24.md +++ b/translated/tech/20160917 How to Install Latest XFCE Desktop in Ubuntu 16.04 and Fedora 22-24.md @@ -65,7 +65,7 @@ $ sudo apt autoremove ``` -在这个简单的入门指南中,我们讲解了如何安装最新版 Xfce 桌面的步骤,我相信这很容易掌握。如果一切进行良好,你可以享受一下使用 xfce, 作为其中一个 [best desktop environments for Linux systems][1]. +在这个简单的入门指南中,我们讲解了如何安装最新版 Xfce 桌面的步骤,我相信这很容易掌握。如果一切进行良好,你可以享受一下使用 xfce, 作为其中一个 [best desktop environments for Linux systems](Linux 系统上最好的桌面环境)[1]. 然而,如果想再次和我们联系,你可以利用下面的反馈部分并且记得始终和 Tecmint 保持联系。 -------------------------------------------------------------------------------- From e3e74dbcdfcd2f0882f01ca895a2396b73a3f7d1 Mon Sep 17 00:00:00 2001 From: Lv Feng Date: Sun, 18 Sep 2016 13:22:31 +0800 Subject: [PATCH 05/16] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...esktop in Ubuntu 16.04 and Fedora 22-24.md | 84 ------------------- 1 file changed, 84 deletions(-) delete mode 100644 sources/tech/20160917 How to Install Latest XFCE Desktop in Ubuntu 16.04 and Fedora 22-24.md diff --git a/sources/tech/20160917 How to Install Latest XFCE Desktop in Ubuntu 16.04 and Fedora 22-24.md b/sources/tech/20160917 How to Install Latest XFCE Desktop in Ubuntu 16.04 and Fedora 22-24.md deleted file mode 100644 index 0030ab7f2d..0000000000 --- a/sources/tech/20160917 How to Install Latest XFCE Desktop in Ubuntu 16.04 and Fedora 22-24.md +++ /dev/null @@ -1,84 +0,0 @@ -translating by ucasFL - - -如何在 Ubuntu 16.04 和 Fedora 22-24 上安装最新的 XFCE 桌面? -==== - -Xfce 是一款针对 Linux 系统的现代化轻型开源桌面环境,它在其他的类 Unix 系统上,比如 Mac OS X, Solaries, *BSD plus, 也能工作得很好。它非常快并且因具有一个简单而优雅的用户界面很好地体现出了用户友好性。 - -在服务器上安装一个桌面环境有时被证明是很有用的,因为确切的运用程序可能需要一个桌面界面来高效和可靠的管理。 Xfce 一个卓越的性能是它的系统资源占用率很低,比如内存消耗很低,因此,如果服务器需要一个桌面环境的话它会是首选。 - -### XFCE 桌面的功能特性 - -另外,它的一些显著的组成部分和功能特点列在下面: -- Xfwm windows manager -- Thunar file manager -- User session manger to deal with logins, power management and beyond -- Desktop manager for setting background image, desktop icons and many more -- An application manager -- It’s highly pluggable as well plus several other minor features -- Xfwm 窗口管理器 -- Thunar 文件管理器 -- 用户会话管理器:用来处理用户登录,电源管理及以后 -- 桌面管理器:用来设置背景图片,桌面头像等更多操作 - -Xfce 的最新稳定发行版是 Xfce 4.12, 它所有的功能特性和区别于旧版本的变化都列在了这儿。 - -#### 在Ubuntu 16.04 上安装 Xfce 桌面 - -Linux 分支比如 Xubuntu, Manjaro, OpenSUSE, Fedora Xfce Spin, Zenwalk 等许多其他版本的都提供它们自己的 Xfce 桌面安装包,但你也可以像下面这样安装最新的版本。 -``` -$ sudo apt update -$ sudo apt install xfce4 -``` - -等待安装进程结束,然后退出当前会话或者你也可以选择重启系统。在登录界面,选择 Xfce 桌面,然后在像下面这样的频幕截图中登录: -![](http://www.tecmint.com/wp-content/uploads/2016/09/Select-Xfce-Desktop-at-Login.png) - -![](http://www.tecmint.com/wp-content/uploads/2016/09/XFCE-Desktop.png) - - -#### 在 Fedora 22-24 上安装 Xfce 桌面 - -如果你想在现存 Linux 分支 Fedora 上安装 xfce 桌面,那么你可以使用下面展示的 yum 或 dnf 命令。 -``` --------------------- On Fedora 22 -------------------- -# yum install @xfce --------------------- On Fedora 23-24 -------------------- -# dnf install @xfce-desktop-environment -``` - - -安装 Xfce 以后,你可以从会话菜单选择 xfce 登录或者重启系统。 -![](http://www.tecmint.com/wp-content/uploads/2016/09/Select-Xfce-Desktop-at-Fedora-Login.png) - -![](http://www.tecmint.com/wp-content/uploads/2016/09/Install-Xfce-Desktop-in-Fedora.png) - - -如果你不再想要 Xfce 桌面留在你的系统上,那么可以使用下面的命令来卸载它: -``` --------------------- 在 Ubuntu 16.04 上 -------------------- -$ sudo apt purge xfce4 -$ sudo apt autoremove --------------------- 在 Fedora 22 上 -------------------- -# yum remove @xfce --------------------- 在 Fedora 23-24 上 -------------------- -# dnf remove @xfce-desktop-environment -``` - - -在这个简单的入门指南中,我们讲解讲解了如何安装最新版 Xfce 桌面的步骤,我相信这很容易掌握。如果一切进行良好,你可以享受一下使用 xfce, 作为其中一个 [best desktop environments for Linux systems][1]. -However, to get back to us, you can use the feedback section below and remember to always stay connected to Tecmint. -然而,如果想再次和我们联系,你可以利用下面的反馈部分并且记得始终和 Tecmint 保持联系。 --------------------------------------------------------------------------------- - -via: http://linoxide.com/firewall/pfsense-setup-basic-configuration/ - -作者:[Aaron Kili ][a] -译者:[译者ucasFL](https://github.com/ucasFL) -校对:[校对者ID](https://github.com/校对者ID) - -本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出 - -[a]: http://www.tecmint.com/author/aaronkili/ -[1]: http://www.tecmint.com/best-linux-desktop-environments/ From c2c5a53a5d98d80e18466bfbb5730e6350f5c71a Mon Sep 17 00:00:00 2001 From: Lv Feng Date: Sun, 18 Sep 2016 15:12:11 +0800 Subject: [PATCH 06/16] Update 20160827 4 Best Linux Boot Loaders.md --- .../20160827 4 Best Linux Boot Loaders.md | 76 +++++++++---------- 1 file changed, 34 insertions(+), 42 deletions(-) diff --git a/sources/tech/20160827 4 Best Linux Boot Loaders.md b/sources/tech/20160827 4 Best Linux Boot Loaders.md index 7ea63cdb94..b3bf09cb8d 100644 --- a/sources/tech/20160827 4 Best Linux Boot Loaders.md +++ b/sources/tech/20160827 4 Best Linux Boot Loaders.md @@ -1,68 +1,60 @@ translating by ucasFL -4 Best Linux Boot Loaders +4 个最好的 Linux 引导程序 ==== -When you turn on your machine, immediately after POST (Power On Self Test) is completed successfully, the BIOS locates the configured bootable media, and reads some instructions from the master boot record (MBR) or GUID partition table which is the first 512 bytes of the bootable media. The MBR contains two important sets of information, one is the boot loader and two, the partition table. +当你打开你的机器,开机自检成功完成后,BIOS(基本输入输出系统)立即定位配置的引导介质,并从主引导记录(MBR)或 GUID(全局唯一标识符)分区表读取一些命令,这是引导介质的最前面 512 个字节。MBR(主引导记录)包含两个重要的信息集合,第一个是引导程序,第二个是分区表。 +### 什么是引导程序? -### What is a Boot Loader? - -A boot loader is a small program stored in the MBR or GUID partition table that helps to load an operating system into memory. Without a boot loader, your operating system can not be loaded into memory. - -There are several boot loaders we can install together with Linux on our systems and in this article, we shall briefly talk about a handful of the best Linux boot loaders to work with. +引导程序是存储在 MBR(主引导记录)或 GUID(全局唯一标识符)分区表中的一个小程序,它可以帮助把操作系统装载到内存中。如果没有引导程序,那么你的操作系统将不能够装载到内存中。 +有一些引导程序我们可以通过 Linux 同时安装在系统上,在这篇文章里,我将简要地谈论几个最好的 Linux 引导程序。 ### 1. GNU GRUB -GNU GRUB is a popular and probably the most used multiboot Linux boot loader available, based on the original GRUB (GRand Unified Bootlader) which was created by Eirch Stefan Broleyn. It comes with several improvements, new features and bug fixes as enhancements of the original GRUB program. +GNU GRUB 是一个非常受欢迎并且用得最多的多重引导 Linux 引导程序,它以原始的 Eirch Stefan Broleyn 发明的 GRUB(GRand Unified Bootlader)为基础。GNU GRUB 的到来伴随着一些改善的地方,新的特性和漏洞修复作为原始 GRUB 程序的增强。 -Importantly, GRUB 2 has now replaced the GRUB. And notably, the name GRUB was renamed to GRUB Legacy and is not actively developed, however, it can be used for booting older systems since bug fixes are still on going. +重要的是,GRUB 2 现在已经取代了 GRUB。值得注意的是,GRUB 这个名字被重新命名给了 GRUB Legacy, 但没有积极发展,然而,它可以用来引导老的系统因为漏洞修复依然还在工作。 -GRUB has the following prominent features: +GRUB 具有下面一些显著的特性: -- Supports multiboot -- Supports multiple hardware architectures and operating systems such as Linux and Windows -- Offers a Bash-like interactive command line interface for users to run GRUB commands as well interact with configuration files -- Enables access to GRUB editor -- Supports setting of passwords with encryption for security -- Supports booting from a network combined with several other minor features +- 支持多重引导 +- 支持多重硬件结构和操作系统比如 Linux 和 Windows +- 提供一个类似 Bash 的交互式命令行界面从而用户可以和配置文件进行交互来运行 GRUB 命令。允许访问 GRUB 编辑器。 +- 支持通过安全加密设置密码 +- 支持从由一些次要特性组成的网络进行引导 +访问主页: -Visit Homepage: +### 2. LILO(Linux 载入程序) -### 2. LILO (Linux Loader) +LTIO 是一个简单但强大且非常稳定的 Linux 引导程序。由于 GRUB 有很大改善和增加了许多强大的特性,越来越受欢迎,因此 LTIO 在 Linux 用户中已经不是很受欢迎。 -LILO is a simple yet powerful and stable Linux boot loader. With the growing popularity and use of GRUB, which has come with numerous improvements and powerful features, LILO has become less popular among Linux users. +当 LTIO 引导的时候,单词 "LITO" 会出现在频幕上并且每一个字母在一个特别的事件发生之前或之后出现。然而,从 2015 年 12 月开始,LITO 的发展停止了,它有许多特性比如下面列举的: -While it loads, the word “LILO” is displayed on the screen and each letter appears before or after a particular event has occurred. However, the development of LILO was stopped in December 2015, it has a number of features as listed below: +- 不提供交互命令行界面 +- 支持一些错误代码 +- 提供无支持的网络引导 +- 所有的文件存储在驱动的最开始 1024 个柱面上 +- 面临 BTFS, GTP, RAID 等的限制 +访问主页: -- Does not offer an interactive command line interface -- Supports several error codes -- Offers no support for booting from a network -- All its files are stored in the first 1024 cylinders of a drive -- Faces limitation with BTFS, GPT and RAID plus many more. +### 3. BURG - 新的引导程序 -Visit Homepage: +以 GRUB 为基础, BURG 是一个相对来说很新的引导程序。由于 BURG 起源于 GRUB, 所以它装载有一些原始的 GRUB 特性。尽管如此, BURG 也提供了一些显著的特性,比如一种新的对象格式可以支持包括 Linux, Windows, Mac OS, FreeBSD 等的多重平台。 -### 3. BURG – New Boot Loader - -Based on GRUB, BURG is a relatively new Linux boot loader. Because it is derived from GRUB, it ships in with some of the primary GRUB features, nonetheless, it also offers remarkable features such as a new object format to support multiple platforms including Linux, Windows, Mac OS, FreeBSD and beyond. - -Additionally, it supports a highly configurable text and graphical mode boot menu, stream plus planned future improvements for it to work with various input/output devices. - -Visit Homepage: +另外,BURG 支持高配置文本和图标模式引导菜单,stream plus 计划未来针对它进行改进从而和不同的输入输出设备一同工作。 +访问主页: ### 4. Syslinux -Syslinux is an assortment of light weight boot loaders that enable booting from CD-ROMs, from a network and so on. It supports filesystems such as FAT for MS-DOS, and ext2, ext3, ext4 for Linux. It as well supports uncompressed single-device Btrfs. +Syslinux 是一种能从光盘驱动器、网络等进行引导的轻型引导程序。Syslinux 支持文件系统,比如 MS-DOS 上的 FAT, Linux 上的 ext2, ext3, ext4。Syslinux 也支持未压缩的单独设备 Btrfs。 +注意由于 Syslinux 仅能访问自己分区上的文件,因此不具备多重文件系统引导能力。 +访问主页: -Note that Syslinux only accesses files in its own partition, therefore, it does not offer multi-filesystem boot capabilities. +### 结论 -Visit Homepage: +一个引导程序允许你在你的机器上管理多重操作系统并在特定的时间选择其中一个使用。没有引导程序,你的机器就不能狗装载内核以及剩余部分的操作系统文件。 -### Conclusion - -A boot loader allows you to manage multiple operating systems on your machine and select which one to use at a particular time, without it, your machine can not load the kernel and the rest of the operating system files. - -Have we missed any tip-top Linux boot loader here? If so, then let us know by using the comment form below by making suggestions of any commendable boot loaders that can support Linux operating system. +我们是否遗漏了任何一流的 Linux 引导程序?如果有,在下面的评论表中填入值得赞扬的 Linux 系统引导程序,从而让我们知道。 -------------------------------------------------------------------------------- @@ -70,7 +62,7 @@ Have we missed any tip-top Linux boot loader here? If so, then let us know by us via: http://linoxide.com/firewall/pfsense-setup-basic-configuration/ 作者:[Aaron Kili][a] -译者:[译者ID](https://github.com/译者ID) +译者:[译者ucasFL](https://github.com/ucasFL) 校对:[校对者ID](https://github.com/校对者ID) 本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出 From f23d5036bd0976a645076332d5a541628610cce7 Mon Sep 17 00:00:00 2001 From: Lv Feng Date: Sun, 18 Sep 2016 15:14:41 +0800 Subject: [PATCH 07/16] =?UTF-8?q?=E7=BF=BB=E8=AF=91=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../20160827 4 Best Linux Boot Loaders.md | 68 +++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 translated/20160827 4 Best Linux Boot Loaders.md diff --git a/translated/20160827 4 Best Linux Boot Loaders.md b/translated/20160827 4 Best Linux Boot Loaders.md new file mode 100644 index 0000000000..616a894bd8 --- /dev/null +++ b/translated/20160827 4 Best Linux Boot Loaders.md @@ -0,0 +1,68 @@ +4 个最好的 Linux 引导程序 +==== + +当你打开你的机器,开机自检成功完成后,BIOS(基本输入输出系统)立即定位配置的引导介质,并从主引导记录(MBR)或 GUID(全局唯一标识符)分区表读取一些命令,这是引导介质的最前面 512 个字节。MBR(主引导记录)包含两个重要的信息集合,第一个是引导程序,第二个是分区表。 +### 什么是引导程序? + +引导程序是存储在 MBR(主引导记录)或 GUID(全局唯一标识符)分区表中的一个小程序,它可以帮助把操作系统装载到内存中。如果没有引导程序,那么你的操作系统将不能够装载到内存中。 + +有一些引导程序我们可以通过 Linux 同时安装在系统上,在这篇文章里,我将简要地谈论几个最好的 Linux 引导程序。 +### 1. GNU GRUB + +GNU GRUB 是一个非常受欢迎并且用得最多的多重引导 Linux 引导程序,它以原始的 Eirch Stefan Broleyn 发明的 GRUB(GRand Unified Bootlader)为基础。GNU GRUB 的到来伴随着一些改善的地方,新的特性和漏洞修复作为原始 GRUB 程序的增强。 + +重要的是,GRUB 2 现在已经取代了 GRUB。值得注意的是,GRUB 这个名字被重新命名给了 GRUB Legacy, 但没有积极发展,然而,它可以用来引导老的系统因为漏洞修复依然还在工作。 + +GRUB 具有下面一些显著的特性: + +- 支持多重引导 +- 支持多重硬件结构和操作系统比如 Linux 和 Windows +- 提供一个类似 Bash 的交互式命令行界面从而用户可以和配置文件进行交互来运行 GRUB 命令。允许访问 GRUB 编辑器。 +- 支持通过安全加密设置密码 +- 支持从由一些次要特性组成的网络进行引导 +访问主页: + +### 2. LILO(Linux 载入程序) + +LTIO 是一个简单但强大且非常稳定的 Linux 引导程序。由于 GRUB 有很大改善和增加了许多强大的特性,越来越受欢迎,因此 LTIO 在 Linux 用户中已经不是很受欢迎。 + +当 LTIO 引导的时候,单词 "LITO" 会出现在频幕上并且每一个字母在一个特别的事件发生之前或之后出现。然而,从 2015 年 12 月开始,LITO 的发展停止了,它有许多特性比如下面列举的: + +- 不提供交互命令行界面 +- 支持一些错误代码 +- 提供无支持的网络引导 +- 所有的文件存储在驱动的最开始 1024 个柱面上 +- 面临 BTFS, GTP, RAID 等的限制 +访问主页: + +### 3. BURG - 新的引导程序 + +以 GRUB 为基础, BURG 是一个相对来说很新的引导程序。由于 BURG 起源于 GRUB, 所以它装载有一些原始的 GRUB 特性。尽管如此, BURG 也提供了一些显著的特性,比如一种新的对象格式可以支持包括 Linux, Windows, Mac OS, FreeBSD 等的多重平台。 + +另外,BURG 支持高配置文本和图标模式引导菜单,stream plus 计划未来针对它进行改进从而和不同的输入输出设备一同工作。 +访问主页: + +### 4. Syslinux + +Syslinux 是一种能从光盘驱动器、网络等进行引导的轻型引导程序。Syslinux 支持文件系统,比如 MS-DOS 上的 FAT, Linux 上的 ext2, ext3, ext4。Syslinux 也支持未压缩的单独设备 Btrfs。 +注意由于 Syslinux 仅能访问自己分区上的文件,因此不具备多重文件系统引导能力。 +访问主页: + +### 结论 + +一个引导程序允许你在你的机器上管理多重操作系统并在特定的时间选择其中一个使用。没有引导程序,你的机器就不能狗装载内核以及剩余部分的操作系统文件。 + +我们是否遗漏了任何一流的 Linux 引导程序?如果有,在下面的评论表中填入值得赞扬的 Linux 系统引导程序,从而让我们知道。 + + +-------------------------------------------------------------------------------- + +via: http://linoxide.com/firewall/pfsense-setup-basic-configuration/ + +作者:[Aaron Kili][a] +译者:[译者ucasFL](https://github.com/ucasFL) +校对:[校对者ID](https://github.com/校对者ID) + +本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出 + +[a]: http://www.tecmint.com/best-linux-boot-loaders/ From c83dc99199676fc6d87a7be8808be2c1ac0677e3 Mon Sep 17 00:00:00 2001 From: Lv Feng Date: Sun, 18 Sep 2016 15:21:30 +0800 Subject: [PATCH 08/16] =?UTF-8?q?=E7=BF=BB=E8=AF=91=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../20160827 4 Best Linux Boot Loaders.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/translated/20160827 4 Best Linux Boot Loaders.md b/translated/20160827 4 Best Linux Boot Loaders.md index 616a894bd8..cca861a556 100644 --- a/translated/20160827 4 Best Linux Boot Loaders.md +++ b/translated/20160827 4 Best Linux Boot Loaders.md @@ -1,15 +1,15 @@ 4 个最好的 Linux 引导程序 ==== -当你打开你的机器,开机自检成功完成后,BIOS(基本输入输出系统)立即定位配置的引导介质,并从主引导记录(MBR)或 GUID(全局唯一标识符)分区表读取一些命令,这是引导介质的最前面 512 个字节。MBR(主引导记录)包含两个重要的信息集合,第一个是引导程序,第二个是分区表。 +当你打开你的机器,开机自检成功完成后,BIOS(基本输入输出系统)立即定位配置引导介质,并从主引导记录(MBR)或 GUID(全局唯一标识符)分区表读取一些命令,这是引导介质的最前面 512 个字节内容。MBR(主引导记录)包含两个重要的信息集合,第一个是引导程序,第二个是分区表。 ### 什么是引导程序? 引导程序是存储在 MBR(主引导记录)或 GUID(全局唯一标识符)分区表中的一个小程序,它可以帮助把操作系统装载到内存中。如果没有引导程序,那么你的操作系统将不能够装载到内存中。 -有一些引导程序我们可以通过 Linux 同时安装在系统上,在这篇文章里,我将简要地谈论几个最好的 Linux 引导程序。 +有一些引导程序我们可以同时安装在 Linux 系统上,在这篇文章里,我将简要地谈论几个最好的 Linux 引导程序。 ### 1. GNU GRUB -GNU GRUB 是一个非常受欢迎并且用得最多的多重引导 Linux 引导程序,它以原始的 Eirch Stefan Broleyn 发明的 GRUB(GRand Unified Bootlader)为基础。GNU GRUB 的到来伴随着一些改善的地方,新的特性和漏洞修复作为原始 GRUB 程序的增强。 +GNU GRUB 是一个非常受欢迎并且用得最多的具有多重引导能力的 Linux 引导程序,它以原始的 Eirch Stefan Broleyn 发明的 GRUB(GRand Unified Bootlader)为基础。GNU GRUB 的到来伴随着一些改进,新的特性和漏洞修复作为原始 GRUB 程序的增强。 重要的是,GRUB 2 现在已经取代了 GRUB。值得注意的是,GRUB 这个名字被重新命名给了 GRUB Legacy, 但没有积极发展,然而,它可以用来引导老的系统因为漏洞修复依然还在工作。 @@ -17,18 +17,19 @@ GRUB 具有下面一些显著的特性: - 支持多重引导 - 支持多重硬件结构和操作系统比如 Linux 和 Windows -- 提供一个类似 Bash 的交互式命令行界面从而用户可以和配置文件进行交互来运行 GRUB 命令。允许访问 GRUB 编辑器。 +- 提供一个类似 Bash 的交互式命令行界面从而用户可以和配置文件进行交互来运行 GRUB 命令。 +- 允许访问 GRUB 编辑器。 - 支持通过安全加密设置密码 - 支持从由一些次要特性组成的网络进行引导 访问主页: ### 2. LILO(Linux 载入程序) -LTIO 是一个简单但强大且非常稳定的 Linux 引导程序。由于 GRUB 有很大改善和增加了许多强大的特性,越来越受欢迎,因此 LTIO 在 Linux 用户中已经不是很受欢迎。 +LILO 是一个简单但强大且非常稳定的 Linux 引导程序。由于 GRUB 有很大改善和增加了许多强大的特性,越来越受欢迎,因此 LILO 在 Linux 用户中已经不是很受欢迎。 -当 LTIO 引导的时候,单词 "LITO" 会出现在频幕上并且每一个字母在一个特别的事件发生之前或之后出现。然而,从 2015 年 12 月开始,LITO 的发展停止了,它有许多特性比如下面列举的: +当 LILO 引导的时候,单词 "LILO" 会出现在频幕上并且每一个字母在一个特别的事件发生之前或之后出现。然而,从 2015 年 12 月开始,LILO 的发展停止了,它有许多特性比如下面列举的: -- 不提供交互命令行界面 +- 不提供交互式命令行界面 - 支持一些错误代码 - 提供无支持的网络引导 - 所有的文件存储在驱动的最开始 1024 个柱面上 @@ -37,7 +38,7 @@ LTIO 是一个简单但强大且非常稳定的 Linux 引导程序。由于 GRUB ### 3. BURG - 新的引导程序 -以 GRUB 为基础, BURG 是一个相对来说很新的引导程序。由于 BURG 起源于 GRUB, 所以它装载有一些原始的 GRUB 特性。尽管如此, BURG 也提供了一些显著的特性,比如一种新的对象格式可以支持包括 Linux, Windows, Mac OS, FreeBSD 等的多重平台。 +以 GRUB 为基础, BURG 是一个相对来说很新的引导程序。由于 BURG 起源于 GRUB, 所以它装载有一些原始的 GRUB 特性。尽管如此, BURG 也提供了一些显著的特性,比如一种新的对象格式可以支持包括 Linux, Windows, Mac OS, FreeBSD 等多重平台。 另外,BURG 支持高配置文本和图标模式引导菜单,stream plus 计划未来针对它进行改进从而和不同的输入输出设备一同工作。 访问主页: From ab0bd3df88f6de39ce008cc66f15546f1d88012b Mon Sep 17 00:00:00 2001 From: Lv Feng Date: Sun, 18 Sep 2016 15:24:09 +0800 Subject: [PATCH 09/16] Update 20160917 How to Install Latest XFCE Desktop in Ubuntu 16.04 and Fedora 22-24.md --- ... Latest XFCE Desktop in Ubuntu 16.04 and Fedora 22-24.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/translated/tech/20160917 How to Install Latest XFCE Desktop in Ubuntu 16.04 and Fedora 22-24.md b/translated/tech/20160917 How to Install Latest XFCE Desktop in Ubuntu 16.04 and Fedora 22-24.md index dc1ed1bf6f..c2478555cc 100644 --- a/translated/tech/20160917 How to Install Latest XFCE Desktop in Ubuntu 16.04 and Fedora 22-24.md +++ b/translated/tech/20160917 How to Install Latest XFCE Desktop in Ubuntu 16.04 and Fedora 22-24.md @@ -8,7 +8,7 @@ Xfce 是一款针对 Linux 系统的现代化轻型开源桌面环境,它在 ### XFCE 桌面的功能特性 -另外,它的一些显著的组成部分和功能特点列在下面: +另外,它的一些显著的组成部分和功能特性列在下面: - Xfwm windows manager - Thunar file manager - User session manger to deal with logins, power management and beyond @@ -19,6 +19,8 @@ Xfce 是一款针对 Linux 系统的现代化轻型开源桌面环境,它在 - Thunar 文件管理器 - 用户会话管理器:用来处理用户登录,电源管理及以后 - 桌面管理器:用来设置背景图片,桌面头像等更多操作 +- 运用管理器 +- Xfce 的最新稳定发行版是 Xfce 4.12, 它所有的功能特性和区别于旧版本的变化都列在了这儿。 @@ -70,6 +72,8 @@ $ sudo apt autoremove 然而,如果想再次和我们联系,你可以利用下面的反馈部分并且记得始终和 Tecmint 保持联系。 -------------------------------------------------------------------------------- + + via: http://linoxide.com/firewall/pfsense-setup-basic-configuration/ 作者:[Aaron Kili ][a] From cbbe38ab17df247f5699b8b05f3ee9e91bc89754 Mon Sep 17 00:00:00 2001 From: Lv Feng Date: Sun, 18 Sep 2016 15:27:14 +0800 Subject: [PATCH 10/16] =?UTF-8?q?=E7=BF=BB=E8=AF=91=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...test XFCE Desktop in Ubuntu 16.04 and Fedora 22-24.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/translated/tech/20160917 How to Install Latest XFCE Desktop in Ubuntu 16.04 and Fedora 22-24.md b/translated/tech/20160917 How to Install Latest XFCE Desktop in Ubuntu 16.04 and Fedora 22-24.md index c2478555cc..fe6937c8ab 100644 --- a/translated/tech/20160917 How to Install Latest XFCE Desktop in Ubuntu 16.04 and Fedora 22-24.md +++ b/translated/tech/20160917 How to Install Latest XFCE Desktop in Ubuntu 16.04 and Fedora 22-24.md @@ -9,18 +9,13 @@ Xfce 是一款针对 Linux 系统的现代化轻型开源桌面环境,它在 ### XFCE 桌面的功能特性 另外,它的一些显著的组成部分和功能特性列在下面: -- Xfwm windows manager -- Thunar file manager -- User session manger to deal with logins, power management and beyond -- Desktop manager for setting background image, desktop icons and many more -- An application manager -- It’s highly pluggable as well plus several other minor features + - Xfwm 窗口管理器 - Thunar 文件管理器 - 用户会话管理器:用来处理用户登录,电源管理及以后 - 桌面管理器:用来设置背景图片,桌面头像等更多操作 - 运用管理器 -- +- 它的高度可连接性也增加了一些其他次要功能特性 Xfce 的最新稳定发行版是 Xfce 4.12, 它所有的功能特性和区别于旧版本的变化都列在了这儿。 From 30d052fe48ed9f8b812e13b0d9208f23e9879a0b Mon Sep 17 00:00:00 2001 From: Lv Feng Date: Sun, 18 Sep 2016 15:31:21 +0800 Subject: [PATCH 11/16] Update 20160917 How to Install Latest XFCE Desktop in Ubuntu 16.04 and Fedora 22-24.md --- ...t XFCE Desktop in Ubuntu 16.04 and Fedora 22-24.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/translated/tech/20160917 How to Install Latest XFCE Desktop in Ubuntu 16.04 and Fedora 22-24.md b/translated/tech/20160917 How to Install Latest XFCE Desktop in Ubuntu 16.04 and Fedora 22-24.md index fe6937c8ab..66410abe3c 100644 --- a/translated/tech/20160917 How to Install Latest XFCE Desktop in Ubuntu 16.04 and Fedora 22-24.md +++ b/translated/tech/20160917 How to Install Latest XFCE Desktop in Ubuntu 16.04 and Fedora 22-24.md @@ -27,7 +27,7 @@ $ sudo apt update $ sudo apt install xfce4 ``` -等待安装进程结束,然后退出当前会话或者你也可以选择重启系统。在登录界面,选择 Xfce 桌面,然后在像下面这样的频幕截图中登录: +等待安装进程结束,然后退出当前会话或者你也可以选择重启系统。在登录界面,选择 Xfce 桌面,然后在像下面的频幕截图这样登录: ![](http://www.tecmint.com/wp-content/uploads/2016/09/Select-Xfce-Desktop-at-Login.png) ![](http://www.tecmint.com/wp-content/uploads/2016/09/XFCE-Desktop.png) @@ -37,9 +37,9 @@ $ sudo apt install xfce4 如果你想在现存 Linux 分支 Fedora 上安装 xfce 桌面,那么你可以使用下面展示的 yum 或 dnf 命令。 ``` --------------------- On Fedora 22 -------------------- +-------------------- 在 Fedora 22 上 -------------------- # yum install @xfce --------------------- On Fedora 23-24 -------------------- +-------------------- 在 Fedora 23-24 上 -------------------- # dnf install @xfce-desktop-environment ``` @@ -64,7 +64,10 @@ $ sudo apt autoremove 在这个简单的入门指南中,我们讲解了如何安装最新版 Xfce 桌面的步骤,我相信这很容易掌握。如果一切进行良好,你可以享受一下使用 xfce, 作为其中一个 [best desktop environments for Linux systems](Linux 系统上最好的桌面环境)[1]. -然而,如果想再次和我们联系,你可以利用下面的反馈部分并且记得始终和 Tecmint 保持联系。 +然而,如果想再次和我们联系,你可以通过下面的反馈环节并且记得始终和 Tecmint 保持联系。 + + + -------------------------------------------------------------------------------- From 86f6712011f8b87915cd258dd2b73634a6ab7909 Mon Sep 17 00:00:00 2001 From: Lv Feng Date: Sun, 18 Sep 2016 15:32:12 +0800 Subject: [PATCH 12/16] =?UTF-8?q?=E7=BF=BB=E8=AF=91=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...tall Latest XFCE Desktop in Ubuntu 16.04 and Fedora 22-24.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translated/tech/20160917 How to Install Latest XFCE Desktop in Ubuntu 16.04 and Fedora 22-24.md b/translated/tech/20160917 How to Install Latest XFCE Desktop in Ubuntu 16.04 and Fedora 22-24.md index 66410abe3c..9fd14df5df 100644 --- a/translated/tech/20160917 How to Install Latest XFCE Desktop in Ubuntu 16.04 and Fedora 22-24.md +++ b/translated/tech/20160917 How to Install Latest XFCE Desktop in Ubuntu 16.04 and Fedora 22-24.md @@ -62,7 +62,7 @@ $ sudo apt autoremove ``` -在这个简单的入门指南中,我们讲解了如何安装最新版 Xfce 桌面的步骤,我相信这很容易掌握。如果一切进行良好,你可以享受一下使用 xfce, 作为其中一个 [best desktop environments for Linux systems](Linux 系统上最好的桌面环境)[1]. +在这个简单的入门指南中,我们讲解了如何安装最新版 Xfce 桌面的步骤,我相信这很容易掌握。如果一切进行良好,你可以享受一下使用 xfce, 作为其中一个 [best desktop environments for Linux systems][1]. 然而,如果想再次和我们联系,你可以通过下面的反馈环节并且记得始终和 Tecmint 保持联系。 From 25b88c47df8814d0e9e2ad4a0871ce8e052575e5 Mon Sep 17 00:00:00 2001 From: Lv Feng Date: Sun, 18 Sep 2016 15:36:45 +0800 Subject: [PATCH 13/16] =?UTF-8?q?=E7=BF=BB=E8=AF=91=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...160828 4 Best Linux Boot Loaders.md | 71 +++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 translated/tech/20160828 4 Best Linux Boot Loaders.md diff --git a/translated/tech/20160828 4 Best Linux Boot Loaders.md b/translated/tech/20160828 4 Best Linux Boot Loaders.md new file mode 100644 index 0000000000..d8a19c19ac --- /dev/null +++ b/translated/tech/20160828 4 Best Linux Boot Loaders.md @@ -0,0 +1,71 @@ + + +4 个最好的 Linux 引导程序 +==== + +当你打开你的机器,开机自检成功完成后,BIOS(基本输入输出系统)立即定位配置引导介质,并从主引导记录(MBR)或 GUID(全局唯一标识符)分区表读取一些命令,这是引导介质的最前面 512 个字节内容。MBR(主引导记录)包含两个重要的信息集合,第一个是引导程序,第二个是分区表。 +### 什么是引导程序? + +引导程序是存储在 MBR(主引导记录)或 GUID(全局唯一标识符)分区表中的一个小程序,它可以帮助把操作系统装载到内存中。如果没有引导程序,那么你的操作系统将不能够装载到内存中。 + +有一些引导程序我们可以同时安装在 Linux 系统上,在这篇文章里,我将简要地谈论几个最好的 Linux 引导程序。 +### 1. GNU GRUB + +GNU GRUB 是一个非常受欢迎并且用得最多的具有多重引导能力的 Linux 引导程序,它以原始的 Eirch Stefan Broleyn 发明的 GRUB(GRand Unified Bootlader)为基础。GNU GRUB 的到来伴随着一些改进,新的特性和漏洞修复作为原始 GRUB 程序的增强。 + +重要的是,GRUB 2 现在已经取代了 GRUB。值得注意的是,GRUB 这个名字被重新命名给了 GRUB Legacy, 但没有积极发展,然而,它可以用来引导老的系统因为漏洞修复依然还在工作。 + +GRUB 具有下面一些显著的特性: + +- 支持多重引导 +- 支持多重硬件结构和操作系统比如 Linux 和 Windows +- 提供一个类似 Bash 的交互式命令行界面从而用户可以和配置文件进行交互来运行 GRUB 命令。 +- 允许访问 GRUB 编辑器。 +- 支持通过安全加密设置密码 +- 支持从由一些次要特性组成的网络进行引导 +访问主页: + +### 2. LILO(Linux 载入程序) + +LILO 是一个简单但强大且非常稳定的 Linux 引导程序。由于 GRUB 有很大改善和增加了许多强大的特性,越来越受欢迎,因此 LILO 在 Linux 用户中已经不是很受欢迎。 + +当 LILO 引导的时候,单词 "LILO" 会出现在频幕上并且每一个字母在一个特别的事件发生之前或之后出现。然而,从 2015 年 12 月开始,LILO 的发展停止了,它有许多特性比如下面列举的: + +- 不提供交互式命令行界面 +- 支持一些错误代码 +- 提供无支持的网络引导 +- 所有的文件存储在驱动的最开始 1024 个柱面上 +- 面临 BTFS, GTP, RAID 等的限制 +访问主页: + +### 3. BURG - 新的引导程序 + +以 GRUB 为基础, BURG 是一个相对来说很新的引导程序。由于 BURG 起源于 GRUB, 所以它装载有一些原始的 GRUB 特性。尽管如此, BURG 也提供了一些显著的特性,比如一种新的对象格式可以支持包括 Linux, Windows, Mac OS, FreeBSD 等多重平台。 + +另外,BURG 支持高配置文本和图标模式引导菜单,stream plus 计划未来针对它进行改进从而和不同的输入输出设备一同工作。 +访问主页: + +### 4. Syslinux + +Syslinux 是一种能从光盘驱动器、网络等进行引导的轻型引导程序。Syslinux 支持文件系统,比如 MS-DOS 上的 FAT, Linux 上的 ext2, ext3, ext4。Syslinux 也支持未压缩的单独设备 Btrfs。 +注意由于 Syslinux 仅能访问自己分区上的文件,因此不具备多重文件系统引导能力。 +访问主页: + +### 结论 + +一个引导程序允许你在你的机器上管理多重操作系统并在特定的时间选择其中一个使用。没有引导程序,你的机器就不能狗装载内核以及剩余部分的操作系统文件。 + +我们是否遗漏了任何一流的 Linux 引导程序?如果有,在下面的评论表中填入值得赞扬的 Linux 系统引导程序,从而让我们知道。 + + +-------------------------------------------------------------------------------- + +via: http://linoxide.com/firewall/pfsense-setup-basic-configuration/ + +作者:[Aaron Kili][a] +译者:[译者ucasFL](https://github.com/ucasFL) +校对:[校对者ID](https://github.com/校对者ID) + +本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出 + +[a]: http://www.tecmint.com/best-linux-boot-loaders/ From 47c1f7db5efe94e81b8d6573854653a1319b5a79 Mon Sep 17 00:00:00 2001 From: Lv Feng Date: Sun, 18 Sep 2016 15:37:25 +0800 Subject: [PATCH 14/16] Delete 20160827 4 Best Linux Boot Loaders.md --- .../20160827 4 Best Linux Boot Loaders.md | 69 ------------------- 1 file changed, 69 deletions(-) delete mode 100644 translated/20160827 4 Best Linux Boot Loaders.md diff --git a/translated/20160827 4 Best Linux Boot Loaders.md b/translated/20160827 4 Best Linux Boot Loaders.md deleted file mode 100644 index cca861a556..0000000000 --- a/translated/20160827 4 Best Linux Boot Loaders.md +++ /dev/null @@ -1,69 +0,0 @@ -4 个最好的 Linux 引导程序 -==== - -当你打开你的机器,开机自检成功完成后,BIOS(基本输入输出系统)立即定位配置引导介质,并从主引导记录(MBR)或 GUID(全局唯一标识符)分区表读取一些命令,这是引导介质的最前面 512 个字节内容。MBR(主引导记录)包含两个重要的信息集合,第一个是引导程序,第二个是分区表。 -### 什么是引导程序? - -引导程序是存储在 MBR(主引导记录)或 GUID(全局唯一标识符)分区表中的一个小程序,它可以帮助把操作系统装载到内存中。如果没有引导程序,那么你的操作系统将不能够装载到内存中。 - -有一些引导程序我们可以同时安装在 Linux 系统上,在这篇文章里,我将简要地谈论几个最好的 Linux 引导程序。 -### 1. GNU GRUB - -GNU GRUB 是一个非常受欢迎并且用得最多的具有多重引导能力的 Linux 引导程序,它以原始的 Eirch Stefan Broleyn 发明的 GRUB(GRand Unified Bootlader)为基础。GNU GRUB 的到来伴随着一些改进,新的特性和漏洞修复作为原始 GRUB 程序的增强。 - -重要的是,GRUB 2 现在已经取代了 GRUB。值得注意的是,GRUB 这个名字被重新命名给了 GRUB Legacy, 但没有积极发展,然而,它可以用来引导老的系统因为漏洞修复依然还在工作。 - -GRUB 具有下面一些显著的特性: - -- 支持多重引导 -- 支持多重硬件结构和操作系统比如 Linux 和 Windows -- 提供一个类似 Bash 的交互式命令行界面从而用户可以和配置文件进行交互来运行 GRUB 命令。 -- 允许访问 GRUB 编辑器。 -- 支持通过安全加密设置密码 -- 支持从由一些次要特性组成的网络进行引导 -访问主页: - -### 2. LILO(Linux 载入程序) - -LILO 是一个简单但强大且非常稳定的 Linux 引导程序。由于 GRUB 有很大改善和增加了许多强大的特性,越来越受欢迎,因此 LILO 在 Linux 用户中已经不是很受欢迎。 - -当 LILO 引导的时候,单词 "LILO" 会出现在频幕上并且每一个字母在一个特别的事件发生之前或之后出现。然而,从 2015 年 12 月开始,LILO 的发展停止了,它有许多特性比如下面列举的: - -- 不提供交互式命令行界面 -- 支持一些错误代码 -- 提供无支持的网络引导 -- 所有的文件存储在驱动的最开始 1024 个柱面上 -- 面临 BTFS, GTP, RAID 等的限制 -访问主页: - -### 3. BURG - 新的引导程序 - -以 GRUB 为基础, BURG 是一个相对来说很新的引导程序。由于 BURG 起源于 GRUB, 所以它装载有一些原始的 GRUB 特性。尽管如此, BURG 也提供了一些显著的特性,比如一种新的对象格式可以支持包括 Linux, Windows, Mac OS, FreeBSD 等多重平台。 - -另外,BURG 支持高配置文本和图标模式引导菜单,stream plus 计划未来针对它进行改进从而和不同的输入输出设备一同工作。 -访问主页: - -### 4. Syslinux - -Syslinux 是一种能从光盘驱动器、网络等进行引导的轻型引导程序。Syslinux 支持文件系统,比如 MS-DOS 上的 FAT, Linux 上的 ext2, ext3, ext4。Syslinux 也支持未压缩的单独设备 Btrfs。 -注意由于 Syslinux 仅能访问自己分区上的文件,因此不具备多重文件系统引导能力。 -访问主页: - -### 结论 - -一个引导程序允许你在你的机器上管理多重操作系统并在特定的时间选择其中一个使用。没有引导程序,你的机器就不能狗装载内核以及剩余部分的操作系统文件。 - -我们是否遗漏了任何一流的 Linux 引导程序?如果有,在下面的评论表中填入值得赞扬的 Linux 系统引导程序,从而让我们知道。 - - --------------------------------------------------------------------------------- - -via: http://linoxide.com/firewall/pfsense-setup-basic-configuration/ - -作者:[Aaron Kili][a] -译者:[译者ucasFL](https://github.com/ucasFL) -校对:[校对者ID](https://github.com/校对者ID) - -本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出 - -[a]: http://www.tecmint.com/best-linux-boot-loaders/ From a1f40ddd5e8181e6437e6300112cc5654e7180da Mon Sep 17 00:00:00 2001 From: Lv Feng Date: Sun, 18 Sep 2016 15:38:40 +0800 Subject: [PATCH 15/16] Delete 20160827 4 Best Linux Boot Loaders.md --- .../20160827 4 Best Linux Boot Loaders.md | 70 ------------------- 1 file changed, 70 deletions(-) delete mode 100644 sources/tech/20160827 4 Best Linux Boot Loaders.md diff --git a/sources/tech/20160827 4 Best Linux Boot Loaders.md b/sources/tech/20160827 4 Best Linux Boot Loaders.md deleted file mode 100644 index b3bf09cb8d..0000000000 --- a/sources/tech/20160827 4 Best Linux Boot Loaders.md +++ /dev/null @@ -1,70 +0,0 @@ -translating by ucasFL - -4 个最好的 Linux 引导程序 -==== - -当你打开你的机器,开机自检成功完成后,BIOS(基本输入输出系统)立即定位配置的引导介质,并从主引导记录(MBR)或 GUID(全局唯一标识符)分区表读取一些命令,这是引导介质的最前面 512 个字节。MBR(主引导记录)包含两个重要的信息集合,第一个是引导程序,第二个是分区表。 -### 什么是引导程序? - -引导程序是存储在 MBR(主引导记录)或 GUID(全局唯一标识符)分区表中的一个小程序,它可以帮助把操作系统装载到内存中。如果没有引导程序,那么你的操作系统将不能够装载到内存中。 - -有一些引导程序我们可以通过 Linux 同时安装在系统上,在这篇文章里,我将简要地谈论几个最好的 Linux 引导程序。 -### 1. GNU GRUB - -GNU GRUB 是一个非常受欢迎并且用得最多的多重引导 Linux 引导程序,它以原始的 Eirch Stefan Broleyn 发明的 GRUB(GRand Unified Bootlader)为基础。GNU GRUB 的到来伴随着一些改善的地方,新的特性和漏洞修复作为原始 GRUB 程序的增强。 - -重要的是,GRUB 2 现在已经取代了 GRUB。值得注意的是,GRUB 这个名字被重新命名给了 GRUB Legacy, 但没有积极发展,然而,它可以用来引导老的系统因为漏洞修复依然还在工作。 - -GRUB 具有下面一些显著的特性: - -- 支持多重引导 -- 支持多重硬件结构和操作系统比如 Linux 和 Windows -- 提供一个类似 Bash 的交互式命令行界面从而用户可以和配置文件进行交互来运行 GRUB 命令。允许访问 GRUB 编辑器。 -- 支持通过安全加密设置密码 -- 支持从由一些次要特性组成的网络进行引导 -访问主页: - -### 2. LILO(Linux 载入程序) - -LTIO 是一个简单但强大且非常稳定的 Linux 引导程序。由于 GRUB 有很大改善和增加了许多强大的特性,越来越受欢迎,因此 LTIO 在 Linux 用户中已经不是很受欢迎。 - -当 LTIO 引导的时候,单词 "LITO" 会出现在频幕上并且每一个字母在一个特别的事件发生之前或之后出现。然而,从 2015 年 12 月开始,LITO 的发展停止了,它有许多特性比如下面列举的: - -- 不提供交互命令行界面 -- 支持一些错误代码 -- 提供无支持的网络引导 -- 所有的文件存储在驱动的最开始 1024 个柱面上 -- 面临 BTFS, GTP, RAID 等的限制 -访问主页: - -### 3. BURG - 新的引导程序 - -以 GRUB 为基础, BURG 是一个相对来说很新的引导程序。由于 BURG 起源于 GRUB, 所以它装载有一些原始的 GRUB 特性。尽管如此, BURG 也提供了一些显著的特性,比如一种新的对象格式可以支持包括 Linux, Windows, Mac OS, FreeBSD 等的多重平台。 - -另外,BURG 支持高配置文本和图标模式引导菜单,stream plus 计划未来针对它进行改进从而和不同的输入输出设备一同工作。 -访问主页: - -### 4. Syslinux - -Syslinux 是一种能从光盘驱动器、网络等进行引导的轻型引导程序。Syslinux 支持文件系统,比如 MS-DOS 上的 FAT, Linux 上的 ext2, ext3, ext4。Syslinux 也支持未压缩的单独设备 Btrfs。 -注意由于 Syslinux 仅能访问自己分区上的文件,因此不具备多重文件系统引导能力。 -访问主页: - -### 结论 - -一个引导程序允许你在你的机器上管理多重操作系统并在特定的时间选择其中一个使用。没有引导程序,你的机器就不能狗装载内核以及剩余部分的操作系统文件。 - -我们是否遗漏了任何一流的 Linux 引导程序?如果有,在下面的评论表中填入值得赞扬的 Linux 系统引导程序,从而让我们知道。 - - --------------------------------------------------------------------------------- - -via: http://linoxide.com/firewall/pfsense-setup-basic-configuration/ - -作者:[Aaron Kili][a] -译者:[译者ucasFL](https://github.com/ucasFL) -校对:[校对者ID](https://github.com/校对者ID) - -本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出 - -[a]: http://www.tecmint.com/best-linux-boot-loaders/ From 43078528ba87d0aaccf867b19e425fd877e3de47 Mon Sep 17 00:00:00 2001 From: Lv Feng Date: Mon, 19 Sep 2016 16:44:31 +0800 Subject: [PATCH 16/16] =?UTF-8?q?ucasFL=20=E7=BF=BB=E8=AF=91=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../20160914 How to Speed Up LibreOffice with 4 Simple Steps.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sources/tech/20160914 How to Speed Up LibreOffice with 4 Simple Steps.md b/sources/tech/20160914 How to Speed Up LibreOffice with 4 Simple Steps.md index a3dc030f3d..7dc5ea0424 100644 --- a/sources/tech/20160914 How to Speed Up LibreOffice with 4 Simple Steps.md +++ b/sources/tech/20160914 How to Speed Up LibreOffice with 4 Simple Steps.md @@ -1,3 +1,5 @@ + +translating by ucasFL How to Speed Up LibreOffice with 4 Simple Steps ====