CentOS安装Nginx 报错“configure: error: the HTTP rewrite module requires the PCRE library”解决办法
错误提示: ./configure: error: the HTTP rewrite module requires the PCRE library. 安装pcre-devel与openssl-devel解决问题 yum -y install pcre-devel openssl openssl-devel
679 2017-06-25 去围观阿里云服务器购买、及注意细节
阿里云 防火墙 端口 1,一般购买就自带lamp功能初始化密码都会在/root/default.pass 2,允许直接访问服务器ip地址,例如http://123.123.123.123 或者http://123.123.123.123:8888。默认情况下阿里云服务器就仅仅开放3389或者22端口而已,需要允许访问…
540 2017-06-21 去围观centos 6.5安装mongodb
下载: wget https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-3.4.0.tgz 1,把mongodb-linux-x86_64-3.4.0.tgz复制到/opt 解压:tar zxvf mongodb-linux-x86_64-3.4.0.tgz 重命名:mv mongodb-linux-x86_64-3.4.0.tgz mongodb 2, c…
734 2017-06-11 去围观centos 6.5安装nvm
关注最新nvm: https://github.com/creationix/nvm 访问https://github.com/nvm-sh/nvm,直接去下载zip包,解压后切换到解压目录在执行以下代码: chmod u+x install.sh ./install.sh //执行安装nvm 成功后会在.bashrc文件里面末尾添加 如下代码:(类似把nvm命令…
747 2017-06-11 去围观