解决GitHub API rate limit exceeded 的问题

遇到的报错

Error: GitHub API rate limit exceeded for 61.51.194.55. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)
Try again in 22 minutes 46 seconds, or create a personal access token:
  https://github.com/settings/tokens/new?scopes=&description=Homebrew

解决方法
继续阅读解决GitHub API rate limit exceeded 的问题

SSH登录变慢原因分析

今天在服务器上调整了iptables的防护,很小心之下发现ssh还是不能登录了,找了半个又发现规则没有问题.结果又看了一眼控制台,发现竟然登录上了~
搞了半天不是登录不成功,是登录变慢了,也怪我粗心大意没有直接t下端口看看.接下来就是找原因为啥变慢了.
继续阅读SSH登录变慢原因分析