An open API service indexing awesome lists of open source software.

https://github.com/ringo380/guides

Various open-access and text-based guides that were created for varying purposes, now available here for those that may benefit from them, though be aware this will include outdated information that should be verified.
https://github.com/ringo380/guides

dns guides linux mkdocs sysadmin technical-writing

Last synced: 3 months ago
JSON representation

Various open-access and text-based guides that were created for varying purposes, now available here for those that may benefit from them, though be aware this will include outdated information that should be verified.

Awesome Lists containing this project

README

          

---
template: home.html
hide:
- navigation
- toc
---

# The Runbook

Practical, open-access technical guides covering Linux, DNS, Git, databases, and development. Created for practitioners - be aware that some content may be outdated and should be verified.

## Topics

- **[Linux Essentials](Linux Essentials/README.md)** - 12 guides from shell basics to scripting best practices
- **[DNS Administration](DNS Administration/README.md)** - 8 guides from DNS fundamentals to architecture and operations
- **[Git](Git/README.md)** - 17 guides from version control basics to internals and scaling
- **[Databases](Databases/README.md)** - 17 guides from relational fundamentals through NoSQL and operations
- **[Nginx Configuration](Nginx/README.md)** - Essential Nginx for web servers and reverse proxying
- **[Security and TLS/SSL](Security/README.md)** - PKI, certificate management, and OpenSSL fundamentals
- **[Docker and Containers](Docker/README.md)** - From fundamentals to multi-container orchestration with Compose
- **[Python](Dev Zero/Python/README.md)** - Developer introduction and learning roadmap
- **[Perl](Dev Zero/Perl/perl_dev0_introduction.md)** - Developer introduction and learning roadmap

---

## License

This project is dual-licensed:

- **Written content** (guides, documentation) - [CC BY-NC-ND 4.0](LICENSE-CONTENT) - Copyright (c) 2025-2026 Ryan Thomas Robson / Robworks Software LLC
- **Code** (JavaScript, Python, CSS, Shell, HTML templates) - [MIT](LICENSE-CODE) - Copyright (c) 2025-2026 Robworks Software LLC

See [LICENSE](LICENSE) for details.