摘要: https://git.oschina.net/iloveai/codes/ 一、下载jdk jdk-8u101-linux-x64.tar.gz 二、解压 创建好java_home目录 tar -zxvf jdk-8u101-linux-x64.tar.gz jdk1.8.0_101 mkdir 阅读全文
posted @ 2017-08-02 15:12 bruce peng 阅读(310) 评论(0) 推荐(0)
摘要: 一、http://nginx.org/download/ 下载对应版本:wget http://nginx.org/download/nginx-1.5.9.tar.gz tar -zxvf nginx-1.5.9.tar.gz ./configure --prefix=/usr/local/ngi 阅读全文
posted @ 2017-08-02 15:11 bruce peng 阅读(303) 评论(0) 推荐(0)
摘要: 1. yum install gcc-c++ 4:解压,编译memcache。 # cd ../ # mkdir memcached # tar -zxvf memcached-1.4.15.tar.gz # cd memcached-1.4.15 # ./configure --prefix=/d 阅读全文
posted @ 2017-08-02 15:11 bruce peng 阅读(171) 评论(0) 推荐(0)
摘要: 1、查看系统 版本号:cat /etc/redhat-release 2、rpm -qa pcre 如果没有显示则表示还没有安装 3、rpm -e --nodeps pcre 卸载旧的pcre 1、查看系统 版本号:cat /etc/redhat-release 2、rpm -qa pcre 如果没 阅读全文
posted @ 2017-08-02 15:08 bruce peng 阅读(147) 评论(0) 推荐(0)
摘要: 下载:wget http://www.caucho.com/download/resin-4.0.27.tar.gz tar -xvf resin-4.0.27.tar.gz mkdir -p /usr/local/resin mv resin-4.0.27 /usr/local/resin ./c 阅读全文
posted @ 2017-08-02 15:08 bruce peng 阅读(165) 评论(0) 推荐(0)
摘要: Centos7上卸载Mariadb数据库 查询所安装的MariaDB组件: [root@localhost logs]# rpm -qa | grep Maria*MariaDB-server-5.5.49-1.el7.centos.x86_64MariaDB-common-5.5.49-1.el7 阅读全文
posted @ 2017-08-02 15:07 bruce peng 阅读(190) 评论(0) 推荐(0)
摘要: CentOS7使用firewalld打开关闭防火墙与端口 1、firewalld的基本使用 启动: systemctl start firewalld 查看状态: systemctl status firewalld 停止: systemctl disable firewalld 禁用: syste 阅读全文
posted @ 2017-08-02 10:16 bruce peng 阅读(198) 评论(0) 推荐(0)