rancher's construction experiment

1, Introduction to Rancher Rancher is a container management platform that helps organizations deploy and manage containers easily and quickly in a production environment. Rancher can easily manage kubernetes in various environments, meet IT needs and support DevOps teams. Kubernetes has not only become the standard for container orchestratio ...

Posted by 9AF on Sun, 05 Dec 2021 13:17:01 +0100

Return to libc attack experiment

1, Experimental description         The common attack method of buffer overflow is to overwrite the return address of the vulnerable program with the address of shellcode, so that the vulnerable program can execute the shellcode stored in the stack. In order to prevent this type of attack, some operating ...

Posted by tony_c on Sun, 05 Dec 2021 09:10:37 +0100

Linux - common commands ls

Directory processing command ls LS (English meaning list) is used to view the files in the directory. The basic format is LS - parameter option; It should be clear that the parameters and options behind the LS command are optional. It is OK to directly execute ls. The main function of parameters and options is to adjust the command function ...

Posted by Benny Johnson on Sun, 05 Dec 2021 00:55:19 +0100

Xuanxuan Linux learning notes - process and thread

Reference materials: Bird brother's Linux private dishes: Basic Edition, Liu Chao's interesting talk about Linux operating system, UNIX/Linux system management technical manual, 4th Edition, in-depth understanding of Linux kernel, 3rd Edition, advanced programming in UNIX environment, 3rd Edition, Linux kernel source code scenario analys ...

Posted by WakeAngel on Sat, 04 Dec 2021 03:51:23 +0100

Docker's Learning Notes

Overview of Docker Why does Docker appear? One product: development-online environment! Application Environment, Application Configuration! Development - Operations and Maintenance. Question: I can run on my computer! Version update, rendering the service unavailable! For operations and maintenance, the test is very big? Environment con ...

Posted by sarika on Sat, 04 Dec 2021 00:10:37 +0100

Docker-Private Warehouse Establishment, Cgroup Resource Limitation

Catalog 1. Establishment of private warehouses 1. Download Private Warehouse 2. Download Mirror 3. Configure docker engine terminal 4. Mount containers and Daemons 5. Mirror Upload Mirror Warehouse 6. Private Warehouse Download 2. Cgroup Resources 1.CPU Usage Control 2. Test cpu and memory usage with stress test tool 3.Cgroups-Priori ...

Posted by FutonGuy on Fri, 03 Dec 2021 19:56:10 +0100

K8S cluster deployment -- learning notes on linux super brother video of station B

The notes are to learn and record according to the video of UP master linux super brother in station B. if there are mistakes and omissions, those in a good mood can point out them. https://www.bilibili.com/video/BV1yP4y1x7Vj?spm_id_from=333.999.0.0  Machine environment preparation: 2C4G virtual machine host nameNode iproleDeploy component ...

Posted by langemarkdesign on Fri, 03 Dec 2021 12:36:20 +0100

Zabbix5.0 installation and deployment

Zabbix is a network monitoring and management system developed by Alexei Vladishev, which is based on server client architecture. It can be used to monitor the status of various network services, servers and network machines. Zabbix can be said to be one of the software that operation and maintenance personnel must master. The installation st ...

Posted by garg_vivek on Thu, 02 Dec 2021 19:31:36 +0100

Zabbix enterprise class open source monitoring solution

1, Zabbix 1. Necessity of monitoring system As an O & M, you need to be able to use the monitoring system to view the server status and website traffic indicators, and use the data of the monitoring system to understand the results published online and the health status of the website. 2. Function of monitoring software With an ex ...

Posted by kokomo310 on Wed, 01 Dec 2021 14:24:13 +0100

Prometheus monitoring practice series 9: host monitoring

Earlier, we introduced the basic concepts of Prometheus, including data format and PromQL syntax. In this section, we will explain how to realize host monitoring through Prometheus. Prometheus uses various exporters to monitor resources. The Exporter can be regarded as the agent side of monitoring. It is responsible for collecting the indicato ...

Posted by iNFERiON on Tue, 30 Nov 2021 16:25:02 +0100