#automation
Read more stories on Hashnode
Articles with this tag
Bingo! Starting with the CI/CD pipeline tool Jenkins today 馃帀 Need of CI/CD automation Help the lazy stay lazy... haha! Jokes apart, automation in...
90DaysOfDevOps 路 Let's have a look on Docker compose today! What is Docker compose? Docker compose is a tool for defining and running multi-container...
90DaysOfDevOps 路 Python is a really good scripting language when it comes to automation. The reason may be associated to its open-source nature and a...
90DaysOfDevOps 路 Git cheatsheet Git is a Free and Open Source Software (FOSS). It is a Distributed Version Control System**(DVCS).** It was a project...
90DaysOfDevOps 路 1. Write a shell script to create multiple directories in the working directory. The command should be executed in this...
90DaysOfDevOps 路 1. To view what's written in a file. cat <filename> This can also be achieved with less or more commands. Check out more in their man...