2025年7月3日

keepalived

摘要: keepalived 是一种广泛使用的高可用性(High Availability, HA)解决方案,主要用于在 Linux 系统中实现负载均衡和故障切换。它通过 VRRP(Virtual Router Redundancy Protocol,虚拟路由冗余协议)机制确保在主服务器故障时,备份服务器可 阅读全文

posted @ 2025-07-03 17:04 csuyangpeng 阅读(0) 评论(0) 推荐(0)

2025年6月23日

LFS (Linux From Scratch)

摘要: Linux From Scratch (LFS) is a project that provides you with step-by-step instructions for building your own custom Linux system, entirely from source 阅读全文

posted @ 2025-06-23 14:50 csuyangpeng 阅读(2) 评论(0) 推荐(0)

2025年6月13日

国密

摘要: 特点 对称加密 非对称加密 密钥 一个密钥 公钥和私钥一对 速度 更快 较慢 安全性 密钥需要安全传输 密钥可以公开,安全性高 典型应用 大数据加密、VPN 数字签名、密钥交换 https://openstd.samr.gov.cn/bzgk/gb/index 可以下载相关规范 暂时无法在飞书文档外 阅读全文

posted @ 2025-06-13 18:36 csuyangpeng 阅读(7) 评论(0) 推荐(0)

2023年6月25日

Nessus

摘要: 1. 2.https://community.tenable.com/s/article/Deploy-Nessus-docker-image-with-docker-compose 使用docker部署: 3.使用 https://10.18.1.2:8834/#/ 附window上步骤: 1.获 阅读全文

posted @ 2023-06-25 15:15 csuyangpeng 阅读(127) 评论(0) 推荐(0)

2023年1月28日

du df 探究

摘要: sudo apt autoremove --purge snapd ncdu lsof | grep delete |sort -nrk 7|more lsof -w | grep delete |sort -nrk 7|more https://www.bbsmax.com/A/B0zq0KeKd 阅读全文

posted @ 2023-01-28 15:12 csuyangpeng 阅读(19) 评论(0) 推荐(0)

2022年9月20日

go ssl

摘要: // serverpackage main import ( "github.com/gin-gonic/gin" "log" "net/http" ) // 测试go语言证书访问 // openssl genrsa -out server.key 2048 // openssl req -node 阅读全文

posted @ 2022-09-20 14:39 csuyangpeng 阅读(104) 评论(0) 推荐(0)

2022年9月1日

zookeeper+kafka+kafka-ui

摘要: version: '3' services: zookeeper: image: 10.18.1.2:5000/bitnami/zookeeper:3.7 ports: - "2181:2181" volumes: - "zookeeper_data:/bitnami" environment: - 阅读全文

posted @ 2022-09-01 09:59 csuyangpeng 阅读(313) 评论(0) 推荐(0)

2022年4月16日

Nginx剖析

摘要: 日志相关 整体架构 核心进程架构 阅读全文

posted @ 2022-04-16 17:42 csuyangpeng 阅读(6) 评论(0) 推荐(0)

2021年11月30日

mkos

摘要: 升级更换内核: https://blog.csdn.net/qq_42178802/article/details/103429210 23 apt-cache search linux|grep 128 24 apt install linux-headers-4.15.0-128 linux-h 阅读全文

posted @ 2021-11-30 18:02 csuyangpeng 阅读(58) 评论(0) 推荐(0)

2021年11月9日

k8s install & deploy

摘要: 1 https://www.cnblogs.com/g2thend/p/11616534.html 2 3 docker pull registry.cn-hangzhou.aliyuncs.com/google_containers/kube-apiserver:v1.15.0 4 docker 阅读全文

posted @ 2021-11-09 16:58 csuyangpeng 阅读(98) 评论(0) 推荐(0)

导航

< 2025年7月 >
29 30 1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31 1 2
3 4 5 6 7 8 9
//替换成自己路径的js文件

喜欢请打赏

扫描二维码打赏

支付宝打赏

点击右上角即可分享
微信分享提示