02 2018 档案

摘要:autocomplete-server-names-for-ssh-and-scp mkdir /etc/bash_completion.d cat >> /etc/bash_completion.d/ssh << EOF _ssh() { local cur prev opts COMPREPLY 阅读全文
posted @ 2018-02-27 18:57 lvmxh 阅读(633) 评论(0) 推荐(0)
摘要:https://feisky.gitbooks.io/kubernetes/components/api-aggregation.html API convention Kubernetes deep dive Code conventions 获取支持的服务: $ kubectl get apis 阅读全文
posted @ 2018-02-17 00:50 lvmxh 阅读(827) 评论(0) 推荐(0)
摘要:1. raft org 2. paper 3. animation 4. python examples Raft-python 这个不是很好用。 simpleRaft Raft算法分析与理解 这哥们找了2个 5. video 及其解释, 该文章下面一系列的raft分析。 6. Raft一致性算法 阅读全文
posted @ 2018-02-12 18:52 lvmxh 阅读(332) 评论(0) 推荐(0)