Before we go into Docker, let's talk about virtualization, virtual machines, and containers. What exactly is Virtualization? What exactly is a Virtual Machine? What exactly is a Container? We can use virtualization to run ma…
This article will show you how to get started with Docker and provide step-by-step instructions for using the Docker environment. Before proceeding to the following phase, everyone's mind turns to the summary content. Check…
Earlier I have explained how to configure Jenkins on Amazon Ec2 Instance & in this post we'll learn how to install Git on Amazon Ec2 instance. For that what you have to do is follow my instructions carefully. Prerequisit…
let's have a look how you can configure Jenkins on AWS Ec2. If you were already installed Jenkins on your Amazon Ec2 instance follow the below step by step Guide. And If you are not installed and do you need little bit of as…
Everything You Need To Know About Linux Commands . Also Checkout : Things You Can Learn From Studying Git Tags Advantages Of DevOps The Complete Beginner's Guide to Sql Joins Sharing is caring!
Let's speak a little bit about Jenkins and why we use it in our daily work . Jenkins is a continuous integration and delivery tool used in the software development industry. It enables developers to automate their build …
Admin Linux Commands: Summary: useradd passwd chage groupadd userdel yum install apt-get chmod useradd if u r trying to add user with norma user u will get permission denied. login with root user and try adding sudo su - check …
Linux Commands:Part3 Summary: who w whoami whereis date df du hostname man ps kill top zip tar unzip who The who command is used to get information about currently logged in user on to system. who -u : To show list of users log…
Linux Commands:Part2 Summary file wc cat vi cp echo head tail sed more less diff sort grep file [option] [filename] file command is used to determine the type of a file. file type may be of human-readable(e.g. ‘ASCII text’) …
Linux Commands: Normal user mkdir ls tree yum install apt-get cd pwd rmdir touch All the commands in Linux r lower cases -case sensitive. windows we called as folders lly in Linux we called as directory I want to create a directo…
Linux File (or) Directory Structure Step 1: @Register with aws While registering, visit AWS Management Console for further information. Step 2: Create an Ec2 instance on AWS using the following video. How to Create AWS EC2 In…