Get the App
  • Zabbix proxy distributed monitoring deployment

    Zabbix proxy distributed monitoring deployment

    Zabbix proxy can collect performance and availability data instead of zabbix server, then report the data to zabbix server, and to some extent share the pressure of zabbix server. Proxy

    Shulou · 2022-06-02 17:08
  • Installation of gitlab

    Installation of gitlab

    Centos6sudo yum install curl openssh-server openssh-clients postfix croniesudo service postfix start

    Shulou · 2022-06-02 17:08
  • Comparison between physical machine and cloud machine

    Comparison between physical machine and cloud machine

    The above is only a personal point of view, which depends on the situation of the enterprise itself. for a start-up small company or a shortage of funds, a cloud machine basically meets the business, if it is a large number of portals, storing a large number of audio and video, pictures, etc., requires physical machines to support the application, so choose to start from yourself, not expensive.

    Shulou · 2022-06-02 17:08
  • A few minutes to quickly learn about the data link layer and switch

    A few minutes to quickly learn about the data link layer and switch

    One: the function of the data link layer 1.1 the establishment of the data link layer, maintenance and removal of 1.2 frame packaging, frame transmission, frame synchronization 1.3 frame error recovery 1.3.1 using the method of retransmission. 1.4 flow control 1.4.1 ensures the stability of intermediate transmission equipment and the transmission rate of both transceivers and transmitters

    Shulou · 2022-06-02 17:07
  • II. Characteristics and data structure of Zookeeper cluster

    II. Characteristics and data structure of Zookeeper cluster

    Zookeeper cluster features: 1. The host of zookeeper is called leader, and the slave is called follwer (one leader, multiple followers). 2. The servers of zookeeper cluster do not have to work entirely, half of which are

    Shulou · 2022-06-02 17:07
  • Unity connects to Android SDK- Xiaomi sdk

    Unity connects to Android SDK- Xiaomi sdk

    Shulou · 2022-06-02 17:07
  • Exchange2013 limits the number of messages users can send per minute / day

    Exchange2013 limits the number of messages users can send per minute / day

    Modify LimitMessagesSent policy rules to send 1000 messages per day / minute and 30Set-ThrottlingPolicy-Identity LimitMessagesSent-Recipient

    Shulou · 2022-06-02 17:07
  • HP ProLiant BL460c G7 event WHEA-Logger&ID47

    HP ProLiant BL460c G7 event WHEA-Logger&ID47

    The system log is shown in the following figure: fault condition: system ping is not available, frequent downtime, a large number of ID 47 WHEA-Logger event solutions (to be seen) enter iLO-Power Switch-ResetPress the F9 key

    Shulou · 2022-06-02 17:07
  • How does 0x80070490 troubleshoot errors in the process of PXE deploying the system? The way of learning IT technology by analogy

    How does 0x80070490 troubleshoot errors in the process of PXE deploying the system? The way of learning IT technology by analogy

    How does 0x80070490 troubleshoot errors in the process of PXE deploying the system? An example of IT Technology Learning ©Lander Zhang focuses on on-demand IT infrastructure operation and maintenance services for foreign enterprises, and IT Helpdesk practical training practitioner https://bl

    Shulou · 2022-06-02 17:06
  • Basic composition of ARM

    Basic composition of ARM

    The hardware and software of an ARM architecture chip constitute an ARM architecture chip hardware and software are two interdependent parts of a chip system. 1. Hardware master CPU: operation and control core. The basic architecture of baseband chip adopts the structure of microprocessor + digital signal processor (DSP). The microprocessor is

    Shulou · 2022-06-02 17:06
  • The utilization rate of windowsCPU is 100%.

    The utilization rate of windowsCPU is 100%.

    Here's the plot. * are you there? Windows server cpu utilization has been 100% * answer: in * * can you take a look? * * answer: good * * it seems that it is a mining virus, which is killed and automatically generated * * answer: take a look at it remotely. * * TeamViewer*

    Shulou · 2022-06-02 17:06
  • .gitlab-ci.yml syntax

    .gitlab-ci.yml syntax

    GitLab-ci.yml.gitlab-ci.yml is used to configure what CI does in your project. This file is located in the root directory of the repository. When new content push is sent to the repository, or when the code is merged, GitLab will look for whether there is

    Shulou · 2022-06-02 17:06
  • Partition and LVM configuration process of Unix operating system

    Partition and LVM configuration process of Unix operating system

    When installing a Unix-like operating system, partitioning must be an essential step. This step is simple and simple. Following the prompts, partition-> formatting can be completed step by step. Since the current project will hardly cause bottlenecks in the purchase of hard drives, many projects may not happen until the hardware is guaranteed to be offline.

    Shulou · 2022-06-02 17:06
  • FAQ on the road of operation and maintenance

    FAQ on the road of operation and maintenance

    What you see, long-term update ~ 1.linux garbled [root@vps software] # vi / etc/sysconfig/i18nLANG='zh_CN.utf8'SYSFONT=latarcy

    Shulou · 2022-06-02 17:06
  • RIP routing protocol

    RIP routing protocol

    RIP (Routing Information Protocol, routing Information Protocol) is an internal gateway protocol (IGP) and a dynamic routing protocol, which is used to transmit routing information in an autonomous system (AS). RIP protocol is based on distance vector.

    Shulou · 2022-06-02 17:05
  • Summary of windows network commands

    Summary of windows network commands

    PING command: Ping IP-t continuously executes the Ping command on the IP address until the data length in the Ping command specified by the user with Ctrl+C interrupt Ping IP-l m is m bytes and the default is 32 bytes Ping IP

    Shulou · 2022-06-02 17:05
  • Construction of small and medium-sized Network-- Application of VRRP

    Construction of small and medium-sized Network-- Application of VRRP

    What is brought to you today is the application of VRRP. In order to solve the problem of single point of failure between layer 3 network devices, VRRP is introduced. Before the experiment, let's take a look at some brief knowledge points of VRRP. Definition and Overview of VRRP (reference) 1. Virtual routing redundancy Protocol (Vir)

    Shulou · 2022-06-02 17:05
  • Upgrade kubernetes to 1.6

    Upgrade kubernetes to 1.6

    Try a smooth upgrade to ensure the stability of the cluster online. 1. Etcd through the official documentation, we found. Starting from 1.6, the cluster needs etcd version 3.0. at present, the data between etcd2.0 and 3.0are not interoperable. Known problems: 1. Version problems of etcd and go v

    Shulou · 2022-06-02 17:05
  • Automatic monitoring of memory and storage space under Linux!

    Automatic monitoring of memory and storage space under Linux!

    It has been some time since the last update of the article. During this period of time, the editor was unable to update the article in time because of some trivia and physical illness. Today, the body gradually recovered and rushed to update the article. What Simeng brings to you today is how to automatically monitor our server with some basic configuration to ensure.

    Shulou · 2022-06-02 17:05
  • How to modify the properties of a specified security group, including modifying the name and description of the security group

    How to modify the properties of a specified security group, including modifying the name and description of the security group

    How to modify the properties of a specified security group, including modifying the name and description of the security group? In view of this problem, this article introduces the corresponding analysis and answers in detail, hoping to help more partners who want to solve this problem to find a more simple and feasible way. ModifySecurityGroup

    Shulou · 2022-06-02 17:04