Nginx 目录穿越漏洞 复现及修复

简述 /files 别名设置为 /home/,请求 http://192.168.137.113:32000/files../ 时会替换为 http://192.168.137.113:32000/home/../ 从而引发目录穿越。 环境搭建,使用kubectl(k8s)搭建 nginx:1.16

mysql删除重复数据,只保留一条

分组查询,查到数据大于1的有哪些数据 查这些重复数据最小的id是什么(如果没有这个,那此方法不适用) 关联查询,条件是值相同,但是id大于最小id,最后在进行删除。 实际使用SQL如下: SELECT vim_id, vim_name,count(*) FROM ops_sys_vgw_info g

Lixx 51CTO RHCE学习计划 2023.8 - 2023.10

学习地址:https://edu.51cto.com/center/wejob/user/index?train_id=1267 2023.8 第一节 开班典礼 时间:2023.7.27 模块一:计算机发展史基础知识和操作系统的安装 第二节 CentOS,CentOS Stream,RHEL,Fed

边缘容器云解决方案

点击🖱️ 原文链接 边缘容器云解决方案 1. 边缘计算与 K8S 1.1 边缘计算行业分析 1.1.1 60 年来的算力架构演进 1960-1980:由封闭网络和巨型应用主导的单体计算架构。 1980-2000:由开放网络和小型客户端应用主导的分散式计算架构,进入 PC 互联网时代。<

CKA Lesson 09:CKA

原文内容:https://gitee.com/dev-99cloud/training-kubernetes ,在此基础上有新增。 Lesson 09:CKA 9.1 考试注意事项 9.2 模拟题讲解 9.3 实验:做模拟题 Lesson 10: FAQ 什么是配置 egress ip?红帽方案,

CKA Lesson 08:Advance

原文内容:https://gitee.com/dev-99cloud/training-kubernetes ,在此基础上有新增。 Lesson 08:Advance 8.1 监控、日志、排错 监控:Grafana / Prometheus / AlertManager 日志:ElasticSear

CKA Lesson 07: Service

原文内容:https://gitee.com/dev-99cloud/training-kubernetes ,在此基础上有新增。 Lesson 07: Service 7.1 Service 在底层是怎么实现的? Service Connecting Applications wi

CKA Lesson 06: K8S Storage

原文内容:https://gitee.com/dev-99cloud/training-kubernetes ,在此基础上有新增。 Lesson 06: K8S Storage 6.1 什么是 ConfigMap & Secret? ConfigMap 参考:

CKA Lesson 05: K8S Schedule

原文内容:https://gitee.com/dev-99cloud/training-kubernetes ,在此基础上有新增。 Lesson 05: K8S Schedule 5.1 怎么部署多节点的 k8s 集群? 参考资料 官方文档:如何利用 kubeadm 创建高可用集群? 怎么部署一个

CKA Lesson 04:K8S Auth & Security

原文内容:https://gitee.com/dev-99cloud/training-kubernetes ,在此基础上有新增。 Lesson 04:K8S Auth & Security 4.1 什么是 K8S 的 3A? Authentication / Authorization / Adm

CKA Lesson 03:K8S concepts

原文内容:https://gitee.com/dev-99cloud/training-kubernetes ,在此基础上有新增。 Lesson 03:K8S concepts 3.1 什么是 YAML? 怎么理解 YAML?列表 / 字典 / 数字 / 字符串 / Bool 3.2 什么是 Nam

CKA Lesson 02:Kubernetes Concepts

原文内容:https://gitee.com/dev-99cloud/training-kubernetes ,在此基础上有新增。 Lesson 02:Kubernetes Concepts 2.1 什么是 K8S? 什么是 Kubernetes?容器编排工具。为什么叫 K8S? K8S 和 Doc

CKA Lesson 01:LXC & Docker

原文内容:https://gitee.com/dev-99cloud/training-kubernetes ,在此基础上有新增。 Lesson 01:LXC & Docker 1.1 什么是 Linux 容器? 开发技术的演进 演进(虚拟化和容器技术)是为了解决什么问题?资源隔离 & 资源限制 什