Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sleleko/devops-kb
frequently used commands
https://github.com/sleleko/devops-kb
devops docker lvm mongodb python zfs
Last synced: 3 months ago
JSON representation
frequently used commands
- Host: GitHub
- URL: https://github.com/sleleko/devops-kb
- Owner: sleleko
- License: mit
- Created: 2019-04-07T07:14:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-17T17:14:23.000Z (8 months ago)
- Last Synced: 2024-04-17T02:12:09.214Z (7 months ago)
- Topics: devops, docker, lvm, mongodb, python, zfs
- Language: Shell
- Homepage:
- Size: 38.1 KB
- Stars: 46
- Watchers: 3
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DevOps Knowledge Base
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
DevOps Knowledge Base (DevOps-KB) is a collection of resources, tools, articles, and best practices for developers and DevOps professionals. The aim of this project is to provide a convenient repository of information for those looking to deepen their knowledge and skills in the field of DevOps.
## Main Sections
* [LVM](/LVM)
* [backups](/backups)
* [Docker](/docker)
* [MongoDB](/mongodb)
* [Python3 utils](/python)
* [ZFS](/zfs)## Contributing to the Project
I,m welcome contributions from everyone and are excited for any suggestions to improve and expand DevOps-KB. If you would like to add a new command or script, suggest a change, or have found an error, please follow these steps:
1. [Fork this repository](https://docs.github.com/en/get-started/quickstart/fork-a-repo)
2. Create a branch for your changes (e.g., `add-new-solution`)
3. Make your changes and commit them
4. Create a [pull request](https://docs.github.com/en/github/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request) with a detailed description of your proposals
5. After reviewing your changes, they will be merged into the main repository## License
This project is distributed under the [MIT License](LICENSE).