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

go语言学习文档

go语言学习文档: http://www.topgoer.com/ Go 语言 简明教程 https://studygolang.com/articles/13958 Go语言入门教程,Golang入门教程(非常详细) http://c.biancheng.net/golang/ 菜鸟教程: htt

Administrator Administrator Published on 2024-08-06

Linux 系统性能-常用命令行工具

iftop — 网络带宽监控 iftop 是另一个基于终端的开源的系统监测工具,主要功能是通过你自己系统上的网络接口显示一个经常更新的网络带宽利用率的列表(即源主机和目的主机)。iftop 监控的是网络的使用情况,而 top 监控的是 CPU 的使用情况。iftop 监视一个选定的接口并且显示两台主

Administrator Administrator Published on 2024-08-06

1Panel 安装一键脚本

curl -sSL https://resource.fit2cloud.com/1panel/package/quick_start.sh -o quick_start.sh && sh quick_start.sh

Administrator Administrator Published on 2024-08-06

宝塔面板卸载一键脚本

curl -sSL http://download.bt.cn/install/bt-uninstall.sh -o bt-uninstall.sh && sh bt-uninstall.sh

Administrator Administrator Published on 2024-08-06

使用 yum 源 安装docker

下载 yum 源采用阿里云的镜像源 wget -O /etc/yum.repos.d/docker-ce.repo https://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo 查看仓库中的所有版本,默认安装最新版本 yum lis

Administrator Administrator Published on 2024-08-06

使用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

cloudreve 网盘部署

1.官方网站/文档 https://cloudreve.org/ https://docs.cloudreve.org/ 2.使用 docker-compose 安装 (推荐,支持离线下载) 2.1创建目录结构 mkdir -vp /home/opt/cloudreve

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