Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Introduction of the version of Linux and the installation and configuration of Centos7.6

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/03 Report--

1. Lists Linux distributions by series and describes the connections and differences between different distributions.

(1) slackware:SUSE Linux Enterprise (SLES), OpenSuse desktop

(2) debian:ubuntu,deepin (depth), mint

(3) readhat:RHEL,Centos

(4) ArchLinux: lightweight and concise, following the KISS principle (keep it simple and stupid)

(5) Gentoo: extreme performance, does not provide the traditional sense of the installation program, download the source code to compile and install software on the local machine

(6) LFS:Linux From scratch self-made Linux

(7) Android:kernel+busybox (tool set) + java virtual machine

The kernel of Linux is open source software, and each Linux distribution is a different branch that is compiled and packaged several times based on the Linux kernel. The differences between different distributions are mainly reflected in the differences in the use of kernel versions, the differences in packaged software, and whether you need to pay for these differences. For example, the Linux kernel used by Ubuntu distributions is updated, RHEL is charged with technical support, and Centos is free, without technical support.

Different Branch reference: https://futurist.se/gldt/

two。 Install the Centos7.6 operating system, create a user name with your own name, and log in normally, take a screenshot of the main steps.

(1) Select "Install CentOS 7"

(2) set time, select hard disk, partition, etc.

(3) set hostname and network

(4) create a user name

(5) log in to the system

3. Configure the environment variable so that you can see the time when the command is executed when the history is executed.

Write the environment variable HISTTIMEFORMAT= "% F% T" to the ~ .bash _ profile configuration file

4. Summarize the philosophical thought of Linux

(1) everything is a file, including hardware, etc., which is reflected in the system in the form of a file.

(2) small, single-user programs, the function of each program is very simple

(3) linking programs to accomplish complex tasks together, which can be achieved through pipelines and redirects.

(4) avoid confusing user interface, the user's interactive terminal is a command-line interface, showing individual files without ambiguity.

(5) all programs, environmental variables and other data are stored in the text.

5. Conclusion Linux commonly used commands use the format, and use examples to illustrate. Such as echo, screen, date, ifconfig, export, etc.

The common command format for Linux is command + options + parameters. For example, when using the echo command, echo hostname displays hostname;echo `hostname` and hostname, and echo-e "\ a" will have an alarm sound.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report