DPVS fullnat mode management
This paper mainly introduces the application of centos7 9. Various deployment modes and configuration management of FullNAT mode of system deployment DPVS, including IPv4-IPv4, binding, IPv6-IPv6, IPv6-IPv4 (NAT64) and keepalived mode.
The following configurations are all based on dual arm mode, and the corresponding toa module of DPVS has b ...
Posted by ocpaul20 on Sat, 26 Feb 2022 17:59:50 +0100
CL236 installing red hat GLUSTER storage
CL236 installing red hat GLUSTER storage
This section demonstrates how to install GlusterFS.
RHCA column address: https://blog.csdn.net/qq_41765918/category_11532281.html
Install red hat storage server locally
Available from red hat's official website( http://access.redhat.com )Install red hat's built-in Gluster storage in the dow ...
Posted by v4g on Fri, 25 Feb 2022 16:56:24 +0100
window10_ffmpeg debugging environment construction - self compilation
I recommend a free open course of zero sound college. Personally, I think the teacher speaks well. I share it with you: Linux, Nginx, ZeroMQ, MySQL, Redis, fastdfs, MongoDB, ZK, streaming media, CDN, P2P, K8S, Docker, TCP/IP, collaboration, DPDK and other technical contents, learn immediately
"Windows 10_ffmpeg debugging environment cons ...
Posted by clandestine555 on Fri, 25 Feb 2022 06:44:47 +0100
Spring cloud integrates nacos2 X is used to realize the configuration center and registration center
preface
Environment deployment reference: Docker deploying Nacos-2.0.3 stand-alone environment Docker deploying Nacos-2.0.3 cluster environment Deploying Nacos-2.0.3 stand-alone environment for Linux Deploying Nacos-2.0.3 cluster environment for Linux
1. Overview
Nacos is committed to the discovery, configuration and management of micro ...
Posted by duvys on Fri, 25 Feb 2022 06:09:59 +0100
ZABBIX notes (ZABBIX installation, monitoring items, triggers, mail &vx alarms, secondary development, disk CPU for monitoring network traffic)
Official Chinese documents Zabbix user manual
catalogue
Solve the problem of no network after centos7 installationInstall MySQLInstalling zabbixp3 common monitoring commandsCustom monitorCustom triggerMail alarmModify email contentVx alarmSecondary development Customize menu Modify footer Replace logoMonitor network trafficMonitoring diskMo ...
Posted by richie on Thu, 24 Feb 2022 16:55:24 +0100
Apache configuration and Application
catalogue
1, Build virtual Web host
2, Types of virtual hosts supported by httpd service (three types)
1. Domain name based virtual host
① Provide domain name resolution for virtual host
② Add virtual host configuration
③ Prepare web document for virtual host
④ Set access control
⑤ Load a stand-alone configuration file
2. IP address ...
Posted by smonsivaes on Thu, 24 Feb 2022 15:44:20 +0100
Using Nginx+rtmp module to build streaming media video on demand service in Ubuntu
Introduction: in this article, we will explain how to build an on-demand service through nginx + rtmp module.
For image download, domain name resolution and time synchronization, please click Alibaba open source mirror station Author: Tang Qingsong
1, Operating environment
In order to deploy this service to the production environment in th ...
Posted by ryanyoungsma on Thu, 24 Feb 2022 15:09:23 +0100
Linux common commands
Basic format of Linux commands
The basic format of commands in Linux is: Command [- option] [parameter] For example: ls -la /etc
Individual commands do not follow this formatWhen there are multiple options in a single, they can be written togetherShort and full options For example: - a and – all
jurisdiction
In Linux systems, per ...
Posted by evdawg80 on Thu, 24 Feb 2022 10:26:13 +0100
Summary of common functions of multi process and multi thread programming in linux
Multi process
Create process
When executing a program in multi process mode, you need to create a process before forking
#include <unistd.h>
//Create a process and return the number of the process in the program
pid_t fork(void);
//Return process number
pid_t getpid(void);
be careful:
Child processes and parent processes shar ...
Posted by jpschwartz on Thu, 24 Feb 2022 09:08:40 +0100
Packet receiving process analysis of network card
Since my work mainly focuses on the network subsystem of the kernel, I just came into contact with this module, so I want to sort out the packet receiving process driven by the network card. The following contents are my personal understanding. If there is anything wrong, I hope you can make more corrections and grow up with each other~
In the ...
Posted by zushiba on Wed, 23 Feb 2022 17:22:09 +0100