#linux
Read more stories on Hashnode
Articles with this tag
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...
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...
To create multiple directories in given range using script #!/bin/bash # Shebang to specify the script should be run using Bash # Function to...
Click on EC2 under Services and click on Launch Instance. A new webpage will open. Now give a name to your instance for your reference under the Name...