摘要: Cannot find OpenSSL's <evp.h> 解决方法: 下载openssl-1.1.0h.tar 包 [root@localhost ~]# cd openssl-1.1.0h && ./config && make && makeinstall configure: error: 阅读全文
posted @ 2018-06-08 18:46 天宇星空 阅读(420) 评论(0) 推荐(0)
摘要: 1、进入 PHP 的软件包 pdo 扩展目录中(注:php的tar包解压目录) 2、配置和编译文件 进入 在PHP源码包中进入 cd /data/php-5.6.36/ext/pdo_mysql 执行 phpize 命令 代码如下 [root@localhost pdo_mysql]#/usr/bi 阅读全文
posted @ 2018-06-08 17:54 天宇星空 阅读(1783) 评论(0) 推荐(0)
摘要: 防攻击可以增加IP白名单/etc/hosts.allow和黑名单/etc/hosts.deny /etc/hosts.allow IP白名单 /etc/hosts.deny IP黑名单 /etc/hosts.allow配置,此文件是接受服务列表,文件内容如下: # # hosts.allow Thi 阅读全文
posted @ 2018-06-08 14:31 天宇星空 阅读(295) 评论(0) 推荐(0)
摘要: ssh_exchange_identification: read: Connection reset by peer报错如下: [root@izbp17x1~]# ssh admin@139.196.。。 -p 2048 -vOpenSSH_7.4p1, OpenSSL 1.0.2k-fips 2 阅读全文
posted @ 2018-06-08 11:45 天宇星空 阅读(2025) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2018-06-08 08:46 天宇星空 阅读(86) 评论(0) 推荐(0)