#devops
Read more stories on Hashnode
Articles with this tag
Task 1: Define a Function to Calculate Factorial I started with defining a Python function to calculate the factorial of a number. Here's how the...
To install Python on Amazon Linux, you can use the following commands based on the version of Amazon Linux you are using. For Amazon Linux 2: Update...
Git Stash Git Stash allows you to temporarily save changes that you aren't ready to commit yet. It removes the changes from your working directory and...
What is a Branch? A branch in Git is essentially a pointer to a specific commit in the history of your project. It allows you to diverge from the main...
What is a package manager in Linux? A package manager in Linux is a tool that automates the process of installing, updating, configuring, and removing...
File permissions are core to the security model used by Linux systems. They determine who can read, write and execute files. How to view Linux file...