#cloud
Read more stories on Hashnode
Articles with this tag
Virtual Private Cloud (VPC) - VPC is a virtual network or data center inside AWS for one client. It is logically isolated from other virtual n/w in...
Q.1 If you forgot to take backup of EC2 machine and it will get corrupt, what will you do? Answer: Tags -> More information about your EC2 machine We...
What is Git and why is it important? Git(Global information tracker) is a version control system. It stores history. Git has branching capabilities....
Today I'm covering the basics of creating a git repository, adding to staging, add, remove, restore, check status and commit. What is Git? Git- Global...
Comments Comments help the reader to understand functionality in a nutshell. Variables In shell scripting, a variable is a named container or...
SSH(Secured shell) SSH, which stands for Secure Shell, is a network protocol that allows you to securely access and manage remote systems over an...