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

https://github.com/jassics/cybercloudlearning

Repo for Cybercloud Tutorials hosted at cybercloud.guru
https://github.com/jassics/cybercloudlearning

aws aws-security cloud-computing cloudsecurity cybersecurity devops devsecops docker gcp gcp-security iac-terraform kubernetes linux-commands mkdocs pulumi python-tutorials terraform tutorials

Last synced: 19 days ago
JSON representation

Repo for Cybercloud Tutorials hosted at cybercloud.guru

Awesome Lists containing this project

README

        

# CybercloudLearning ![](https://github.com/jassics/CybercloudLearning/actions/workflows/ci.yml/badge.svg)
Repo for Cybercloud Tutorials hosted at [cybercloud.guru](https://cybercloud.guru/)

## The tutorials covers but not limited to:
1. Cloud Computing
2. Cloud Security
3. DevOps
4. DevSecOps
5. Containers
6. IaC
7. Python Tracks
8. Linux Commands
9. Others like regular expression, vim etc.
10. Study Plans

## Prerequisites
1. Python3 is installed
2. pip/pip3 is working as expected

## Install
1. mkdocs: `pip install mkdocs`
2. mkdocs-material: `pip install mkdocs-material`
3. mkdocs-minify-plugin: `pip install mkdocs-minify-plugin`

## Run and build static site
1. Just serve the site locally: `mkdocs serve` and you will get localhost IP:port
2. Build a static website as site/ directory: `mkdocs build`
1. site folder will be created which is a static website and you can host it anywhere to run a website.

## Contribute
This is a community driven project and if you are interested to share your knowledge be it on any topic related to cybersecurity or cloud computing. You can send PR and we will publish under your credit.

If you write using some reference, please give credit to those reference in your article.

Contact [me](https://www.twitter.com/jassics) for any queries related to this project and I would be happy to help you.