Get the App
  • How to realize Speed limit and current limit in Nginx

    How to realize Speed limit and current limit in Nginx

    How to achieve speed limit and current limit in Nginx? In view of this problem, today the editor summarizes this article about Nginx, hoping to help more friends who want to solve this problem to find a more simple and feasible way. First create the file denyIP to write the filtered IP to it, and then make it in the configuration file.

    Shulou · 2022-06-03 04:55
  • How to install a higher version of the kernel in centos7

    How to install a higher version of the kernel in centos7

    What this article shares with you is a detailed installation tutorial for centos7 to install a high version of the kernel. I believe most people do not know how to install it. In order to let you learn, I have summarized the following contents. Without saying much, let's read on. View the current OS version cat / etc/cen

    Shulou · 2022-06-03 04:55
  • Introduction to the running process of kubernetes Cluster

    Introduction to the running process of kubernetes Cluster

    What this article gives you is an introduction to the running process of kubernetes cluster. 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. Kubectl:k8s is the command line side, which is used to send the user's instructions. Autho

    Shulou · 2022-06-03 04:55
  • Problems encountered when adding regularization to sed commands

    Problems encountered when adding regularization to sed commands

    When looking for log keywords, you need to use the current time, so you can't use single quotation marks when you use sed-n, but when you use double quotation marks, you can't solve the problem by inadvertently adding an escape character in front of $.

    Shulou · 2022-06-03 04:55
  • Introduction and use of Docker container

    Introduction and use of Docker container

    The knowledge points of this article include: the introduction of Docker container, the advantages of Docker container, the core concept of Docker container and the use of Docker container. Read the complete article, I believe you have some understanding of Docker container. 1. Docker introduction official website

    Shulou · 2022-06-03 04:55
  • C # calls C++ API

    C # calls C++ API

    An unhandled exception of type 1 System.DllNotFoundException occurs in test.exe additional information: unable to load DLL "DLL/AR_ALGORITHM.dll": the specified mode could not be found

    Shulou · 2022-06-03 04:55
  • Linux empties the Tomcat log catalina.out

    Linux empties the Tomcat log catalina.out

    Without shutting down the tomcat service, clear the catalina.out log file and free up disk space. The simple and efficient methods are as follows: / / 1. View file size [root@su3d883ddd logs] du-shc * / / 2

    Shulou · 2022-06-03 04:55
  • An extended introduction to bash

    An extended introduction to bash

    This article focuses on extensions in bash. Which focuses on the curly braces extension Brace Expansion in bash, a detailed introduction of the definition and format of braces extension, has a certain reference value, friends in need can refer to it. All extensions to bash (e

    Shulou · 2022-06-03 04:55
  • How to create and delete multiple files / folders at a time in Linux system

    How to create and delete multiple files / folders at a time in Linux system

    How to create and delete multiple files / folders at one time in Linux system. Create / delete multiple files / / create 5 files in succession, named file1, file2,.. file5 [root @ server ~] # touch file {1.

    Shulou · 2022-06-03 04:55
  • What are the three Musketeers in the docker container?

    What are the three Musketeers in the docker container?

    The three swordsmen in the docker container are swarm, compose and machine. This article will give you a detailed introduction to the installation and use of swarm, compose and machine. I hope you can get something from this article. Docker

    Shulou · 2022-06-03 04:55
  • How to create a configuration YUM repository

    How to create a configuration YUM repository

    This article mainly introduces how to create and configure your own YUM warehouse, focusing on the specific steps of release and configuration, the steps 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. First, build a self-built YUM warehouse when the network is bad, or there is no official link at all

    Shulou · 2022-06-03 04:55
  • What kind of server can be called a high-performance server

    What kind of server can be called a high-performance server

    What kind of server can be called a high-performance server? I believe that most people do not understand, in order to let you better understand, the editor summed up the following content, do not say much, let's look down together. Memory RAM (random access memory) the size of the server's memory affects the speed at which the server processes commands.

    Shulou · 2022-06-03 04:55
  • How to solve the error report of linux's netstat command

    How to solve the error report of linux's netstat command

    How to solve the error report of linux's netstat command? In view of this problem, today the editor summarizes this article on the solution to the error report of linux's netstat command, but friends in need can refer to it and follow the editor to see the solution. 1. Problems encountered, such as

    Shulou · 2022-06-03 04:55
  • SSH remote management

    SSH remote management

    SSH introduces SSH (Shell) as a secure channel protocol, which is mainly used to realize remote login and remote replication of character interface. SSH protocol deals with the data transmission between the two sides of the communication, including the user password entered when the user logs in. With the early telne

    Shulou · 2022-06-03 04:54
  • What is the difference between a single-line server and a two-line server

    What is the difference between a single-line server and a two-line server

    What is the difference between a single-line server and a two-line server? In view of this problem, today the editor summarizes this article about the server, hoping to help more friends who want to solve this problem to find a more simple and easy way. One: two-line server means that the server connects two lines at the same time, because the south

    Shulou · 2022-06-03 04:54
  • How to improve the ELK log system to ELFK

    How to improve the ELK log system to ELFK

    What this article shares with you is the method of improving the ELK log system into ELFK. I believe that most people have not yet learned this skill. In order to let you learn, I have summarized the following content for you. Without saying much, let's read on. One: when the ELK log system first came to the company, our company

    Shulou · 2022-06-03 04:54
  • Summary of Docker commands

    Summary of Docker commands

    1. Docker's basic command [root@node02 ~] # docker volume prune-f # Delete unowned data volumes # when running the container, the-v mounts the directory without specifying the directory to be mounted locally

    Shulou · 2022-06-03 04:54
  • Huawei's global DHCP settings

    Huawei's global DHCP settings

    Huawei Global DHCP setup Experimental Topology: experimental purpose: configure DHCP,pc1 and pc2 to automatically assign network parameters Experimental requirements: two PCs, a layer 2 switch, a router Experimental steps: 1, to ensure that the link between the client and the server is interconnected; SW:

    Shulou · 2022-06-03 04:54
  • The command to install and uninstall docker in Linux CentOS7

    The command to install and uninstall docker in Linux CentOS7

    This article mainly introduces the command to install and uninstall docker in Linux CentOS7, which has certain reference value and can be used for reference by friends who need it. The following information is about the command to operate docker. 1. Use yum-y before installing docker

    Shulou · 2022-06-03 04:54
  • Windows server 2016 system Management (8)

    Windows server 2016 system Management (8)

    Update service: wsus small and medium-sized environment third party SCCMwindows update service (WSUS) defines upstream server (Microsoft & other) workgroup environment: administrator manually configure update server domain environment: update server through group policy definition update server WSUS passively issues patches when the customer

    Shulou · 2022-06-03 04:54