文章归档

第7/21页
  1. Docker版OpenVPN

    GitHub https://github.com/curve25519xsalsa20poly1305/docker openvpn socks5 参考 https://zzz.buzz/zh/2018/03/07/windows openvpn logs al…

  2. Scrapy学习笔记

    官网 https://scrapy.org/ https://docs.scrapy.org/en/latest/ https://doc.scrapy.org/en/latest/topics/settings.html std setting CONCURRE…

  3. 前端SQL编辑器选型

    基础库 code mirror 著名编辑器基础库,支持SQL, 关注 monaco editor 微软,VSCode,有支持SQL的第三方fork 一体化方案 phpmyadmin 需要使用PHP二次开发 adminer 界面类似phpmyadmin,轻量,使用P…

  4. 反向SSH隧道

    参考文档 https://zhuanlan.zhihu.com/p/148825449 https://www.ssh.com/academy/ssh/tunneling example https://blog.csdn.net/yljphp/article/d…

  5. FRP部署笔记

    官网 https://github.com/fatedier/frp/releases https://gofrp.org/docs/examples/ 类似应用 LanProxy Ngrok 配置 服务端frps.ini 客户端frpc.ini 启动脚本

  6. Docker版EasyConnect

    前言 部分EasyConnect由于启用了专线模式,在连接成功后,本机会切断互联网连接,且局域网内其它机器也无法访问到本机。 这样一来,使得Windows虚拟机 + 虚拟机内CCProxy + 宿主机Proxifier的连接方式变得不可用。 尝试通过修改路由表的方…

  7. Skywalking学习笔记

    参考文档 https://skywalking.apache.org/zh/2020 04 19 skywalking quick start/ https://github.com/SkyAPM/document cn translation of skywal…

  8. 老项目添加JDK17支持

    Pom依赖添加 需要添加缺失的依赖以避免找不到类的问题 在根pom.xml中,添加Java17缺失依赖 Dockerfile修改 需要修改java启动参数以允许深度反射 1. 基础镜像改为openjdk:17 oracle 2. 启动命令中加入 add opens…

  9. MicroPython入门

    参考文档 https://docs.micropython.org/en/latest/library/machine.Pin.html https://zhuanlan.zhihu.com/p/496208408?utm id=0 IoT项目在线仿真(Ardui…

    历史归档Python物联网
  10. iptables学习笔记

    参考文档 https://www.zsythink.net/archives/1199 流程图 PREROUTING 的规则可以存在于:raw表,mangle表,nat表。 INPUT 的规则可以存在于:mangle表,filter表,(centos7中还有nat…

  11. Druid双数据源监控

    参考文档 https://www.cnblogs.com/bolingcavalry/p/14296129.html https://github.com/alibaba/druid/blob/master/druid spring boot starter/RE…

  12. Arthas学习笔记

    参考文档 https://arthas.aliyun.com/doc/install detail.html https://jueee.github.io/2020/08/2020 08 14 Arthas%E4%B9%8B%E5%AE%9A%E4%BD%8D%…

  13. K3S部署笔记

    官网 https://k3s.io/ https://docs.rancher.cn/docs/k3s/installation/airgap/ index 参考文档 https://www.escapelife.site/posts/754ba85c.html…

  14. Containerd与Podman学习笔记

    Containerd 参考文档 https://os.51cto.com/article/705519.html 如何在命令行下优雅地管理 Containerd https://zhuanlan.zhihu.com/p/338484552 Containerd 的…

  15. ApiMock相关选型

    选型 spotlight 关注 apifox 关注 yapi swagger faker easydoc apizza torna torna安装

    历史归档API测试