mirror of
https://github.com/LCTT/TranslateProject.git
synced 2025-03-15 01:50:08 +08:00
Translated
This commit is contained in:
parent
baf9c61dde
commit
91353f72a5
@ -1,267 +0,0 @@
|
||||
ucasFL translating
|
||||
Installation of Devuan Linux (Fork of Debian)
|
||||
============================================================
|
||||
|
||||
|
||||
Devuan Linux, the most recent fork of Debian, is a version of Debian that is designed to be completely free of systemd.
|
||||
|
||||
Devuan was announced towards the end of 2014 and has been actively developed over that time. The most recently release is the beta2 release of codenamed: Jessie (Yes the same name as the current stable version of Debian).
|
||||
|
||||
The final release for the current stable release is said to be ready in early 2017\. To read more about the project please visit the community’s home page: [https://devuan.org/][1].
|
||||
|
||||
This article will walk through the installation of Devuan’s current release. Most of the packages available in Debian are available in Devuan allowing for a fairly seamless transition for Debian users to Devuan should they prefer the freedom to choose their initialization system.
|
||||
|
||||
#### System Requirements
|
||||
|
||||
Devuan, like Debian. Is very light on system requirements. The biggest determining factor is the desktop environment the user wishes to use. This guide will assume that the user would like a ‘flashier’ desktop environment and will suggest the following minimums:
|
||||
|
||||
1. At least 15GB of disk space; strongly encouraged to have more
|
||||
2. At least 2GB of ram; more is encouraged
|
||||
3. USB or CD/DVD boot support
|
||||
4. Internet connection; installer will download files from the Internet
|
||||
|
||||
### Devuan Linux Installation
|
||||
|
||||
As with all of the author’s guides, this guide will be assuming that a USB drive is available to use as the installation media. Take note that the USB drive should be as close to 4/8GB as possible and ALL DATA WILL BE REMOVED!
|
||||
|
||||
The author has had issues with larger USB drives but some may still work. Regardless, following the next few steps WILL RESULT IN DATA LOSS ON THE USB DRIVE.
|
||||
|
||||
Please be sure to backup all data before proceeding. This bootable Kali Linux USB drive is going to be created from another Linux machine.
|
||||
|
||||
1. First obtain the latest release of Devuan installation ISO from [https://devuan.org/][2] or you can obtain from a Linux station, type the following commands:
|
||||
|
||||
```
|
||||
$ cd ~/Downloads
|
||||
$ wget -c https://files.devuan.org/devuan_jessie_beta/devuan_jessie_1.0.0-beta2_amd64_CD.iso
|
||||
```
|
||||
|
||||
2. The commands above will download the installer ISO file to the user’s ‘Downloads’ folder. The next process is to write the ISO to a USB drive to boot the installer.
|
||||
|
||||
To accomplish this we can use the `'dd'` tool within Linux. First, the disk name needs to be located with [lsblk command][3] though.
|
||||
|
||||
```
|
||||
$ lsblk
|
||||
```
|
||||
[
|
||||

|
||||
][4]
|
||||
|
||||
Find Device Name in Linux
|
||||
|
||||
With the name of the USB drive determined as `/dev/sdc`, the Devuan ISO can be written to the drive with the `dd` tool.
|
||||
|
||||
```
|
||||
$ sudo dd if=~/Downloads/devuan_jessie_1.0.0-beta2_amd64_CD.iso of=/dev/sdc
|
||||
```
|
||||
|
||||
Important: The above command requires root privileges so utilize ‘sudo’ or login as the root user to run the command. Also this command will REMOVE EVERYTHING on the USB drive. Be sure to backup needed data.
|
||||
|
||||
3. Once the ISO is copied over to the USB drive, plug the USB drive into the respective computer that Devuan should be installed upon and proceed to boot to the USB drive.
|
||||
|
||||
Upon successful booting to the USB drive, the user will be presented with the following screen and should proceed with the ‘Install’ or ‘Graphical Install’ options.
|
||||
|
||||
This guide will be using the ‘Graphical Install’ method.
|
||||
|
||||
[
|
||||

|
||||
][5]
|
||||
|
||||
Devuan Graphic Installation
|
||||
|
||||
4. Allow the installer to boot to the localization menus. Once here the user will be prompted with a string of windows asking about the user’s keyboard layout and language. Simply select the desired options to continue.
|
||||
|
||||
[
|
||||

|
||||
][6]
|
||||
|
||||
Devuan Language Selection
|
||||
|
||||
[
|
||||

|
||||
][7]
|
||||
|
||||
Devuan Location Selection
|
||||
|
||||
[
|
||||

|
||||
][8]
|
||||
|
||||
Devuan Keyboard Configuration
|
||||
|
||||
5. The next step is to provide the installer with the hostname and domain name that this machine will be a member.
|
||||
|
||||
The hostname should be something unique but the domain can be left blank if the computer won’t be part of a domain.
|
||||
|
||||
[
|
||||

|
||||
][9]
|
||||
|
||||
Set Devuan Linux Hostname
|
||||
|
||||
[
|
||||

|
||||
][10]
|
||||
|
||||
Set Devuan Linux Domain Name
|
||||
|
||||
6. Once the hostname and domain name information have been provided the installer will want the user to provide a ‘root’ user password.
|
||||
|
||||
Take note to remember this password as it will be required to do administrative tasks on this Devuan machine! Devuan doesn’t install the sudo package by default so the admin user will be ‘root’ when this installation finishes.
|
||||
|
||||
[
|
||||

|
||||
][11]
|
||||
|
||||
Setup Devuan Linux Root User
|
||||
|
||||
7. The next series of questions will be for the creation of a non-root user. It is always a good to avoid using your system as the root user whenever possible. The installer will prompt for the creation of a non-root user at this point.
|
||||
|
||||
[
|
||||

|
||||
][12]
|
||||
|
||||
Setup Devuan Linux User Account
|
||||
|
||||
8. Once the root user password and user creation prompts have completed, the installer will request that the clock be [set up with NTP][13].
|
||||
|
||||
Again a connection to the internet will be required in order for this to work for most systems!
|
||||
|
||||
[
|
||||

|
||||
][14]
|
||||
|
||||
Devuan Linux Timezone Setup
|
||||
|
||||
9. The next step will be the act of partitioning the system. For most user’s ‘Guided – use entire disk’ is typically sufficient. However, if advanced partitioning is desired, this would be the time to set them up.
|
||||
|
||||
[
|
||||

|
||||
][15]
|
||||
|
||||
Devuan Linux Partitioning
|
||||
|
||||
Be sure to confirm the partition changes after clicking continue above in order to write the partitions to the disk!
|
||||
|
||||
10. Once the partitioning is completed, the installer will begin to install the base files for Devuan. This process will take a few minutes but will stop when the system is ready to configure a network mirror (software repository). Most users will want to click ‘yes’ when prompted to use a network mirror.
|
||||
|
||||
[
|
||||

|
||||
][16]
|
||||
|
||||
Devuan Linux Configure Package Manager
|
||||
|
||||
Clicking `yes` here will present the user with a list of network mirrors by country. It is typically best to pick the mirror that is geographically closest to the machines location.
|
||||
|
||||
[
|
||||

|
||||
][17]
|
||||
|
||||
Devuan Linux Mirror Selection
|
||||
|
||||
[
|
||||

|
||||
][18]
|
||||
|
||||
Devuan Linux Mirrors
|
||||
|
||||
11. The next screen is the traditional Debian ‘popularity contest’ all this does is track what packages are downloaded for statistics on package usage.
|
||||
|
||||
This can be enabled or disabled to the administrator’s preference during the installation process.
|
||||
|
||||
[
|
||||

|
||||
][19]
|
||||
|
||||
Configure Devuan Linux Popularity Contest
|
||||
|
||||
12. After a brief scan of the repositories and a couple of package updates, the installer will present the user with a list of software packages that can be installed to provide a Desktop Environment, SSH access, and other system tools.
|
||||
|
||||
While Devuan has some of the major Desktop Environments listed, it should be noted that not all of them are ready for use in Devuan yet. The author has had good luck with Xfce, LXDE, and Mate in Devuan (Future articles will walk the user through how to install Enlightenment from source in Devuan as well).
|
||||
|
||||
If interested in installing a different Desktop Environment, un-check the ‘Devuan Desktop Environment’ check box.
|
||||
|
||||
[
|
||||

|
||||
][20]
|
||||
|
||||
Devuan Linux Software Selection
|
||||
|
||||
Depending on the number of items selected in the above installer screen, there may be a couple of minutes of downloads and installations taking place.
|
||||
|
||||
When all the software installation is completed, the installer will prompt the user for the location to install ‘grub’. This is typically done on ‘/dev/sda’ as well.
|
||||
|
||||
[
|
||||

|
||||
][21]
|
||||
|
||||
Devuan Linux Grub Install
|
||||
|
||||
[
|
||||

|
||||
][22]
|
||||
|
||||
Devuan Linux Grub Install Disk
|
||||
|
||||
13. After GRUB successfully installs to the boot drive, the installer will alert the user that the installation is complete and to reboot the system.
|
||||
|
||||
[
|
||||

|
||||
][23]
|
||||
|
||||
Devuan Linux Installation Completes
|
||||
|
||||
14. Assuming that the installation was indeed successful, the system should either boot into the chosen Desktop Environment or if no Desktop Environment was selected, the machine will boot to a text based console.
|
||||
|
||||
[
|
||||

|
||||
][24]
|
||||
|
||||
Devuan Linux Console
|
||||
|
||||
This concludes the installation of the latest version of Devuan Linux. The next article in this short series will cover the [installation of the Enlightenment Desktop Environment][25] from source code on a Devuan system. Please let Tecmint know if you have any issues or questions and thanks for reading!
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
作者简介:
|
||||
|
||||
He is an Instructor of Computer Technology with Ball State University where he currently teaches all of the departments Linux courses and co-teaches Cisco networking courses. He is an avid Debian user as well as many of the derivatives of Debian such as Mint, Ubuntu, and Kali. Rob holds a Masters in Information and Communication Sciences as well as several industry certifications from Cisco, EC-Council, and Linux Foundation.
|
||||
|
||||
-----------------------------
|
||||
|
||||
via: http://www.tecmint.com/installation-of-devuan-linux/
|
||||
|
||||
作者:[Rob Turner ][a]
|
||||
译者:[译者ID](https://github.com/译者ID)
|
||||
校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
|
||||
|
||||
[a]:http://www.tecmint.com/author/robturner/
|
||||
[1]:https://devuan.org/
|
||||
[2]:https://devuan.org/
|
||||
[3]:http://www.tecmint.com/find-usb-device-name-in-linux/
|
||||
[4]:http://www.tecmint.com/wp-content/uploads/2017/03/Find-Device-Name-in-Linux.png
|
||||
[5]:http://www.tecmint.com/wp-content/uploads/2017/03/Devuan-Graphic-Installation.png
|
||||
[6]:http://www.tecmint.com/wp-content/uploads/2017/03/Devuan-Language-Selection.png
|
||||
[7]:http://www.tecmint.com/wp-content/uploads/2017/03/Devuan-Location-Selection.png
|
||||
[8]:http://www.tecmint.com/wp-content/uploads/2017/03/Devuan-Keyboard-Configuration.png
|
||||
[9]:http://www.tecmint.com/wp-content/uploads/2017/03/Set-Devuan-Linux-Hostname.png
|
||||
[10]:http://www.tecmint.com/wp-content/uploads/2017/03/Set-Devuan-Linux-Domain-Name.png
|
||||
[11]:http://www.tecmint.com/wp-content/uploads/2017/03/Setup-Devuan-Linux-Root-User.png
|
||||
[12]:http://www.tecmint.com/wp-content/uploads/2017/03/Setup-Devuan-Linux-User-Account.png
|
||||
[13]:http://www.tecmint.com/install-and-configure-ntp-server-client-in-debian/
|
||||
[14]:http://www.tecmint.com/wp-content/uploads/2017/03/Configure-Clock-on-Devuan-Linux.png
|
||||
[15]:http://www.tecmint.com/wp-content/uploads/2017/03/Devuan-Linux-Partitioning.png
|
||||
[16]:http://www.tecmint.com/wp-content/uploads/2017/03/Devuan-Linux-Configure-Package-Manager.png
|
||||
[17]:http://www.tecmint.com/wp-content/uploads/2017/03/Devuan-Linux-Mirror-Selection.png
|
||||
[18]:http://www.tecmint.com/wp-content/uploads/2017/03/Devuan-Linux-Mirrors.png
|
||||
[19]:http://www.tecmint.com/wp-content/uploads/2017/03/Configure-Devuan-Linux-Popularity-Contest.png
|
||||
[20]:http://www.tecmint.com/wp-content/uploads/2017/03/Devuan-Linux-Software-Selection.png
|
||||
[21]:http://www.tecmint.com/wp-content/uploads/2017/03/Devuan-Linux-Grub-Install.png
|
||||
[22]:http://www.tecmint.com/wp-content/uploads/2017/03/Devuan-Linux-Grub-Install-Disk.png
|
||||
[23]:http://www.tecmint.com/wp-content/uploads/2017/03/Devuan-Linux-Installation-Completes.png
|
||||
[24]:http://www.tecmint.com/wp-content/uploads/2017/03/Devuan-Linux-Console.png
|
||||
[25]:http://www.tecmint.com/install-enlightenment-on-devuan-linux/
|
||||
[26]:http://www.tecmint.com/author/robturner/
|
||||
[27]:http://www.tecmint.com/10-useful-free-linux-ebooks-for-newbies-and-administrators/
|
||||
[28]:http://www.tecmint.com/free-linux-shell-scripting-books/
|
@ -0,0 +1,266 @@
|
||||
如何安装 Devuan Linux (Debian 的复刻)
|
||||
============================================================
|
||||
|
||||
|
||||
Devuan Linux 是 Debian 最新的复刻,是基于 Debian 的一个被设计为完全自由的系统版本。
|
||||
|
||||
据宣布,在 2014 年年底那段时间已经开发出 Devuan 。最新的发行版本是 beta2,发行代号为: Jessie (和当前 Debian 的稳定版同名)。
|
||||
|
||||
当前稳定版的最后发行据说会在 2017 年初。如果想了解关于该项目的更多信息,请访问社区官网:[https://devuan.org/][1] 。
|
||||
|
||||
本文将阐述 Devuan 当前发行版的安装。在 Debian 上可用的大多数包在 Devuan 上也是可用的,这有利于用户从 Debian 到 Devuan 的无缝过渡,他们应该更喜欢自由选择自己的初始化系统。
|
||||
|
||||
#### 系统要求
|
||||
|
||||
Devuan 和 Debian 类似,对系统的要求非常低。最大的决定性因素是,用户希望使用什么样的桌面环境。这篇指南假设用户将使用一个“虚拟”桌面环境,建议至少满足下面所示的最低系统要求:
|
||||
|
||||
1. 至少 15GB 的硬盘空间;强烈鼓励有更大空间
|
||||
2. 至少 2GB 的内存空间;鼓励更多
|
||||
3. 支持 USB 或 CD/DVD 启动
|
||||
4. 网络连接;安装过程中将会从网上下载文件
|
||||
|
||||
### Devuan Linux 安装
|
||||
|
||||
正如所有的指南一样,这篇指南假设有一个 USB 驱动器,可作为安装媒介。注意,USB 驱动器应该有大约 4/8GB 大,并且需要删除所有数据。
|
||||
|
||||
我警告不要使用太大的 USB 驱动器,但还是有人会使用。无论如何,在接下来的一些步骤中,将导致 USB 驱动上的数据全部丢失。
|
||||
|
||||
在开始准备安装之前,请先备份 USB 驱动器上的所有数据。这个可启动的 Kali Linux USB 启动器将在另一个 Linux 系统上创建。
|
||||
|
||||
1、首先,从 [https://devuan.org/][2] 获取最新发行版的 Devuan 安装镜像,或者,你也可以在 Linux 终端上输入下面的命令来获取安装镜像:
|
||||
|
||||
```
|
||||
$ cd ~/Downloads
|
||||
$ wget -c https://files.devuan.org/devuan_jessie_beta/devuan_jessie_1.0.0-beta2_amd64_CD.iso
|
||||
```
|
||||
|
||||
2、上面的命令将会把安装镜像文件下载到用户的 ‘Downloads’ 目录。下一步是把安装镜像写入 USB 驱动器中,从而启动安装程序。
|
||||
|
||||
为了写入镜像,需要使用一个在 Linux 中叫做 `dd` 的工具。首先,需要使用 [lsblk 命令][3]来定位硬盘名字:
|
||||
|
||||
```
|
||||
$ lsblk
|
||||
```
|
||||
[
|
||||

|
||||
][4]
|
||||
|
||||
*找到 Linux 中的设备名字*
|
||||
|
||||
USB 驱动器的名字为 `/dev/sdc`,现在,可以使用 `dd` 工具把 Devuan 镜像写入驱动器中:
|
||||
|
||||
```
|
||||
$ sudo dd if=~/Downloads/devuan_jessie_1.0.0-beta2_amd64_CD.iso of=/dev/sdc
|
||||
```
|
||||
|
||||
重点:上面的命令需要有 root 权限,你可以使用 ‘sudo’ 或者以 root 用户登录来运行命令。同时,这个命令将会删除 USB 驱动器上的所有数据,所以请确保备份了需要的数据。
|
||||
|
||||
3、当镜像写入 USB 驱动以后,把 USB 驱动插入要安装 Devuan 的电脑上,然后从 USB 驱动器启动电脑。
|
||||
|
||||
从 USB 驱动器成功启动以后,将会出现下面所示的屏幕,你需要在 ‘Install’ 和 ‘Graphical Install’ 这两个选项间选择一个继续安装进程。
|
||||
|
||||
在这篇指南中,我将使用 ‘Graphical Install’ 方式。
|
||||
|
||||
[
|
||||

|
||||
][5]
|
||||
|
||||
*Devuan Graphic 安装*
|
||||
|
||||
4、当安装程序启动到定位菜单以后,将会提示用户选择键盘布局和语言。只需选择你想要的选项,然后继续安装
|
||||
|
||||
[
|
||||

|
||||
][6]
|
||||
|
||||
*Devuan 语言选择*
|
||||
|
||||
[
|
||||

|
||||
][7]
|
||||
|
||||
*Devuan 定位选择*
|
||||
|
||||
[
|
||||

|
||||
][8]
|
||||
|
||||
*Devuan 键盘配置*
|
||||
|
||||
5、下一步是向安装程序提供主机名和电脑所属的域名
|
||||
|
||||
需要填写一个独一无二的主机名,但如果电脑不属于任何域,那么域名可以不填。
|
||||
|
||||
[
|
||||

|
||||
][9]
|
||||
|
||||
*设置 Devuan Linux 的主机名*
|
||||
|
||||
[
|
||||

|
||||
][10]
|
||||
|
||||
*设置 Devuan Linux 的域名*
|
||||
|
||||
6、填好主机名和域名信息以后,需要提供一个 ‘root’ 用户密码。
|
||||
|
||||
请务必记住这个密码,因为当你在这台 Devuan 机器上执行管理任务时需要提供这个密码。默认情况下, Devuan 不会安装 ‘sudo’ 包,所以当安装完成以后,管理用户就是 root 用户。
|
||||
|
||||
[
|
||||

|
||||
][11]
|
||||
|
||||
*设置 Devuan Linux Root 用户*
|
||||
|
||||
7、下一步需要做的事情是创建一个非 root 用户。在任何可能的情况下,避免以 root 用户使用系统总是更好的。此时,安装程序将会提示你创建一个非 root 用户。
|
||||
|
||||
[
|
||||

|
||||
][12]
|
||||
|
||||
*创建 Devuan Linux 用户账户*
|
||||
|
||||
8、一旦输入 root 用户密码,提示非 root 用户已经创建好以后,安装程序将会请求[通过 NTP 设置时钟][13]
|
||||
|
||||
这时需要再次连接网络,大多数系统都需要这样。
|
||||
|
||||
[
|
||||

|
||||
][14]
|
||||
|
||||
*设置 Devuan Linux 的时区*
|
||||
|
||||
9、下一步需要做的是系统分区。对于绝大多数用户来说,通常是使用整个硬盘,这是典型、高效的。然而,如果需要进行高级分区,现在是时候来进行分区了。
|
||||
|
||||
[
|
||||

|
||||
][15]
|
||||
|
||||
*Devuan Linux 分区*
|
||||
|
||||
在上面点击 ‘continue’ 以后,请确保确认分区更改,从而把分区写入硬盘。
|
||||
|
||||
10、分区完成以后,安装程序为 Devuan 安装一些基础文件。这个过程将会花费几分钟时间,直到系统开始配置网络镜像(软件库)才会停下来。当提示使用网络镜像时,通常点击 ‘yes’。
|
||||
|
||||
[
|
||||

|
||||
][16]
|
||||
|
||||
*Devuan Linux 配置包管理器*
|
||||
|
||||
点击 'yes' 以后将会给用户呈现一系列以国家分类的网络镜像。通常最好选择地理位置上离电脑最近的镜像。
|
||||
|
||||
[
|
||||

|
||||
][17]
|
||||
|
||||
*Devuan Linux 镜像选择*
|
||||
|
||||
[
|
||||

|
||||
][18]
|
||||
|
||||
*Devuan Linux 镜像*
|
||||
|
||||
11、下一步是设置 Debian 传统的 ‘popularity contest’ ,它能够追踪已下载包的使用统计。
|
||||
|
||||
在安装过程中,可以在管理员首选项中启用或禁用该功能。
|
||||
|
||||
[
|
||||

|
||||
][19]
|
||||
|
||||
*配置 Devuan Linux 的 Popularity Contest*
|
||||
|
||||
12、在简单浏览仓库和一些包的更新以后,安装程序会给用户展示一系列软件包,安装这些包可以提供一个桌面环境、SSH 访问和其他系统工具。
|
||||
|
||||
Devuan 会列举出一些主流桌面环境,但应该指出的是,并不是所有的桌面在 Devuan 上均可用。幸运的是,作者在 Devuan 上使用过 Xfce 、LXDE 和 Mate ,这几个均可用(未来的文章将会探究如何从源代码安装这些桌面环境)。
|
||||
|
||||
如果对安装一个不同的桌面环境感兴趣,不要点击 ‘Devuan Desktop Environment’ 复选框。
|
||||
|
||||
[
|
||||

|
||||
][20]
|
||||
|
||||
*Devuan Linux 软件选择*
|
||||
|
||||
根据在上面的安装屏幕中选择的项目数,可能需要几分钟的时间来下载和安装软件。
|
||||
|
||||
当所有的软件都安装好以后,安装程序将会提示用户选择 ‘grub’ 的安装位置。典型情况是选择安装在 ‘/dev/sda’ 目录下。
|
||||
|
||||
[
|
||||

|
||||
][21]
|
||||
|
||||
*Devuan Linux 安装 grub 引导程序*
|
||||
|
||||
[
|
||||

|
||||
][22]
|
||||
|
||||
*Devuan Linux Grub 程序的安装硬盘*
|
||||
|
||||
13、当 GRUB 程序成功安装到 boot 驱动器以后,安装程序将会提示用户安装已经完成,请重启系统。
|
||||
|
||||
[
|
||||

|
||||
][23]
|
||||
|
||||
*Devuan Linux 安装完成*
|
||||
|
||||
14、假设安装确实完成了,那么系统要么启动到选择桌面环境,或者如果没有桌面环境可选择的话,启动到一个基于文本的控制台。
|
||||
|
||||
[
|
||||

|
||||
][24]
|
||||
|
||||
Devuan Linux 控制台。
|
||||
|
||||
这篇文章总结了最新版本的 Devuan Linux 的安装。在这个系列的下一篇文章将会阐述[如何从源代码为 Devuan Linux 安装桌面环境][25]。如果你有任何问题或疑问,请记得让 Tecmint 知道。
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
作者简介:
|
||||
|
||||
作者是 Ball 州立大学的计算机系讲师,目前教授计算机系的所有 Linux 课程,同时也教授 Cisco 网络课程。他是 Debian 以及其他 Debian 的衍生版比如 Mint、Ubuntu 和 Kali 的狂热用户。他拥有信息学和通信科学的硕士学位,同时获得了 Cisco、EC 理事会和 Linux 基金会的行业认证。
|
||||
|
||||
-----------------------------
|
||||
|
||||
via: http://www.tecmint.com/installation-of-devuan-linux/
|
||||
|
||||
作者:[Rob Turner ][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/robturner/
|
||||
[1]:https://devuan.org/
|
||||
[2]:https://devuan.org/
|
||||
[3]:http://www.tecmint.com/find-usb-device-name-in-linux/
|
||||
[4]:http://www.tecmint.com/wp-content/uploads/2017/03/Find-Device-Name-in-Linux.png
|
||||
[5]:http://www.tecmint.com/wp-content/uploads/2017/03/Devuan-Graphic-Installation.png
|
||||
[6]:http://www.tecmint.com/wp-content/uploads/2017/03/Devuan-Language-Selection.png
|
||||
[7]:http://www.tecmint.com/wp-content/uploads/2017/03/Devuan-Location-Selection.png
|
||||
[8]:http://www.tecmint.com/wp-content/uploads/2017/03/Devuan-Keyboard-Configuration.png
|
||||
[9]:http://www.tecmint.com/wp-content/uploads/2017/03/Set-Devuan-Linux-Hostname.png
|
||||
[10]:http://www.tecmint.com/wp-content/uploads/2017/03/Set-Devuan-Linux-Domain-Name.png
|
||||
[11]:http://www.tecmint.com/wp-content/uploads/2017/03/Setup-Devuan-Linux-Root-User.png
|
||||
[12]:http://www.tecmint.com/wp-content/uploads/2017/03/Setup-Devuan-Linux-User-Account.png
|
||||
[13]:http://www.tecmint.com/install-and-configure-ntp-server-client-in-debian/
|
||||
[14]:http://www.tecmint.com/wp-content/uploads/2017/03/Configure-Clock-on-Devuan-Linux.png
|
||||
[15]:http://www.tecmint.com/wp-content/uploads/2017/03/Devuan-Linux-Partitioning.png
|
||||
[16]:http://www.tecmint.com/wp-content/uploads/2017/03/Devuan-Linux-Configure-Package-Manager.png
|
||||
[17]:http://www.tecmint.com/wp-content/uploads/2017/03/Devuan-Linux-Mirror-Selection.png
|
||||
[18]:http://www.tecmint.com/wp-content/uploads/2017/03/Devuan-Linux-Mirrors.png
|
||||
[19]:http://www.tecmint.com/wp-content/uploads/2017/03/Configure-Devuan-Linux-Popularity-Contest.png
|
||||
[20]:http://www.tecmint.com/wp-content/uploads/2017/03/Devuan-Linux-Software-Selection.png
|
||||
[21]:http://www.tecmint.com/wp-content/uploads/2017/03/Devuan-Linux-Grub-Install.png
|
||||
[22]:http://www.tecmint.com/wp-content/uploads/2017/03/Devuan-Linux-Grub-Install-Disk.png
|
||||
[23]:http://www.tecmint.com/wp-content/uploads/2017/03/Devuan-Linux-Installation-Completes.png
|
||||
[24]:http://www.tecmint.com/wp-content/uploads/2017/03/Devuan-Linux-Console.png
|
||||
[25]:http://www.tecmint.com/install-enlightenment-on-devuan-linux/
|
||||
[26]:http://www.tecmint.com/author/robturner/
|
||||
[27]:http://www.tecmint.com/10-useful-free-linux-ebooks-for-newbies-and-administrators/
|
||||
[28]:http://www.tecmint.com/free-linux-shell-scripting-books/
|
Loading…
Reference in New Issue
Block a user