-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from nohappiness/master
Update presale documents of system_knowlegements.
- Loading branch information
Showing
1 changed file
with
127 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,127 @@ | ||
<!--Meta | ||
category:售前培训 | ||
title:系统了解 | ||
DO NOT Delete Meta Above --> | ||
|
||
<div id="table-of-contents"> | ||
<h2>Table of Contents</h2> | ||
<div id="text-table-of-contents"> | ||
<ul> | ||
<li><a href="#sec-1">1. 体系</a> | ||
<ul> | ||
<li><a href="#sec-1-1">1.1. RPM系</a> | ||
<ul> | ||
<li><a href="#sec-1-1-1">1.1.1. RedHat Enterprise Linux(RHEL)</a></li> | ||
<li><a href="#sec-1-1-2">1.1.2. SUSE Linux Enterprise(SLE)</a></li> | ||
<li><a href="#sec-1-1-3">1.1.3. Mandriva</a></li> | ||
<li><a href="#sec-1-1-4">1.1.4. 其他</a></li> | ||
</ul> | ||
</li> | ||
<li><a href="#sec-1-2">1.2. DEB系</a> | ||
<ul> | ||
<li><a href="#sec-1-2-1">1.2.1. Debian</a></li> | ||
<li><a href="#sec-1-2-2">1.2.2. Ubuntu</a></li> | ||
<li><a href="#sec-1-2-3">1.2.3. Knoppix等等各式各样的发行版</a></li> | ||
</ul> | ||
</li> | ||
<li><a href="#sec-1-3">1.3. 其他包管理</a> | ||
<ul> | ||
<li><a href="#sec-1-3-1">1.3.1. ArchLinux</a></li> | ||
<li><a href="#sec-1-3-2">1.3.2. Slackware</a></li> | ||
<li><a href="#sec-1-3-3">1.3.3. Gentoo</a></li> | ||
</ul> | ||
</li> | ||
<li><a href="#sec-1-4">1.4. 编译系</a> | ||
<ul> | ||
<li><a href="#sec-1-4-1">1.4.1. Gentoo</a></li> | ||
<li><a href="#sec-1-4-2">1.4.2. LFS</a></li> | ||
</ul> | ||
</li> | ||
</ul> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
|
||
# 体系<a id="sec-1" name="sec-1"></a> | ||
|
||
## RPM系<a id="sec-1-1" name="sec-1-1"></a> | ||
|
||
### RedHat Enterprise Linux(RHEL)<a id="sec-1-1-1" name="sec-1-1-1"></a> | ||
|
||
<http://distrowatch.com/table.php?distribution=redhat> | ||
企业级Linux支持,不用详细解释吧 | ||
|
||
1. CentOS | ||
|
||
<http://distrowatch.com/table.php?distribution=centos> | ||
CentOS就是RedHat开源代码重新编译后的发行版,不包含RedHat的收费组件 | ||
|
||
2. Fedora | ||
|
||
<http://distrowatch.com/table.php?distribution=fedora> | ||
RedHat的试验田 | ||
|
||
### SUSE Linux Enterprise(SLE)<a id="sec-1-1-2" name="sec-1-1-2"></a> | ||
|
||
<http://distrowatch.com/table.php?distribution=sle> | ||
据我了解Suse Linux用的比较多的是银行单位 | ||
|
||
1. OpenSuse Linux | ||
|
||
和Fedora与Redhat关系差不多 | ||
|
||
### Mandriva<a id="sec-1-1-3" name="sec-1-1-3"></a> | ||
|
||
很老的发行版 | ||
|
||
### 其他<a id="sec-1-1-4" name="sec-1-1-4"></a> | ||
|
||
## DEB系<a id="sec-1-2" name="sec-1-2"></a> | ||
|
||
### Debian<a id="sec-1-2-1" name="sec-1-2-1"></a> | ||
|
||
<http://lisdn.com/?viewnews-151> | ||
衍生版 | ||
|
||
### Ubuntu<a id="sec-1-2-2" name="sec-1-2-2"></a> | ||
|
||
衍生版 | ||
|
||
1. Kubuntu/Lubuntu/Xubuntu/等等 | ||
|
||
基于Ubuntu的不同桌面环境 | ||
|
||
2. PearOS/Elementary等等 | ||
|
||
自行开发的桌面环境 | ||
|
||
3. Mint等等 | ||
|
||
更良好的体验 | ||
|
||
### Knoppix等等各式各样的发行版<a id="sec-1-2-3" name="sec-1-2-3"></a> | ||
|
||
## 其他包管理<a id="sec-1-3" name="sec-1-3"></a> | ||
|
||
### ArchLinux<a id="sec-1-3-1" name="sec-1-3-1"></a> | ||
|
||
pacman(也可以自己编译包makepkg) | ||
|
||
### Slackware<a id="sec-1-3-2" name="sec-1-3-2"></a> | ||
|
||
slackpkg | ||
|
||
### Gentoo<a id="sec-1-3-3" name="sec-1-3-3"></a> | ||
|
||
portage | ||
|
||
## 编译系<a id="sec-1-4" name="sec-1-4"></a> | ||
|
||
### Gentoo<a id="sec-1-4-1" name="sec-1-4-1"></a> | ||
|
||
混在两个阵营 | ||
|
||
### LFS<a id="sec-1-4-2" name="sec-1-4-2"></a> | ||
|
||
最干净可控的"发行版" |