kubectl cp
2024-10-17kubectl cp /tmp/ipdatacloud_district.dat core-service/webcall-ip-convert-service-7f6dcb94cb-nqrp9:/webcall-ip-convert-service/config 阅读全文...
进程中断的时候Supervisor能自动重新启动
2024-10-16Supervisor(监督人),在Linux中Supervisor是一个进程管理工具,当进程中断的时候Supervisor能自动重新启动它。可以运行在各种类Linux/unix的机器上,supervisor是用Python开发的一套通用的进程管理程序,能将一个普通的命令行进程变为后台daemon,并监控进程状态,异常退出时能自动重启。 阅读全文...
nginx install nginx-module-vts-0.2.2
2024-10-151、curl -L "https://github.com/vozlt/nginx-module-vts/archive/refs/tags/v0.2.2.tar.gz" -o nginx-module-vts-0.2.2.tar.gz 阅读全文...
Jenkins-Role-based Authorization Strategy
2024-10-12Jenkins-Role-based Authorization Strategy插件 阅读全文...
linux ldd中毒
2024-10-12ldd /usr/bin/top
/usr/local/lib/sshd.so
/usr/local/lib/pnscan.so
/usr/local/lib/masscan.so
/usr/local/lib/httpd.so
/usr/local/lib/bioset.so 阅读全文...
tiny c compiler
2024-09-30Tiny C Compiler(TCC) 是一个轻量级高速的C语言编译器。与其他C语言编译器不同,它是一个自我依赖的系统,不需要其他外部的汇编器和连接器。TCC的编译速度十分快,以至于编译一些大型项目都不需要Makefile文件。 阅读全文...
linux disk uuid
2024-09-25blkid 阅读全文...
win10配置L2TP
2024-09-251、设置、网络、增加vpn
安全ipsec2
允许使用协议:质询握手身份验证协议(CHAP)
2、注册表修改
Windows Registry Editor Version 5.00 阅读全文...
zabbix 数据库中表的字符集或排序规则不受支持
2024-09-24SELECT @@character_set_database, @@collation_database; 阅读全文...
MinIO
2024-09-23MinIO 是个基于 Golang 编写的开源对象存储服务,存储非结构化数据,如:图片,视频,音乐等 阅读全文...
crictl rmi
2024-09-23crictl images 阅读全文...
nginx X-Forwarded-Proto
2024-09-19proxy_set_header X-Forwarded-Proto https; #此处是https访问的关键环节
#proxy_set_header X-Scheme $scheme;
proxy_set_header X-Forwarded-Proto $scheme; 阅读全文...
aliyun k8s get token
2024-09-11kubectl get secret -n default $(kubectl get sa admin-token-sa -n default -o jsonpath='{.secrets[0].name}') -o jsonpath='{.data.token}' | base64 -d 阅读全文...
mysql uptime
2024-09-11SHOW GLOBAL STATUS LIKE 'Uptime'; 阅读全文...
nacos No message available
2024-08-281、No message available 阅读全文...