centos全新服务器无法通过SMTP发送邮件
2 months ago (10-23) 30 views 0 comments
1.确定Postfix工作状态 启动 Postfix, 发现报错 Failed to start Postfix Mail Transport Agent. 需要设置: vi /etc/postfix/main.cf inet_pro...
2 months ago (10-23) 30 views 0 comments
1.确定Postfix工作状态 启动 Postfix, 发现报错 Failed to start Postfix Mail Transport Agent. 需要设置: vi /etc/postfix/main.cf inet_pro...
2 months ago (10-22) 26 views 0 comments
curl -sL yabs.sh | bash 详情 https://github.com/masonr/yet-another-bench-script 禁用网络测试 curl -sL yabs.sh | bash -s —...
2 months ago (10-18) 36 views 0 comments
#查看当前cpu运行频率: cat /proc/cpuinfo | grep -i "cpu mhz" #开启性能模式: cpupower -c all frequency-set -g performance Pleas...