salik sattisaliksatti.hashnode.dev路Jul 14, 2024Day-7: "Mastering Package Managers: Your Ultimate Guide to Seamless Software Management"What is a Package Manager? Imagine you have a box of LEGO bricks, with each brick representing a piece of software, such as a tool or a library, that you might need to build something amazing. Now, picture having a special assistant who can swiftly f...10 likesLinux
Darshana Mahesh Takawaletechwithdarshana.hashnode.dev路Apr 7, 2024Day 7 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 ...26 reads#linux#systemctl#packagemanager
Devbrat Singhcloudwithdev.hashnode.dev路Mar 9, 2024#90DaysOfDevOps Challenge - Day 7 - Understanding package manager and systemctlWelcome to Day 7 of the #90DaysOfDevOps challenge by . In today's challenge, we will explore package managers on Linux, learn about the powerful systemctl command, and understand the role of systemd in managing system services. Let's dive into these ...Day7
Neha Adwankarlinkena.hashnode.dev路Nov 26, 2023馃摝Understanding package manager and systemctlDevOps 90-Days Challenge, Day-07 OVERVIEW - Today, we learned about package managers and how to manage Linux services. Since there are no prerequisites, it is best to log in as the root user and download the tools in RPM, DEB, and many more formats....44 readscoloud
Apurv Samadderapurv1990.hashnode.dev路Nov 2, 2023Day 8 Basic Git & GitHub for DevOps Engineers.What is Git? Git is a version control system, that allows any software developer, or development project to track changes made in files and coordinate work of those files among multiple people. With the help of GIT, we can keep 馃攧 Version Control: K...#TWS
Moiz Asifmoiz-journeytodevops.hashnode.dev路Aug 3, 2023Day 7: Understanding package manager and systemctlWhat is a package manager in Linux? A package manager in Linux is a software tool that automates the process of installing, updating, configuring, and removing software packages on a Linux-based operating system. It simplifies software management by ...#Day7 #90DaysOfDevops