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.
- Host: GitHub
- URL: https://github.com/ringo380/guides
- Owner: ringo380
- License: other
- Created: 2024-09-26T00:56:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-03-29T01:06:49.000Z (3 months ago)
- Last Synced: 2026-03-29T04:11:17.178Z (3 months ago)
- Topics: dns, guides, linux, mkdocs, sysadmin, technical-writing
- Language: JavaScript
- Homepage: https://ringo380.github.io/guides/
- Size: 6.81 MB
- Stars: 1
- Watchers: 1
- Forks: 4
- Open Issues: 45
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: Security/README.md
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.