集群版本: redis-4.0.14 集群节点: 节点角色 IP redis-master 10.100.8.21 redis-slave1 10.100.8.22 redis-slave2 10.100.8.23 redis-sentinel01 10.100.8.24 redis-sentine ...
分类:
其他好文 时间:
2020-07-21 09:42:29
阅读次数:
76
原文链接:https://mp.weixin.qq.com/s/sT2-KK23tvPY2oziEH11Kw 1. 什么是Alluxio Alluxio为数据驱动型应用和存储系统构建了桥梁, 将数据从存储层移动到距离数据驱动型应用更近的位置从而能够更容易被访问。这还使得应用程序能够通过一个公共接口连 ...
分类:
Web程序 时间:
2020-07-21 01:27:42
阅读次数:
121
Penetration Test - Planning and Scoping(6) LEGAL CONCEPTS Statement of Work(SOW) Clearly states what tasks are to be accomplished Master Service Agree ...
分类:
Web程序 时间:
2020-07-21 01:05:18
阅读次数:
99
https://github.com/google/guava/blob/master/guava/src/com/google/common/util/concurrent/RateLimiter.java 异常参数校验 Preconditions类 部分方法: checkArgument使用:P ...
分类:
其他好文 时间:
2020-07-20 22:29:07
阅读次数:
74
默认情况下Alertmanager使用了系统自带的默认通知模板,模板源码可以从https://github.com/prometheus/alertmanager/blob/master/template/default.tmpl获得。 Alertmanager的通知模板基于Go的模板系统。Aler ...
分类:
其他好文 时间:
2020-07-20 13:22:09
阅读次数:
107
安装master节点 安装前的准备工作 关闭防火墙和selinux 配置hosts文件 关闭swap:swapoff -a 第一步:下载阿里云的kubernetes,下载地址请找阿里云的。(如下图)http://mirrors.aliyun.com/ vim /etc/yum.repos.d/kub ...
分类:
其他好文 时间:
2020-07-19 23:59:42
阅读次数:
144
安装Homebrew /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" Homebrew更换国内镜像源 # 替换 brew.git 仓库地址 cd "$( ...
分类:
系统相关 时间:
2020-07-19 16:04:40
阅读次数:
307
1.es tar包传至linux上 并解压 tar -zxvf elasticsearch-7.4.0-linux-x86_64.tar.gz 2.新建用户 useradd xxxname passwd xxxpw 3.在root用户下将解压包的路径授权给新建的用户 chown -R xxxname ...
分类:
其他好文 时间:
2020-07-19 13:51:27
阅读次数:
82
一、preparation 1、download starter-template-master 2、command line-->cnpm install 3、change "{{ name }}"(package.json) to your project name 4、command line ...
分类:
其他好文 时间:
2020-07-19 13:50:08
阅读次数:
76
**vip配置可以采用两种方式:**1、通过keepalived的方式管理虚拟ip的浮动;2、通过脚本方式启动虚拟ip的方式(即不需要keepalived或者heartbeat类似的软件)1、keepalived方式管理虚拟ip#在编译安装Keepalived之前,必须先安装内核开发包kernel-devel以及openssl-devel、popt-devel等支持库[root@master~]#
分类:
数据库 时间:
2020-07-19 11:25:11
阅读次数:
70