
本次测试监控canal版本为1.14 安装各个组件的步骤就省略了,需要修改的地方不多,首先要在prometheus上加个canal的配置 - job_name: 'canal-1.14' static_configs: - target...

本次测试监控canal版本为1.14 安装各个组件的步骤就省略了,需要修改的地方不多,首先要在prometheus上加个canal的配置 - job_name: 'canal-1.14' static_configs: - target...

1、服务端 # 安装nfs [root@nfs-server ~]# yum -y install nfs-utils # 允许开机启动 [root@nfs-server ~]# systemctl enable rpcbind [root...

使用svn任何命令都会提示这样的错误: svn: E200033: Another process is blocking the working copy database, or the underlying filesystem do...

docker-compose up -d nginx 构建建启动nignx容器 docker-compose exec nginx bash 登录到nginx容器中 docker-compose down ...

创建bridge网络 docker network create [参数] network_name create可选参数 --driver: 指定网络驱动程序,默认是bridge。 --subnet: 指定网络的子网。 --gateway...

macos添加静态路由 1、添加基于网络接口的路由 wahaha@wahahadeMacBook-Pro ~ % sudo route add -host 172.30.30.30 -iface lo0 wahaha@wahahadeMac...

route常用选项和参数 常用选项 -A:设置地址类型; -C:打印将Linux核心的路由缓存; -v:详细信息模式; -n:不执行DNS反向查找,直接显示数字形式的IP地址; -e:netstat格式显示路由表; -net:到一个网络的路...

本次使用windows10为例,使用管理员身份打开cmd或者power shell 首先上一个微软官方的route命令介绍,比较详细 https://learn.microsoft.com/zh-cn/windows-server/admi...

1、支持的参数列表 -a file 从文件中读入作为 stdin -e flag ,注意有的时候可能会是-E,flag必须是一个以空格分隔的标志,当xargs分析到含有flag这个标志的时候就停止。 -p 当每次执行一个argument的时...

1、安装 下载地址:https://www.percona.com/downloads/Percona-XtraBackup-LATEST/ 下载后使用yum安装 [root@localhost dl]# ls percona-xtraba...