#90daysofdevops
Read more stories on Hashnode
Articles with this tag
Using Docker as a Jenkins agent (also known as Docker-in-Docker or Dockerized Jenkins agents) offers several advantages: Isolation: Docker containers...
Jenkins Blue Ocean is a modern user interface (UI) extension for Jenkins that provides an enhanced and user-friendly experience for visualizing,...
Setup Hosts File Question. Create an Ansible file called /root/hosts with the hosts in your network. servers: controlplane node01 Solution. You...
Commands- To view what's written in a file. $ cat altos.txt cat -b: This adds line numbers to non-blank lines cat -n: This adds line numbers to...
How Linux Works Linux is an operating system or kernel distributed under an open-source license. Its feature list is very similar to Unix. Unlike...
#devops #90DaysOfDevOps · What is DevOps? DevOps is a methodology which promotes better communication between Developers and Operations. DevOps has an...