Get the App
  • How to solve the problem of annoying data inconsistency? -- data consistency through

    How to solve the problem of annoying data inconsistency? -- data consistency through "consensus"

    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.

    Shulou · 2022-06-02 22:39
  • A picture understands the relationship between cloud computing, cloud platform, public cloud and private cloud

    A picture understands the relationship between cloud computing, cloud platform, public cloud and private cloud

    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.

    Shulou · 2022-06-02 22:39
  • Overview and experiment of VLAN, principle and experiment of Trunk, principle and experiment of layer 3 switch (focus 6 second part)

    Overview and experiment of VLAN, principle and experiment of Trunk, principle and experiment of layer 3 switch (focus 6 second part)

    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

    Shulou · 2022-06-02 22:39
  • EXCHANGE certificate

    EXCHANGE certificate

    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

    Shulou · 2022-06-02 22:39
  • DNS server-- from getting started to giving up

    DNS server-- from getting started to giving up

    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?

    Shulou · 2022-06-02 22:38
  • OpenStack architecture-horizon components (5)

    OpenStack architecture-horizon components (5)

    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

    Shulou · 2022-06-02 22:38
  • Shell programming the grep of the three Musketeers

    Shell programming the grep of the three Musketeers

    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.

    Shulou · 2022-06-02 22:37
  • EVC support Matrix

    EVC support Matrix

    What is Enhanced VMotion Compatibility (EVC)? Enhanced vMotion compatibility enhanced vMotion compatibility (Enhanced vMotion Compatibili

    Shulou · 2022-06-02 22:37
  • How Nginx works

    How Nginx works

    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

    Shulou · 2022-06-02 22:37
  • What are the linux intercept commands?

    What are the linux intercept commands?

    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

    Shulou · 2022-06-02 22:37
  • Serv-U Passive passive mode port settin

    Serv-U Passive passive mode port settin

    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

    Shulou · 2022-06-02 22:37
  • Kubernetes PV is reassigned to PVC to recover data in the Retain policy Released state

    Kubernetes PV is reassigned to PVC to recover data in the Retain policy Released state

    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

    Shulou · 2022-06-02 22:37
  • Remotely execute linux shell commands using jenkins on windows

    Remotely execute linux shell commands using jenkins on windows

    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

    Shulou · 2022-06-02 22:37
  • Project: how do I deploy resources in a project?

    Project: how do I deploy resources in a project?

    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

    Shulou · 2022-06-02 22:37
  • Exchange2016 deployment and configuration (2)

    Exchange2016 deployment and configuration (2)

    Again, the environment: DELL R730+ESXi6.5+Windows Server 2016 STD+Exchange 2016 CU12. AD01\ AD02- Domain Services EX01\ EX02-

    Shulou · 2022-06-02 22:37
  • Use mklink to transfer apple backup files from disk C to disk D.

    Use mklink to transfer apple backup files from disk C to disk D.

    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

    Shulou · 2022-06-02 22:37
  • Docker (2) docker-machine and docker-compose

    Docker (2) docker-machine and docker-compose

    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

    Shulou · 2022-06-02 22:37
  • Windows implements forwarding DNAT

    Windows implements forwarding DNAT

    A port forwarding is needed on the windows machine (my test is in WIN7) netsh interface portproxy add v4tov4 listenaddress=localhost listenp

    Shulou · 2022-06-02 22:36
  • Deploy Ganglia in container mode

    Deploy Ganglia in container mode

    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.

    Shulou · 2022-06-02 22:36
  • Install Resin 3.1 on CentOS 6.5

    Install Resin 3.1 on CentOS 6.5

    1. Download jdk and resin [root @ mylinux4 ~] # mkdir / opt/tools [root@mylinux4 ~] # cd / opt/tools/ [root@mylinux4 tool

    Shulou · 2022-06-02 22:36