
Jammly
selinux 开启状态下phpmyAdmin管理非本机mysql
236
需要开启httpd_can_network_connect选项 If you want to allow HTTPD scripts and modules to connect to the network using TCP, you must turn on the httpd_can_network_connect boolean.
CENTOS给文件设置了777权限仍不能访问解决方案
248
原因:开启了SELinux导致 1.查看SELinux状态: /usr/sbin/sestatus -v ##如果SELinux status参数为enabled即为开启状态
Linux中zip压缩和unzip解压缩命令详解
325
1、把/home目录下面的mydata目录压缩为mydata.zip zip -r mydata.zip mydata #压缩mydata目录