05 2022 档案
摘要:yum install gcc g++ tcl make net-tools wget https://download.redis.io/releases/redis-6.2.6.tar.gz tar xvf redis-6.2.6.tar.gz cd redis-6.2.6/src make &
阅读全文
摘要:安装: cd /usr/bin wget https://dl.minio.io/server/minio/release/linux-amd64/minio chmod +x minio export MINIO_DATA=/data/minio mkdir $MINIO_DATA #验证运行 m
阅读全文
摘要:https://blog.csdn.net/weixin_30808575/article/details/99603182 https://blog.csdn.net/weixin_46081669/article/details/110188167 sleep 1 && seq 或最后&& sl
阅读全文
摘要:每次进docker需要执行一下更新环境变量 export PATH=/usr/local/mysql/bin:$PATH 参考: https://blog.csdn.net/weixin_39984105/article/details/114808409
阅读全文
摘要:https://blog.csdn.net/asdfgh0077/article/details/106947477/ https://blog.csdn.net/u010665216/article/details/78559091 https://www.csdn.net/tags/MtTaMg
阅读全文
摘要:``` docker pull nexenta/cosbench #1. Run controller and driver in one Docker container on one node. docker run --name cosbench -p 19088:19088 -p 18088
阅读全文
摘要:如果yum、apt安装不了,直接unzip也可以执行(需要手动安装依赖包) s3cmd --configure 里 endpoint不能加上桶名,只能<ip>:<port>
阅读全文