Linux Notes - Chapter 18 Keepalived High Availability Clusters for Linux Clusters

I. Preface Linux cluster can be divided into two categories: high availability cluster and load balancing cluster. Only high availability clusters are discussed here, and load balancing is explained in the next blog post. High Availability Cluster (HA) consists of two or more servers, usually two servers, one of which works and the other is r ...

Added by xSN1PERxEL1TEx on Sat, 20 Jul 2019 15:49:11 +0300

zabbix implements nginx monitoring and self-healing of nginx services

1.zabbix-server (ubuntu1804) 1) Necessary packages zabbix-server-mysql zabbix-frontend-php 2) Start-up services State Recv-Q Send-Q Local Address:Port Peer Address:Port ...

Added by tron00 on Fri, 19 Jul 2019 15:10:32 +0300

Configure Nginx with a self-signed SL certificate

Source of article: Configure Nginx with a self-signed SL certificate HTTPS is almost the only option for secure Web browser-to-server connections.HTTPS is actually HTTP over SSL, which means that HTTP connections are built on top of secure SSL connections. SSL uses certificates to create secure connections.There are two authentication ...

Added by pugisback on Wed, 17 Jul 2019 20:43:26 +0300

How to create an http2 node App

More Front End Technologies and Knowledge Points, Search Subscription Number JS Bacteria Subscription All data is transported binary (sliced differently, HTTP2 was previously sent as a string) Requests sent may be sent out of order Efficient features such as header information compression and Server Push Channel multiplexing (only one TCP li ...

Added by Zero20two on Wed, 17 Jul 2019 19:48:07 +0300

Zabbix Monitoring System

Introduction to zabbix:zabbix is a fully open source tool that integrates features such as cacti and nagiosAnnex: SNMP (udp 161 UDP 162)Many network tools support this protocol, such as common routing switching, common OS.It can be managed as well as managed.There are roughly three versions of snmp protocol: V1 V2 V3The security of v1 and v2 is ...

Added by We Must Design on Mon, 15 Jul 2019 03:19:29 +0300

Flask - Learning Notes - Registration

This article mainly introduces Python's Flask framework and Nginx's static file access restriction function. Nginx uses its own XSendfile, which can be consulted by friends who need it. Nginx configuration Ngnix, a high-performance web server, is undoubtedly the current darling. Excellent performance, flexible and scalable, in the field of s ...

Added by karldesign on Sat, 13 Jul 2019 22:51:54 +0300

Dry Goods Sharing of nginx Video Live/On Demand Service

In recent years, the Internet live broadcasting business is very hot. I also studied the next, found that the nginx configuration of live video on demand is also easy to achieve, I would like to share it.1. Install nginx and nginx_rtmp_module extensions in ubuntu14.04 There are three ways to install and extend nginx, depending on whether it has ...

Added by paegn on Mon, 08 Jul 2019 04:14:05 +0300

Build Jenkins on Centos

1 Install the new version of python. Download Python-2.7.13.tar.gz and decompress it to run. / configure & make & make install. You need to configure the python program in $PATH and execute Ln-S Python 2.7 Python under / usr/bin to make a new link. This will result in the failure of the yum program. Errors were reported as follows: ...

Added by aragon1337 on Mon, 08 Jul 2019 01:49:34 +0300

Easily deploy your PHP7 runtime environment on the server

brief introduction Sometimes the installation and deployment of the server, each time in some process, forgot to always find out the previous notes, now the whole process will be sorted out. This is Centos 7.2, which will help you to spend less time looking for notes in the future. Blog Address My github address Welcome your attention Servi ...

Added by codygoodman on Fri, 05 Jul 2019 04:03:16 +0300

Learning docker from scratch Introduction to Docker Compose

We start with this section with a very important tool, Docker Compose, which is used frequently. Let's start with a case study of why we use Docker Compose. Case study: How do I deploy a WordPress via a container? Now pull WordPress locally: docker pull wordpress docker image ls REPOSITORY TAG IMAGE ID ...

Added by mlavwilson on Wed, 03 Jul 2019 19:50:25 +0300