NEW

supervisor

1. 安装 #python2版本 pip2 install supervisor #python3 supervisor4版本 pip3 install git+https://github.com/Supervisor/supervisor@master 2. 配置 mkdir /etc/supervisor echo_supervisord_conf > /etc/supe ...

NEW

使用basho_bench压力测试RIAK-KV

PHP 下载 : wget php-5.4.7.tar.gz 安装 : tar -zxvf php-5.4.7.tar.gz cd php-5.4.7 ./configure --prefix=/root/web/php/ --enable-fpm --with-config-file-path=/root/web/php/etc make make test make install 配置 ...

NEW

Centos7 编译redis 服务启动方式

安装: yum install gcc tcl -y http://download.redis.io/redis-stable.tar.gz tar -xvzf redis-stable.tar.gz cd redis-stable make && make install cd utils ./install_server.sh 指定路径:/usr/local/bin/redi ...

NEW

centos7 设置启动内核

首先查看当前系统有几个内核 cat /boot/grub2/grub.cfg |grep menuentry 设置默认的启动内核 grub2-set-default 'CentOS Linux (4.18.3-1.el7.elrepo.x86_64) 7 (Core)' 验证是否修改成功 grub2-editenv list 卸载多余内核 rpm -qa | ...

NEW

consul 1.4.0

单机服务端节点启动配置 vi /etc/systemd/system/consul.service [Unit] Description=consul After=syslog.target network.target [Service] Type=simple RemainAfterExit=no WorkingDirectory=/usr/local/consul ExecStart=/u ...

NEW

基于ZFS存储的dalmatinerDB+DalmatinerFE+Grafana环境

部署zfs文件系统挂载到 /data 下载ddb git源:https://github.com/dalmatinerdb/dalmatinerdb/tree/0.3.1p1 下载dfe git源:https://github.com/dalmatinerdb/dalmatiner-frontend/tree/0.3.1p1 下载grafana rpm包:https://s3-us-west-2 ...