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 & 阅读全文
posted @ 2022-05-30 17:49 小黑狐狸1001 阅读(18) 评论(0) 推荐(0) 编辑
摘要:安装: 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 阅读全文
posted @ 2022-05-28 23:36 小黑狐狸1001 阅读(1910) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/weixin_30808575/article/details/99603182 https://blog.csdn.net/weixin_46081669/article/details/110188167 sleep 1 && seq 或最后&& sl 阅读全文
posted @ 2022-05-21 18:38 小黑狐狸1001 阅读(25) 评论(0) 推荐(0) 编辑
摘要:每次进docker需要执行一下更新环境变量 export PATH=/usr/local/mysql/bin:$PATH 参考: https://blog.csdn.net/weixin_39984105/article/details/114808409 阅读全文
posted @ 2022-05-13 21:42 小黑狐狸1001 阅读(317) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/asdfgh0077/article/details/106947477/ https://blog.csdn.net/u010665216/article/details/78559091 https://www.csdn.net/tags/MtTaMg 阅读全文
posted @ 2022-05-10 20:43 小黑狐狸1001 阅读(5) 评论(0) 推荐(0) 编辑
摘要:``` 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 阅读全文
posted @ 2022-05-06 23:39 小黑狐狸1001 阅读(73) 评论(0) 推荐(0) 编辑
摘要:如果yum、apt安装不了,直接unzip也可以执行(需要手动安装依赖包) s3cmd --configure 里 endpoint不能加上桶名,只能<ip>:<port> 阅读全文
posted @ 2022-05-06 23:08 小黑狐狸1001 阅读(69) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示