ISIrfan S Momininirfans.hashnode.dev·Nov 17, 2023 · 4 min readDay-16 Task: Docker for DevOps Engineers.Docker Docker is a software platform that allows you to build, test, and deploy applications quickly. Docker packages software into standardized units called containers that have everything the software needs to run including libraries, system tools,...00
ISIrfan S Momininirfans.hashnode.dev·Nov 9, 2023 · 4 min readDay-09 Task: Deep Dive in Git & GitHub for DevOps EngineersWhat is Git and why is it important? Git is a version control system that helps you manage and track changes in your code. It's important because it allows collaboration, keeps a history of changes, and helps prevent chaos in coding projects. What...00
ISIrfan S Momininirfans.hashnode.dev·Nov 9, 2023 · 4 min readDay-08 Task: Basic Git & GitHub for DevOps EngineersDescribe Git Git is a version control system that lets you keep track of file changes and divide up work among several users. While it may be used to track changes to any set of files, it is most frequently used for software development. Git allows y...00
ISIrfan S Momininirfans.hashnode.dev·Nov 9, 2023 · 5 min readDay-07 Task: Understanding package manager and systemctlWhat 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 software packages on an operating system. The package manager can be a graphical application like a ...00
ISIrfan S Momininirfans.hashnode.dev·Nov 7, 2023 · 3 min readDay-06 Task: File Permissions and Access Control ListsThe concept of Linux File permission and ownership is important in Linux. Here, we will be working on Linux permissions and ownership and will do tasks on both of them. Let us start with the Permissions. Create a simple file and do ls -ltr to see th...00