官网及下载 https://k9scli.io/ https://github.com/derailed/k9s/releases 教程 http://www.dockone.io/article/10410 https://i.cloudnative.to/to…
参考文档 https://docs.spring.io/spring boot/docs/current/reference/html/actuator.html actuator.endpoints.kubernetes probes https://docs.…
本机安装kubectl 配置kubeconfig vi /.kube/config 拷贝文件 https://kubernetes.io/docs/reference/kubectl/cheatsheet/
说明 针对老项目,多个模块共用一个git仓库的情况,识别出每次push的变更,只构建对应的模块 如果配置多个git地址相同的Jenkins流水线,他们的hook地址也是相同的,无法单独触发其中一个流水线。所以要配置多个镜像仓库。 使用原始方式配置最便捷,不使用gi…
官网 https://github.com/ginuerzh/gost WS端口复用 服务端Gost 服务端Nginx转发 本机Gost
GitHub https://github.com/curve25519xsalsa20poly1305/docker openvpn socks5 参考 https://zzz.buzz/zh/2018/03/07/windows openvpn logs al…
官网 https://scrapy.org/ https://docs.scrapy.org/en/latest/ https://doc.scrapy.org/en/latest/topics/settings.html std setting CONCURRE…
基础库 code mirror 著名编辑器基础库,支持SQL, 关注 monaco editor 微软,VSCode,有支持SQL的第三方fork 一体化方案 phpmyadmin 需要使用PHP二次开发 adminer 界面类似phpmyadmin,轻量,使用P…
参考文档 https://zhuanlan.zhihu.com/p/148825449 https://www.ssh.com/academy/ssh/tunneling example https://blog.csdn.net/yljphp/article/d…
官网 https://github.com/fatedier/frp/releases https://gofrp.org/docs/examples/ 类似应用 LanProxy Ngrok 配置 服务端frps.ini 客户端frpc.ini 启动脚本
前言 部分EasyConnect由于启用了专线模式,在连接成功后,本机会切断互联网连接,且局域网内其它机器也无法访问到本机。 这样一来,使得Windows虚拟机 + 虚拟机内CCProxy + 宿主机Proxifier的连接方式变得不可用。 尝试通过修改路由表的方…
参考文档 https://skywalking.apache.org/zh/2020 04 19 skywalking quick start/ https://github.com/SkyAPM/document cn translation of skywal…
Pom依赖添加 需要添加缺失的依赖以避免找不到类的问题 在根pom.xml中,添加Java17缺失依赖 Dockerfile修改 需要修改java启动参数以允许深度反射 1. 基础镜像改为openjdk:17 oracle 2. 启动命令中加入 add opens…
参考文档 https://docs.micropython.org/en/latest/library/machine.Pin.html https://zhuanlan.zhihu.com/p/496208408?utm id=0 IoT项目在线仿真(Ardui…
参考文档 https://www.zsythink.net/archives/1199 流程图 PREROUTING 的规则可以存在于:raw表,mangle表,nat表。 INPUT 的规则可以存在于:mangle表,filter表,(centos7中还有nat…