tcpdump 是一款强大的网络抓包工具,它使用 libpcap 库来抓取网络数据包,这个库在几乎在所有的 Linux/Unix 中都有。熟悉 tcpdump 的使用能够帮助你分析…
禁用密码登陆但不生效 root@ecs-6537:/etc/cloud# cat /etc/ssh/sshd_config | grep PasswordAuthenticatio…
部署MySQL5.7 [root@harbor monitoring]# cat mysql.yaml apiVersion: v1 kind: Namespace metadat…
监控方案一: 部署redis-exporter及serviceMonitor [root@harbor ~]# helm repo add bitnami https://char…
如禁用ipv6 vim /etc/sysctl.d/99-sysctl.conf net.ipv6.conf.all.disable_ipv6 = 1 net.ipv6.conf.…
grep -P '[\x{4e00}-\x{9fa5}]' file.txt root@demo18:~# find . -type f | grep -P &…
collect2: error: ld returned 1 exit status make: *** [sapi/cli/php] Error 1 vi Makefile 查找…
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts [roo…
部署 docker-compose.yaml version: "3.3" services: nexus: image: sonatype/nexus3:3.…