|
|
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
|
|
|
|
|
# 中文总榜 > 资料类 > Shell
|
|
|
<sub>数据更新: 2022-02-14 / 温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
|
|
|
|
|
|#|Repository|Description|Stars|Updated|
|
|
|
|:-|:-|:-|:-|:-|
|
|
|
|1|[dwmkerr/hacker-laws](https://github.com/dwmkerr/hacker-laws)|💻📖 Laws, Theories, Principles and Patterns that developers will find useful. #hackerlaws|22887|2022-02-13|
|
|
|
|2|[rootsongjc/kubernetes-handbook](https://github.com/rootsongjc/kubernetes-handbook)|Kubernetes中文指南/云原生应用架构实践手册 - https://jimmysong.io/kubernetes-handbook|9595|2022-02-08|
|
|
|
|3|[judasn/Linux-Tutorial](https://github.com/judasn/Linux-Tutorial)|《Java 程序员眼中的 Linux》|7782|2022-01-31|
|
|
|
|4|[daliansky/Hackintosh](https://github.com/daliansky/Hackintosh)|Hackintosh long-term maintenance model EFI and installation tutorial|6691|2022-02-08|
|
|
|
|5|[wangdoc/bash-tutorial](https://github.com/wangdoc/bash-tutorial)|Bash 教程|3417|2022-02-12|
|
|
|
|6|[wangdoc/javascript-tutorial](https://github.com/wangdoc/javascript-tutorial)|JavaScript 教程 https://wangdoc.com/javascript|3199|2022-02-05|
|
|
|
|7|[jghoman/awesome-apache-airflow](https://github.com/jghoman/awesome-apache-airflow)|Curated list of resources about Apache Airflow|2824|2022-02-10|
|
|
|
|8|[charlax/engineering-management](https://github.com/charlax/engineering-management)|A collection of inspiring resources related to engineering management and tech leadership|2654|2022-01-17|
|
|
|
|9|[wind-liang/leetcode](https://github.com/wind-liang/leetcode)|leetcode 顺序刷题,详细通俗题解,with JAVA|2244|2021-09-02|
|
|
|
|10|[wslutilities/wslu](https://github.com/wslutilities/wslu)|A collection of utilities for Windows 10 Linux Subsystems|2098|2021-12-03|
|
|
|
|11|[LCTT/TranslateProject](https://github.com/LCTT/TranslateProject)|Linux中国翻译项目|1865|2022-02-13|
|
|
|
|12|[kiddin9/OpenWrt_x86-r2s-r4s](https://github.com/kiddin9/OpenWrt_x86-r2s-r4s)|Automatic unattended weekly builds of the current OpenWrt development master branch for X86_64, NanoPi-R2S, NanoPi-R4S, Rpi-4B|1841|2022-02-13|
|
|
|
|13|[discourse/discourse_docker](https://github.com/discourse/discourse_docker)|A Docker image for Discourse|1396|2022-02-11|
|
|
|
|14|[studygolang/GCTT](https://github.com/studygolang/GCTT)|GCTT Go中文网翻译组。|1334|2021-12-26|
|
|
|
|15|[johnrosen1/vpstoolbox](https://github.com/johnrosen1/vpstoolbox)|厌倦了总是需要手动输入命令安装博客,网盘,邮箱,代理了吗?VPSToolBox提供了一种全自动化的解决方案,解放双手,从今天开始!|1301|2022-02-11|
|
|
|
|16|[duguying/parsing-techniques](https://github.com/duguying/parsing-techniques)|📕 parsing techniques 中文译本——《解析技术》|1254|2021-11-08|
|
|
|
|17|[the0demiurge/CharlesScripts](https://github.com/the0demiurge/CharlesScripts)|My awesome scripts for Arch Linux or Ubuntu Gnome latest LTS or MacBook.|967|2021-10-28|
|
|
|
|18|[goreliu/zshguide](https://github.com/goreliu/zshguide)|Zsh 开发指南|897|2021-11-26|
|
|
|
|19|[godbasin/vue-ebook](https://github.com/godbasin/vue-ebook)|《深入理解Vue.js实战》- 介绍Vue.js框架的出现、设计和使用,结合实战让读者更深入理解Vue.js框架,掌握使用方法。|816|2021-12-23|
|
|
|
|20|[zhonghuasheng/Tutorial](https://github.com/zhonghuasheng/Tutorial)|后端 (Java Golang)全栈知识架构体系总结|752|2022-02-13|
|
|
|
|21|[skyline75489/Heart-First-JavaWeb](https://github.com/skyline75489/Heart-First-JavaWeb)|一个走心的 Java Web 入门开发教程|712|2021-11-11|
|
|
|
|22|[ctf-wiki/ctf-tools](https://github.com/ctf-wiki/ctf-tools)|CTF 工具集合|706|2022-01-28|
|
|
|
|23|[wangdoc/es6-tutorial](https://github.com/wangdoc/es6-tutorial)|一本开源的 JavaScript 语言教程,全面介绍 ECMAScript 6 新引入的语法特性。|697|2022-02-06|
|
|
|
|24|[WindrunnerMax/EveryDay](https://github.com/WindrunnerMax/EveryDay)|前端基础 个人博客 学习笔记|593|2022-02-12|
|
|
|
|25|[jaywcjlove/docker-tutorial](https://github.com/jaywcjlove/docker-tutorial)|🐳 Docker入门学习笔记|494|2022-02-08|
|
|
|
|26|[andyzhshg/syno-acme](https://github.com/andyzhshg/syno-acme)|通过acme协议更新群晖HTTPS泛域名证书的自动脚本|484|2021-12-03|
|
|
|
|27|[rootsongjc/kubernetes-hardening-guidance](https://github.com/rootsongjc/kubernetes-hardening-guidance)|《Kubernetes 加固手册》(美国国家安全局出品)- https://jimmysong.io/kubernetes-hardening-guidance|445|2022-02-10|
|
|
|
|28|[rootsongjc/istio-handbook](https://github.com/rootsongjc/istio-handbook)|Istio 服务网格 —— 后 Kubernetes 时代的应用网络 - https://jimmysong.io/istio-handbook|445|2022-01-12|
|
|
|
|29|[qichengzx/gopher-reading-list-zh_CN](https://github.com/qichengzx/gopher-reading-list-zh_CN)|Golang中文博客文章阅读列表|434|2021-11-28|
|
|
|
|30|[lxchuan12/blog](https://github.com/lxchuan12/blog)|若川的博客—撰写了学习源码整体架构系列20余篇。组织了源码共读活动,每周一起学习200行左右的源码,加我微信 ruochuan12 参与。|407|2022-02-13|
|
|
|
|31|[cdk8s/cdk8s-team-style](https://github.com/cdk8s/cdk8s-team-style)|寻找志同道合的人,引发自身的思考|314|2022-02-09|
|
|
|
|32|[jgsrty/jgsrty.github.io](https://github.com/jgsrty/jgsrty.github.io)|:sunny: 英语学习 :feet: 项目预览:https://jgsrty.github.io 国内访问:https://rtyxmd.gitee.io|311|2022-02-12|
|
|
|
|33|[gyli/Blocklist](https://github.com/gyli/Blocklist)|List of shit websites for blocking Google search result.|291|2021-11-16|
|
|
|
|34|[KeKe-Li/kubernetes-tutorial](https://github.com/KeKe-Li/kubernetes-tutorial)|Running Kubernetes cluster Locally tutorial |268|2022-02-09|
|
|
|
|35|[jaywcjlove/shell-tutorial](https://github.com/jaywcjlove/shell-tutorial)|Shell入门教程(Shell tutorial book)|262|2021-12-06|
|
|
|
|36|[zq99299/note-book](https://github.com/zq99299/note-book)|新笔记本,java、git、elasticsearch、mycat、设计模式、gradle、vue, 等 。vuepress 构建的 Markdown 笔记。|261|2022-02-07|
|
|
|
|37|[Messiahhh/blog](https://github.com/Messiahhh/blog)|akara的前端笔记|243|2022-02-13|
|
|
|
|38|[Petit-Abba/backup_script_zh-CN](https://github.com/Petit-Abba/backup_script_zh-CN)|数据备份脚本 简体中文版|239|2022-02-13|
|
|
|
|39|[wuleying/PHP](https://github.com/wuleying/PHP)|PHP相关资料|236|2021-11-19|
|
|
|
|40|[PaddlePaddle/FleetX](https://github.com/PaddlePaddle/FleetX)|Paddle Distributed Training Examples. 飞桨分布式训练示例 Resnet Bert GPT MOE DataParallel ModelParallel PipelineParallel HybridParallel AutoParallel Zero Sharding Recompute GradientMerge Offload AMP DGC LocalS ...|233|2022-01-27|
|
|
|
|41|[aalmiray/java-champions](https://github.com/aalmiray/java-champions)|A list of Java Champions|231|2022-02-01|
|
|
|
|42|[maravento/blackweb](https://github.com/maravento/blackweb)|Domains Blocklist for Squid-Cache|227|2022-02-11|
|
|
|
|43|[wsydxiangwang/Note](https://github.com/wsydxiangwang/Note)|☔️ 前端学习笔记,JavaScript,TypeScript,Vue,React,CSS,设计模式,数据结构,NodeJS等等。记录只是为了更好的摸鱼,从入门到放弃。|224|2021-12-28|
|
|
|
|44|[wangdoc/html-tutorial](https://github.com/wangdoc/html-tutorial)|HTML 语言教程|207|2022-01-22|
|
|
|
|45|[wangtunan/blog](https://github.com/wangtunan/blog)|:memo: 记录个人博客,见证成长之路 https://wangtunan.github.io/blog/|199|2022-02-13|
|
|
|
|46|[overmind1980/oeasypython](https://github.com/overmind1980/oeasypython)|面向初学者的简明易懂的 Python3 课程,对没有编程经验的同学也非常友好。在vim下从浅入深,逐步学习。|198|2021-12-10|
|
|
|
|47|[tinyclub/cloud-lab](https://github.com/tinyclub/cloud-lab)|Docker based Cloud Lab Center, with noVNC and Gateone attachable LXDE Desktop and SSH Terminal. 本项目作者发布了《360° 剖析 Linux ELF》视频课程,欢迎订阅:https://www.cctalk.com/m/group/88089283|195|2022-01-14|
|
|
|
|48|[hoochanlon/helpdesk-guide](https://github.com/hoochanlon/helpdesk-guide)|📖《企业网管工作实录》主机与程控终端信息安全运维,IT方向速成就业入职|191|2021-12-14|
|
|
|
|49|[yuyicai/update-kube-cert](https://github.com/yuyicai/update-kube-cert)|K8s集群证书过期处理,更新kubeadm生成的证书有效期为10年。针对旧版集群(小于v1.15),当然大于等于v1.15也是可以用这个脚本更新,新版可直接kubeadm alpha certs renew <cert_name>更新 (deal with K8s cluster certificate expired)|189|2021-09-26|
|
|
|
|50|[huweihuang/kubernetes-notes](https://github.com/huweihuang/kubernetes-notes)|Kubernetes 学习笔记-https://www.huweihuang.com/kubernetes-notes/|189|2021-11-26|
|
|
|
|51|[wangdoc/webapi-tutorial](https://github.com/wangdoc/webapi-tutorial)|Web API 教程|185|2021-09-05|
|
|
|
|52|[kumakichi/easy_rust_chs](https://github.com/kumakichi/easy_rust_chs)|https://github.com/Dhghomon/easy_rust 简体中文翻译|171|2021-09-29|
|
|
|
|53|[imroc/kubernetes-practice-guide](https://github.com/imroc/kubernetes-practice-guide)|Kubernetes Practice Guide (Kubernetes 实践指南)|167|2021-08-19|
|
|
|
|54|[cloudnativeto/community](https://github.com/cloudnativeto/community)|云原生社区资料库 - https://cloudnative.to/community/|157|2022-01-06|
|
|
|
|55|[ustclug/Linux101-docs](https://github.com/ustclug/Linux101-docs)|Linux 101 学生课程教材与讲义|156|2022-02-12|
|
|
|
|56|[AlphabugX/csOnvps](https://github.com/AlphabugX/csOnvps)|CobaltStrike4.4 一键部署脚本 随机生成密码、key、端口号、证书等,解决cs4.x无法运行在Linux上报错问题 灰常银杏化设计|155|2022-02-11|
|
|
|
|57|[marmotedu/geekbang-go](https://github.com/marmotedu/geekbang-go)|极客时间 《Go 语言项目开发实战》课程补充教程。|146|2021-11-05|
|
|
|
|58|[laubonghaudoi/Chinese_Rime](https://github.com/laubonghaudoi/Chinese_Rime)|收集現代漢語方言和古漢語的中州韻輸入法拼音方案 Collection of phonetic spelling schemas for Sinitic languages and dialects|131|2022-02-13|
|
|
|
|59|[rootsongjc/serverless-handbook](https://github.com/rootsongjc/serverless-handbook)|Serverless Handbook 无服务架构实践手册 - https://jimmysong.io/serverless-handbook|111|2021-10-28|
|
|
|
|60|[Petit-Abba/black_and_white_list](https://github.com/Petit-Abba/black_and_white_list)|Magisk模块: 定时清理黑名单列表路径文件or文件夹|99|2021-11-13|
|
|
|
|61|[zszdevelop/java-study-gitbook](https://github.com/zszdevelop/java-study-gitbook)|java学习gitbook笔记 http://java.isture.com|97|2022-02-08|
|
|
|
|62|[rootsongjc/opentelemetry-obervability](https://github.com/rootsongjc/opentelemetry-obervability)|《OpenTelemetry 可观测性的未来》 O'Reilly 报告 - https://jimmysong.io/opentelemetry-obervability/|88|2022-02-09|
|
|
|
|63|[MrH723/Actions-OpenWrt](https://github.com/MrH723/Actions-OpenWrt)|-OpenWrt全网插件汇总-多种设备OpenWrt固件自动云编译。X86-64主路由,x86-64旁路由、x86-64插件全家桶、K2T、K2P、K3、N1、红米 AC2100、Newifi D2、树莓派、竞斗云、小、小米 R3G、极路由 B70、小米 R3P、小米 Mini、网件 R7800、娱 C5、R2SNanoPI NEO2、等。|88|2021-12-13|
|
|
|
|64|[twitter/cache-trace](https://github.com/twitter/cache-trace)|A collection of Twitter's anonymized production cache traces.|88|2021-12-13|
|
|
|
|65|[hegphegp/docker-learning](https://github.com/hegphegp/docker-learning)|docker学习笔记|86|2022-01-03|
|
|
|
|66|[gmt-china/GMT_docs](https://github.com/gmt-china/GMT_docs)|GMT 中文手册|74|2022-02-13|
|
|
|
|67|[HansenCCC/HSAddUdids](https://github.com/HansenCCC/HSAddUdids)|超级签名中最重要的一步:跳过双重认证,自动化脚本添加udid并下载描述文件(证书和bundleid不存在时,会自动创建)|73|2021-08-26|
|
|
|
|68|[weijiew/codestep](https://github.com/weijiew/codestep)|🤖 写点笔记。|71|2022-02-11|
|
|
|
|69|[Gesj-yean/vue-demo-collection](https://github.com/Gesj-yean/vue-demo-collection)|Gesj 将开发过程中遇到的通用 Vue 组件 demo 收集,Vue/CSS/Echarts等,积累的知识也会同步放到这里 :heart:|71|2022-01-29|
|
|
|
|70|[lbc-team/Pioneer](https://github.com/lbc-team/Pioneer)|登链翻译计划|69|2021-12-12|
|
|
|
|71|[SpaceLearner/Awesome-DynamicGraphLearning](https://github.com/SpaceLearner/Awesome-DynamicGraphLearning)|Awesome papers about machine learning (deep learning) on dynamic (temporal) graphs (networks / knowledge graphs). 将深度学习技术(图神经网络等)应用在动态图、动态网络、动态知识图谱上的论文、工具等。|68|2022-01-06|
|
|
|
|72|[maravento/blackip](https://github.com/maravento/blackip)|IP Blocklist for Ipset / Squid-Cache|68|2022-02-03|
|
|
|
|73|[ledisthebest/LEDs-single-gpu-passthrough](https://github.com/ledisthebest/LEDs-single-gpu-passthrough)|Single GPU passthrough guide|66|2021-12-27|
|
|
|
|74|[rentianyu/Ad-set-hosts](https://github.com/rentianyu/Ad-set-hosts)|集合多个去广告hosts并去重|66|2022-02-13|
|
|
|
|75|[BlockchainOne/WeChat](https://github.com/BlockchainOne/WeChat)|区块链技术指北(ChainONE)社区微信群价值信息汇总。|66|2021-10-17|
|
|
|
|76|[hbulpf/aipath](https://github.com/hbulpf/aipath)|AI学习之路|62|2021-10-16|
|
|
|
|77|[duyanghao/kubernetes-reading-notes](https://github.com/duyanghao/kubernetes-reading-notes)|Kubernetes源码阅读笔记|61|2022-01-24|
|
|
|
|78|[anran758/front-end-lab](https://github.com/anran758/front-end-lab)|:notebook_with_decorative_cover: 前端的研究和规范及踩坑的记录|61|2022-01-22|
|
|
|
|79|[ifuture-pro/developer-notes](https://github.com/ifuture-pro/developer-notes)|开发者笔记。包含:DevOps,微服务,分布式,高可用,区块链,白皮书,算法,黑客,设计模式,面试题|58|2022-01-28|
|
|
|
|80|[felix-fly/v2ray-padavan-doh](https://github.com/felix-fly/v2ray-padavan-doh)|k2p路由器使用padavan(N56U/改华硕)固件安装配置v2ray的进阶流程|58|2022-01-18|
|
|
|
|81|[xry111/lfs-book-i18n](https://github.com/xry111/lfs-book-i18n)|Repository for LFS book translation (currently only Simplified Chinese).|53|2022-02-11|
|
|
|
|82|[jiangtao/blog](https://github.com/jiangtao/blog)|深入基础,沉淀下来。欢迎watch或star. 更多信息关注: 公众号 前端进制|51|2021-10-19|
|
|
|
|83|[yangruihan/Notes](https://github.com/yangruihan/Notes)|个人笔记|49|2021-11-27|
|
|
|
|84|[zq99299/java-tutorial](https://github.com/zq99299/java-tutorial)|Java 8 官网教程阅读笔记 |48|2022-01-04|
|
|
|
|85|[linpenghui958/note](https://github.com/linpenghui958/note)|分享一些随手记下的笔记|44|2022-01-15|
|
|
|
|86|[Apocalypsor/SmartDNS-GFWList](https://github.com/Apocalypsor/SmartDNS-GFWList)|GFWList for Smartdns to solve dns poisoning|42|2022-02-13|
|
|
|
|87|[developers-youcong/Personal-Learning-Library](https://github.com/developers-youcong/Personal-Learning-Library)|本人从事Java开发工作,该库作为我个人资料库存储,主要将平时常常阅读的或者其它有用的保存下来。|42|2021-10-09|
|
|
|
|88|[veip007/doubi](https://github.com/veip007/doubi)|逗比大神的一键合集~|41|2021-09-05|
|
|
|
|89|[07031218/normal-shell](https://github.com/07031218/normal-shell)|个人常使用的一些脚本集合|38|2022-02-13|
|
|
|
|90|[tiankonguse/bash-study](https://github.com/tiankonguse/bash-study)|shell学习笔记|37|2022-02-04|
|
|
|
|91|[chuxiuhong/chuxiuhong-rust-patterns-zh](https://github.com/chuxiuhong/chuxiuhong-rust-patterns-zh)|Rust设计模式中文翻译|36|2022-01-14|
|
|
|
|92|[tuya/tuya-panel-demo](https://github.com/tuya/tuya-panel-demo)|Tuya IoT Panel demo provides a series of common template codes.|36|2022-02-11|
|
|
|
|93|[youyouYoung/shell](https://github.com/youyouYoung/shell)|介绍一些有关与Bash Shell的内容。如Linux中的命令、Shell脚本的写法、Shell语言的知识。|36|2021-12-09|
|
|
|
|94|[howborn/blog](https://github.com/howborn/blog)|:fire:个人博客|35|2022-01-12|
|
|
|
|95|[seisman/SAC_Docs_zh](https://github.com/seisman/SAC_Docs_zh)|SAC参考手册中文版|35|2021-12-19|
|
|
|
|96|[huweihuang/golang-notes](https://github.com/huweihuang/golang-notes)|Golang 学习笔记-https://www.huweihuang.com/golang-notes/|33|2021-11-18|
|
|
|
|97|[ArminJo/arduino-test-compile](https://github.com/ArminJo/arduino-test-compile)|Github Action to compile all examples of an Arduino library for one board and check for errors|31|2021-10-22|
|
|
|
|98|[Rashomon511/MyBlog](https://github.com/Rashomon511/MyBlog)|用于记录学习过程中的笔记,以及自己产出的文章心得,便于梳理前端知识架构以形成自己的前端知识体系 |31|2021-08-26|
|
|
|
|99|[aikuyun/bigdata-doc](https://github.com/aikuyun/bigdata-doc)|大数据学习笔记,学习路线,技术案例整理。|30|2022-02-12|
|
|
|
|100|[rime/rime-essay](https://github.com/rime/rime-essay)|【八股文】Essay - the shared vocabulary and language model|30|2021-11-21|
|
|
|
|101|[wxnacy/book](https://github.com/wxnacy/book)|记录看过的书|29|2022-02-12|
|
|
|
|102|[itclanCode/blogcode](https://github.com/itclanCode/blogcode)|前端面试题,微信小程序,云开发,开发实用性技能,itclanCoder的技术后花园,源码,欢迎star,提issues|28|2022-02-11|
|
|
|
|103|[teasiu/slitaz5cn](https://github.com/teasiu/slitaz5cn)|slitaz中文版|27|2022-02-10|
|
|
|
|104|[dbses/technotes](https://github.com/dbses/technotes)|互联网技术学习笔记|27|2022-02-12|
|
|
|
|105|[Tamshen/Lenovo-WEI6-Pro-13-IWL-Hackintosh](https://github.com/Tamshen/Lenovo-WEI6-Pro-13-IWL-Hackintosh)|联想威 6 Pro/Thinkbook 13s/扬天 S540 黑苹果EFI|26|2021-10-04|
|
|
|
|106|[wuyumin/tutorial](https://github.com/wuyumin/tutorial)|一些笔记 · 一些教程· Some tutorials|25|2022-01-06|
|
|
|
|107|[miaocunfa/OpsNotes](https://github.com/miaocunfa/OpsNotes)|我的运维笔记|24|2021-11-19|
|
|
|
|108|[greedbell/blog](https://github.com/greedbell/blog)|技术博客|19|2021-10-18|
|
|
|
|
|
|
<div align="center">
|
|
|
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
|
|
榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
|
|
</div>
|
|
|
|
|
|
<br/>
|
|
|
|
|
|
<div align="center"><a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|