Monthly Archives: 2018年5月

centos: git clone提示Permission denied publickey 问题

← Continue Reading
问题: Initialized empty Git repository in /data1/mouxuan/fastsocket-private/.git/ Permission denied (publickey). fatal: The remote end hung up unexpectedly 解决步骤: 1、cd ~/.ssh 2、ssh-keygen -t rsa -C you@E...

阿里云提示wordpress IP验证不当漏洞怎么办,如何修复

← Continue Reading
阿里云经常提示有wordpress IP验证不当漏洞,实际上这个漏洞影响并不大,阿里云只是为了让你购买它的付费版的云盾服务器安全服务(安骑士)。其实我们自己手动就可以修复这个漏洞,下面是如何修复漏洞的方法。 相关关键词:wayde   python   php   阿里云经常提示有wordpress IP验证不当漏洞,实际上这个漏洞影响并不大,阿里云只是为了让你购买它的付费版的云盾服务器...

CentOS7上 pip install MySQL-python 安装失败(error: command ‘gcc’ failed with exit status 1)的解决办法

← Continue Reading
root@***** default]# sudo pip install mysql-python Looking in indexes: http://mirrors.aliyun.com/pypi/simple/ Collecting mysql-python Downloading http://mirrors.aliyun.com/pypi/packages/a5/e9/51b544da...

php 在mac上为php添加pcntl扩展

← Continue Reading
1.查看当前php版本 $ php -v 2.下载相同版本的php包并解压(路径随意,之后要删除) $ curl -O http://us.php.net/distributions/php-5.5.30.tar.gz $ tar -xzvf php-5.5.30.tar.gz 3.进入pcntl目录编译生成共享库.so(shared object,用于动态连接的,和dll差不多)。 $ cd p...