Redis SysV开机自启动脚本

前面发表过一篇Redis安装部署的文章,在这里沉醉寒风再给大家附上Redis SysV开机自启动脚本以备不时之需,请各位看官往下看:Redis SysV开机自启动脚本[root@localhost ~]# vi /etc/init.d/resdis#!/bin/sh # # Redis - Startup script for redis # chkconfig: - 85 15 # de

- 阅读全文 -

标准ABC类IP地址正则表达式匹配

IP地址范围A类:1.0.0.0-127.255.255.255 B类:128.0.0.0-191.255.255.255 C类:192.0.0.0-223.255.255.255 表达式b([1-9]0|[1-9]{1,2}|1d{2}|2[0-1]d|22[0-3]).(([d?]|[1-9]0|[1-9]{2}|1d{2}|2[0-4]d|25[0-5]).){2}([1-9]

- 阅读全文 -

Redis安装部署

系统环境OS:CentOS6.5_x86_64 相关依赖包安装[root@huis ~]# yum -y install gcc tcl [root@huis ~]# wget ftp://ftp.pbone.net/mirror/ftp5.gwdg.de/pub/opensuse/repositories/home:/abustany:/epel-rebuilds/CentOS_Ce

- 阅读全文 -

ActiveMQ安装部署

系统环境OS:CentOS6.5_x86_64 IP:192.168.188.1 Jdk安装[root@huis ~]# wget http://download.oracle.com/otn-pub/java/jdk/7u79-b15/jdk-7u79-linux-x64.tar.gz [root@huis ~]# tar -zxvf jdk-7u79-linux-x64.tar.

- 阅读全文 -