Get the App
  • Introduction to the concept and working principle of Zabbix

    Introduction to the concept and working principle of Zabbix

    People's understanding of Zabbix monitoring may stay at the conceptual level, but there is relatively little understanding of the working principle and application scenarios of Zabbix monitoring. Today I will talk to you about the theoretical knowledge of Zabbix monitoring. Zabbix Overview Zabbix is an enterprise-class open source

    Shulou · 2022-06-03 04:59
  • How to remotely wake up the win7 computer to boot

    How to remotely wake up the win7 computer to boot

    How to remotely wake up the win7 computer to power on? 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. 1. Bind dynamic domain name (ddns) there is no need to do this to apply for a dynamic domain name before logging in to you with a fixed IP

    Shulou · 2022-06-03 04:59
  • Unix Advanced IO File Lock

    Unix Advanced IO File Lock

    1. Note the correct use of the fcntl () parameter cmd F_GETFL for testing locks using F_SETFL non-blocking setting lock fcntl () will try several times, if failed directly return-1F_SETLKW blocking setting lock fcntl () will

    Shulou · 2022-06-03 04:59
  • What kind of enterprise is suitable to use CVM?

    What kind of enterprise is suitable to use CVM?

    What kind of enterprise is suitable to use CVM? To solve this problem, the editor summarizes this article on cloud servers today, hoping to help more friends who want to solve this problem to find a more simple and easy way. 1. The company's traditional Internet service model for short-term projects is suitable for long-term and stable projects. If the public

    Shulou · 2022-06-03 04:59
  • How to check the actual size of Linux directory files

    How to check the actual size of Linux directory files

    How do I check the actual size of the Linux directory file? This article uses an example display to introduce in detail the use of the command to obtain and view file size, which can be used for reference by interested friends. I hope it will be helpful to you. What is the du command? the du command indicates disk utilization

    Shulou · 2022-06-03 04:59
  • What if expdp exports the Times wrong?

    What if expdp exports the Times wrong?

    What if expdp exports the Times wrong? I believe that many novice rookies can do nothing about this. Through the summary of this article, I hope you can find a solution. Expdp has the following error when exporting: Export: Release 11.2.0.1.0-Produc

    Shulou · 2022-06-03 04:59
  • How does Docker use logs to view logs?

    How does Docker use logs to view logs?

    How does Docker use logs to view logs? 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. Log is very important in the operation of the system. Development, testing and operation and maintenance staff find the cause of the failure through system log analysis.

    Shulou · 2022-06-03 04:59
  • Kubernetes single node deployment ETCD tutorials

    Kubernetes single node deployment ETCD tutorials

    This article is a tutorial on how to deploy ETCD on a single node in kubernetes. The editor thought it was very practical, so I shared it with you to learn. The following information is about the deployment of ETCD. The software adopts version software name version Linux system Linux versi

    Shulou · 2022-06-03 04:59
  • Anonymous inner class final

    Anonymous inner class final

    When an anonymous inner class is returned in a method, it is a closure, and the formal parameter of the method must be final. I think: 1. First, the formal parameter disappears after the method returns, and there will be problems in using it in the class, so jvm defines parameters inside the class and then assigns values with formal parameters.

    Shulou · 2022-06-03 04:59
  • How to back up the script on time by MySQL in LINUX

    How to back up the script on time by MySQL in LINUX

    This article is mainly about how MySQL in LINUX back up the script on time. If you are interested, let's take a look at this article. I believe it is of some reference value to everyone after reading how MySQL back up the script on time in LINUX. (0) backup target backup:

    Shulou · 2022-06-03 04:59
  • Introduction and installation configuration of saltstack

    Introduction and installation configuration of saltstack

    The knowledge points of this article include: the introduction of saltstack, the working principle of saltstack, the installation and configuration of saltstack and the use of saltstack. I believe you have a certain understanding of saltstack tools after reading the complete article. Sal

    Shulou · 2022-06-03 04:59
  • How to repair the bad track of Linux server disk

    How to repair the bad track of Linux server disk

    How to fix the bad track of Linux server disk? In view of this problem, today the editor summarizes this article on disk repair, hoping to help more friends who want to solve this problem to find a more simple and easy way. First, the processing process 1. After there is a problem with the bad track check of the disk, the business is shut down first.

    Shulou · 2022-06-03 04:59
  • How to configure and start Primay Server for Mysql Group replication Cluster

    How to configure and start Primay Server for Mysql Group replication Cluster

    This article mainly tells you how to configure and start the Primay Server of the Mysql group replication cluster. You can check the relevant professional terms on the Internet or find some related books to supplement them. We will not dabble here. Let's go straight to the topic and hope that the Mysql group replicates the cluster.

    Shulou · 2022-06-03 04:59
  • Application of shell script in practical work

    Application of shell script in practical work

    This article is to share with you the application of shell script in practical work. The editor thought it was very practical, so I shared it with you to learn. The following information is a variety of ways to use shell scripts. 1) the general number of Mysql of Mysql database backup scripts (full backup + remote backup)

    Shulou · 2022-06-03 04:59
  • How to build and use Coredns in kubernetes

    How to build and use Coredns in kubernetes

    This article is to share with you how to build and use Coredns in kubernetes. I believe most people don't know how to install and use it. In order to let you learn, I summarized the following content. Without saying much, let's read on. 1. Coredns plays an important role.

    Shulou · 2022-06-03 04:59
  • Access to network file sharing services

    Access to network file sharing services

    The seventh unit accesses the network file sharing service-mounting the network file system the network file system is a file system provided by the network attached storage server to a plurality of hosts through the network, rather than by a block device (such as a hard disk drive). The client uses a special file system protocol

    Shulou · 2022-06-03 04:59
  • How to solve the problem that Windows Server 2008 R2 has no Internet time option

    How to solve the problem that Windows Server 2008 R2 has no Internet time option

    How can I solve the problem that Windows Server 2008 R2 does not have the Internet time option? I believe that many novice rookies can do nothing about this. Through the summary of this article, I hope you can find a solution. Reason: domain control server does not have "Inter" by default

    Shulou · 2022-06-03 04:59
  • How to use Docker's Compose tools and configure consul Server

    How to use Docker's Compose tools and configure consul Server

    This article shares the use of Compose orchestration tools and consul tools in the Docker container, as well as the configuration of the consul server. I hope you can get something from this article. Docker compose configuration Common Field Field description build

    Shulou · 2022-06-03 04:59
  • Openocd0.10 installation configuration-for Baiwen openjtag

    Openocd0.10 installation configuration-for Baiwen openjtag

    Reference: [1] the http://www.eefocus.com/fhq1989312/blog/12-04/247353_1c4c2.html reference article explains how to determine the type of your simulator (whether it is ft2232).

    Shulou · 2022-06-03 04:59
  • Redis Master / Slave + sentinel failover deployment

    Redis Master / Slave + sentinel failover deployment

    Redis recognizes that redis is a key-value storage system. Similar to Memcached, it supports relatively more value types for storage, including string (string), list (linked list), set (collection), and zset (ordered set)

    Shulou · 2022-06-03 04:59