摘要: `cat access.log |grep nginx |awk '{print $1}'| sort | uniq -c | sort -nr -k1 | head -n 10 |awk -F ' ' '{print $2 " 次数:"$1}' 1、查看有多少个IP访问 awk '{print $ 阅读全文
posted @ 2024-09-09 11:41 Rohin1 阅读(8) 评论(0) 推荐(0) 编辑
摘要: #!/bin/bash 日志格式: $remote_addr - $remote_user [$time_local] "$request" $status $body_bytes_sent "$http_referer" "$http_user_agent" "$http_x_forwarded_ 阅读全文
posted @ 2024-09-09 11:35 Rohin1 阅读(12) 评论(0) 推荐(0) 编辑
摘要: ` dn=dc=localdomain,dc=com 搜索属性=uid 绑定DN=cn=admin,dc=localdomain,dc=com` 阅读全文
posted @ 2024-09-09 11:28 Rohin1 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 1.更换阿里云源(可以不更换) sed -e 's|^mirrorlist=|#mirrorlist=|g' -e 's|^#baseurl=http://dl.rockylinux.org/$contentdir|baseurl=https://mirrors.aliyun.com/rockyli 阅读全文
posted @ 2024-09-09 11:24 Rohin1 阅读(70) 评论(0) 推荐(0) 编辑