Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/koykoy027/devops-cheat-sheet
- Owner: koykoy027
- Created: 2024-09-06T14:58:13.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-24T11:47:17.000Z (about 2 months ago)
- Last Synced: 2024-10-14T16:21:18.197Z (about 1 month ago)
- Topics: apache2, certbot, cpanel, docker, docker-installation, docker-registry, docker-swarm, github, github-actions, github-submodule, php, ubuntu-server, whm
- Homepage:
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 |