[Docker] Docker quick start (Intensive)

Docker's official documents: https://docs.docker.com/engine/install/centos/ 1, Docker introduction 1. The concept of docker Docker is an open source application container engine, which allows developers to package their applications and dependent packages (environments) into a portable image, UTF-8...

Posted by PantherX on Mon, 11 Oct 2021 22:45:01 +0530

Long and short connections

https://juejin.cn/post/6844903609138692110 This article refers to: HTTP long and short connectionsThe difference between TCP(HTTP) long connection and short connection and how to maintain long connectionDifferences between http, TCP/IP protocol and socket (recommended reading)Three handshakes aUTF-8...

Posted by JeditL on Tue, 12 Oct 2021 02:03:53 +0530

linux driver device driver model

CSDN only adds Baidu collection, and the article content here is no longer updated and maintained. Please visit baron-z.cn to view and comment, ------------- the website is currently on record and may not be accessible temporarily. It can be accessed normally after a period of time. The core oUTF-8...

Posted by ecljc on Tue, 12 Oct 2021 05:01:13 +0530

Version control gitlab

Version control gitlab Introduction to version control Version control refers to the management of changes in various program codes, configuration files and description documents in the process of software development. It is one of the core ideas of software configuration management. The main fUTF-8...

Posted by fatal on Tue, 12 Oct 2021 06:23:25 +0530

centos 7 compiles and installs mysql and adds mysql to system services

preface LNMP environment construction (I): Mysql MySQL will be installed with a MySQL function library, which will be used when installing PHP. After PHP is successfully installed, a PHP FPM process will be generated to provide fastcgi service. After Apache or Nginx is installed, relevant settUTF-8...

Posted by komquat on Tue, 12 Oct 2021 09:17:30 +0530

Achieve nginx daily log segmentation under Linux (shell + scheduled task + nginx signal management)

preface 1. Practical application: shell + scheduled task + nginx signal management, complete log storage by date, analysis idea: 00:00:01 a.m., rename yesterday's log and put it in the corresponding directory. Then the USR1 information number controls nginx to regenerate a new log file. CrontaUTF-8...

Posted by FlyingIsFun1217 on Tue, 12 Oct 2021 10:01:54 +0530

Summary on the use of processes under Linux

1, Related concepts of process 1. What is a procedure, what is a process, and what is the difference? 1. The program is a static concept, eg:gcc xxx.c-o pro. 2. The pro file generated on the disk is called a program. 3. Process is a running activity of a program, which means that when the progUTF-8...

Posted by Joseph07 on Tue, 12 Oct 2021 13:19:42 +0530

linux driver - Basics

CSDN only adds Baidu collection, and the article content here is no longer updated and maintained. Please visit baron-z.cn to view and comment, ------------- the website is currently on record and may not be accessible temporarily. It can be accessed normally after a period of time. preface: SoUTF-8...

Posted by Atomic Taco on Tue, 12 Oct 2021 13:48:17 +0530

Gentoo virtual machine installation -- Based on distribution kernel

Gentoo is a very famous distribution. Everything needs to be compiled by yourself. After studying the official documents, we found a simple way to install Gentoo. This paper refers to the Gentoo installation manual and uses the distribution kernel for installation, which avoids the complex workUTF-8...

Posted by stu215 on Wed, 13 Oct 2021 18:51:12 +0530

2, Graphical tutorial for installing Docker under Linux

1, Basic composition of Docker Architecture diagram of Docker image: Docker Image is a read-only template. Images can be used to create docker containers. One Image can create many containers. Just like classes and objects in. net, classes are images and containers are objects. container: DockUTF-8...

Posted by Huuggee on Wed, 13 Oct 2021 20:24:05 +0530