#linux
Read more stories on Hashnode
Articles with this tag
A Step-by-Step Tutorial for Deployment and Cleanup · Introduction: In this tutorial, we'll deploy an application on an AKS (Azure Kubernetes Service)...
Containerization has become a popular packaging method, for distributing and running applications in a consistent and isolated environment. In this bl ·...
OSI (Open Systems Interconnection) Model - · Systems that are open for communication with other systems.OSI is developed to communicate with computers...
GIT-Global Information Tracker Tracking the history of the project is called GIT. GIT allows us to maintain the history of the project. So to save...
Yaml Ain't Markup Language · Previously YAML was known as Yet Another Markup Language. But now it is called Yaml Ain't Markup Language. YAML is not a...
Anything you can run normally on the command line can be put into a bash script and it will do the same thing. which $SHELL # tells us that in which...