挨踢而思 挨踢了,就要学会思考。

使用Docker 部署 极狐GitLab

官方文档: https://docs.gitlab.cn/jh/install/docker.html 极狐GitLab 容器使用主机装载的卷来存储持久数据:

Administrator Administrator Published on 2024-08-06

安装最新版 docker-compose

1.下载最新版本 docker-compose https://github.com/docker/compose/releases wget https://github.com/docker/compose/releases/download/v2.18.1/docker-compose-lin

Administrator Administrator Published on 2024-08-06

BurpSuite 渗透测试初探

必备工具 Burp Yakit Burp常用插件 https://github.com/gh0stkey/HaE https://github.com/smxiazi/xia_sql https://github.com/portswigger/authz https://github

Administrator Administrator Published on 2024-08-06

reCAPTCHA 与 hCaptcha 对比

总结: 用户体验:reCAPTCHA 更好,国内加载速度比hCaptcha 快 费用成本:hCaptcha 基础版本免费,reCAPTCHA 收费 集成成本:hCaptcha 兼容 reCAPTCHA 接口,难易程度相当 1.reCAPTCHA 1.1 官网 : https://developers

Administrator Administrator Published on 2024-08-06

Git第三方仓库安装方式(IUS)

官方网站 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

Administrator Administrator Published on 2024-08-06

Git Submodule 命令与理解

# Add submodule git submodule add # Clone a project with submodules git clone --recursive # Update when submodeule remote repo changed git submodule

Administrator Administrator Published on 2024-08-06
Previous Next