Get the App
  • Keepalived installation configuration (Centos7)

    Keepalived installation configuration (Centos7)

    About keepalived keepalive is a highly reliable software, usually deployed on two servers, divided into one master and one standby. Keepalived can detect processes on this machine. Once Master (master) detects a problem with a process,

    Shulou · 2022-06-02 16:47
  • Flexible Authorization based on Linux sudo

    Flexible Authorization based on Linux sudo

    Sudo purpose: sudo is used to authorize ordinary users, in a word: which users are allowed to log in on which hosts and run which commands as which users. A right button similar to that in a Windows system runs as an administrator. 1. The difference between sudo and su, for example, the operation and maintenance department

    Shulou · 2022-06-02 16:46
  • How to solve the problem of npm ls error caused by fsevents module under linux

    How to solve the problem of npm ls error caused by fsevents module under linux

    This article will explain in detail how to solve the problem of npm ls error caused by the fsevents module under linux. The content of the article is of high quality, so the editor shares it for you as a reference. I hope you will have a certain understanding of the relevant knowledge after reading this article. There's a project.

    Shulou · 2022-06-02 16:46
  • Why should we use distributed cluster task scheduling for the society?

    Why should we use distributed cluster task scheduling for the society?

    As a developer, you can't avoid the problem of scheduled tasks, and the most rude and straightforward solution is crontab. Of course, in the case of fewer machines, fewer tasks, and less correlation between scheduled tasks, crontab is still relatively efficient and convenient. But the more machines there are, the more timing tasks

    Shulou · 2022-06-02 16:46
  • Delphi Import excel

    Delphi Import excel

    Unit ExcelProUnit;interfacetypeTExcelFunction = procedure (asheet: OleVariant); / / declare the import function {access cell: sheet.

    Shulou · 2022-06-02 16:46
  • How to quickly and easily query the information of a security group in a security group

    How to quickly and easily query the information of a security group in a security group

    Today, I would like to talk to you about how to quickly and easily query the information of the security group in the security group. Many people may not know much about it. In order to make you understand better, the editor summarized the following for you. I hope you can get something from this article. DescribeSecurityGr

    Shulou · 2022-06-02 16:46
  • Dealing with the problem of insufficient disk space in VMware vCenter Server Appliance

    Dealing with the problem of insufficient disk space in VMware vCenter Server Appliance

    Black data Network Lab VMware recommended deployment of Linux version of vCenter Server,VCSA in October 2019 has been widely used in enterprise production environments, especially after the migration of tools from Windows version to Linux version

    Shulou · 2022-06-02 16:46
  • Windows changes remote port and login user name and password

    Windows changes remote port and login user name and password

    1. Modify windows remote Desktop default port to open registry: regedit "navigate to [HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlTerminal Serv"

    Shulou · 2022-06-02 16:46
  • Storage-Application of Infortrend storage in recording classrooms of well-known medical universities in China

    Storage-Application of Infortrend storage in recording classrooms of well-known medical universities in China

    Project background: the university is one of the earliest institutions of higher medicine established in the country. The school adheres to the concept of "academic first, teacher-student-oriented, symbiotic and win-win" to train talents in the pharmaceutical industry. This college has started the course of intelligent teaching and visual teaching management since 2012, and is now equipped with multimedia classrooms.

    Shulou · 2022-06-02 16:46
  • Simple configuration of routing for Network Construction of small and medium-sized Enterprises

    Simple configuration of routing for Network Construction of small and medium-sized Enterprises

    Small and medium-sized business network construction 1, default route 1, what is the default route? A default route is a special static route that is also a default gateway for stub hosts. -- the destination network of the default route is 0.0.0.0amp 0.0.0.0, which can match any destination address. -

    Shulou · 2022-06-02 16:46
  • Practical tutorial: how to integrate a K3s cluster into a Gitlab project

    Practical tutorial: how to integrate a K3s cluster into a Gitlab project

    About k3sK3s is a lightweight Kubernetes distribution released by Rancher Labs, which is designed for R & D and operation personnel running Kubernetes in a resource-limited environment. It is a certified Kubernetes.

    Shulou · 2022-06-02 16:45
  • CentOS 6.5Compiler openJDK and its problems

    CentOS 6.5Compiler openJDK and its problems

    When compiling openJDK under Java1 centOS 6.5.When doing this operation, the author installed and configured the linux virtual machine for a total of three times. For the first time, it was all treading on the pit. The second time, I also stepped on part of the pit, especially 2.9, which directly led to my third time.

    Shulou · 2022-06-02 16:45
  • Realization of hotlink protection under apache

    Realization of hotlink protection under apache

    What is hotlink theft is to show some content on your own page that is not on your server. The common practice is to obtain the resource address on someone else's server through technical means, bypass other people's resource display page, and provide this content directly to the end user on your own page. The more common ones are some small ones.

    Shulou · 2022-06-02 16:45
  • Message reading status tracking

    Message reading status tracking

    Recently, a user has asked such a question: how can the administrator know whether the recipient has read the email sent by a user? I have done the following test: test environment: DC1: win server2012 R2 mail system: Exchange 2

    Shulou · 2022-06-02 16:45
  • Nginx Learning Notes (2)-Nginx Log

    Nginx Learning Notes (2)-Nginx Log

    1. If the Nginx server is used as the web server, after the load balancer and the Nginx reverse proxy, the real ip address of the client cannot be obtained. The reason is that after the reverse proxy, due to the addition of an intermediate layer between the client and the server, the web server cannot directly take the

    Shulou · 2022-06-02 16:44
  • Windows system port conversion

    Windows system port conversion

    IPV4 operation: 1. Add port translation netsh interface portproxy add v4tov4 listenaddress= {source address} listenport= {source port} connecta

    Shulou · 2022-06-02 16:44
  • Detect file type script

    Detect file type script

    Check content test file type test edit file using test file type test idea to confirm that the file is empty-time processing to confirm that the file does not exist when the file does not exist to confirm the file type file type ordinary file type block file type character

    Shulou · 2022-06-02 16:44
  • WxWidgets lesson 6 EVT_ERASE_BACKGROUND background erase event

    WxWidgets lesson 6 EVT_ERASE_BACKGROUND background erase event

    It shows that by default, the OnEraseBackground function is responsible for rendering the background color, and the OnPaint function is responsible for rendering the foreground color. The default background color function provided by the system renders the background white, causing the control area to flicker. You can erase the background by rewriting it

    Shulou · 2022-06-02 16:44
  • Talk about Kubernetes storage (1): explain the key concepts of Kubernetes storage in detail

    Talk about Kubernetes storage (1): explain the key concepts of Kubernetes storage in detail

    Anyone who has been following cloud computing in recent years must be aware of the rise of Docker and Kubernetes. Today, public cloud giants around the world (Google, Amazon, Microsoft, Huawei Cloud, Aliyun, etc.) offer hosted Kuberne on top of their traditional public cloud services

    Shulou · 2022-06-02 16:44
  • Redis series-4, Redis command

    Redis series-4, Redis command

    Key command, string command, hash command, list command, set (ordered set) command, server command 1, Redis key command S.N. Command & describes 1DEL key this command deletes the key and, if there is a 2DUMP key, returns the value of the

    Shulou · 2022-06-02 16:44