首页
vps
linux
docker
关于
blog.v2.games
累计撰写
11
篇文章
累计创建
3
个标签
累计收到
0
条评论
栏目
首页
vps
linux
docker
关于
目 录
CONTENT
以下是
ziwiwiz
的文章
2026-03-06
记一次服务器被植入挖矿程序的排查与溯源实录
0. 引言 在服务器运维过程中,突然的流量激增或 CPU 负载异常往往是“不速之客”访问的信号。本文记录了最近对我的一台服务器进行排查的过程,涵盖了从发现异常、捕捉恶意进程到定位 Docker 逃逸风险的完整链条。 一、 异常初现:100% 的 CPU 占用 由于部署了监控探针,可以从探针中看到服务
2026-03-06
318
0
4
vps
2024-04-02
dmit
PVM.LAX.Pro.WEE - 36.90 USD Annually 1 vCPU 1 GB RAM 10G SSD Storage 450GB @ 500Mbps 1 IPv4 & 1 IPv6 /64 购买链接 PVM.LAX.Pro.PalmSpring - 100 USD Annuall
2024-04-02
39
0
0
vps
2023-11-14
常用链接
https://hostloc.com/thread-1199428-1-1.html
2023-11-14
21
0
0
linux
2023-11-13
ubuntu自启动
Create a service: sudo vi /etc/systemd/system/rc-local.service Add your code there: [Unit] Description=/etc/rc.local Compatibility ConditionPathExists
2023-11-13
19
0
0
linux
2023-11-03
docker for homeassistant
homeassistant docker-compose.yaml version: '3' services: hass: container_name: homeassistant image: homeassistant/home-assistant:latest
2023-11-03
21
0
0
docker
2023-11-01
docker for uptime-kuma
uptime-kuma docker-compose.yaml version: '3.3' services: uptime-kuma: image: louislam/uptime-kuma:latest container_name: uptime-kuma vo
2023-11-01
18
0
0
docker
2023-10-24
docker for smokeping
smokeping docker-compose.yaml version: "3" services: smokeping: image: linuxserver/smokeping:latest container_name: smokeping environmen
2023-10-24
16
0
0
docker
2023-09-12
bwg
KVMv5 DC6 CN2GIA-E(DC6,DC9,JPOS1,阿姆斯特丹 9929 和普通机房),$49.9/year SSD: 10 GB RAID-10 RAM: 512 MB CPU: 1x Intel Xeon Transfer: 500 GB/mo Link speed: 1 Giga
2023-09-12
69
0
0
vps
2023-08-30
docker for ngingx_proxy_manager
mariadb docker-compose.yaml version: '3' services: mariadb: image: mariadb:10.6 container_name: mariadb restart: always command: --
2023-08-30
16
0
0
docker
2023-08-24
netflix
netflix检测脚本 bash <(curl -L -s https://raw.githubusercontent.com/lmc999/RegionRestrictionCheck/main/check.sh) dns解锁 https://github.com/ziwiwiz/dns_unl
2023-08-24
14
0
0
linux
1
2