基础知识
-
-
-
-
-
更换yum源和更换epel源为阿里YUM源(2022-10-20更新)
Centos的yum源更换为国内的阿里云源 下载地址: https://mirrors.aliyun.com/centos/ 相关仓库: CentOS…… -
统计磁盘上文件和inode的使用情况
查找磁盘使用率高于10%的分区 df -h | grep -v “Used”|sort -nr -k 5 -u|sed -e “s/%//g”| awk ‘$5>10…… -
-
Nginx日志切割(Logrotate程序设置)
使用系统自带的Logrotate程序进行日志分割 1、修改logrotate 日志切割轮询 mv /etc/anacrontab /etc/anac…… -
查看nginx某个时间段的日志内容
nginx 日志格式: 10.11.240.68 - - [10/Apr/2020:10:59:06 +0800] "POST /admin/hotkeywords HTTP/1.0" …… -
-
-
-
-
CentOS下查看某个文件属于哪个包的方法
1、centos/redhat下查看某个文件或命令属于哪个rpm包: $ yum provides /etc/passwd 或者 $ rpm -qf /etc…… -
-
-
-