摘要: 系统环境:CentOS 7.3 将yum源切换到阿里源 可以直接写成一个脚本 #!/bin/sh mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup wget -O /etc/yum.repos. 阅读全文
posted @ 2017-11-05 18:24 ZhiChao& 阅读(1193) 评论(0) 推荐(0)
摘要: Apache的三种工作模式 作为老牌服务器,Apache仍在不断地发展,就目前来说,它一共有三种稳定的MPM(Multi-Processing Module,多进程处理模块)。它们分别是 prefork、worker 和 event 。 1、Prefork MPM 关键字:多进程 prefork模式 阅读全文
posted @ 2017-11-05 11:41 ZhiChao& 阅读(5078) 评论(0) 推荐(1)
摘要: - 无线破解工具: https://github.com/FluxionNetwork/fluxion - 无线渗透工具:https://github.com/LionSec/xerosploit - SpaceVim:https://github.com/SpaceVim/ 阅读全文
posted @ 2017-11-05 11:10 ZhiChao& 阅读(152) 评论(0) 推荐(0)