Zabbix introduction and deployment

1. Zabbix introduction Zabbix is an enterprise class open source solution that provides distributed system monitoring and network monitoring functions based on WEB interface. Zabbix can monitor various network parameters to ensure the safe operation of the server system; And provide flexible notification mechanism to enable system administrat ...

Posted by manlio on Thu, 03 Mar 2022 07:39:45 +0100

high-risk!! Kubernetes new container escape vulnerability warning

Author: michelangela young, preacher KubeSphere, cloud native severely infected On January 18, 2022, Linux maintainers and vendors in the legacy of Linux kernel (5.1-rc1 +) file system context function_ parse_ An error was found in the param function Heap Buffer Overflow Vulnerability with ID number CVE-2022-0185 , which is a high-risk vulne ...

Posted by gypmaster on Thu, 03 Mar 2022 05:16:15 +0100

linux arm64 interrupt processing flow (from Pangu) (to be continued)

The interruption process is a clich é, but I only know that after the interruption, I will protect the site, jump to the interruption vector table, execute the interruption, restore the site, and then return. As for more details, we don't know. This article aims to sort out a more complete linux interrupt processing flow. The main questi ...

Posted by brynjar on Thu, 03 Mar 2022 02:18:31 +0100

(exynos4412)Tiny4412 bare metal development - turn on the LED

1. Preface Tiny4412 development is an Android and Linux learning development board launched by the arm of friendship. The CPU adopts Samsung's EXYNOS4412, 32-bit chip, belongs to Cortex-A series, the main frequency is 1.5GHZ, and can run ubuntu and Android 5 0. Pure Linux and other operating systems. This article introduces how to use this de ...

Posted by RockyShark on Wed, 02 Mar 2022 17:37:10 +0100

Prometheus + Grafana + Node_ Establishment of indicator monitoring platform of exporter system

Component introduction Node Exporter node_exporter is the general name of a kind of data acquisition components. Exporter is responsible for collecting data from the target and converting it into the format supported by Prometheus. It opens an http interface (so that Prometheus can grab data) Different from the traditional data collection com ...

Posted by $var on Wed, 02 Mar 2022 15:48:39 +0100

[introduction to C + + server ----- 8.IPC interprocess communication -- socket]

College students are too boring at home during winter vacation. Sort out the knowledge they have learned before and review it by the way. The level is low and the professionalism is poor. It's only for reference. Don't spray it if you don't like it (no one sees it anyway). It's almost unsealed. Wuwuwuwuwuwuwuwuwuwuwuwuwuwuwuwuwuwuwuwuwuwuwuwuwu ...

Posted by mydimension on Wed, 02 Mar 2022 12:52:42 +0100

Fundamentals of container technology

"The value of the container itself is very limited. What is really valuable is the container arrangement." Containers and processes docker uses the Namespace mechanism to modify the process space of isolated applications. The system call to create a thread in Linux is clone() int pid = clone(main_function, stack_size, SINCHLD, NULL) ...

Posted by bradleyy on Wed, 02 Mar 2022 10:19:01 +0100

UVM_ Overlay instance

The creation of UV M is inseparable from the three core elements of factory: registration, creation and coverage `uvm_{component,object}_utils() uvm_{component,object}::type_id::create() uvm_{type,inst}_override{,_by_type}() Among them, override instance program: override method set by type_ type_ Override to illustrate. module factory_ove ...

Posted by john_6767 on Wed, 02 Mar 2022 08:33:38 +0100

Linux resource control [notes]

Linux resource control I Resource isolation What is a Namespace? namespace is a method used by the Linux kernel to isolate kernel resources. It is the encapsulation and isolation of global system resources, Processes in different namespace s have independent global system resources, Changing the system resources in a namespace will only ...

Posted by jbalanski on Wed, 02 Mar 2022 05:27:47 +0100

Basic scheme for troubleshooting Linux server

Server architecture The server system is Centos7 First, we need to know the external architecture of the system General architecture: 1. Domain name - > ECS 2. Domain name - > CDN - > cloud server (OSS) 3. Domain name - > CDN - > ECS + RDS + Redis cache 4. Domain name - > CDN - > Load Balancing - > ECS + RDS (mast ...

Posted by xymbo on Wed, 02 Mar 2022 04:09:02 +0100