摘要:
From: 10.0.0.61To: 10.0.0.62/tmp/scp -r -P 22 -v /tmp/ root@10.0.0.62:/tmp/the yellow one is the source path.The red one is the destination path. 阅读全文
摘要:
关于PHP进程高负载的情况,我检查了Linux的message log文件,发现了以下的错误信息,1 ALERT --- script tried to increase memory_limit to 3170893824 bytes which is above the allowed value (attacker 'REMOTE_ADDR not set', file '/aaa/bbb/ccc_ccc_ccc/api_ccc_ccc.php', line 7)原因是:suhosin的memory_limit限制了脚本内存的分配。解决方法是:使用ps - 阅读全文