Construction of DM8 MPP + active / standby guard cluster of Dameng database

During the operation of DM MPP system, if an EP node fails and stops, the whole MPP system will be in a state of abnormal service. All current user sessions will be disconnected by the system. Global login is not allowed, but local login is only allowed. Therefore, in order to ensure the high availability of MPP system, it is strongly recommend ...

Added by _tina_ on Thu, 23 Dec 2021 10:18:23 +0200

[JavaWeb] Introduction to Java Web, tomcat server, HTTP and maven

1, Java Web 1.Web development web: web pages, such as https://www.baidu.com (1) Static web: the data and pages provided will never change; Technology stack: html, css (2) Dynamic web: the data and pages provided will always change; Technology stack: Jsp, servlet, ASP, PHP Almost all websites are dynamic web, such as Taobao. 2.web applicati ...

Added by dudejma on Wed, 22 Dec 2021 10:47:07 +0200

Signature scheme based on "request replay"

1: Background Recently, we are doing service docking with a third party. The third party needs to call our service interface to query data. For the exposed interface, security is very important, so we must add a signature when doing interface verification, which can effectively protect our interface security 2: Encryption It is impossible to ...

Added by werkkrew on Wed, 22 Dec 2021 01:18:49 +0200

Ha keepalived (LVS+Keepalived) resolution and deployment

HA - Keepalived Principle analysis ** 💯 Introduction: * * kepplived high availability technology prevents the inevitable impact of a single point of failure of the service and enhances the high availability and security of the service. For example, the failure of middleware rabbitmq, mysql, mycat, Haproxy and other servers will affect the ...

Added by Noctagon on Tue, 21 Dec 2021 23:17:31 +0200

Tomcat deployment and optimization

1, Introduction Tomcat server is a free open source Web application server, which is a lightweight application server, It is widely used in small and medium-sized systems and not many concurrent access users. It is the first choice for developing and debugging JSP programs. For a beginner, you can think that when you configure Apache ser ...

Added by imperialized on Mon, 20 Dec 2021 22:05:34 +0200

How to build a personal Git remote warehouse for raspberry pie (the same is true for other Linux devices)

First, we need to analyze the problem. To implement a Git remote warehouse server, we need to know: How to configure Git server side.How to connect to a remote warehouse.How to push, pull, fetch and other operations from the remote warehouse. After the analysis, it is found that it is quite simple. Let's go step by step. The first is the conf ...

Added by PHPMan on Sun, 19 Dec 2021 08:34:09 +0200

centos8.5 Vsftpd build FTP server

@TOC Vsftpd is a relatively stable FTP service software. The FTP service provided by vsftpd can be flexibly configured as anonymous access, local user access and virtual user access according to specific business needs. Among them, the most secure is the virtual user access mode. This paper builds and configures an FTP server for virtual user a ...

Added by dotBz on Sat, 18 Dec 2021 14:37:30 +0200

OSPF advanced configuration

catalogue 1. Router redistribution and configuration 1.1 route redistribution Redistribute static route and default route in 1.2 OSPF Protocol 2. Virtual link and its configuration 2.1 virtual link overview 2.1 application occasions and functions of virtual link 2.2 virtual link command 2.3 rules and characteristics of configuring vir ...

Added by non_zero on Sat, 18 Dec 2021 09:07:08 +0200

Basic operation of page table in linux

Finding a virtual address by traversing the page table and mapping the corresponding physical memory is a very common operation, so the whole walk traversal process should take as little time as possible. show_pte() With show_ The PTE () function is taken as an example to illustrate how to obtain the physical page conversion process according ...

Added by webdevelope on Sat, 18 Dec 2021 07:53:51 +0200

Huawei hardware configuration commands are complete

backup elabel Command function The backup elabel command is used to back up the electronic label information of the device to the storage medium of the device.The backup elabel ftp command is used to back up the electronic label information of the device to the specified FTP server.The backup elabel tftp command is used to back up the electro ...

Added by dstockto on Sat, 18 Dec 2021 04:08:45 +0200