简介
这里收集了一些平时发现的好玩的东西
-
scan4all
漏扫,爆破工具
https://github.com/hktalent/scan4all
-
httpx
python的http客户端,支持http2,支持异步操作
https://www.python-httpx.org/
和requests库类似,当你的项目中使用了requests后,大部分情况下,你可以直接把requests替换成httpx就可以了
-
rss 订阅源推荐
https://rss-source.com/
-
数据库内核月报
http://mysql.taobao.org//monthly/
可以使用下面链接订阅rss
http://mysql.taobao.org//monthly/feed.xml
-
glauth
轻量的ldap服务器
https://github.com/glauth/glauth
个人更推荐下面这个
https://github.com/nitnelave/lldap
带有一个web界面
-
马哥python
分享个教程
链接: https://pan.baidu.com/s/1lx3WQWH3JZYAGzLFed7wUA 提取码: w4de
-
软仓
又是一个软件下载网站
https://www.ruancang.net/#/sim
-
drawio-desktop
drawio桌面版
https://github.com/jgraph/drawio-desktop
-
树莓派上的k8s集群
和我家的差不多,想要家里长时间托管一个k8s的也可以考虑下这么做
https://picluster.ricsanfre.com/
-
gaia
使用任何语言创建管道
https://gaia-pipeline.io/
我还是使用drone ci吧
欢迎关注我的博客www.bboy.app
Have Fun