Build redis cluster on CentOs7

Get ready vm virtual machines (you can also use virtual machines that have a system on wind10)FinalShell Homemade Remote Toolsredis-6.2.4centOs 7 System premise Install vm virtual machineFinalShell installedCreate virtual machines for three centOs 7 systems on vm Explain Creating three centOs7 virtual machines in the vm to install redi ...

Posted by The Jackel on Wed, 15 Sep 2021 12:30:10 -0700

GlusterFS distributed file system

Introduction to file system (FS) File system composition ① File system interface ② Software collection for object management ③ Object and attribute File system role From the perspective of system, file system is a system that organizes and allocates the space of file storage device, is responsible for file storage, and protects and retri ...

Posted by nonexist on Tue, 14 Sep 2021 15:22:05 -0700

Troubleshooting Part2 System Administration Troubleshooting

System Administration Troubleshooting Running out of Memory Ram: the data being used, such as 2 + 2 = 4, the 2 + 2 process is stored in RAM SWAP: a 100g hard disk, express 4G, is sent out to SWAP. It can be used when there is not enough Memory. Its function is the same as that of stand by Cache: the cache is used in conjunction with the CPU. ...

Posted by sazzie on Mon, 13 Sep 2021 13:41:08 -0700

Basic operation of docker

You need to start docker before you can use it. Here are some possible commands to start docker: Docker startup, shutdown, pause, etc. (if the startup self startup is set, there is no need to start docker first) sudo systemctl start docker#Start docker sudo systemctl enable docker#Set startup sudo systemctl stop docker#Pause docker sudo system ...

Posted by juminoz on Sun, 12 Sep 2021 16:41:02 -0700

docker network communication and container volume communication volume!

1, docker network mode 1. Virtual gateway of docker container (1)loopback Is the loopback network card and TCP/IP network card effective (2)virtual bridge linux itself inherits a virtualization function (kvm Architecture) and is a virtualization platform of the native architecture. After installing a virtualization platform, the system ...

Posted by andrewgk on Sat, 11 Sep 2021 21:36:00 -0700

Dockerfile Mirror Making

Dockerfile operation instructions instructionsMeaningFROM MirrorSpecifies the mirror on which the new image is based. The first instruction must be the FROM instruction, which is required for each image createdMAINTAINER NameMaintainer information describing the mirrorRUN commandExecute commands on the mirror on which they are based and su ...

Posted by bullchina on Sat, 11 Sep 2021 10:35:34 -0700

Overview of Dockerfile and building image

docker three elements Mirroring: templates for containers Container: a runtime state of an application environment Warehouse: used to store images How to create a mirror Create based on an existing image Create based on local template Create based on Dockerfile What are the components of a mirror 1. Basic image --------- centos 2. Depe ...

Posted by razta on Fri, 10 Sep 2021 13:37:02 -0700

Linux journey 19: startup process, module management and loader

Linux journey 19: startup process, module management and loader Source: pexels Linux startup process analysis Start up process list Generally, the startup process of the operating system can be divided into the following steps: Load BIOS to get hardware information and perform self-test, so that you can get the first bootable device.Read ...

Posted by Base on Thu, 09 Sep 2021 14:02:19 -0700

Detailed Nginx common optimization items and optimization parameter settings

Optimize Ngxin for increased security and high concurrency By optimizing Nginx settings, Nginx enhances security while supporting more concurrent requestsTune Nginx's host Linux kernel parameters to make them more compliant with Web servers that support high concurrent access Nginx configuration optimization Edit nginx.conf configuration fil ...

Posted by roots on Thu, 09 Sep 2021 09:35:28 -0700

Zabbix mail alarm, nail alarm, WeChat alarm

1. Deploy server-side and agent-side 1. Preparing for the experiment centos7.4 system servers, one serves as a monitoring server and one serves as a monitored node. The yum source, firewall shutdown, clock service synchronization of each node, and communication between nodes can be done through the host name. 1) All machines turn off fire ...

Posted by maverick3d on Tue, 07 Sep 2021 16:09:07 -0700