发布时间:2018-10-16 15:08:37
nginx反向代理nginx设置,防火墙设置都是正常的,但是总是显示502 Bad gateway报错最后发现是selinux导致的,可以直接把他关了setenforce 0,也可以进行设置setsebool -P httpd_can_network_connect true......【阅读全文】
发布时间:2018-09-05 12:02:16
find -name '要查找的文件名' | xargs perl -pi -e 's|被替换的字符串|替换后的字符串|g'sed -i "s/原字符串/新字符串/g" `grep 原字符串 -rl 所在目录`......【阅读全文】
发布时间:2018-05-24 17:16:10
error while changing passwd in recovery mode:passwd:Authentication token manipulation errorpasswd: password unchangedsolution:# mount -o rw,remount /# passwd user......【阅读全文】