Get the App
  • Implementation method of Communication between different containers in docker

    Implementation method of Communication between different containers in docker

    What I want to share with you today is the implementation of communication between different containers in docker. Docker communication is divided into communication between different containers within a single host and communication across host containers. Because of the urgent need for cross-host communication, docker 1.9 officially proposed over based on vxlan.

    Shulou · 2022-06-03 05:50
  • Steps for docker Container to configure ip

    Steps for docker Container to configure ip

    The steps of configuring ip for docker container shared by editor today. When creating a container, docker uses bridge network by default and allocates ip; on its own. In actual deployment, we need to specify container ip, which is not allowed to assign ip independently, especially when building clusters, it must be fixed.

    Shulou · 2022-06-03 05:50
  • How to check whether mysql is installed in linux

    How to check whether mysql is installed in linux

    The main purpose of this article is to tell you briefly whether mysql is installed in linux. You can check the relevant technical terms on the Internet or find some related books to supplement them. We will not dabble here, so let's go straight to the topic. We hope that whether mysql is installed in linux or not.

    Shulou · 2022-06-03 05:50
  • CentOS 7.7 yum installation and configuration Zabbix 4.0 LTS details (10)

    CentOS 7.7 yum installation and configuration Zabbix 4.0 LTS details (10)

    Automatic discovery and automatic registration: 1. Demo environment: IP operating system hostname roles 192.168.0.120CentOS 7.7 x86_64zabbix-serverZabbix Database, Zabbix Ser

    Shulou · 2022-06-03 05:50
  • The method of customizing Container Image in docker

    The method of customizing Container Image in docker

    How to customize the container image in docker? There are many images in docker that can be used directly, but when these images do not meet the requirements, or when a new project wants to use docker, you need a custom container image. Taking a custom Nginx image as an example, we

    Shulou · 2022-06-03 05:50
  • Shell case statement

    Shell case statement

    The case statement is equivalent to a multi-branch if/elif/else statement, and using case makes the script look simpler and neat. In the case statement, the program compares the obtained values with the conditions in the case expression one by one, and executes the corresponding statement if it matches.

    Shulou · 2022-06-03 05:50
  • How to create a full database and binary incremental backup script for MySQL database

    How to create a full database and binary incremental backup script for MySQL database

    The following is about how to create full-library and binary incremental backup scripts for MySQL databases. The secret of the text is that it is close to the topic. So, let's not talk about gossip. let's just read the following. I'm sure you will after reading this article on how to create full-database and binary incremental backup scripts for MySQL databases.

    Shulou · 2022-06-03 05:50
  • What is the installation command in the docker container

    What is the installation command in the docker container

    What is the installation command in the docker container? Container technology is to share hardware resources and operating system with our host computer, which can realize the dynamic allocation of resources. The container contains the application and all its dependent packages, but shares the kernel with other containers. 1. Install docker on Windows server

    Shulou · 2022-06-03 05:50
  • What is the server?

    What is the server?

    What is the server? I believe that in addition to programmers, most people do not know much about it. Today, in order to let you know more about the server, I have summarized the following content. Let's take a look at it with the editor. In a broad sense, a server refers to a computer system in a network that can provide some services to other machines. In a narrow sense

    Shulou · 2022-06-03 05:50
  • Optimization skills of Win10

    Optimization skills of Win10

    Today, the editor will bring you an article about Win10 optimization. The editor thinks it is very practical, so I will share it for you as a reference. Let's follow the editor and have a look. 1. Turn off Windows search. Now most of my friends' computers have SSD hard drives, so they can respond quickly.

    Shulou · 2022-06-03 05:50
  • What are the prospects for learning cloud computing? Cloud computing has become the main way to obtain artificial intelligence.

    What are the prospects for learning cloud computing? Cloud computing has become the main way to obtain artificial intelligence.

    After more than 10 years of development, cloud computing technology has gradually matured, and enterprises' acceptance of cloud computing is also further improving. As cloud computing can bring obvious utility to enterprise IT operation, business innovation and so on, Shangyun has become the norm of enterprises. In 2019, the whole society will spend more and more of its budget

    Shulou · 2022-06-03 05:50
  • Install CentOS7 in the VMware Workstation virtual machine

    Install CentOS7 in the VMware Workstation virtual machine

    First, after starting the virtual machine, select the first line to install CentOS 7. Second, select the language used in the installation process and select continua to continue. Click "SOFTWARE SELECTION" and select the software you want to install. 4. Choose Server

    Shulou · 2022-06-03 05:50
  • FreeBSD virtual machine VMware Tools installation tutorial

    FreeBSD virtual machine VMware Tools installation tutorial

    For FreeBSD virtual machines, you can manually install or upgrade the VMware Tools prerequisites to power on the virtual machine using the command line tool. Confirm that the client operating system is running. Because the VMware Tools installer is written in Perl

    Shulou · 2022-06-03 05:50
  • Installation environment information for complete installation of exchange2016 4 nodes

    Installation environment information for complete installation of exchange2016 4 nodes

    Before making each exchange deployment, I will sort out and plan the information to be deployed. The following is the installation environment planning information for the four nodes of exchange2016: computer name operating system exchange version role IPex1windows

    Shulou · 2022-06-03 05:50
  • Yi Bao Dian-- one of the experimental manuals of Teams experiment in O365, the first acquaintance of Microsoft Teams

    Yi Bao Dian-- one of the experimental manuals of Teams experiment in O365, the first acquaintance of Microsoft Teams

    Microsoft Teams is a chat-based team-only work, can share documents synchronously, and provide instant messaging tools for members, including voice, video, meetings and so on. Microsoft provides Teams services to users in Office 365, and plans to make it

    Shulou · 2022-06-03 05:50
  • Use the tool Csvde to export all user information in the domain

    Use the tool Csvde to export all user information in the domain

    Sometimes we need to get the information and status of the users in the AD domain, want to know which user accounts are disabled, which user accounts are normal, the user's department, phone, position information, and so on. Now I would like to share the experimental steps I have done. Step 1: first export AD user information with script commands

    Shulou · 2022-06-03 05:49
  • The file name is garbled when IE11 downloads the file.

    The file name is garbled when IE11 downloads the file.

    Work on the new system, need to install IE 11, but then many users reported that email attachment download will be garbled. The problem is solved after Baidu. First, the group policy modification method: 1. Use the shortcut key win+r on the desktop, enter gpedit.msc, and open the group policy dialog box. 2.

    Shulou · 2022-06-03 05:49
  • Notes on the principles and applications of Unix-Chapter V General document 1

    Notes on the principles and applications of Unix-Chapter V General document 1

    Display and create file command: cat (usually displays only text file contents) Common options explain:-v: display non-printing characters;-n: display line number; create file: enter the cat command, followed by the > character, and then enter a file name to end the input purpose by ctrl+d: create

    Shulou · 2022-06-03 05:49
  • Oracle layoffs: why are the layoffs in China the hardest hit?

    Oracle layoffs: why are the layoffs in China the hardest hit?

    Judging from the current public information, Oracle China's layoffs are only the first batch and will continue to follow up. The ultimate goal is to abolish the entire Chinese R & D center, including the current Oracle R & D focus-cloud computing. So the question is, since Oracle is facing challenges around the world, why is China doing this?

    Shulou · 2022-06-03 05:49
  • Linux command: one of the linux cluster series-LVS type resolution

    Linux command: one of the linux cluster series-LVS type resolution

    The main advantages of the cluster system: high scalability: high availability: one node in the cluster fails and its tasks can be transferred to other nodes. It can effectively prevent single point failure. High performance: load balancing clusters allow the system to access more users at the same time. Cost-effective: cheap ones that meet industry standards can be used.

    Shulou · 2022-06-03 05:49