## nginx http://nginx.org/en/download.html http://nginx.org/download/nginx-1.26.2.zip win10安装nginx的配置和使用方法(图文) https://blo…
MTU最大数据包大小
MTU(Maximum Transmission Unit)是一种网络和通信领域的概念,指的是在特定网络技术中,可以传输的最大数据包大小。MTU包括数据包头部和数据负载(payload)的总和。以下是MTU的一些关键点: 1. **定义**:MTU定…
exporter自定义监控项
# linux中node_exporter自定义监控 ``` 参数 --collector.textfile.directory 与win中的导出器语法不同 linux中 mkdir -p /var/lib/node_exporter/textfi…
Kubernetes(K8S)
Kubernetes 官方文档 https://kubernetes.io/zh-cn/docs/concepts/overview/…
nginx 使用geo模块识别ip归属地做跳转
## 安装 Nginx ``` yum install nginx systemctl start nginx systemctl enable nginx systemctl status nginx [root@localhost ~]# r…