常用工具

Consul:服务注册服务发现。下载地址(https://www.consul.io/

ElasticSearch:下载地址(https://www.elastic.co/cn/downloads/elasticsearch

AnotherRedisDesktopManager:开源Redis客户端工具。下载地址(https://github.com/qishibo/AnotherRedisDesktopManager

QuickRedis:一款国人开源、免费、功能强大的 Redis 可视化管理工具(https://gitee.com/quick123official/quick_redis_blog

Redis:服务端下载地址(https://github.com/tporadowski/redis/releases

Minikube:下载地址(https://minikube.sigs.k8s.io/docs/start/ )

Tabby-Terminal:好看又好用的一款Shell工具(https://github.com/Eugeny/tabby

 

UpdateTime:2022年2月7日 16:17:29

 

Git Push速度慢或者超时解决方法:

先执行Clash命令,再执行下面这个

git config --global http.proxy http://127.0.0.1:7890
git config --global https.proxy https://127.0.0.1:7890

git就会走这个代理了。速度飞快。

 

posted @ 2020-10-20 14:33  小胖脸  阅读(123)  评论(0编辑  收藏  举报