摘要: ps -ef|grep "c.py"|grep -v grep|awk '{print $2}' ps -ef|grep "c.py"|grep -v grep|awk '{print $2}'|xargs kill -9 kill -s 9 `ps aux|grep "python3" | awk 阅读全文
posted @ 2019-09-16 17:10 凌度 阅读(1451) 评论(0) 推荐(0) 编辑
摘要: i /etc/sysctl.conf 编辑文件,加入以下内容:net.ipv4.tcp_syncookies = 1net.ipv4.tcp_tw_reuse = 1net.ipv4.tcp_tw_recycle = 1net.ipv4.tcp_fin_timeout = 30 然后执行/sbin/ 阅读全文
posted @ 2019-09-16 16:06 凌度 阅读(1647) 评论(0) 推荐(0) 编辑