摘要:
Linux修改文件报错 今天修改nginx的配置文件时: http { include mime.types; default_type application/octet-stream; sendfile on; keepalive_timeout 65; lua_package_path "/u 阅读全文
摘要:
CentOS无法远程连接 1. 查看CentOS是否能ping ping www.baidu.com 如果超时,,则可能是防火墙未关闭,关闭防火墙 systemctl stop firewalld systemctl disable firewalld 2. Windows的防火墙未关闭 查看win 阅读全文