Linux is divided into three categories: 1. Redhat system, mainly including Redhat, Centos, Fedora, etc., among which Centos system is the system chosen by many server users; 2. Debian system, mainly including Debian, Ubuntu, Mint, etc. , this system also has other derivative versions of the system; 3. Other systems, such as Gentoo, Arch Linux, LFS, etc.
#The operating environment of this tutorial: linux7.3 system, Dell G3 computer.
Newbies are often confused by the numerous Linux distributions. Let’s first explain this problem.
Technically speaking, Linux developed by Linus Torvalds is just a kernel. The kernel refers to a system software that provides device drivers, file systems, process management, network communications and other functions. The kernel is not a complete operating system, it is only the core of the operating system. Some organizations or manufacturers package the Linux kernel with various software and documents, and provide system installation interfaces and system configuration, setting and management tools, which constitutes a Linux distribution.
In the development process of the Linux kernel, various Linux distributions played a huge role. It was they that promoted the application of Linux, allowing more people to start paying attention to Linux. Therefore, it is actually inaccurate to directly refer to Red Hat, Ubuntu, SUSE, etc. as Linux. They are Linux distributions. To be more precise, they should be called "operating system software packages with Linux as the core."
Each distribution version of Linux uses the same Linux kernel, so there is no compatibility problem at the kernel layer. Each version has a different feeling, but it is only in the outermost layer of the distribution version (by the distribution version) Applications integrated and developed by vendors) are reflected.
Linux systems are mainly divided into Redhat system and Debian system. These two categories cover almost most commonly used Linux systems.
Redhat system mainly includes Redhat, Centos, Fedora, etc. Among them, the Centos system is the system chosen by many server users.
-
The Debian system mainly includes Debian, Ubuntu, Mint, etc. This system also has other derivatives.
In addition, there are some other systems, such as Gentoo, Arch Linux, LFS, etc.
A brief analysis of the user characteristics of these systems:
For development, most of them use the Redhat system, among which the Centos system is used by many enterprises The system used by the server.
For relatively simple development, you can choose the Debian system, preferably Ubuntu and mint.
There are also some users with relatively mature technologies who will choose Gentoo, LFS, Slackware, etc. from other systems.
Everything has its advantages and disadvantages, and the same goes for systems. There is no absolute good or bad. Only systems that are suitable for users to use and choose systems that they are good at using can bring out their own advantages. effect.
It's hard to say which one of the numerous Linux versions is better, each one has its own characteristics. Here are some commonly used Linux distributions.
1) Red Hat Linux
Red Hat (Red Hat) was founded in 1993 and is currently the world’s most senior Linux manufacturer and the most recognized Linux brand.
Red Hat's products mainly include RHEL (Red Hat Enterprise Linux, paid version) and CentOS (community clone version of RHEL, free version), Fedora Core (developed from the Red Hat desktop version, free version ).
Red Hat is the most widely used version of Linux in my country. It has rich information. If you don’t understand something, it’s easy to find someone to ask for advice. Moreover, most Linux tutorials use Red Hat as an example. explained (including this tutorial).
This tutorial takes CentOS, a Linux distribution commonly used by domestic Internet companies in my country, as an example. It is a product recompiled based on the Red Hat Enterprise Linux source code and removed the Red Hat trademark. It is not available for various operations and paid versions. difference and completely free. The disadvantage is that it does not provide technical support to users and does not bear any commercial responsibility. Strong companies can choose the paid version.
2) Ubuntu Linux
Ubuntu is developed based on the well-known Debian Linux. It has a friendly interface, is easy to use, and is very familiar with the hardware. The support is very comprehensive and it is currently the most suitable Linux distribution for desktop systems, and all Ubuntu distributions are available for free.
Mark Shuttleworth, the founder of Ubuntu, is a very legendary figure. After graduating from university, he founded a security consulting company that was acquired for $575 million in 1999, making him the youngest and most promising local millionaire in South Africa. An avid astronomy enthusiast, Mark Shuttleworth spent eight days on the International Space Station aboard a Russian Soyuz spacecraft at his own expense in 2002. Afterwards, Mark Shuttleworth founded the Ubuntu community, established the Ubuntu Foundation on July 1, 2005, and invested $10 million in the foundation. What he saw from space, he said, was the spirit behind his creation of Ubuntu. Today, what he is most passionate about is giving publicity speeches for free and open source Ubuntu.
3) SuSE Linux
SuSE Linux is based on Slackware Linux and was originally a Linux released by the German SuSE Linux AG company. The first version was released in 1994. In the early days, there was only a commercial version. After being acquired by Novell in 2004, the OpenSUSE community was established and launched its own community version of OpenSUSE.
SuSE Linux is more popular in Europe and has many applications in my country. It is worth mentioning that it draws on many characteristics of Red Hat Linux.
SuSE Linux can interact with Windows very easily. The hardware detection is very good. It has a user-friendly installation process and graphical management tools, which are very convenient for end users and administrators.
4) Gentoo Linux
Gentoo was originally created by Daniel Robbins (one of the developers of FreeBSD), the first stable version Released in 2002. Gentoo is the most complex to install among all Linux distributions. So far, source code packages are still used to compile and install the operating system.
However, it is the easiest to manage version after installation and is also the fastest version to run on the same hardware environment. Since Gentoo 1.0 came out, it has been like a storm, bringing huge surprises to the Linux world, and at the same time attracting a large number of users and developers to embrace Gentoo Linux.
Someone commented on Gentoo: fast, cleanly designed and flexible. It is famous for its high degree of customization (distribution based on source code). Although you can choose pre-compiled packages during installation, most users of Gentoo choose to compile them manually. This is why Gentoo is suitable for veterans with more experience in using Linux.
It should be noted that since compiling software takes a lot of time, if you compile all the software yourself and install larger software packages such as KDE desktop system, you may need to It takes a long time.
5) Other Linux distributions
In addition to the above four Linux distributions, there are many other versions. Table 1 lists several common ones. Linux distributions and their respective features:
Version name | Website | Features | Package Manager |
---|---|---|---|
Debian Linux | www.debian.org | Open development model, And easy to upgrade software packages | apt |
Fedora Core | www.redhat.com | has a large number of users , excellent community technical support. And there are many innovations | up2date(rpm),yum(rpm) |
CentOS | www.centos.org | CentOS is a product of recompiling RHEL (Red Hat Enterprise Linux) source code. Since Linux is an operating system that develops source code, it does not exclude redistribution based on source code. CentOS is a commercial The source code of the Linux operating system RHEL is recompiled and distributed, and many known vulnerabilities have been corrected on the basis of RHEL | rpm |
SUSE Linux | www.suse.com | Professional operating system, easy-to-use YaST software package management system | YaST (rpm), third-party apt (rpm) software library (repository) |
Mandriva | www.mandriva.com | The operation interface is friendly, using graphical configuration tools, there is a huge community for technical support, and it supports NTFS partitions The size change | rpm |
KNOPPIX | www.knoppix.com | can be run directly on the CD and has excellent Hardware detection and adaptation capabilities, can be used as a system rescue disk | apt |
Gentoo Linux | www.gentoo.org | Highly customizable, complete user manual | portage |
Ubuntu | www.ubuntu.com | Excellent The desktop environment used is built on Debian | apt |
Selection of Linux distributions
There are many Linux distributions. I will not introduce them one by one here. Here are some suggestions for friends who are worried about choosing a Linux distribution:
If you need a server system, and you are tired of various Linux configurations, and just want a more stable server system, then it is recommended that you choose CentOS or RHEL.
If you just need a desktop system, and you don’t want to use piracy, spend a lot of money to buy commercial software, customize it yourself, or waste too much time on the system, then You can choose Ubuntu.
If you want to explore all aspects of Linux in depth and customize your own Linux system very flexibly, then choose Gentoo and enjoy the freedom that Gentoo brings. .
If you have high requirements for system stability, you can consider FreeBSD.
If you need to use database advanced services and email network applications, you can choose SuSE.
Related recommendations: "Linux Video Tutorial"
The above is the detailed content of What categories is Linux divided into?. For more information, please follow other related articles on the PHP Chinese website!

linux设备节点是应用程序和设备驱动程序沟通的一个桥梁;设备节点被创建在“/dev”,是连接内核与用户层的枢纽,相当于硬盘的inode一样的东西,记录了硬件设备的位置和信息。设备节点使用户可以与内核进行硬件的沟通,读写设备以及其他的操作。

区别:1、open是UNIX系统调用函数,而fopen是ANSIC标准中的C语言库函数;2、open的移植性没fopen好;3、fopen只能操纵普通正规文件,而open可以操作普通文件、网络套接字等;4、open无缓冲,fopen有缓冲。

端口映射又称端口转发,是指将外部主机的IP地址的端口映射到Intranet中的一台计算机,当用户访问外网IP的这个端口时,服务器自动将请求映射到对应局域网内部的机器上;可以通过使用动态或固定的公共网络IP路由ADSL宽带路由器来实现。

在linux中,eof是自定义终止符,是“END Of File”的缩写;因为是自定义的终止符,所以eof就不是固定的,可以随意的设置别名,linux中按“ctrl+d”就代表eof,eof一般会配合cat命令用于多行文本输出,指文件末尾。

在linux中,交叉编译是指在一个平台上生成另一个平台上的可执行代码,即编译源代码的平台和执行源代码编译后程序的平台是两个不同的平台。使用交叉编译的原因:1、目标系统没有能力在其上进行本地编译;2、有能力进行源代码编译的平台与目标平台不同。

在linux中,可以利用“rpm -qa pcre”命令判断pcre是否安装;rpm命令专门用于管理各项套件,使用该命令后,若结果中出现pcre的版本信息,则表示pcre已经安装,若没有出现版本信息,则表示没有安装pcre。

linux查询mac地址的方法:1、打开系统,在桌面中点击鼠标右键,选择“打开终端”;2、在终端中,执行“ifconfig”命令,查看输出结果,在输出信息第四行中紧跟“ether”单词后的字符串就是mac地址。

在linux中,rpc是远程过程调用的意思,是Reomote Procedure Call的缩写,特指一种隐藏了过程调用时实际通信细节的IPC方法;linux中通过RPC可以充分利用非共享内存的多处理器环境,提高系统资源的利用率。

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.

EditPlus Chinese cracked version
Small size, syntax highlighting, does not support code prompt function

Dreamweaver Mac version
Visual web development tools

Notepad++7.3.1
Easy-to-use and free code editor

VSCode Windows 64-bit Download
A free and powerful IDE editor launched by Microsoft
