Nginx configuration and principle learning
Basic concepts of Nginx
definition
Nginx (engine x) is a high-performance HTTP and reverse proxy web server. It also provides IMAP/POP3/SMTP services. Nginx was developed by Igor sesoyev for Rambler.ru, the second most visited site in Russia. It is famous for its stability, rich feature set, simple configuration file and low consumption of sy ...
Posted by Majes on Wed, 10 Nov 2021 10:26:40 +0100
2021 national vocational college skills competition higher vocational group cloud computing competition test paper - Private Cloud
preface
[schedule name] Game 1 of cloud computing competition - Private Cloud An enterprise plans to use OpenStack to build an enterprise cloud platform to realize resource pooling elastic management, centralized enterprise application management, unified security authentication and authorization. The system architecture is shown in Figu ...
Posted by Shad on Wed, 10 Nov 2021 06:31:20 +0100
How to Quickly Deploy Ceph Distributed High Availability Cluster in 2021-11-10
Basic concepts
Currently Ceph officially provides three ways to deploy Ceph clusters, ceph-deploy, cephadm, and manual installation
ceph-deploy
A cluster automation deployment tool, long-lasting, mature and stable, integrated by many automation tools for production deployment
cephadm
from Octopus Be ...
Posted by Jackount on Tue, 09 Nov 2021 18:34:45 +0100
ansible implementation handler, processing task failure, file management
##Run tasks conditionally ####-Syntax of conditional tasks ######The when statement is used to run a task conditionally. It takes the condition to be tested as the value. If the conditions are met. Then run the task. If the conditions are not met, skip the task.
######Example:
When when The value of is false Task execution will be skipped whe ...
Posted by fireant on Sun, 07 Nov 2021 22:09:39 +0100
iptables and firewalld management
1, Introduction to fire wall
In Linux, the firewall strategy is implemented based on netfilter. 1. netfilter: there is a security plug-in netfilter (access control list) in the kernel. There are many detailed rules in this list. When this rule is allowed or denied, it can control whether other hosts can access, which greatly improves the s ...
Posted by xiaix on Sun, 07 Nov 2021 21:33:19 +0100
2021-2022-1 20212802 Linux kernel principle and analysis week 7
1, The process by which the Linux kernel creates a new process
1. Relevant knowledge
The three functions of the operating system kernel are process management, memory management and file system. The core is process managementThe state of linux process is different from the description of operating system principle. For example, the ready stat ...
Posted by Elarion on Fri, 05 Nov 2021 23:38:42 +0100
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 commands, viewing package installation and service ...
Posted by tsukushi on Fri, 05 Nov 2021 23:31:02 +0100
The first chapter of the third book is Vsftpd service deployment and optimization
In nodea: [preparation before experiment] reset the virtual machine nodea first nm-connection-editor # configure network hostnamectl set-hostname westoslinux117.westos.org # Modify host name vim /etc/sysconfig/selinux # Close SELinux: the status changes to disabled SELINUX ...
Posted by feckless on Thu, 04 Nov 2021 10:43:23 +0100
[C + +] learning notes -- creation and use of set/multiset container and pair group
set/multiset container
Container:
set/multiset
Header file: #include
Basic concepts of set
Introduction:
All elements are automatically sorted (ascending from small to large) upon insertion
Essence:
set/multiset is an associative container, and its underlying structure is implemented by binary tree.
Difference between set and multi ...
Posted by Anim9or on Wed, 03 Nov 2021 11:01:52 +0100
On the principle of openstack network (openstack can't access the Internet?)
On Openstack network
This version is Stein version and adopts OVS network Test environment: 1 control node, 2 computing nodes
1, Network structure diagram
Borrow 2 online pictures Figure 1 👇: Figure 2 👇:
2, OVS analysis
As shown in Figure 2 vm1 represents an instance QBR XXX stands for Linux virtual bridge You can view it through ...
Posted by germanjulian on Wed, 03 Nov 2021 09:34:37 +0100