#linux
Read more stories on Hashnode
Articles with this tag
Starting the basics of Python as it is also important for Devops Engineer to build the logic and Programs. What is Python? Python is a Open source,...
A simple cheatsheet with commands generally used in linux and git -
Git Branching Use a branch to isolate development work without affecting other branches in the repository. Each repository has one default branch, and...
What is Git and why is it important? Git is one of the most popular Version Control System It takes code and stores it in database-like files which...
What is Git? Git is a version control system that allows you to track changes to files and coordinate work on those files among multiple people. It is...
What 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...