Skip to content

Commit 4c6f4df

Browse files
author
Create Index Workflow
committed
Update index.
1 parent 693e4a0 commit 4c6f4df

File tree

2 files changed

+84
-36
lines changed

2 files changed

+84
-36
lines changed

README.md

Lines changed: 28 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ Markdown sources for the default cheat sheets accessible at https://lzone.de/
105105
| <a class='topic' href='Cheat Sheets/DevOps Linux/strace.md'>strace</a>
106106
| <a class='topic' href='Cheat Sheets/DevOps Linux/sudo.md'>sudo</a>
107107
| <a class='topic' href='Cheat Sheets/DevOps Linux/supervisor.md'>supervisor</a>
108+
| <a class='topic' href='Cheat Sheets/DevOps Linux/swap.md'>swap</a>
108109
| <a class='topic' href='Cheat Sheets/DevOps Linux/systemd.md'>systemd</a>
109110
| <a class='topic' href='Cheat Sheets/DevOps Linux/systemtap.md'>systemtap</a>
110111
| <a class='topic' href='Cheat Sheets/DevOps Linux/ulimit.md'>ulimit</a>
@@ -198,6 +199,7 @@ Markdown sources for the default cheat sheets accessible at https://lzone.de/
198199
| <a class='topic' href='Cheat Sheets/Network/netfilter.md'>netfilter</a>
199200
| <a class='topic' href='Cheat Sheets/Network/netrc.md'>netrc</a>
200201
| <a class='topic' href='Cheat Sheets/Network/rsync.md'>rsync</a>
202+
| <a class='topic' href='Cheat Sheets/Network/tc.md'>tc</a>
201203
| <a class='topic' href='Cheat Sheets/Network/tcpdump.md'>tcpdump</a>
202204
| <a class='topic' href='Cheat Sheets/Network/unbound.md'>unbound</a>
203205
| <a class='topic' href='Cheat Sheets/Network/wget.md'>wget</a>
@@ -343,10 +345,10 @@ It is impossible to cover all important topics, so [lzone.de](https://lzone.de)
343345

344346
| Cheat Sheet | Stars | Type | Category |
345347
| --- | --- | --- | --- |
346-
| [30s-of-code CSS](https://github.com/30-seconds/30-seconds-of-css) |0 | 📓 Cheat Sheet | Development |
347-
| [30s-of-code Git](https://github.com/30-seconds/30-seconds-of-git) |0 | 📓 Cheat Sheet | DevOps |
348-
| [30s-of-code JS](https://github.com/30-seconds/30-seconds-of-code) |0 | 📓 Cheat Sheet | Development |
349-
| [30s-of-code Python](https://github.com/30-seconds/30-seconds-of-python) |0 | 📓 Cheat Sheet | Development |
348+
| [30s-of-code CSS](https://github.com/30-seconds/30-seconds-of-css) |unknown | 📓 Cheat Sheet | Development |
349+
| [30s-of-code Git](https://github.com/30-seconds/30-seconds-of-git) |unknown | 📓 Cheat Sheet | DevOps |
350+
| [30s-of-code JS](https://github.com/30-seconds/30-seconds-of-code) |unknown | 📓 Cheat Sheet | Development |
351+
| [30s-of-code Python](https://github.com/30-seconds/30-seconds-of-python) |unknown | 📓 Cheat Sheet | Development |
350352
| [AWK anti-textbook](https://github.com/thewhitetulip/awk-anti-textbook) | ⭐unknown | 💡 Tutorial | DevOps |
351353
| [AWS EKS Best Practices](https://github.com/aws/aws-eks-best-practices) | ⭐unknown | 📄 Documentation | DevOps |
352354
| [AWS EKS Workshop](https://github.com/aws-samples/eks-workshop-v2) | ⭐547 | 📄 Documentation | Cloud |
@@ -388,7 +390,7 @@ It is impossible to cover all important topics, so [lzone.de](https://lzone.de)
388390
| [Bayesian Modelling in Python](https://github.com/markdregan/Bayesian-Modelling-in-Python) | ⭐2505 | 📄 Documentation | Programming |
389391
| [C4-PlantUML Documentation](https://github.com/plantuml-stdlib/C4-PlantUML) | ⭐6843 | 📄 Documentation | Architecture |
390392
| [CSS Architecture](https://github.com/jareware/css-architecture) | ⭐2584 | 📓 Cheat Sheet | Architecture |
391-
| [Cloud Outages Index](https://github.com/lwindolf/cloud-outages) |0 | 📄 Documentation | DevOps |
393+
| [Cloud Outages Index](https://github.com/lwindolf/cloud-outages) |2 | 📄 Documentation | DevOps |
392394
| [Cloud Provider Cheat Sheets](https://github.com/JeffDeCola/my-cheat-sheets) | ⭐128 | 📓 Cheat Sheet | DevOps |
393395
| [Coding Interview University](https://github.com/jwasham/coding-interview-university) | ⭐unknown | 📄 Documentation | Development |
394396
| [Cognitive Load](https://github.com/zakirullin/cognitive-load) | ⭐7204 | 💡 Tutorial | Programming |
@@ -399,18 +401,19 @@ It is impossible to cover all important topics, so [lzone.de](https://lzone.de)
399401
| [Databases Introduction](https://github.com/anhthii/database-notes) | ⭐55 | 📕 Book | Architecture |
400402
| [Design: Aggregate Design Canvas](https://github.com/ddd-crew/aggregate-design-canvas) | ⭐772 | 📄 Documentation | Architecture |
401403
| [Design: Bounded Context Canvas](https://github.com/ddd-crew/bounded-context-canvas) | ⭐1948 | 📄 Documentation | Architecture |
402-
| [Design: Core Domain Charts](https://github.com/core-domain-charts) |0 | 📄 Documentation | Architecture |
404+
| [Design: Core Domain Charts](https://github.com/core-domain-charts) |unknown | 📄 Documentation | Architecture |
403405
| [DevOps Video Tutorials](https://github.com/antonputra/tutorials) | ⭐4092 | 📄 Documentation | DevOps |
404406
| [DevSecOps Maturity Model](https://github.com/devsecopsmaturitymodel/DevSecOps-MaturityModel) | ⭐531 | 📄 Documentation | DevOps |
405407
| [DevSecOps SLSA Framework](https://github.com/slsa-framework/slsa) | ⭐1703 | 📄 Documentation | DevOps |
406408
| [Docker Cheat Sheet](https://github.com/wsargent/docker-cheat-sheet) | ⭐22329 | 📓 Cheat Sheet | DevOps |
407409
| [Docker Getting Started](https://github.com/docker/getting-started) | ⭐3009 | 📓 Cheat Sheet | DevOps |
410+
| [Documentation Ansible](https://github.com/ansible/ansible-documentation) | ⭐unknown | 📄 Documentation | DevOps |
408411
| [Documentation Apache CloudStack](https://github.com/apache/cloudstack-docs) | ⭐unknown | 📄 Documentation | DevOps |
409412
| [Documentation ArgoCD](https://github.com/argoproj/argo-cd) | ⭐20263 | 📄 Documentation | DevOps |
410-
| [Documentation Cacti](https://github.com/Cacti/documentation) |unknown | 📄 Documentation | DevOps |
413+
| [Documentation Cacti](https://github.com/Cacti/documentation) |63 | 📄 Documentation | DevOps |
411414
| [Documentation Certbot](https://github.com/certbot/certbot) | ⭐32370 | 📄 Documentation | DevOps |
412415
| [Documentation Chef](https://github.com/chef/chef-web-docs) | ⭐unknown | 📄 Documentation | DevOps |
413-
| [Documentation CircleCI](https://github.com/circleci/circleci-docs) |unknown | 📄 Documentation | DevOps |
416+
| [Documentation CircleCI](https://github.com/circleci/circleci-docs) |814 | 📄 Documentation | DevOps |
414417
| [Documentation CloudFoundry Bosh](https://github.com/cloudfoundry/docs-bosh) | ⭐unknown | 📄 Documentation | DevOps |
415418
| [Documentation Compendium](https://github.com/kylelobo/The-Documentation-Compendium) | ⭐unknown | 👍 Awesome | DevOps |
416419
| [Documentation CoreDNS](https://github.com/coredns/coredns.io) | ⭐179 | 📄 Documentation | DevOps |
@@ -428,8 +431,8 @@ It is impossible to cover all important topics, so [lzone.de](https://lzone.de)
428431
| [Documentation Kata Containers](https://github.com/kata-containers/kata-containers) | ⭐6557 | 📄 Documentation | Security |
429432
| [Documentation Linode](https://github.com/linode/docs) | ⭐1386 | 📄 Documentation | SaaS |
430433
| [Documentation OSV Scanner](https://github.com/google/osv-scanner) | ⭐7593 | 📄 Documentation | Security |
431-
| [Documentation OpenTelemetry](https://github.com/open-telemetry/opentelemetry.io) |unknown | 📄 Documentation | DevOps |
432-
| [Documentation Openshift](https://github.com/openshift/openshift-docs) |unknown | 📄 Documentation | DevOps |
434+
| [Documentation OpenTelemetry](https://github.com/open-telemetry/opentelemetry.io) |743 | 📄 Documentation | DevOps |
435+
| [Documentation Openshift](https://github.com/openshift/openshift-docs) |826 | 📄 Documentation | DevOps |
433436
| [Documentation Powershell](https://github.com/MicrosoftDocs/PowerShell-Docs) | ⭐2220 | 📄 Documentation | DevOps |
434437
| [Documentation Prometheus](https://github.com/prometheus/docs) | ⭐692 | 📄 Documentation | DevOps |
435438
| [Documentation Prometheus Alertmanager](https://github.com/prometheus/alertmanager) | ⭐7124 | 📄 Documentation | DevOps |
@@ -439,7 +442,7 @@ It is impossible to cover all important topics, so [lzone.de](https://lzone.de)
439442
| [Documentation RedisLabs](https://github.com/RedisLabs/redislabs-docs) | ⭐unknown | 📄 Documentation | DevOps |
440443
| [Documentation Telegraf](https://github.com/influxdata/telegraf) | ⭐16072 | 📄 Documentation | DevOps |
441444
| [Documentation TravisCI](https://github.com/travis-ci/docs-travis-ci-com) | ⭐unknown | 📄 Documentation | DevOps |
442-
| [Documentation cfengine](https://github.com/cfengine/documentation) |unknown | 📄 Documentation | DevOps |
445+
| [Documentation cfengine](https://github.com/cfengine/documentation) |36 | 📄 Documentation | DevOps |
443446
| [Documentation docker-bench-security](https://github.com/docker/docker-bench-security) | ⭐9444 | 📄 Documentation | Security |
444447
| [Documentation juju](https://github.com/juju/juju) | ⭐2527 | 📄 Documentation | DevOps |
445448
| [Documentation knative](https://github.com/knative/docs) | ⭐4815 | 📄 Documentation | DevOps |
@@ -472,7 +475,7 @@ It is impossible to cover all important topics, so [lzone.de](https://lzone.de)
472475
| [How Programming Works](https://github.com/HowProgrammingWorks/Book) | ⭐489 | 📕 Book | Development |
473476
| [How to secure a Linux Server](https://github.com/imthenachoman/How-To-Secure-A-Linux-Server) | ⭐unknown | 📄 Documentation | Security |
474477
| [IMDB Data in the Terminal](https://github.com/vvijayan1/imdb_data_on_terminal) | ⭐7 | 💡 Tutorial | ML |
475-
| [Interview Questions: 30s-of-code JS](https://github.com/30-seconds/30-seconds-of-interviews) |0 | 📓 Cheat Sheet | Development |
478+
| [Interview Questions: 30s-of-code JS](https://github.com/30-seconds/30-seconds-of-interviews) |unknown | 📓 Cheat Sheet | Development |
476479
| [Interview Questions: Android](https://github.com/amitshekhariitbhu/android-interview-questions) | ⭐11985 | 💬 Interview | ML |
477480
| [Interview Questions: Data Science](https://github.com/alexeygrigorev/data-science-interviews) | ⭐9419 | 💬 Interview | ML |
478481
| [Interview Questions: FAANG](https://github.com/ombharatiya/FAANG-Coding-Interview-Questions) | ⭐3432 | 💬 Interview | Development |
@@ -488,6 +491,7 @@ It is impossible to cover all important topics, so [lzone.de](https://lzone.de)
488491
| [Javascript Functional Programming](https://github.com/MostlyAdequate/mostly-adequate-guide) | ⭐23738 | 📄 Documentation | Programming |
489492
| [Javascript NPM with ES Modules](https://github.com/transitive-bullshit/npm-es-modules) | ⭐75 | 📄 Documentation | Programming |
490493
| [Kafka Architecture](https://github.com/anhthii/kafka-notes) | ⭐102 | 📄 Documentation | Architecture |
494+
| [LZone Cheat Sheets](https://github.com/lwindolf/lzone-cheat-sheets) | ⭐316 | CheatSheet | DevOps |
491495
| [Learn CLI text processing](https://github.com/learnbyexample/Command-line-text-processing) | ⭐unknown | 💡 Tutorial | DevOps |
492496
| [Learn Regex](https://github.com/ziishaned/learn-regex) | ⭐46049 | 📓 Cheat Sheet | Programming |
493497
| [Learn To Cloud](https://github.com/learntocloud/learn-to-cloud) | ⭐4946 | 💡 Tutorial | DevOps |
@@ -497,17 +501,18 @@ It is impossible to cover all important topics, so [lzone.de](https://lzone.de)
497501
| [LearnXinYMinutes](https://github.com/adambard/learnxinyminutes-docs) | ⭐11948 | 💡 Tutorial | Programming |
498502
| [Learning Path AI Expert](https://github.com/AMAI-GmbH/AI-Expert-Roadmap) | ⭐unknown | 📚 Learning Path | Development |
499503
| [Learning Path Data Science](https://github.com/myarist/Data-Science-Learning-Path) | ⭐unknown | 📚 Learning Path | Development |
500-
| [Learning Path FullStack Web Dev](https://github.com/shovanch/fullstack-web-developer-path) |unknown | 📚 Learning Path | Development |
501-
| [Learning Path Functional Programming](https://github.com/imteekay/functional-programming-learning-path) |unknown | 📚 Learning Path | Development |
504+
| [Learning Path FullStack Web Dev](https://github.com/shovanch/fullstack-web-developer-path) |3457 | 📚 Learning Path | Development |
505+
| [Learning Path Functional Programming](https://github.com/imteekay/functional-programming-learning-path) |1019 | 📚 Learning Path | Development |
502506
| [Learning Path Senior Developer](https://github.com/joebew42/study-path) | ⭐unknown | 📚 Learning Path | Development |
503507
| [Learning Path Software Design](https://github.com/stemmlerjs/software-design-and-architecture-roadmap) | ⭐unknown | 📚 Learning Path | Development |
504-
| [Learning Path Springboot Microservices](https://github.com/TechPrimers/learning-path-spring-boot-microservices) |unknown | 📚 Learning Path | Development |
508+
| [Learning Path Springboot Microservices](https://github.com/TechPrimers/learning-path-spring-boot-microservices) |292 | 📚 Learning Path | Development |
505509
| [Learning Path System Design](https://github.com/TechPrimers/learning-path-system-design) | ⭐unknown | 📚 Learning Path | Architecture |
506-
| [Learning Path Thinkerhub](https://github.com/tinkerhub/TinkerHub-Learning-Paths) |unknown | 📚 Learning Path | Development |
510+
| [Learning Path Thinkerhub](https://github.com/tinkerhub/TinkerHub-Learning-Paths) |64 | 📚 Learning Path | Development |
507511
| [Learning Path by Role](https://github.com/belatrix/Learning Paths) | ⭐unknown | 📚 Learning Path | Development |
508-
| [Learning Path k8s](https://github.com/techiescamp/kubernetes-learning-path) |unknown | 📚 Learning Path | DevOps |
509-
| [Learning Path k8s (Microsoft)](https://github.com/microsoft/kubernetes-learning-path) |unknown | 📚 Learning Path | DevOps |
512+
| [Learning Path k8s](https://github.com/techiescamp/kubernetes-learning-path) |7154 | 📚 Learning Path | DevOps |
513+
| [Learning Path k8s (Microsoft)](https://github.com/microsoft/kubernetes-learning-path) |386 | 📚 Learning Path | DevOps |
510514
| [Learning freeCodeCamp](https://github.com/freeCodeCamp/freeCodeCamp) | ⭐424996 | 💡 Tutorial | Programming |
515+
| [Linux Kernel Docs](https://github.com/bryancandi/LinuxKernelDocs) | ⭐unknown | 📄 Documentation | Development |
511516
| [Linux XDP Tutorial](https://github.com/xdp-project/xdp-tutorial) | ⭐2718 | 📄 Documentation | Programming |
512517
| [Little Go Book](https://github.com/karlseguin/the-little-go-book) | ⭐2258 | 📕 Book | Development |
513518
| [Little MongoDB Book](https://github.com/karlseguin/the-little-mongodb-book) | ⭐1496 | 📕 Book | Development |
@@ -545,20 +550,20 @@ It is impossible to cover all important topics, so [lzone.de](https://lzone.de)
545550
| [Modern C++ Tutorial](https://github.com/changkun/modern-cpp-tutorial) | ⭐24983 | 📄 Documentation | Programming |
546551
| [Monitoring with Prometheus](https://github.com/psibi/prometheus) | ⭐unknown | 📕 Book | DevOps |
547552
| [Naming Cheat Sheet](https://github.com/kettanaito/naming-cheatsheet) | ⭐14135 | 📓 Cheat Sheet | Programming |
548-
| [Nature of Code](https://github.com/nature-of-code/noc-book-2023) |0 | 📕 Book | Programming |
553+
| [Nature of Code](https://github.com/nature-of-code/noc-book-2023) |unknown | 📕 Book | Programming |
549554
| [Network Segmentation Cheat Sheet](https://github.com/sergiomarotco/Network-segmentation-cheat-sheet) | ⭐3380 | 📓 Cheat Sheet | DevOps |
550555
| [OS Tutorial](https://github.com/cfenollosa/os-tutorial) | ⭐28608 | 📄 Documentation | Programming |
551556
| [OSS Vulnerability Guide](https://github.com/google/oss-vulnerability-guide) | ⭐137 | 📓 Cheat Sheet | Security |
552557
| [OWASP Cheat Sheets Series](https://github.com/OWASP/CheatSheetSeries) | ⭐30003 | 📓 Cheat Sheet | Security |
553558
| [OpenSSL Architecture](https://github.com/openssl/web) | ⭐54 | 📄 Documentation | Architecture |
554-
| [Puppet Handbook](https://github.com/abhishekjt/puppet-handbook) |0 | 📕 Book | DevOps |
559+
| [Puppet Handbook](https://github.com/abhishekjt/puppet-handbook) |unknown | 📕 Book | DevOps |
555560
| [Pure Bash Bible](https://github.com/dylanaraps/pure-bash-bible) | ⭐39791 | 📕 Book | DevOps |
556561
| [Python Introcution: Byte of Python](https://github.com/swaroopch/byte-of-python) | ⭐2387 | 📕 Book | DevOps |
557562
| [Python Machine Learning](https://github.com/rasbt/python-machine-learning-book-3rd-edition) | ⭐4864 | 📕 Book | ML |
558563
| [Python Tutorial](https://github.com/Akuli/python-tutorial) | ⭐1469 | 📕 Book | DevOps |
559564
| [Python pdb Tutorial](https://github.com/spiside/pdb-tutorial) | ⭐874 | 📓 Cheat Sheet | DevOps |
560565
| [RabbitMQ Client Tutorials](https://github.com/rabbitmq/rabbitmq-tutorials) | ⭐6796 | 📄 Documentation | Programming |
561-
| [Reverse Shells](https://github.com/d4t4s3c/Offensive-Reverse-Shell-Cheat-Sheet) |0 | 📓 Cheat Sheet | Security |
566+
| [Reverse Shells](https://github.com/d4t4s3c/Offensive-Reverse-Shell-Cheat-Sheet) |unknown | 📓 Cheat Sheet | Security |
562567
| [Runbooks AWS Incidents](https://github.com/aws-samples/aws-incident-response-playbooks) | ⭐1006 | 🤖 Runbook | Cloud |
563568
| [Runbooks Concept](https://github.com/iworkforthem/runbook) | ⭐1 | 🤖 Runbook | DevOps |
564569
| [Runbooks Container Solutions](https://github.com/ContainerSolutions/runbooks) | ⭐126 | 🤖 Runbook | DevOps |
@@ -585,6 +590,7 @@ It is impossible to cover all important topics, so [lzone.de](https://lzone.de)
585590
| [Tutorial RabbitMQ](https://github.com/Frodo-Web/frodo-tips) | ⭐unknown | 💡 Tutorial | DevOps |
586591
| [TypeSpec API Generator](https://github.com/microsoft/typespec) | ⭐unknown | 📄 Documentation | Architecture |
587592
| [Typescript Handbook](https://github.com/microsoft/TypeScript-Website) | ⭐2361 | 📕 Book | Development |
593+
| [Video Tutorials](https://github.com/lwindolf/lzone-cheat-sheets) | ⭐316 | 💡 Tutorial | DevOps |
588594
| [WTFJS](https://github.com/denysdovhan/wtfjs) | ⭐36726 | 📕 Book | Programming |
589595
| [What is Enterprise Architecture](https://github.com/justinamiller/EnterpriseArchitecture) | ⭐unknown | 📄 Documentation | Architecture |
590596
| [Xapax Security](https://github.com/xapax/security) | ⭐1007 | 📓 Cheat Sheet | Security |
@@ -620,5 +626,5 @@ It is impossible to cover all important topics, so [lzone.de](https://lzone.de)
620626
| [k8s the hard way](https://github.com/kelseyhightower/kubernetes-the-hard-way) | ⭐45308 | 💡 Tutorial | DevOps |
621627
| [nginx Admin Handbook](https://github.com/trimstray/nginx-admins-handbook) | ⭐13721 | 📄 Documentation | DevOps |
622628
| [nocomplexity Architecture Playbook](https://github.com/nocomplexity/ArchitecturePlaybook) | ⭐unknown | 📄 Documentation | Architecture |
623-
| [reactnative.guide](https://github.com/react-made-native-easy/book) |0 | 📕 Book | Development |
629+
| [reactnative.guide](https://github.com/react-made-native-easy/book) |unknown | 📕 Book | Development |
624630
| [rsync Tutorial](https://github.com/johnjung/rsync_tutorial) | ⭐unknown | 📓 Cheat Sheet | DevOps |

0 commit comments

Comments
 (0)