--- title: 学习周刊-总第162期-2024年第23周 date: 2024-06-06 21:45:06 permalink: /pages/282b7d/ categories: - 周刊 - 学习周刊 - 2024年 tags: - feed: enable: true description: 学习周刊-总第162期,现在各个厂免费证书都变成3个月了,分享几个自动续签的开源项目 --- ### 0 ,前言 周刊维护在:[https://github.com/eryajf/learning-weekly](https://github.com/eryajf/learning-weekly) 欢迎投稿,推荐或自荐项目 /文章 /博客,请提交 issue 。 周刊核心为运维周刊,还会侧重Go语言生态,Vue相关技术生态的项目,以及 GitHub 上优秀项目或经验。 你也可以在我的博客 [https://wiki.eryajf.net/learning-weekly/](https://wiki.eryajf.net/learning-weekly/) 查看汇总周刊。 🔥 有不少人想单独从博客通过 RSS 订阅周刊的更新,现在它来了,你可以使用这个[🔗 链接](https://wiki.eryajf.net/learning-weekly.xml)进行订阅。 ### 1,优秀项目 --- - 项目地址:[langchaingo](https://github.com/tmc/langchaingo) - 项目说明:LangChain for Go,在 Go 中编写基于 LLM 的程序的最简单方法。 --- - 项目地址:[admin-one-vue](https://github.com/Chanzhaoyu/admin-one-vue) - 项目说明:免费的 Vue 3.x Tailwind 3.x Vite 4.x TypeScript 4.x 带有深色模式的管理仪表板 ![](https://t.eryajf.net/imgs/2024/04/1713612690471.png) --- - 项目地址:[qrGPT](https://github.com/Nutlope/qrGPT) - 项目说明:在几秒钟内生成漂亮的人工智能二维码。由 Vercel 和 Replicate 提供支持。 ![](https://t.eryajf.net/imgs/2024/04/1713613640325.png) --- - 项目地址:[LLM-Red-Team](https://github.com/LLM-Red-Team) - 项目说明:这是一个 GitHub 的组织,里边开源了众多国内大语言模型的逆向接口,仅供学习,请勿滥用。 --- - 项目地址:[skill-icons](https://github.com/tandpfun/skill-icons#readme) - 项目说明:一个能够生成你的技能图标的开源项目,配置简单,生成的效果好看。下边是我的个人主页生成的效果: [![My Skills](https://skillicons.dev/icons?i=github,githubactions,bash,md,vim,go,vue,linux,docker,kubernetes,elasticsearch,git,gitlab,grafana,jenkins,mongodb,mysql,redis,nginx,vscode,atom,obsidian,ansible,prometheus,wordpress&theme=light)](https://github.com/eryajf) --- - 项目地址:[acme.sh](https://github.com/acmesh-official/acme.sh) - 项目说明:**acme.sh** 实现了 `acme` 协议, 可以从 letsencrypt 生成免费的证书。有不少申请免费证书的工具,都是基于此项目实现的。 --- - 项目地址:[certd](https://github.com/certd/certd) - 项目说明:一个免费全自动申请和部署 SSL 证书的工具。还可通过配置定时任务自动将证书续期。 ![](https://t.eryajf.net/imgs/2024/04/1713946402620.png) --- ::: note 申明 **原创文章,未经授权,严禁转载,侵权必究!此乃文中随机水印,敬请读者谅解。** ::: right Copyright [二丫讲梵](https://wiki.eryajf.net) 版权所有 ::: ### 2,优秀文章 --- - [Jenkins 的 pipeline 流水线中 post 步骤的执行顺序](https://stackoverflow.com/questions/46448976/jenkins-declarative-pipeline-post-action-success-before-always) - 如果你想在 pipeline 里,在 post 步骤定义一个成功或者失败之后执行的步骤,可以使用 [cleanup](https://github.com/jenkinsci/pipeline-model-definition-plugin/blob/83abd0ec35960c1f2a37b6a66b2d26385b2962e2/pipeline-model-definition/src/test/resources/postChecksAllConditions.groovy) 步骤。 --- - [管中窥 Go: interface](https://v2ex.com/t/1044516#reply4) - 如题 --- ### 3,优秀博客 --- - 博客地址:[息壤](https://ruguoaaa.github.io/xirang7/) - 简单说明:作者将中国古文化整理到一个站点,功德无量。 --- - 博客地址:[南瓜慢说知识库](https://www.pkslow.com/docs/zh) - 简单说明:一个 Java 开发,博客内容涉猎广泛 ---