Get the App
  • Which is the best monitoring tool for windows2008 server

    Which is the best monitoring tool for windows2008 server

    Kill Matt server security software specializes in maintaining server security. Focus on server security, let the server security become simple, let the webmaster better manage the server. Basic functions: server system users, file monitoring, malicious file deletion, website anti-injection tampering. Enhanced functions: real-time monitoring of killing Matt website,

    Shulou · 2022-06-03 05:29
  • Azure Monitor implements alerts through Alert

    Azure Monitor implements alerts through Alert

    Metric Alerts and Log Alerts We have several types of alerts in Azure Monitor. They are metric alerts, log alerts, activity log alerts, and change tracking alerts. Today we will mainly discuss with you the two most basic types of alerts, namely, metric alerts and log alerts. Partial indicators

    Shulou · 2022-06-03 05:29
  • IMAP&POP is used in the exchange 2013 configuration.

    IMAP&POP is used in the exchange 2013 configuration.

    POP settings: modify the following settings in EMS: Get-ServerComponentState-Identity-Component PopProxy) .LocalStates if no results are displayed, enter a

    Shulou · 2022-06-03 05:29
  • The function of IP Space and Independent IP Space

    The function of IP Space and Independent IP Space

    1. First of all, we need to find out what an independent IP space is and what its functions are. In fact, independent IP space mainly refers to the use of special technology to divide some real physical computer hosts into a number of small logical storage units, which have no entity, but can be like real hosts.

    Shulou · 2022-06-03 05:29
  • ​ Windows Server 2012 Hyper-V Virtualization Management practice

    ​ Windows Server 2012 Hyper-V Virtualization Management practice

    Link: https://pan.baidu.com/s/1bZ-aqDpx1tE-2WTVD6yMjA password: yvz3Windows Server 2012 Hyper-V Virtualization Management practice content introduction:

    Shulou · 2022-06-03 05:29
  • How to use Pod in Kubernetes

    How to use Pod in Kubernetes

    Pod is the smallest unit of Kubernetes scheduling. A Pod can contain one or more containers, so it can be seen as a logical host for internal containers. Resource limits resource requests and restrictions for pod and container # cpu upper limit spec.conta

    Shulou · 2022-06-03 05:29
  • Second toolchain

    Second toolchain

    2.2.3 preparation1) create new user vitagroupadd vitauseradd-m-s / bin/bash-g vita vita2) add file

    Shulou · 2022-06-03 05:29
  • This article on Nginx performance optimization is enough!

    This article on Nginx performance optimization is enough!

    1. Number of Nginx running worker processes Nginx running worker processes generally set the core or core number of CPU x2. If you don't know the number of cores in cpu, you can see it by pressing 1 after the top command, or you can view the / proc/cpuinfo file grep ^

    Shulou · 2022-06-03 05:29
  • Memory Utilization method of Azure Monitor Monitoring system

    Memory Utilization method of Azure Monitor Monitoring system

    To query the collected data, we can use the following query statement to query servers with less memory than 1024MB: let setMBValue = 1024 startDate = ago (12h); / / enter ho

    Shulou · 2022-06-03 05:29
  • Azure Monitor monitors CPU utilization of windows system

    Azure Monitor monitors CPU utilization of windows system

    If we have not previously enabled performance counter data, we can click Advanced Settings in Log Analytics Workspace, click data, now click Windows performance counters, and finally click add selected performance count

    Shulou · 2022-06-03 05:29
  • Nodes and components of a Kubernetes cluster

    Nodes and components of a Kubernetes cluster

    MasterMaster is the brain of Cluster, and its main responsibility is to schedule, that is, to decide where to run applications, to achieve high availability, and to run multiple Master. Related components running: Kubernetes API Server (

    Shulou · 2022-06-03 05:29
  • Linux uses the echo command to output the appropriate color

    Linux uses the echo command to output the appropriate color

    The general echo command is also often used in shell scripts, and the echo-e option can also render the text output in addition to the transfer character, adding a description of the visual effect. The structure of its output is like this example.

    Shulou · 2022-06-03 05:29
  • The method of adding users and giving root permissions in linux system

    The method of adding users and giving root permissions in linux system

    1. To add a user, first add a normal user with the adduser command as follows: # adduser eric// add a user named eric # passwd eric// modify password Changing password for

    Shulou · 2022-06-03 05:29
  • Rancher's new open source Submariner: implementing Kubernetes cross-cluster network

    Rancher's new open source Submariner: implementing Kubernetes cross-cluster network

    On March 12, 2019, Rancher Labs (hereinafter referred to as Rancher), a leading provider of container management software, announced the launch of a new open source project Submariner, which supports cross-cluster network connectivity between multiple Kubernetes clusters. Su

    Shulou · 2022-06-03 05:29
  • What is the command for the linux system to create a directory?

    What is the command for the linux system to create a directory?

    You can use the mkdir command to create it. The specific command is mkdir / testmkdir command syntax introduction: mkdir [- p] dirName parameter description:-p ensures that the directory name exists, and create one if it does not exist. Example: in the / urs/ directory

    Shulou · 2022-06-03 05:29
  • The method of rebuilding user profile in win7 system

    The method of rebuilding user profile in win7 system

    Win7 rebuilds the user profile method to log in as an administrator account (must be an administrator account, in this case Administrator), and rename the profile of the user (test) under the "users" directory to test123; to log in with the account that needs to be modified (t in this case)

    Shulou · 2022-06-03 05:28
  • 09. Software Distribution of Group Policy (04)

    09. Software Distribution of Group Policy (04)

    ZAP installation of software that installs non-MSI format

    Shulou · 2022-06-03 05:28
  • Windows system installation and configuration WampServer

    Windows system installation and configuration WampServer

    1. Downloading WampServer and installing WampServer, like XAMPP, are development environment integration packages that achieve the ready-to-use effect of the development environment. WampServer needs to install Microsoft's development dependency package before deployment, after several times

    Shulou · 2022-06-03 05:28
  • Linux Daily Notes 2

    Linux Daily Notes 2

    The first experience of DAY01 Linux system Linux introduction Linux system installation (CentOS 7.4) Linux system operating interface 1) graphical desktop 2) command line operating environment configuration network DAY02 play to Linux command line management directories and files

    Shulou · 2022-06-03 05:28
  • CentOS 7 install the master-slave DNS service and configure the Apache server

    CentOS 7 install the master-slave DNS service and configure the Apache server

    Install the main DNS server 1 and configure the master DNS [root@centos01 ~] # yum-y install bind bind-chroot bind-utils