1、cpu使用高,但是无法找到cpu高的应用 (1)使用top命令查看各个cpu的使用情况,如果没有看到明显高 […]
#!/bin/bash echo '1.安装依赖包' yum install -y libaio-devel […]
安装数据库mysql: docker run –name zabbix-mysql-server […]
控制端服务器上: #ssh-keygen -t rsa #ssh-copy-id -p22000 root@1 […]
网卡使用ifup eth0 是提示找不到此命令 1、先配置一次网卡 ifconfig eth0 192.168 […]
使用iostat 与iotop 快速定位到进程 #iostat -d 3 -k -x -t 30 07/14/ […]
跨域问题 linux 下规则 <IfModule mod_headers.c> Header ad […]