#devops
Read more stories on Hashnode
Articles with this tag
New day, New Topic.... Let's learn along 😉 Data Types Data types are the classification or categorization of data items. It represents the kind of...
Git Stash: The git stash command is used to temporarily store changes that are not ready to be committed yet. This can be helpful if you need to...
What is Git and why is it important? Git is a version control system used for tracking changes in files, particularly in the context of software...
What is a package manager in Linux? In simpler words, a package manager is a tool that allows users to install, remove, upgrade, configure and manage...
Task1 : Create a simple file and do ls -ltr to see the details of the files refer to Notes To complete the task, we'll follow these steps: Create a...