Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/koykoy027/devops-cheat-sheet

My personal cheat sheet for DevOps
https://github.com/koykoy027/devops-cheat-sheet

apache2 certbot cpanel docker docker-installation docker-registry docker-swarm github github-actions github-submodule php ubuntu-server whm

Last synced: about 1 month ago
JSON representation

My personal cheat sheet for DevOps

Awesome Lists containing this project

README

        

# DevOps cheat sheet
My personal cheat sheet for DevOps

## Docker Contents
Docker contents
| Title | Description |
| ----- | ----------- |
| [Docker Swarm](Docker%20-%20Swarm.md) | How to install and setup Docker swarm and with sample essential docker swarm commands |
| [Docker Commands](Docker%20-%20Commands.md) | An essential guide to common Docker commands for managing containers, images, volumes, and networks |
| [Docker Installation](Docker%20-%20Installation.md) | Step-by-step instructions for setting up an EC2 instance on Ubuntu, complete with Docker and Docker Compose installation |
| [Docker Registry](Docker%20-%20Registry.md) | A tutorial on how to push and pull images to/from Docker Hub, including tips for managing your own Docker Registry |

## GitHub Contents
GitHub contents
| Title | Description |
| ----- | ----------- |
| [GitHub Actions](GitHub%20-%20Actions%20Command.md) | Commands in Actions runner to run in background |
| [GitHub Commands](GitHub%20-%20Commands.md) | Essential Git Commands |
| [GitHub Sub Module](GitHub%20-%20Sub%20Module.md) | GitHub repository with Sub module setup |

## Other Installation in Ubuntu
Ubuntu contents
| Title | Description |
| ----- | ----------- |
| [CertBot in Apache2](Ubuntu%20-%20Certbot%20Apache2.md) | Install CertBot in apache2 to support HTTPS request with automation renew |
| [Ubuntu Commands](Ubuntu%20-%20Commands.md) | Essential Ubuntu commands |
| [cPanel & WHM Hosting Control Panel for AlmaLinux 9](Ubuntu%20-%20cPanel%20%26%20WHM.md) | How to install cPanel & WHM Hosting control panel for Alma Linux 9 |
| [Laravel and Apache2](Ubuntu%20-%20Laravel%20and%20Apache2.md) | Deploy Laravel application in Apache2 |
| [PHP version](Ubuntu%20-%20PHP%20version.md) | Step by step in how to change existing PHP version and install some packanges |