1.下载wget https://download.redis.io/redis-stable.tar.gz2.编译环境yum install -y cmake make gcc gcc-c++3.编译安装tar -xzvf redis-stable.tar.gzcd redis-stablemak...
一、介绍iperf3是用来测量一个网络最大带宽的工具。它支持调节各种参数比如发送持续时间,发送/接收缓存,通信协议。每次测试,它都会报告网络带宽,丢包率和其他参数。更多信息请登陆官网:https://iperf.fr/二、安装(centos7为例)下载:https://iperf.fr/iperf-...
1.添加源# add the yum repo:wget https://openresty.org/package/centos/openresty.repomv openresty.repo /etc/yum.repos.d/# update the yum index:yum check-up...
1.安装虚拟环境pip install virtualenv2.基本使用cd my_projectvirtualenv venv # venv为虚拟环境目录名如果有多个python版本,可以指定解释器virtualenv -p /usr/bin/python3.6 venv3.进入虚拟环境,安装...
环境A: 172.21.110.100B:172.21.110.101mysql5.6创建同步用户A:grant replication slave on *.* to 'sync'@'172.21.110.101' identified by '123456...
上一页
14/14