353
1 分钟
安装 这个插件已经包含在 RabbitMQ 3.8.x 版本中。就像所有插件一样,它必须先被启用才能使用。 启用插件……
43
1 分钟
依赖 s3fs 安装 1 dnf install -y s3fs AK SK 1 2 echo ACCESS_KEY_ID:SECRET_ACCESS_KEY > ${HOME}/.passwd-s3fs chmod 600 ${HOME}/.passwd-s3fs 挂载 1 2 3 4 5 s3fs blob-bak /mnt/r2 \ -o passwd_file=~/.passwd-s3fs \ -o url="https://xxxxxxxxxxx.r2.cloudflarestorage.com/" \ -o nomultipart \ -o……
200
1 分钟
规划资源 确保物理机有足够资源可以进行迁移 关闭虚拟机 在源ESXi主机上,需要关闭要迁移……
290
1 分钟
此脚本基于Python2.6.6编写,设置环境变量以兼容提交详情中有中文的情况 1 2 3……
277
1 分钟
环境描述 部署harbor后开启https,使用apisix反代到ip:port 问题 1……