CentOS版本 cat /etc/redhat-release >> CentOS release 5.4 (Final) 系统内核 uname -a >> Linux test33x.ops.…
标签:install
CentOS 7 中安装 Oracle11g R2
准备 修改用户的 SHELL 限制: vim /etc/security/limits.conf 添加如下内容: oracle soft nproc 2047 oracle hard nproc 16384 oracle…
mac os install php7
1、Download php7 ( PHP 7.0.2) 点我进入下载页面 直接下载 php-7.0.2.tar.gz 2、编译安装 php7 tar -xf php-7.0.2.tar.gz brew install …
INSTALL_FAILED_USER_RESTRICTED错误
Installation failed with message INSTALL_FAILED_USER_RESTRICTED. It is possible that this issue is resolved by…
postgresql 源码编译安装
01. 环境描述 centos6.5:https://www.centos.org/download/ postgresql9.5.4:https://www.postgresql.org/ftp/source/v9.5…
mac 安装MongoDB的操作
安装方法:命令行输入 /usr/bin/ruby -e “$(curl fsSLhttps://raw.githubusercontent.com/Homebrew/install/master/instal…
macOS_一键安装redis
我们需要安装homebrew(mac的安装神器,有了它以后你下在啥都简单 打开命令输入: /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/…
十分钟了解Redis
Redis入门、安装、配置、命令、数据类型、集群模式 Redis 是一个高性能的key-value内存数据库。 1、yum安装 $ yum install -y redis 2、编译安装(建议) $ yum instal…
Redis—Redis入门安装及基础数据的知识
Redis学习笔记所有文章:https://www.jianshu.com/nb/33547142 Redis安装 推荐使用linux或者Mac 原因大家都懂得。redis基本都是在linux服务器上使用 下载地址:ht…
ubuntu安装redis集群
安装redis 下载redis源文件,解压,安装 wget http://download.redis.io/releases/redis-3.0.7.tar.gz tar -xvzf redis-3.0.7.tar.g…
Redis配置的取值范围
Redis简介 Redis是流行的开源NoSQL数据库,所有数据加载到内存提供高性能读写请求,并且实现丰富的数据结构。 安装Redis的方法很简单,Ubuntu/Debian系统通过apt-get install red…
Mac上MAMP环境安装mongodb
Mac上有php的集成开发环境,但在其集成环境安装php扩展时,还是挺麻烦的。在安装mongodb的时候,碰到不少问题,现记录下来: 安装前准备 #安装xcode开发工具,有了它就有了ruby的环境 xcode-sele…