挨踢而思
首页
开发
Linux
链接
关于
Login
Menu
首页
开发
Linux
链接
关于
挨踢而思
挨踢了,就要学会思考。
Archives
2024 / 08
安装最新版 docker-compose
2024-08-06
Linux
1.下载最新版本 docker-compose https://github.com/docker/compose/releases wget https://github.com/docker/compose/releases/download/v2.18.1/docker-compose-lin
cloudreve 网盘部署
2024-08-06
默认
1.官方网站/文档 https://cloudreve.org/ https://docs.cloudreve.org/ 2.使用 docker-compose 安装 (推荐,支持离线下载) 2.1创建目录结构 mkdir -vp /home/opt/cloudreve
BurpSuite 渗透测试初探
2024-08-06
开发
必备工具 Burp Yakit Burp常用插件 https://github.com/gh0stkey/HaE https://github.com/smxiazi/xia_sql https://github.com/portswigger/authz https://github
reCAPTCHA 与 hCaptcha 对比
2024-08-06
开发
总结: 用户体验:reCAPTCHA 更好,国内加载速度比hCaptcha 快 费用成本:hCaptcha 基础版本免费,reCAPTCHA 收费 集成成本:hCaptcha 兼容 reCAPTCHA 接口,难易程度相当 1.reCAPTCHA 1.1 官网 : https://developers
Git第三方仓库安装方式(IUS)
2024-08-06
Linux
官方网站 https://ius.io/setup RHEL/CentOS 7 yum install \ https://repo.ius.io/ius-release-el7.rpm \ https://dl.fedoraproject.org/pub/epel/epel-release-lat
Git Submodule 命令与理解
2024-08-06
开发
# Add submodule git submodule add # Clone a project with submodules git clone --recursive # Update when submodeule remote repo changed git submodule
Previous
10 / 10
Next