This time I'm ready to start a new series to talk about concerns in distributed systems. The rhythm will not be too tight, so plan a biweekly shift. This is the second article in this series. It is the follow-up to the previous article "I don't know if it is the most easy-to-understand"data consistency Analysis". The previous article may have gone too far.
Cloud computing has been popular for many years, so what on earth is cloud computing? According to the relevant definition: cloud computing is a computing model that uses the Internet to use shared computing facilities, storage devices and application resources anytime, anywhere, on demand and conveniently. In order to make people clearer.
one。 Why do we need trunk Link part 1 our computers connected to the same switch can communicate with each other? our two switches and hosts have their own broadcast domain. How can we achieve VLAN communication between switches now? We need Trunk link II. The principle of trunk link
Certificate: what is the difference between CA (Certificate Authority) and certificate? CA: is a service in the server, which is mainly used to issue certificates for computers (users). The server that installs CA is called certificate server. Certificate: a file (tool) obtained from CA 2. What is the purpose of the certificate? A
Recently, I discussed the domain name registered with my friends and remembered the DNS server. I was not very proficient when I was studying at that time, so I took advantage of this time to review the following once again. Let's take a look at the DNS server. The directory structure of this article is as follows: what is a DNS service?
The basic management service includes five services of Keystone,Glance,Nova,Neutron,Horizon. This blog mainly discusses the deployment of horizon components. Horizon: console service that provides access to all
The definition of regular expression: regular expression is also called regular expression, regular expression. It is often abbreviated to regex, regexp, or RE in code. A regular expression uses a single string to describe and match a series of strings that conform to certain syntactic rules.
What is Enhanced VMotion Compatibility (EVC)? Enhanced vMotion compatibility enhanced vMotion compatibility (Enhanced vMotion Compatibili
How Nginx works Nginx consists of kernels and modules. Nginx itself actually does very little work. When it receives a HTTP request, it simply maps the request to a location block by looking up the configuration file, and this
Editor to share with you what are the linux intercept commands, I hope you will learn a lot after reading this article, let's discuss the methods together! Linux intercept commands are: 1, cut command, according to the table character or specified delimiter to intercept the string; 2, print
1. Serv-U passive (passive mode) command port: 21 data port: 20 and other ports (default is random port, which can be set manually) 2. Serv-U Active (active mode) command port: 21 data port: 20 application
Kubernetes PV is reassigned to PVC recovery data [TOC] 1 in the Retain policy Released state. The purpose of the experiment and the explanation of the environment: when using helm update stable/sonatype-nexu
Recently, the company built jenkins on windows, but the release is to be released to the linux server, so there will be a problem of executing shell commands on automatic deployment, so I found that jenkins has a plug-in for shell script: shel
In the case of resource conflict or excessive resource allocation in the actual project, the project leader / manager should evaluate the priority according to the tasks handled by the people in the project at the same time, and allocate resources according to the evaluation results. In Project Professional 2016, resource allocation
Again, the environment: DELL R730+ESXi6.5+Windows Server 2016 STD+Exchange 2016 CU12. AD01\ AD02- Domain Services EX01\ EX02-
Command format: mklink / d (definition parameters)\ MyDocs (link file)\ Users\ User1\ Documents (original file) / d: create a directory symbolic link (symbolic link) / j: create a directory
Docker imagesdocker container single application-non-clustered Docker machinedocker machine is a tool that facilitates the deployment of Docker on multiple platforms; multiple platforms such as: a
A port forwarding is needed on the windows machine (my test is in WIN7) netsh interface portproxy add v4tov4 listenaddress=localhost listenp
Background: recently, according to the requirements of the company, we need a tool that can monitor the host CPU, memory, network and other resources, thus thinking of Ganglia. Then looked at the deployment mode, it is really big, the installation process is very tedious, and the dependency problem is also more annoying, so there is this article.
1. Download jdk and resin [root @ mylinux4 ~] # mkdir / opt/tools [root@mylinux4 ~] # cd / opt/tools/ [root@mylinux4 tool