--- title: 学习周刊-总第91期-2023年第04周 date: 2023-01-27 16:05:44 permalink: /pages/644c4d/ categories: - 周刊 - 学习周刊 - 2023年 tags: - feed: enable: true description: 学习周刊-总第91期-一个开源的Git客户端 --- ### 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/) 查看汇总周刊。 ### 1,优秀项目 --- - 项目地址:[GitUp](https://github.com/git-up/GitUp) - 项目说明:一个不错的开源的 git 交互客户端。 ![](http://t.eryajf.net/imgs/2023/01/572555138a87b6bc.png) - 相关文章:[README](https://github.com/git-up/GitUp#readme) --- - 项目地址:[upgit](https://github.com/pluveto/upgit) - 项目说明:_Upgit_ 可以快捷地将文件上传到 Github 仓库并得到其直链。简洁跨平台,不常驻内存。可作为 [Typora](https://support.typora.io/Upload-Image/#image-uploaders) 的自定义上传器使用。 - 相关文章:[README](https://github.com/pluveto/upgit/blob/main/docs/README.zh-CN.md) --- - 项目地址:[dive](https://github.com/wagoodman/dive) - 项目说明:用于探索 docker 映像、图层内容以及发现缩小 Docker/OCI 映像大小的方法的工具。 ![](http://t.eryajf.net/imgs/2023/01/e40d61acab3c508d.gif) - 相关文章:[README](https://github.com/wagoodman/dive#readme) --- - 项目地址:[ping](https://github.com/go-ping/ping) - 项目说明:一个简单但强大的用于 Go 的 ICMP ping 库,灵感来自 go-fastping。 - 相关文章:[README](https://github.com/go-ping/ping#readme) --- ### 2,优秀文章 --- - [golang: alpine image 编译 sqlite3](https://www.sakishum.com/2021/12/04/golang-alpine-image-%E7%BC%96%E8%AF%91-sqlite3/#/%E5%8E%9F%E5%9B%A0%E5%8F%8A%E8%A7%A3%E5%86%B3%E6%96%B9%E6%B3%95) - 需要自行安装:`apk add --no-cache --virtual .build-deps ca-certificates gcc g++ ` --- - [centos /lib64/libc.so.6: version GLIBC_2.28 not found (required by](https://www.cnblogs.com/FengZeng666/p/15989106.html) - Centos7 升级 GLIBC。 --- ### 3,优秀博客 --- - 博客地址:[解析语义化表达展示 shell 命令](https://shell.jiapan.me/) - 简单说明:一个在线工具,基于 ChatGPT。 --- - 博客地址:[老陈笔记](http://www.weblearn.fit/) - 简单说明:前端技术博客,作者很有想法 ---