Common modules of SaltStack

1, SaltStack module introduction Official documents: https://docs.saltproject.io/ saltstack has two types: execution module and status module. Module is one of the components that SaltStack contacts most in daily use. It is used to manage object operations. It is also the entrance for SaltStacUTF-8...

Posted by fisel on Thu, 04 Nov 2021 01:19:52 +0530

Basic configuration of LAMP architecture

catalogue 1, LAMP introduction and overview 1. Overview of lamp platform 2. Build LAMP platform sequence 3. Advantages of compilation and installation 4. Main functions of each component 2, Install Apache 3, Install MYSQL IV Install PHP 5, Installation Forum 1, LAMP introduction and overview 1.UTF-8...

Posted by lihman on Thu, 04 Nov 2021 18:22:51 +0530

Common modules of SaltStack

Common modules of SaltStack 1. SaltSack module introduction: Module is one of the components that SaltStack contacts most in daily use. It is used to manage object operations. It is also the entrance for SaltStack to manage by pushing. For example, our daily simple tasks such as executing commaUTF-8...

Posted by cassius on Thu, 04 Nov 2021 23:10:04 +0530

[Linux kernel source code reading notes] 1 basic principle of process management

Note: the source code version used in this article is 4.12 1. Four elements of process Linux kernel calls a process task. Thread is a special form of process, including kernel thread and user thread. All user threads sharing the same user virtual address space form a thread group. All threads iUTF-8...

Posted by seidel on Fri, 05 Nov 2021 01:12:44 +0530

Remote file transfer using NetCat tools

preface Hello, CSDN's friends, Hello, everyone. Because the blogger is busy during this period, the blog has been delayed for a while, but later, the blogger will also take time to write about some problems that may be encountered in the company and some common tools. 1, Introduction to NetCatUTF-8...

Posted by abie on Fri, 05 Nov 2021 09:22:01 +0530

Docker image and warehouse management of container cloud series

Docker image is a read-only template for docker container running. Each image is composed of a series of layers. The update operation of the container is only the operation of the top-level writable layer, and the image layer is not changed. This paper briefly introduces container image and warUTF-8...

Posted by jstarkey on Sat, 06 Nov 2021 07:12:11 +0530

Using buildx to build multi platform Docker image

background Review the different methods of compiling programs across CPU architectures. Method 1: compile directly on the target hardware Method 2: simulate the target hardware Method 3: through binfmt_misc simulates the user space of the target hardware Method 4: use cross compiler New schemeUTF-8...

Posted by sinter4911 on Sat, 06 Nov 2021 11:25:24 +0530

Linux project deployment and Nginx

nginx installation instructions 1, Download nginx download https://nginx.org/en/download.html 2, Unzip and double-click nginx.exe, as shown in the figure 3, Visit port 80 to check, as shown in the figure, to prove that the startup is successful 4, If there is no response, port 80 is dedicated.UTF-8...

Posted by iSpeedDevil! on Sat, 06 Nov 2021 19:30:23 +0530

Complete SQL commands. Each command has examples. Beginners can become gods after reading it!

Hello everyone, this is the network technology dry goods circle. Today we bring you a list of SQL commands. Each command will be accompanied by examples, which is undoubtedly a blessing for SQL beginners and even Xiaobai!SELECTSELECT is probably the most commonly used SQL statement. It is used UTF-8...

Posted by Confessions on Sun, 07 Nov 2021 02:45:11 +0530

return and job management of SaltStack

1, return of SaltStack component The return component can be understood as the SaltStack system stores or returns the data returned by Minion to other programs. It supports a variety of storage methods, such as MySQL, MongoDB, Redis, Memcache, etc. through return, we can record each operation UTF-8...

Posted by vund0 on Sun, 07 Nov 2021 05:36:48 +0530