2021.md 27.9 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
## 1,前言

这里记录我每周工作学习过程中遇到学到的优秀开源项目,优秀文章,以及优秀博客。有很多优秀的内容,都值得被铭记,值得被分享,值得被更多人学习,我想通过这里每周的记录分享,一方面强化自己对优秀内容的认识与学习,另一方面能够把优质内容统一汇总,以飨大众。

<!-- tabs:start -->
### **1,开源项目**

所有项目记录时模板如下:

> - 项目地址:[Active+Choices+Plugin](https://wiki.jenkins.io/display/JENKINS/Active+Choices+Plugin)
>
> - 项目说明:根据所选参数,自动调出对应参数所依赖的后续参数。
>
> - 相关文章:[点此跳转到该插件的详解文章。](http://www.eryajf.net/2075.html "点此跳转到该插件的详解文章。")

如果是web类的项目,最好能带一两张比较直观的图。

### **2,优秀文章**

优秀文章记录模板如下:

> - 文章地址:[php-fpm的配置和优化](https://www.zybuluo.com/phper/note/89081)
>
> - 简单说明:基础但是完整的配置优化说明。

### **3,优秀博客**

优秀博客记录模板如下:

> - 博客地址:[PoorOPS](https://www.poorops.com/)
>
> - 简单说明:运维博客,作者分享了很多不错的运维实践。
<!-- tabs:end -->

## 2,第18周-5月3–5月9

<!-- tabs:start -->
### **1,开源项目**

> - 项目地址:[kubedog](https://github.com/werf/kubedog)
> - 项目说明:Kubedog是一个库,用于监视和跟踪CI / CD部署管道中的Kubernetes资源。同时它也提供了一个二进制cli程序,让我们能够快速通过命令行对刚刚构建成功的应用状态做一些观测与打印。
> - 相关文章:[通过kubedog助力应用部署的状态监测与打印](http://www.eryajf.net/5383.html)

----

> - 项目地址:[quay](https://github.com/quay/quay)
> - 项目说明:Red Hat 开源镜像仓库,类似harbor
> - 相关文章:[私有镜像仓库选型:Harbor VS Quay](https://supereagle.github.io/2019/11/23/harbor-vs-quay/)

----

> - 项目地址:[wxwork-bot-go](https://github.com/vimsucks/wxwork-bot-go)
> - 项目说明:企业微信群机器人接口 Golang 封装,对比了很多,这个好用
> - 相关文章:[参考项目README说明。](https://github.com/vimsucks/wxwork-bot-go/blob/master/README.md)

----

> - 项目地址:[go-gitlab](https://github.com/xanzy/go-gitlab)
> - 项目说明:一个GitLab API客户端,使Go程序能够以简单统一的方式与GitLab进行交互
> - 相关文章:[官方接口文档](https://pkg.go.dev/github.com/xanzy/go-gitlab?utm_source=godoc)

----

> - 项目地址:[notable](https://github.com/notable/notable)
>
> - 项目说明:一个Markdown编辑器,看起来对比typora多了标签等功能,不过好像没有实时渲染的功能。
>
> - 相关文章:[官网](https://notable.app/)
>
李启龙 已提交
70
>   ![Notable](./../img/notable.jpg)
71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390

----

> - 项目地址:[buildkit](https://github.com/moby/buildkit)
> - 项目说明:比docker build拥有更多新特性的构建工具,应用得当能够带来很高的提效。
> - 相关文章:[官方博客介绍](https://blog.mobyproject.org/introducing-buildkit-17e056cc5317)

### **2,优秀文章**

> - [压测nginx出现no live upstreams while connecting to upstream的问题分析](https://cloud.tencent.com/developer/article/1743145)
>   - 实践参考文中的思路以及方法,调优之后的压测效果达到了调优之前的2倍之多。

----

> - [Linux 跟踪连接netfilter 调优](https://www.cnblogs.com/xiangsikai/p/9525287.html)

----

> - [万字总结,体系化带你全面认识 Nginx !](https://juejin.cn/post/6942607113118023710)
>   - 一个前端同学写的Nginx汇总知识,值得浏览以及收藏。

----

> - [蚂蚁构建服务演进史](https://mp.weixin.qq.com/s/2Yt1YS3QcVb_pxYqaKrxKA)
>   - 讲述了蚂蚁的构建发展以及不同阶段的技术方案,学到了一个 `buildkit`

----

> - [基于BuildKit优化Dockerfile的构建](https://mp.weixin.qq.com/s/OjeQsalkthe-YksIe0HtVg)
>   - 在这个工具众多新特性当中,目前比较能够切中我的痛点的,就是分阶段构建时,能够挂载缓存的功能,这将为编译性的分阶段构建镜像,带来许多倍的提效!

### **3,优秀博客**

> - 博客地址:[PoorOPS](https://www.poorops.com/)
> - 简单说明:运维博客,作者分享了很多不错的运维实践。

----

> - 博客地址:[latte Studio](https://lattestudio.github.io/)
> - 简单说明:一个来过公司面试的运维小伙伴,博客内容不错,包含运维以及go的基础知识。

----

> - 博客地址:[怀老师](https://blog.dugwang.com/)
> - 简单说明:PHP,Nginx,Linux,还有生活文章

----

> - 博客地址:[Tony Bai](https://tonybai.com/)
> - 简单说明:go开发者,作者坚持写了多年博客,其中还给两个女儿创建博客,非常有意思

----

> - 博客地址:[Robin Blog](https://supereagle.github.io/)
> - 简单说明:go开发者,Mac,云原生

----

> - 博客地址:[KLBLOG](http://www.kailing.pub/index/index.html)
> - 简单说明:Java开发者,但是典型的诠释了Java开发者全面发展的高素养
<!-- tabs:end -->

## 3,第19周-5月10–5月16

<!-- tabs:start -->
### **1,开源项目**

> - 项目地址:[Weibo-Picture-Store](https://github.com/Semibold/Weibo-Picture-Store)
> - 项目说明:早在18年折腾图床的时候,发现有人推荐微博图床,而这个插件,是体验了众多图床之后,最好用的一个。
> - 相关文章:[谷歌应用商店插件地址](https://chrome.google.com/webstore/detail/%E5%BE%AE%E5%8D%9A%E5%9B%BE%E5%BA%8A/pinjkilghdfhnkibhcangnpmcpdpmehk)

----

> - 项目地址:[kube-prometheus](https://github.com/prometheus-operator/kube-prometheus)
> - 项目说明:使用Prometheus监视Kubernetes和在Kubernetes上运行的应用程序
> - 相关文章:[官方文档](https://prometheus-operator.dev/)

----

> - 项目地址:[etcdmanager](https://github.com/gtamas/etcdmanager)
> - 项目说明:一个etcd客户端,看起来不错,只不过有好久没更新了。
> - 相关文章:[官网](https://etcdmanager.io/)


### **2,优秀文章**

> - [如何查看、修改Linux弹性云服务器的内核参数?](https://support.huaweicloud.com/intl/zh-cn/ecs_faq/ecs_faq_1327.html)
>   - 华为云官方文档针对Linux内核参数的说明。

----

> - [TCP connect EADDRNOTAVAIL(99)错误原因分析](http://blog.chinaunix.net/uid-20662820-id-3371081.html)
>   - 主机扩容时内核参数没有优化好,从而在压测时引发的一波错误,此文从根本上讲解了此问题原因。

----

> - [Adblock Plus过滤器说明](https://adblockplus.org/en/filter-cheatsheet)
>   - 代理配置匹配规则说明,忘了的时候,可以过来看看。

----

> -  [如何用prometheus监控k8s集群中业务pod的metrics](https://my.oschina.net/xiaominmin/blog/3066208)
>    - 基于k8s自身发现机制来监控pod中的透出的metrics指标。

----

> -  [用Prometheus监控K8S,目前最实用的部署方式都说全了](https://dbaplus.cn/news-134-3247-1.html)
>    - 基于k8s自身发现机制来监控pod中的透出的metrics指标。

----

> -  [超详细教程使用Github和阿里云加速拉取国外Docker镜像](https://blog.csdn.net/katch/article/details/102575084)
>    -  日常构建有拉不下来的镜像,可以通过这种方式借助阿里云进行拉取

----


>  - [生产prometheus-operator 监控二进制kubernetes](https://www.cnblogs.com/shoufu/p/14235357.html)
>    - 监控k8s实践

----


>  - [Kubernetes集群用户指南](https://www.alibabacloud.com/help/zh/doc-detail/86987.htm)
>    - 阿里云k8s文档


### **3,优秀博客**

> - 博客地址:[Huang Huang 的博客](https://mozillazg.com/)
> - 简单说明:Python,Go,LeetCode

----

> - 博客地址:[DevOps运维笔记](http://docs.idevops.site/)
> - 简单说明:Jenkins系列实战很不错,以及其他一些devops方面工具

----


> - 博客地址:[乱世浮生](https://atbug.com/)
> - 简单说明:kubernetes,DevOps,微服务

----


> - 博客地址:[k8s生态](https://zhuanlan.zhihu.com/container)
> - 简单说明:知乎专栏,k8s相关文章

----


> - 博客地址:[超级小豆丁](http://www.mydlq.club/)
> - 简单说明:k8s,Java相关,作者是一个认真的分享者。

----


> - 博客地址:[Vermouth](http://www.xuyasong.com/)
> - 简单说明:云原生,k8s,etcd,值得阅读。

----

> - 博客地址:[张首富](https://www.cnblogs.com/shoufu/)
> - 简单说明:作者的文章很用心,值得学习。
<!-- tabs:end -->

## 4,第20周-5月17–5月23

<!-- tabs:start -->
### **1,开源项目**

> - 项目地址:[clashX](https://github.com/yichengchen/clashX)
> - 项目说明:Mac端优秀的代理工具。
> - 相关文章:[配置讲解](https://docs.cfw.lbyczf.com/contents/ui.html),[规则配置文件](https://github.com/Loyalsoldier/clash-rules)。

----

> - 项目地址:[划词翻译](https://hcfy.limingkai.cn/)
> - 项目说明:最好用的划词翻译工具,装浏览器必备。
> - 相关文章:[官方博客](https://hcfy.limingkai.cn/blog)。

----

> - 项目地址:[skooner](https://github.com/skooner-k8s/skooner)
> - 项目说明:一款k8s-dashboard工具。
> - 相关文章:[README文档](https://github.com/skooner-k8s/skooner/blob/master/README.md)。

----

> - 项目地址:[Awesome Prometheus alerts](https://awesome-prometheus-alerts.grep.to/)
> - 项目说明:开箱即用的prometheus告警规则合集。
> - 相关文章:[github地址](https://github.com/samber/awesome-prometheus-alerts)。

----

> - 项目地址:[kubebox](https://github.com/astefanutti/kubebox)
> - 项目说明:k8s终端版管理工具。
> - 相关文章:

----

> - 项目地址:[k8gb](https://github.com/k8gb-io/k8gb)
> - 项目说明:它是 Kubernetes 的全局负载均衡解决方案,致力于使用多个 LB 策略来满足地理上分散的 Kubernetes 集群之间的流量负载均衡,从而满足区域故障转移以实现高可用的需求。
> - 相关文章:[官方文档](https://www.k8gb.io/)

----

> - 项目地址:[wowchemy-hugo-modules](https://github.com/wowchemy/wowchemy-hugo-modules)
> - 项目说明:创建在线课程,学术简历或初创网站,有空学习一下,有可能做一个自己的站。
> - 相关文章:[官网](https://wowchemy.com/zh/)

----

> - 项目地址:[ksniff](https://github.com/eldadru/ksniff)
> - 项目说明:k8s集群的pod网络抓包工具。
> - 相关文章:[README](https://github.com/eldadru/ksniff/blob/master/README.md)

----

> - 项目地址:[esm](https://github.com/medcl/esm)
> - 项目说明:比esdump更好用的es数据互导工具。
> - 相关文章:[README](https://github.com/medcl/esm/blob/master/README.md)

----

> - 项目地址:[wxbackup](http://wxbackup.imxfd.com/)
> - 项目说明:微信聊天记录导出工具。
> - 相关文章:[官网](http://wxbackup.imxfd.com/)

----

> - 项目地址:[Edgeless](https://github.com/EdgelessPE/Edgeless)
> - 项目说明:一款开源的优秀PE工具。
> - 相关文章:[官网](https://home.edgeless.top/)

### **2,优秀文章**

> - [uTools 官方插件下载](https://api.u-tools.cn/Plugins/developer/allPlugins)
>   - uTools官方备份保留的插件下载地址。

----

> - [运维备忘单](https://cs.leops.cn/#/)
>   - 配置,脚本等内容。


### **3,优秀博客**

> - 博客地址:[roc](https://imroc.cc/)
> - 简单说明:云原生,istio。

----

> - 博客地址:[洛竹的官方网站](https://youngjuning.js.org/)
> - 简单说明:一个前端同学,博客内容竟然如此丰富,可见博主是个多么热爱学习的人。

----


> - 博客地址:[Escape](https://www.escapelife.site/)
> - 简单说明:运维开发,内容丰富,文章质量很高

----

> - 博客地址:[Devops充电宝](https://www.aiopsclub.com/)
> - 简单说明:运维,k8s,文章挺用心。

----

> - 博客地址:[Lework](https://lework.github.io/)
> - 简单说明:运维,Python,ansible,k8s

----


> - 博客地址:[Killer Whale](https://killerwhale.iquantex.com/)
> - 简单说明:DevOps系列文档
<!-- tabs:end -->

## 5,第21周-5月24–5月30

<!-- tabs:start -->
### **1,开源项目**

> - 项目地址:[opsant](https://github.com/unixhot/opsant)
> - 项目说明:赵班长负责的云原生开源运维平台,期待后续更多功能开放
> - 相关文章:[官网](https://www.opsany.com/)

----

> - 项目地址:[VictoriaMetrics](https://github.com/VictoriaMetrics/VictoriaMetrics)
> - 项目说明:快速,经济高效的监控解决方案和时间序列数据库,可用于prometheus或grafana的存储
> - 相关文章:[官方文档](https://docs.victoriametrics.com/),[官网](https://victoriametrics.com/)

----

> - 项目地址:[Tree-Style-History](https://github.com/tumuyan/Tree-Style-History)
> - 项目说明:浏览器插件,树状展示浏览器历史记录
> - 相关文章:[chrome网上应用商店地址](https://chrome.google.com/webstore/detail/tree-style-history/khcenbpnhbeplojhaolbpldmoppicold)

----

> - 项目地址:[AwesomeSearch](https://github.com/lockys/AwesomeSearch)
> - 项目说明:网上各种awesome套娃式生长,这里可以搜索很多awesome
> - 相关文章:[在线访问](https://awesomelists.top/)

----

> - 项目地址:[duf](https://github.com/muesli/duf)
> - 项目说明:比du更好看的磁盘空间占用查看工具
> - 相关文章:[README](https://github.com/muesli/duf/blob/master/README.md)

### **2,优秀文章**

> - [Go安全指南](https://github.com/Tencent/secguide/blob/main/Go%E5%AE%89%E5%85%A8%E6%8C%87%E5%8D%97.md)
>   - 腾讯出品的go语言开发tips

----

391
> - [Go 语言优秀资源整理,为项目落地加速](https://shockerli.net/post/go-awesome/)
392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445
>   - 作者收集整理了一大批go语言项目,值得关注,[开源地址](https://github.com/shockerli/go-awesome)

---

> -  [看房一个半月体会](https://mp.weixin.qq.com/s/RUGMOMqC8y_B0fMV4ayiBQ)
>    - 作者真切的描绘了一个普通人看房买房的心情

---

> - [万字总结,体系化带你全面认识 Linux 系统安全强化](https://mp.weixin.qq.com/s/r2uCYZt5aEYecXcwDvmeEQ)
>   - 安全方面,内核优化等


### **3,优秀博客**

> - 博客地址:[liqiankun](https://qiankunli.github.io/)
> - 简单说明:go,java

----

> - 博客地址:[kubernetes实践指南](https://k8s.imroc.io/)
> - 简单说明:作者转到[别处](https://imroc.cc/k8s/best-practice/)更新了,不过这里的文章还值得看。

----


> - 博客地址:[羡辙杂俎](http://zhangwenli.com/)
> - 简单说明:一个前端女子,热爱开源,内容有趣

----

> - 博客地址:[格物](https://shockerli.net/)
> - 简单说明:go,github

----

> - 博客地址:[腾讯云压测团队](https://cloud.tencent.com/developer/team/pressuretestteam)
> - 简单说明:里边的文章有不少可以借鉴学习的

----


> - 博客地址:[Junedayday Blog](http://junes.tech/)
> - 简单说明:go

----

> - 博客地址:[Coding-Notes](https://notes.abelsu7.top/#/)
> - 简单说明:内容及其丰富,佩服[作者](https://abelsu7.top/)为此花费的心血

-----

> - 博客地址:[小弟调调](https://wangchujiang.com/)
> - 简单说明:作者创建了许多高质量的分享
李启龙 已提交
446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542
<!-- tabs:end -->


## 6,第22周-5月31–6月6

<!-- tabs:start -->
### **1,开源项目**

> - 项目地址:[zadig](https://github.com/koderover/zadig)
> - 项目说明:Zadig 是 KodeRover 公司基于 Kubernetes 自主设计、研发的开源分布式持续交付 (Continues Delivery) 产品,为开发者提供云原生运行环境,支持开发者本地联调、微服务并行构建和部署、集成测试等。
> - 相关文章:[官方文档](https://docs.koderover.com/zadig)

----

> - 项目地址:[github-markdown-toc](https://github.com/ekalinin/github-markdown-toc)
> - 项目说明:给GitHub仓库中README生成TOC目录的工具,支持本地远程
> - 相关文章:[README](https://github.com/ekalinin/github-markdown-toc/blob/master/README.md)

----

> - 项目地址:[gitalk](https://github.com/gitalk/gitalk)
> - 项目说明:一个基于 GitHub Issue 和 Preact 开发的评论插件,可用于Hugo,docsify等静态博客。
> - 相关文章:[中文文档](https://github.com/gitalk/gitalk/blob/master/readme-cn.md),[在线示例](https://gitalk.github.io/)

----

> - 项目地址:[shields](https://github.com/badges/shields)
> - 项目说明:markdown中自定义徽标
> - 相关文章:[在线访问](https://shields.io/category/license)

----

> - 项目地址:[kubectl-debug](https://github.com/aylei/kubectl-debug)
> - 项目说明:便捷地进行 Kubernetes 上的 Pod 排障诊断
> - 相关文章:[中文说明](https://github.com/aylei/kubectl-debug/blob/master/docs/zh-cn.md)

----

> - 项目地址:[vuepress](https://github.com/vuejs/vuepress)
> - 项目说明:以 Markdown 为中心的项目结构,以最少的配置帮助你专注于写作
> - 相关文章:[中文官网](https://vuepress.vuejs.org/zh/)

----

> - 项目地址:[awesome-vuepress](https://github.com/vuepress/awesome-vuepress)
> - 项目说明:如名
> - 相关文章:

----

> - 项目地址:[vuepress-theme-vdoing](https://github.com/xugaoyi/vuepress-theme-vdoing)
> - 项目说明:一款设计非常优秀的vuepress博客主题
> - 相关文章:[官方文档](https://doc.xugaoyi.com/)

----

> - 项目地址:[vuepress-theme-hope](https://github.com/vuepress-theme-hope/vuepress-theme-hope)
> - 项目说明:又一款不错的vuepress博客主题
> - 相关文章:[官方文档](https://vuepress-theme-hope.github.io/zh/)

### **2,优秀文章**

> -  [GitHub与Gitee双向自动同步](https://www.bahuangshanren.tech/github%E4%B8%8Egitee%E5%8F%8C%E5%90%91%E8%87%AA%E5%8A%A8%E5%90%8C%E6%AD%A5/)
> -  gitee没有自动同步功能,通过`Github Actions`我们可以实现这个需求


### **3,优秀博客**

> - 博客地址:[团队领袖计划](https://leader.js.cool/)
> - 简单说明:职场经验,人生感悟,内容丰富

----

> - 博客地址:[Java 全栈知识体系](https://www.pdai.tech/)
> - 简单说明:Java技术栈

----


> - 博客地址:[IT外卖小哥](https://clay-wangzhi.com/)
> - 简单说明:博客朋友王植同学的博客,非常有心,内容丰富

----

> - 博客地址:[awesome-bookmarks](https://panjiachen.github.io/awesome-bookmarks/)
> - 简单说明:作者将自己的网络收藏夹做成了博客形式

----

> - 博客地址:[前端禅意花园](http://www.yuanchengcheng.vip/)
> - 简单说明:作者虽步入互联网,却颇有一份热爱文学的气息

----


> - 博客地址:[全栈直通车](https://www.sofineday.com/)
> - 简单说明:作者很有心,博客标签为:努力做个影响他人滴人
李启龙 已提交
543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574
<!-- tabs:end -->

## 7,第23周-6月7–6月12

<!-- tabs:start -->

### **1,开源项目**

> - 项目地址:[quick-look-plugins](https://github.com/sindresorhus/quick-look-plugins)
> - 项目说明:使用如下命令安装所有
    ```
    brew install qlcolorcode qlstephen qlmarkdown quicklook-json qlimagesize suspicious-package apparency quicklookase qlvideo
    ```
> - 相关文章:[维基](https://en.wikipedia.org/wiki/Quick_Look)

----

> - 项目地址:[go-bindata](https://github.com/go-bindata/go-bindata)
> - 项目说明:支持将静态文件打入到go二进制当中
> - 相关文章:[README](https://github.com/ekalinin/github-markdown-toc/blob/master/README.md)

----

> - 项目地址:[gotable](https://github.com/liushuochen/gotable)
> - 项目说明:开箱即用,在命令行通过表格形式输出我们想要打印的东西
> - 相关文章:[说明文档](https://blog.csdn.net/TCatTime/article/details/103068260)

----

> - 项目地址:[json-to-go](https://github.com/mholt/json-to-go)
> - 项目说明:可以直接将json转换成go结构体,方便定义
> - 相关文章:[在线访问](https://mholt.github.io/json-to-go/)
李启龙 已提交
575

李启龙 已提交
576
----
李启龙 已提交
577

李启龙 已提交
578 579 580 581 582
> - 项目地址:[cobra](https://github.com/spf13/cobra)
> - 项目说明:一款命令行cli包
> - 相关文章:[说明文档](https://cobra.dev/)

### **2,优秀文章**
李启龙 已提交
583

李启龙 已提交
584 585
> -  [Linux中strace的输出直接grep](https://www.coder.work/article/1873973)
>    -  strace 直接执行没办法直接grep,这是因为strace将其所有输出写入stderr,而不是stdout,使用 `2>&1` 可以将之转化。
李启龙 已提交
586

李启龙 已提交
587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617
----

> - [使用 Linux 的 strace 命令跟踪/调试程序的常用选项](https://linux.cn/article-3935-1.html)
>   - 文章介绍了几种常见的系统调用追踪

----

> - [Mac电脑安装pip](http://www.javashuo.com/article/p-zaeanxfx-eu.html)
>   - 通过文中介绍的方式,亲测安装成功

----

> - [Go语言-打包静态文件](https://c.isme.pub/2019/01/10/go-static/)
>   - 文章介绍了几种将静态文件打包进二进制的工具

----

> - [Golang之使用Cobra](https://o-my-chenjian.com/2017/09/20/Using-Cobra-With-Golang/),[cobra 包简介](https://www.cnblogs.com/sparkdev/p/10856077.html),[golang常见库cobra](https://segmentfault.com/a/1190000023382214)
>   - 介绍了cobra的使用姿势

### **3,优秀博客**

> - 博客地址:[**Casstiel**](https://c.isme.pub/)
> - 简单说明:go,docker,Linux,内容不错

----

> - 博客地址:[EnjoyToShare](https://wugenqiang.github.io/)
> - 简单说明:内容丰富,是个有心的博主

<!-- tabs:end -->
李启龙 已提交
618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678

## 8,第24周-6月14–6月20

<!-- tabs:start -->

### **1,开源项目**

> - 项目地址:[Imagine](https://github.com/meowtec/Imagine)
> - 项目说明:一款优秀,优雅,高效的图片压缩工具,而且压缩之后清晰度几乎无损
> - 相关文章:[README](https://github.com/meowtec/Imagine/blob/master/README.md)

### **2,优秀文章**

> -   [github 上各式各样的小徽章从何而来?](https://segmentfault.com/a/1190000019552597)
> - 文章详解讲解了小徽章的制作以及使用。

----

>  - [15 张精美动图全面讲解 CORS](https://juejin.cn/post/6856556746706518024)
>  - 优秀的文章,优雅的传播

----

> -  [Nginx入门(二)Nginx echo 模块的使用](https://www.jianshu.com/p/a636ca5fa8fa)
> -  如题

----

> - [修改hosts为何不生效,是DNS缓存?](https://www.cnblogs.com/hustskyking/p/hosts-modify.html)
> - 如题

----

> -  [Elasticsearch 的一些常见疑问](https://segmentfault.com/a/1190000015431596)
> -  讲解了es时区问题

### **3,优秀博客**

> - 博客地址:[Summer's blog](https://www.xswsym.online/)
> - 简单说明:运维博客,内容丰富,作者很有心

----

> - 博客地址:[说说我的生活](https://www.sanghangning.cn/)
> - 简单说明:很有意思的博客,里边的旅程记录自己的足迹,很不错

----

> - 博客地址:[oyohyee](https://www.oyohyee.com/)
> - 简单说明:一个全面的开发者,博客里的[优秀博客订阅](https://www.oyohyee.com/friends)很不错

----

> - 博客地址:[Vuepress Tools](https://z3by.github.io/vuepress-tools/)
> - 简单说明:vuepress 相关主题以及插件集中地

----

> - 博客地址:[Barret李靖](https://barretlee.com/entry/)
> - 简单说明:作者经营博客多年,里边有很多很丰富的内容

eryajf's avatar
eryajf 已提交
679 680 681 682 683 684 685 686 687 688 689 690 691 692
<!-- tabs:end -->

## 9,第25周-6月21–6月27

<!-- tabs:start -->

### **1,开源项目**

> - 项目地址:[jenkinsctl](https://github.com/dougsland/jenkinsctl)
> - 项目说明:go语言写的Jenkins命令行工具,可以根据此项目,学习人家的思路
> - 相关文章:[README](https://github.com/dougsland/jenkinsctl/blob/main/README.md)

----

eryajf's avatar
eryajf 已提交
693
> - 项目地址:[go-gitlab](https://github.com/xanzy/go-gitlab)
eryajf's avatar
eryajf 已提交
694 695 696
> - 项目说明:gitlab交互的go client,集成度很高,贴合gitlab原生api的风格
> - 相关文章:[client-docs](https://pkg.go.dev/github.com/xanzy/go-gitlab#GroupsService),[gitlab官方api](https://docs.gitlab.com/archives/)

C
clay-wangzhi 已提交
697 698 699 700 701 702
---

> * 项目地址:[LearnGitBranching](https://github.com/pcottle/learnGitBranching)
> * 项目说明:`Learning Git Branching` 可以说是目前为止最好的 Git 教程了,在沙盒里你能执行相应的命令,还能看到每个命令的执行情况;通过一系列刺激的关卡挑战,逐步深入的学习 Git 的强大功能,在这个过程中你可能还会发现一些有意思的事情
> * 相关文章:[README](https://github.com/pcottle/learnGitBranching/blob/main/README.md)

eryajf's avatar
eryajf 已提交
703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724
### **2,优秀文章**

> - [hiredis](http://www.cxyzjd.com/article/u013705128/81708448)
>
> - PHP添加redis模块儿时报错,此处文档给了解决方案

----

>  -  [提案:保护公共 Go 模块生态系统](https://go.googlesource.com/proposal/+/master/design/25530-sumdb.md#proxying-a-checksum-database%EF%BC%89%E3%80%82)
>
>  - 文章介绍了go sumdb的诞生始末

----

> -  [记一次HTTP POST请求变成GET请求](https://www.jianshu.com/p/3ab8ba6040bc)
> -  301,307转发的区别,注:目前腾讯clb默认重定向是301

----

> - [ansible-uri模块儿](https://docs.ansible.com/ansible/latest/collections/ansible/builtin/uri_module.html)
> - 文档详细介绍了该模块儿的用法,可以直接模拟curl请求。

C
clay-wangzhi 已提交
725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754
---

> * [Zabbix使用JavaScript配置Webhook发送告警通知](https://mp.weixin.qq.com/s/MazDZsJlXtkZc_xICLKt7Q)
> * Zabbix 从4.4开始支持使用自定义的 JavaScript 代码来配置 Webhook 媒介类型实现故障报警通知,这又为用户提供了一种使用前端代码来进行报警通知的方式。相比于在后端配置告警脚本的好处是代码可维护性更强,支持媒介类型的导入导出,省去了后端调试代码的步骤,使 Zabbix 更加的开箱即用

---

> * [Redis 快速入门](https://juejin.cn/post/6844903943688945677)
> * 如题

---

> * [Redis 进阶笔记](https://mp.weixin.qq.com/s/o66KCbJUj4RsgXFjXzLzoQ)
> * 如题

---

> * [成为K8S专家必修之路](https://mp.weixin.qq.com/s/z_sOn4w2CvxTi6etowUjYg)
> * 笔者通过多年 k8s 实践经验,采用一问一答的方式介绍 k8s 中 **应用程序接口**、**实现控制器**、**控制组件及其协作**、**资源**、**网络**、**监控**、**访问控制**、**云厂商K8S对比**

---

> * [Go 语言保姆级教程(2021版上)](https://mp.weixin.qq.com/s/PpeblHk6Ml4w8iNrrw8UAA)
> * 如题

---

> * [Go 语言保姆级教程(2021版下)](https://mp.weixin.qq.com/s/lUwQtpNb67UImTQ98s4ZoA)
> * 如题

eryajf's avatar
eryajf 已提交
755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786
### **3,优秀博客**

> - 博客地址:[推酷](https://www.tuicool.com/a/)
> - 简单说明:内容丰富的技术科技IT社区,里边的周刊很不错

----

> - 博客地址:[zifangsky的个人博客](https://www.zifangsky.cn/)
> - 简单说明:Java,Linux,作者还坚持每年读书

----

> - 博客地址:[NSQ 指南](https://doc.yonyoucloud.com/doc/wiki/project/nsq-guide/index.html)
> - 简单说明:nsq官方文档中文版

----

> - 博客地址:[《青春拍岸》](https://mobilesite.github.io/corpus/)
> - 简单说明:一个博主的个人文集,我的诗意青春也不远了

----

> - 博客地址:[白云辉博客](https://www.yuque.com/kshare)
> - 简单说明:公司同事博客,内容丰富

---

> - 博客地址:[zifangsky的个人博客](https://www.zifangsky.cn/)
> - 简单说明:Java,Linux,作者还坚持读书,很难得

---

eryajf's avatar
eryajf 已提交
787
> - 博客地址:[风哥博客](https://www.guji.work/)
eryajf's avatar
eryajf 已提交
788 789
> - 简单说明:运维开发

C
clay-wangzhi 已提交
790 791 792 793 794 795
---

> * 博客地址:[敖小剑的博客](https://skyao.io/learning/)
> * 简单说明:资深码农,十九年软件开发经验,微服务专家,Service Mesh布道师,Servicemesher社区联合创始人,Dapr Maintainer

---
eryajf's avatar
eryajf 已提交
796

C
clay-wangzhi 已提交
797 798 799 800 801 802 803 804 805 806 807 808 809 810
> * 博客地址:[骏马金龙](https://www.junmajinlong.com/)
> * 简单说明:运维开发,`Ansible专栏:一步到位玩透Ansible` 作者

---

> * 博客地址:[杜屹东的博客](https://blog.duyidong.com/)
> * 简单说明:亚马逊解决方案架构师、前阿里工程师,全栈、devops

---

> * [willseecloud](https://www.kancloud.cn/@willseecloud)
> * 简单说明:优秀的运维笔记

<!-- tabs:end -->
eryajf's avatar
eryajf 已提交
811 812 813 814 815 816 817 818 819 820 821