Get the App
  • The Shell script wants to check the error log from a minute ago.

    The Shell script wants to check the error log from a minute ago.

    Requirements: the original script is to check the error log of one minute ago for statistical output. The original script: [root@os1 opt] # cat LiveMuir segmentLost.shallowBingray Bash date = `date + "% YMY% m

    Shulou · 2022-06-03 04:44
  • Protocols and ports used by Windows Server Failover Cluster

    Protocols and ports used by Windows Server Failover Cluster

    The protocol and port Windows Server clustering service used by Windows Server Failover Cluster, which controls server cluster operations and manages the cluster's internal flat file database. A cluster is a stand-alone server

    Shulou · 2022-06-03 04:44
  • How to eliminate echoes in video conferencing

    How to eliminate echoes in video conferencing

    There may be echoes in the use of cloud video conferencing, or even screams due to mutual interference, affecting the effectiveness of the meeting! From a physical point of view, the main reason for the echo is that the microphone of the video conference terminal captures the voice of the speaker for the second time. To put it simply, the microphone first captures the sound made by the speaker.

    Shulou · 2022-06-03 04:44
  • Etcd and flannel realize docker multi-segment communication

    Etcd and flannel realize docker multi-segment communication

    On the basis of introducing the realization of docker multi-segment communication between etcd and flannel, this paper focuses on its concrete steps, which are simple and easy to operate, and the content of the article is compact step by step. I hope you can get something according to this article. 1. Brief introduction flannel is designed to achieve more

    Shulou · 2022-06-03 04:44
  • How to enhance the security protection of CVM

    How to enhance the security protection of CVM

    How to enhance the security protection of CVM? In view of this problem, today, the editor summarizes this article on the security protection of CVM, which can be used for reference by interested friends. I hope it will be helpful to you. The methods to enhance the security of server rental are basically to isolate resources and analyze user data by technical means.

    Shulou · 2022-06-03 04:44
  • Windows installs MySQL5.7 tutorial and the solution of forgetting root password

    Windows installs MySQL5.7 tutorial and the solution of forgetting root password

    Let's learn about the Windows installation MySQL5.7 tutorial and the solution to forgetting the root password. I believe you will benefit a lot after reading the Windows installation MySQL5.7 tutorial and forgetting the root password.

    Shulou · 2022-06-03 04:44
  • The most commonly used basic operation commands in MySQL database

    The most commonly used basic operation commands in MySQL database

    Below to bring you about the most commonly used MySQL database to the basic operation command content, I believe you must have seen similar articles. What's the difference between what we bring to everyone? Let's take a look at the body. I believe you will receive some of the basic operation commands that are most commonly used in MySQL databases.

    Shulou · 2022-06-03 04:44
  • How to install and deploy Mysql of LNMP Architecture

    How to install and deploy Mysql of LNMP Architecture

    I do not know if you have any understanding of the previous articles on how to install and deploy Mysql with a similar LNMP architecture. Today, I am here to give you a brief introduction. If you are interested, let's take a look at the body. I believe that after seeing how to install and deploy the Mysql of LNMP architecture, you will certainly

    Shulou · 2022-06-03 04:44
  • Centos- changes / etc/profile cause common commands such as ls

    Centos- changes / etc/profile cause common commands such as ls

    Solution: execute export PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bi and then use: vi / etc

    Shulou · 2022-06-03 04:44
  • Code for nginx to configure seven layers of load

    Code for nginx to configure seven layers of load

    This article mainly introduces the method of configuring seven-tier load in nginx in detail, the sample code in this article is very detailed, zero foundation can also refer to this article, interested friends can refer to it. Specific configuration: upstream service {server 1

    Shulou · 2022-06-03 04:44
  • Construction of Linux basic server (1): DNS server

    Construction of Linux basic server (1): DNS server

    Introduction to DNS DNS English full name (Domain Name System), that is, the domain name system, also known as the domain name server, maps the IP address to the domain name, so that you do not have to remember the IP address to access the server, thus accessing the server through the domain name.

    Shulou · 2022-06-03 04:44
  • The enumeration process of PCI device and the calling process of PCI device driver

    The enumeration process of PCI device and the calling process of PCI device driver

    This article mainly introduces the enumeration process of PCI equipment and the calling process of PCI device driver, which can be used for reference by friends who need it. The following information is about the implementation process code. / / 0. The pci subsystem first registers pci busstruct bus_t.

    Shulou · 2022-06-03 04:44
  • Deployment of jenkins and pipeline job verification testing

    Deployment of jenkins and pipeline job verification testing

    This article is about the deployment of jenkins and pipeline job verification testing. The editor thought it was very practical, so I shared it with you as a reference. Let's follow the editor and have a look. Background introduction at present, many enterprise applications have been containerized, and the version has been released

    Shulou · 2022-06-03 04:44
  • What do we need to know when using Redis?

    What do we need to know when using Redis?

    When we need to use distributed cache Redis in the development process, we first need to understand what caching is used in the system. A small amount of data storage, high-speed read and write access. Through the way of all data in-momery to ensure high-speed access, while providing the function of data landing, real

    Shulou · 2022-06-03 04:44
  • How to use Shell script to realize tomcat Log cutting

    How to use Shell script to realize tomcat Log cutting

    How to use Shell script to achieve tomcat log cutting? I believe that most people have not yet learned this skill, in order to let you learn, to give you a summary of the following content, do not say much, let's move on. The meaning of log slicing: in a production environment, when we use tomcat services

    Shulou · 2022-06-03 04:44
  • The process of implementing Mobile Application package Distribution Service by Serverless

    The process of implementing Mobile Application package Distribution Service by Serverless

    This article is to share with you the process of implementing mobile application package distribution service by Serverless. The editor thought it was very practical, so I shared it with you to learn. The following information is about the steps of Serverless to implement the mobile application package distribution service. Preparatory work: 1. Install nod

    Shulou · 2022-06-03 04:44
  • Zabbix automatically discovers filter network card

    Zabbix automatically discovers filter network card

    By default, when the network interface in the Zabbix template automatically discovers the interface, it will generate a lot of item, and sometimes there will be some interfaces that we don't need, so we need to filter them out. For example, the following figure: here we only want to monitor the network card of eth0-3 on the server, other cal and its

    Shulou · 2022-06-03 04:44
  • How to upgrade kubernetes offline and online

    How to upgrade kubernetes offline and online

    This paper takes the kubernetes file as an example to analyze the methods and steps of offline upgrade and online upgrade of kubernetes. Read the complete article, I believe that you have a certain understanding of kubernetes upgrade and update. 1. Overview of kubernetes upgrade k

    Shulou · 2022-06-03 04:44
  • How to configure openssl and nginx to use http2

    How to configure openssl and nginx to use http2

    How do I configure openssl and nginx to use http2? This article uses the example code to show, the code is very detailed, which can be used for reference by interested friends. I hope it will be helpful to you. 1. Configure opensslopenssl version to be greater than 1.0.2

    Shulou · 2022-06-03 04:44
  • How to build Citrix Experimental Environment

    How to build Citrix Experimental Environment

    How to set up the Citrix experimental environment? In order to solve this problem, today the editor summarizes this article on the construction of Citrix experimental environment. I hope you can get something through this article. In the experimental environment, I will create two 2016 virtual machines as SQL, and each virtual machine has 3 hard drives to act as

    Shulou · 2022-06-03 04:44