最新文章
-
置顶 CentOS 7 安装 Docker-CE 并配置阿里云加速器
环境:CentOS 7.9 64bit 官方安装文档 官方安装文档:https://docs.docker.com/install/linux/docker-ce/centos/ 卸载机器上的老版本 yum remove docker \ …… -
iperf3 测速
服务端 服务端开放 5201 端口 # 安装 apt update && apt install -y iperf3 # 启动 iperf3 -s 客户端 iperf3 -c 服务端IP -t 10 -
删除指定时间外的文件
高效删除指定时间外的文件: find /path -type f -mtime +60 -print -delete -type f 只查找文件 -mtime +60 修改时间大于69天的文件 -print 打印出删除的文…… -
多个域名访问同一个wordpress
需求 原有一个正常访问的wordpress,访问地址为 https://www.a.com/ ,现在想给这个wordpress站点再添加一个或多个域名,访问的时候和访问原站点一模一样,只是…… -
使用docker部署Prometheus的坑
compose services: prometheus: container_name: prometheus image: prom/prometheus:v3.2.1 restart: always ports: - "9090:9…… -
k8s告警报KubeCPUOvercommit
告警消息 k8s告警报KubeCPUOvercommit FIRING KubeCPUOvercommit Cluster has overcommitted CPU resource requests. Cluster has overcommitted CPU reso…… -
雷池WAF个人版 VS 南墙WAF社区版
雷池WAF个人版,南墙WAF社区版 初步使用对比: 项目 雷池WAF 个人版 南墙WAF 社区版 可添加站点数量 10个 >10个,具体不知道多少 可添加上游服务…… -
Shell数组的坑
先看现象 # 写法一: root@localhost:~# arry=() root@localhost:~# str=aa root@localhost:~# if [[ "$str" =~ ${arry[*]} ]]; then echo "ma…… -
Docker 安装 AWVS 25.1.250204093
Hub镜像地址:https://hub.docker.com/r/0xgkd/awvs docker run -it -d --name=awvs -p 13443:3443 0xgkd/awvs 访问: URL: HTTPS://YOUR_IP:13443 username: …… -
使用Charles抓取APP https请求
说明 常见的抓包工具对于抓http请求没有任何问题,也很方便,只需要在电脑开启代理,手机wifi代理设置为电脑IP以及代理端口即可。但是想要抓https包就不那么简…… -
Reverse Shell
简介 Reverse Shell 反向Shell。 通常我们在服务器上会开放一个ssh 22端口,本地ssh客户端通过此端口进行连接到服务器,这是正向Shell。 但是如果服务器对22……
厉害
评论于 通过修改hosts去除小米电视广告