#linux
Read more stories on Hashnode
Articles with this tag
Jenkins is a widely used open-source automation server that helps streamline the CI/CD pipeline by automating tasks related to building, testing, and...
1. What is the difference between an Image, Container, and Engine? Docker Image: Think of a Docker image as a snapshot of your application and its...
In Jenkins, the terms "declarative" and "script" refer to two different types of syntax for defining Jenkins pipelines. Here’s a breakdown of...
Basic Commands Navigation pwd: Print the current working directory. cd [dir]: Change directory to [dir]. Use cd .. to go up one level. ls: List...
In the realm of DevOps, automation ensures reliability and consistency in managing systems and applications. A critical automation task involves...
Shell scripting in Bash is an essential skill for any Linux user, especially for DevOps professionals. It allows for automating tasks, managing...