摘要:
https://blog.csdn.net/niuben521/article/details/115231751 centos9: systemctl status nfs-server.service 参考: https://www.pudn.com/news/63345f4b272bb74d4 阅读全文
摘要:
``` docker pull networkstatic/iperf3 #server docker run -it --rm --name=iperf3-server -p 5201:5201 networkstatic/iperf3 -s #client #docker inspect --f 阅读全文
摘要:
vim somewhere/redis.conf #bind 127.0.0.1 -::1 protected-mode no requirepass <password> restart redis redis-server somewhere/redis.conf & 阅读全文
摘要:
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 阅读全文