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
- Host: GitHub
- URL: https://github.com/jassics/cybercloudlearning
- Owner: jassics
- License: gpl-3.0
- Created: 2021-10-28T17:02:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-16T15:42:18.000Z (over 1 year ago)
- Last Synced: 2023-09-17T01:47:50.739Z (over 1 year ago)
- Topics: aws, aws-security, cloud-computing, cloudsecurity, cybersecurity, devops, devsecops, docker, gcp, gcp-security, iac-terraform, kubernetes, linux-commands, mkdocs, pulumi, python-tutorials, terraform, tutorials
- Language: Shell
- Homepage: https://cybercloud.guru/
- Size: 912 KB
- Stars: 17
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: docs/security-presentations/application-security/threat-modeling-handson.md
Awesome Lists containing this project
README
# CybercloudLearning 
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.