You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

128 lines
19 KiB
Java

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜"></a> <a href="/content/docs/feedback.md"></a>
# > > Shell
<sub>: 2022-01-19&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;ORreadme/wiki/</sub>
|#|Repository|Description|Stars|Updated|
|:-|:-|:-|:-|:-|
|1|[shengxinjing/programmer-job-blacklist](https://github.com/shengxinjing/programmer-job-blacklist)|:see_no_evil:程序员找工作黑名单,换工作和当技术合伙人需谨慎啊 更新有赞|27561|2021-08-10|
|2|[dwmkerr/hacker-laws](https://github.com/dwmkerr/hacker-laws)|💻📖 Laws, Theories, Principles and Patterns that developers will find useful. #hackerlaws|22589|2022-01-18|
|3|[rootsongjc/kubernetes-handbook](https://github.com/rootsongjc/kubernetes-handbook)|Kubernetes中文指南/云原生应用架构实践手册 - https://jimmysong.io/kubernetes-handbook|9532|2022-01-18|
|4|[daliansky/Hackintosh](https://github.com/daliansky/Hackintosh)|Hackintosh long-term maintenance model EFI and installation tutorial|6649|2022-01-17|
|5|[wangdoc/bash-tutorial](https://github.com/wangdoc/bash-tutorial)|Bash 教程|3381|2022-01-13|
|6|[wangdoc/javascript-tutorial](https://github.com/wangdoc/javascript-tutorial)|JavaScript 教程 https://wangdoc.com/javascript|3167|2022-01-13|
|7|[jghoman/awesome-apache-airflow](https://github.com/jghoman/awesome-apache-airflow)|Curated list of resources about Apache Airflow|2785|2021-12-02|
|8|[charlax/engineering-management](https://github.com/charlax/engineering-management)|A collection of inspiring resources related to engineering management and tech leadership|2607|2022-01-17|
|9|[wind-liang/leetcode](https://github.com/wind-liang/leetcode)|leetcode 顺序刷题详细通俗题解with JAVA|2228|2021-09-02|
|10|[wslutilities/wslu](https://github.com/wslutilities/wslu)|A collection of utilities for Windows 10 Linux Subsystems|2063|2021-12-03|
|11|[LCTT/TranslateProject](https://github.com/LCTT/TranslateProject)|Linux中国翻译项目|1866|2022-01-18|
|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|1688|2022-01-18|
|13|[discourse/discourse_docker](https://github.com/discourse/discourse_docker)|A Docker image for Discourse|1392|2022-01-14|
|14|[studygolang/GCTT](https://github.com/studygolang/GCTT)|GCTT Go中文网翻译组。|1325|2021-12-26|
|15|[johnrosen1/vpstoolbox](https://github.com/johnrosen1/vpstoolbox)|厌倦了总是需要手动输入命令安装博客网盘邮箱代理了吗VPSToolBox提供了一种全自动化的解决方案解放双手从今天开始|1275|2022-01-09|
|16|[duguying/parsing-techniques](https://github.com/duguying/parsing-techniques)|📕 parsing techniques 中文译本——《解析技术》|1251|2021-11-08|
|17|[the0demiurge/CharlesScripts](https://github.com/the0demiurge/CharlesScripts)|My awesome scripts for Arch Linux or Ubuntu Gnome latest LTS or MacBook.|966|2021-10-28|
|18|[goreliu/zshguide](https://github.com/goreliu/zshguide)|Zsh 开发指南|887|2021-11-26|
|19|[tonydeng/sdn-handbook](https://github.com/tonydeng/sdn-handbook)|SDN手册|818|2021-07-23|
|20|[godbasin/vue-ebook](https://github.com/godbasin/vue-ebook)|《深入理解Vue.js实战》- 介绍Vue.js框架的出现、设计和使用结合实战让读者更深入理解Vue.js框架掌握使用方法。|803|2021-12-23|
|21|[zhonghuasheng/Tutorial](https://github.com/zhonghuasheng/Tutorial)|Java全栈知识架构体系总结|711|2022-01-18|
|22|[ctf-wiki/ctf-tools](https://github.com/ctf-wiki/ctf-tools)|CTF 工具集合|694|2021-08-14|
|23|[skyline75489/Heart-First-JavaWeb](https://github.com/skyline75489/Heart-First-JavaWeb)|一个走心的 Java Web 入门开发教程|689|2021-11-11|
|24|[wangdoc/es6-tutorial](https://github.com/wangdoc/es6-tutorial)|一本开源的 JavaScript 语言教程,全面介绍 ECMAScript 6 新引入的语法特性。|669|2022-01-13|
|25|[WindrunnerMax/EveryDay](https://github.com/WindrunnerMax/EveryDay)|前端基础 个人博客 学习笔记|561|2022-01-10|
|26|[soulteary/Home-Network-Note](https://github.com/soulteary/Home-Network-Note)|🚧 持续更新 🚧 记录搭建兼顾学习娱乐的家用网络环境的过程,折腾过的一些软硬件小经验。|531|2021-11-09|
|27|[jaywcjlove/docker-tutorial](https://github.com/jaywcjlove/docker-tutorial)|🐳 Docker入门学习笔记|492|2021-12-22|
|28|[andyzhshg/syno-acme](https://github.com/andyzhshg/syno-acme)|通过acme协议更新群晖HTTPS泛域名证书的自动脚本|475|2021-12-03|
|29|[rootsongjc/kubernetes-hardening-guidance](https://github.com/rootsongjc/kubernetes-hardening-guidance)|《Kubernetes 加固手册》(美国国家安全局出品)- https://jimmysong.io/kubernetes-hardening-guidance|441|2021-10-13|
|30|[rootsongjc/istio-handbook](https://github.com/rootsongjc/istio-handbook)|Istio 服务网格 —— 后 Kubernetes 时代的应用网络 - https://jimmysong.io/istio-handbook|439|2022-01-12|
|31|[qichengzx/gopher-reading-list-zh_CN](https://github.com/qichengzx/gopher-reading-list-zh_CN)|Golang中文博客文章阅读列表|418|2021-11-28|
|32|[lxchuan12/blog](https://github.com/lxchuan12/blog)|若川的博客—撰写了学习源码整体架构系列20余篇。组织了源码共读活动每周一起学习200行左右的源码加我微信 ruochuan12 参与。|396|2022-01-09|
|33|[meetbill/op_practice_book](https://github.com/meetbill/op_practice_book)|📚 《运维实践指南》持续更新中,推荐大牛干货博客 https://me.csdn.net/g2V13ah|347|2021-08-02|
|34|[cdk8s/cdk8s-team-style](https://github.com/cdk8s/cdk8s-team-style)|寻找志同道合的人,引发自身的思考|312|2021-12-12|
|35|[jgsrty/jgsrty.github.io](https://github.com/jgsrty/jgsrty.github.io)|:sunny: 英语学习 :feet: 项目预览https://jgsrty.github.io 国内访问https://rtyxmd.gitee.io|305|2022-01-13|
|36|[gyli/Blocklist](https://github.com/gyli/Blocklist)|List of shit websites for blocking Google search result.|289|2021-11-16|
|37|[KeKe-Li/kubernetes-tutorial](https://github.com/KeKe-Li/kubernetes-tutorial)|Running Kubernetes cluster Locally tutorial |267|2022-01-14|
|38|[jaywcjlove/shell-tutorial](https://github.com/jaywcjlove/shell-tutorial)|Shell入门教程Shell tutorial book|259|2021-12-06|
|39|[Messiahhh/blog](https://github.com/Messiahhh/blog)|akara的前端笔记|244|2022-01-14|
|40|[wuleying/PHP](https://github.com/wuleying/PHP)|PHP相关资料|235|2021-11-19|
|41|[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 ...|230|2022-01-13|
|42|[maravento/blackweb](https://github.com/maravento/blackweb)|Domains Blocklist for Squid-Cache|224|2021-12-26|
|43|[wsydxiangwang/Note](https://github.com/wsydxiangwang/Note)|☔️ 前端学习笔记JavaScriptTypeScriptVueReactCSS设计模式数据结构NodeJS等等。记录只是为了更好的摸鱼从入门到放弃。|223|2021-12-28|
|44|[aalmiray/java-champions](https://github.com/aalmiray/java-champions)|A list of Java Champions|223|2021-12-21|
|45|[Petit-Abba/backup_script_zh-CN](https://github.com/Petit-Abba/backup_script_zh-CN)|数据备份脚本 简体中文版|207|2022-01-18|
|46|[wangdoc/html-tutorial](https://github.com/wangdoc/html-tutorial)|HTML 语言教程|205|2022-01-13|
|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|194|2022-01-14|
|48|[wangtunan/blog](https://github.com/wangtunan/blog)|:memo: 记录个人博客,见证成长之路 https://wangtunan.github.io/blog/|192|2022-01-09|
|49|[hoochanlon/helpdesk-guide](https://github.com/hoochanlon/helpdesk-guide)|📖《企业网管工作实录》主机与程控终端信息安全运维IT方向速成就业入职|190|2021-12-14|
|50|[huweihuang/kubernetes-notes](https://github.com/huweihuang/kubernetes-notes)|Kubernetes 学习笔记-https://www.huweihuang.com/kubernetes-notes/|189|2021-11-26|
|51|[overmind1980/oeasypython](https://github.com/overmind1980/oeasypython)|面向初学者的简明易懂的 Python3 课程对没有编程经验的同学也非常友好。在vim下从浅入深逐步学习。|185|2021-12-10|
|52|[wangdoc/webapi-tutorial](https://github.com/wangdoc/webapi-tutorial)|Web API 教程|182|2021-09-05|
|53|[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)|181|2021-09-26|
|54|[kumakichi/easy_rust_chs](https://github.com/kumakichi/easy_rust_chs)|https://github.com/Dhghomon/easy_rust 简体中文翻译|168|2021-09-29|
|55|[imroc/kubernetes-practice-guide](https://github.com/imroc/kubernetes-practice-guide)|Kubernetes Practice Guide (Kubernetes 实践指南)|166|2021-08-19|
|56|[ustclug/Linux101-docs](https://github.com/ustclug/Linux101-docs)|Linux 101 学生课程教材与讲义|154|2021-12-25|
|57|[cloudnativeto/community](https://github.com/cloudnativeto/community)|云原生社区资料库 - https://cloudnative.to/community/|153|2022-01-06|
|58|[AlphabugX/csOnvps](https://github.com/AlphabugX/csOnvps)|CobaltStrike4.4 一键部署脚本 随机生成密码、key、端口号、证书等解决cs4.x无法运行在Linux上报错问题 灰常银杏化设计|151|2022-01-17|
|59|[marmotedu/geekbang-go](https://github.com/marmotedu/geekbang-go)|极客时间 《Go 语言项目开发实战》课程补充教程。|140|2021-11-05|
|60|[laubonghaudoi/Chinese_Rime](https://github.com/laubonghaudoi/Chinese_Rime)|收集現代漢語方言和古漢語的中州韻輸入法拼音方案 Collection of phonetic spelling schemas for Sinitic languages and dialects|133|2022-01-16|
|61|[rootsongjc/serverless-handbook](https://github.com/rootsongjc/serverless-handbook)|Serverless Handbook 无服务架构实践手册 - https://jimmysong.io/serverless-handbook|111|2021-10-28|
|62|[CloudNativeIndustryAlliance/whitepaper2020](https://github.com/CloudNativeIndustryAlliance/whitepaper2020)|中国信息通信研究院(CAICT)云原生发展白皮书2020- https://cloudnativeindustryalliance.github.io/whitepaper2020/|97|2021-08-12|
|63|[zszdevelop/java-study-gitbook](https://github.com/zszdevelop/java-study-gitbook)|java学习gitbook笔记 http://java.isture.com|97|2021-12-19|
|64|[hegphegp/docker-learning](https://github.com/hegphegp/docker-learning)|docker学习笔记|85|2022-01-03|
|65|[Petit-Abba/black_and_white_list](https://github.com/Petit-Abba/black_and_white_list)|Magisk模块: 定时清理黑名单列表路径文件or文件夹|84|2021-11-13|
|66|[twitter/cache-trace](https://github.com/twitter/cache-trace)|A collection of Twitter's anonymized production cache traces.|83|2021-12-13|
|67|[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、等。|81|2021-12-13|
|68|[HansenCCC/HSAddUdids](https://github.com/HansenCCC/HSAddUdids)|超级签名中最重要的一步跳过双重认证自动化脚本添加udid并下载描述文件证书和bundleid不存在时会自动创建|73|2021-08-26|
|69|[gmt-china/GMT_docs](https://github.com/gmt-china/GMT_docs)|GMT 中文手册|73|2022-01-17|
|70|[weijiew/codestep](https://github.com/weijiew/codestep)|🤖 写点笔记。|68|2022-01-14|
|71|[Gesj-yean/vue-demo-collection](https://github.com/Gesj-yean/vue-demo-collection)|Gesj 将开发过程中遇到的通用 Vue 组件 demo 收集Vue/CSS/Echarts等积累的知识也会同步放到这里 :heart:|68|2021-12-23|
|72|[maravento/blackip](https://github.com/maravento/blackip)|IP Blocklist for Ipset / Squid-Cache|67|2021-12-29|
|73|[BlockchainOne/WeChat](https://github.com/BlockchainOne/WeChat)|区块链技术指北ChainONE社区微信群价值信息汇总。|66|2021-10-17|
|74|[SpaceLearner/Awesome-DynamicGraphLearning](https://github.com/SpaceLearner/Awesome-DynamicGraphLearning)|Awesome papers about machine learning (deep learning) on dynamic (temporal) graphs (networks / knowledge graphs). 将深度学习技术(图神经网络等)应用在动态图、动态网络、动态知识图谱上的论文、工具等。|65|2022-01-06|
|75|[lbc-team/Pioneer](https://github.com/lbc-team/Pioneer)|登链翻译计划|65|2021-12-12|
|76|[ledisthebest/LEDs-single-gpu-passthrough](https://github.com/ledisthebest/LEDs-single-gpu-passthrough)|Single GPU passthrough guide|64|2021-12-27|
|77|[rentianyu/Ad-set-hosts](https://github.com/rentianyu/Ad-set-hosts)|集合多个去广告hosts并去重|62|2022-01-18|
|78|[hbulpf/aipath](https://github.com/hbulpf/aipath)|AI学习之路|62|2021-10-16|
|79|[anran758/front-end-lab](https://github.com/anran758/front-end-lab)|:notebook_with_decorative_cover: 前端的研究和规范及踩坑的记录|61|2022-01-12|
|80|[ifuture-pro/developer-notes](https://github.com/ifuture-pro/developer-notes)|开发者笔记。包含DevOps微服务分布式高可用区块链白皮书算法黑客设计模式面试题|58|2022-01-15|
|81|[duyanghao/kubernetes-reading-notes](https://github.com/duyanghao/kubernetes-reading-notes)|Kubernetes源码阅读笔记|57|2021-08-19|
|82|[felix-fly/v2ray-padavan-doh](https://github.com/felix-fly/v2ray-padavan-doh)|k2p路由器使用padavan(N56U/改华硕)固件安装配置v2ray的进阶流程|53|2022-01-18|
|83|[jiangtao/blog](https://github.com/jiangtao/blog)|深入基础沉淀下来。欢迎watch或star. 更多信息关注: 公众号 前端进制|51|2021-10-19|
|84|[xry111/lfs-book-i18n](https://github.com/xry111/lfs-book-i18n)|Repository for LFS book translation (currently only Simplified Chinese).|50|2022-01-17|
|85|[yangruihan/Notes](https://github.com/yangruihan/Notes)|个人笔记|48|2021-11-27|
|86|[zq99299/java-tutorial](https://github.com/zq99299/java-tutorial)|Java 8 官网教程阅读笔记 |47|2022-01-04|
|87|[linpenghui958/note](https://github.com/linpenghui958/note)|分享一些随手记下的笔记|44|2022-01-15|
|88|[developers-youcong/Personal-Learning-Library](https://github.com/developers-youcong/Personal-Learning-Library)|本人从事Java开发工作该库作为我个人资料库存储主要将平时常常阅读的或者其它有用的保存下来。|42|2021-10-09|
|89|[veip007/doubi](https://github.com/veip007/doubi)|逗比大神的一键合集~|41|2021-09-05|
|90|[Apocalypsor/SmartDNS-GFWList](https://github.com/Apocalypsor/SmartDNS-GFWList)|GFWList for Smartdns to solve dns poisoning|38|2022-01-12|
|91|[07031218/normal-shell](https://github.com/07031218/normal-shell)|个人常使用的一些脚本集合|37|2022-01-16|
|92|[youyouYoung/shell](https://github.com/youyouYoung/shell)|介绍一些有关与Bash Shell的内容。如Linux中的命令、Shell脚本的写法、Shell语言的知识。|36|2021-12-09|
|93|[tiankonguse/bash-study](https://github.com/tiankonguse/bash-study)|shell学习笔记|36|2022-01-15|
|94|[tuya/tuya-panel-demo](https://github.com/tuya/tuya-panel-demo)|Tuya IoT Panel demo provides a series of common template codes.|35|2022-01-15|
|95|[howborn/blog](https://github.com/howborn/blog)|:fire:个人博客|35|2022-01-12|
|96|[seisman/SAC_Docs_zh](https://github.com/seisman/SAC_Docs_zh)|SAC参考手册中文版|35|2021-12-19|
|97|[huweihuang/golang-notes](https://github.com/huweihuang/golang-notes)|Golang 学习笔记-https://www.huweihuang.com/golang-notes/|33|2021-11-18|
|98|[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|
|99|[Rashomon511/MyBlog](https://github.com/Rashomon511/MyBlog)|用于记录学习过程中的笔记,以及自己产出的文章心得,便于梳理前端知识架构以形成自己的前端知识体系 |31|2021-08-26|
|100|[chuxiuhong/chuxiuhong-rust-patterns-zh](https://github.com/chuxiuhong/chuxiuhong-rust-patterns-zh)|Rust设计模式中文翻译|30|2022-01-14|
|101|[rime/rime-essay](https://github.com/rime/rime-essay)|【八股文】Essay - the shared vocabulary and language model|30|2021-11-21|
|102|[aikuyun/bigdata-doc](https://github.com/aikuyun/bigdata-doc)|大数据学习笔记,学习路线,技术案例整理。|29|2022-01-13|
|103|[itclanCode/blogcode](https://github.com/itclanCode/blogcode)|前端面试题,微信小程序,云开发,开发实用性技能,itclanCoder的技术后花园,源码,欢迎star,提issues|28|2022-01-17|
|104|[wxnacy/book](https://github.com/wxnacy/book)|记录看过的书|27|2021-12-31|
|105|[teasiu/slitaz5cn](https://github.com/teasiu/slitaz5cn)|slitaz中文版|26|2022-01-17|
|106|[DPsystems/Login-Shield](https://github.com/DPsystems/Login-Shield)|Your first line of defense against Internet bots, hacks and probes. Login-Shield is a small set of bash scripts that implements an iptables/ipset blocklist of known sources of hack activity. Works g ...|26|2021-08-14|
|107|[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|
|108|[veaba/web-advanced](https://github.com/veaba/web-advanced)|进阶web高级前端 + 全栈知识体系web前端面试题学习文档. |26|2021-08-09|
|109|[wuyumin/tutorial](https://github.com/wuyumin/tutorial)|一些笔记 · 一些教程· Some tutorials|25|2022-01-06|
|110|[miaocunfa/OpsNotes](https://github.com/miaocunfa/OpsNotes)|我的运维笔记|20|2021-11-19|
|111|[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>