#devops
Read more stories on Hashnode
Articles with this tag
Remove execution permission to "others" on every regular files inside a directory find directory_name -type f -exec chmod a-x {} ';' # Avoid using...
Cloud Development Kit for Terraform (CDKTF) is a framework that allows you to use familiar programming languages to define and provision...
Create on-demand environments dynamically triggered by a CI/CD pipeline, so teams don't have to wait weeks. Automate your deployments as much as...
What Will We Cover 1) Build an OS image for AWS with a Jenkins ready to use 2) Provision an EC2 instance to host the Jenkins server See all the code...