#trainwithshubham
Read more stories on Hashnode
Articles with this tag
I’ve put together cheat sheets for Linux commands and Git-GitHub basics to help you navigate and manage your projects more efficiently. These cheat...
Git Git is a tool used to manage and keep track of changes in your source code. It helps developers work together by storing code in one place and...
Day 10 Task: Log Analyzer and Report Generator Day 11 Task: Error Handling in Shell Scripting · Shell-script-entire-document-with-day9,10&11 - Click on...
whoami - Print the user name associated with the current effective user ID ubuntu@ip-172-31-47-122:~$ whoami ubuntu Pwd : Present working...
What is a Git Branch? A Git branch is like a separate workspace where you can make changes without affecting the main code. It's a way to work on new...
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...