Category: DevOps Turorial
This tutorial explains, how to generate Certificate Signing Request(CSR) for Linux. Certificate Signing Request(CSR) Certificate Signing Request(CSR) is a block of encoded text that is shared to Certificate Authority for purchasing or...
This tutorial explains Git Install on Ubuntu/Centos/AmazonLinux/Windows Git Git is the most commonly used Distributed Version Control System these days. To know about ” What is Distributed Version Control System and Git ?” in...
This tutorial explains, how to install docker on Ubuntu. Docker Docker is a platform that combines applications and its dependencies in the form of packages called a container. We can run multiple containers on a single...
What is DNS? DNS stands for Domain Name System sometimes also called Domain Name Server or Domain Name Service is used to translate human-friendly Domain Names(e.g devopsmyway.com) to IP address(eg – 10.10.1.1) and Vice...
This tutorial contains, 21 important List of AWS Services that you must know. It provides an overview of important Amazon web Services. What is AWS? Amazon Web Services is the world’s mostly used Cloud...
This tutorial will explain how to install docker on Windows Docker Docker is a platform that combines applications and its dependencies in the form of packages called a container. We can run multiple containers...
This tutorial explains How to Install Django on AWS EC2( Amazon Linux 2) Django Django is a python-based opensource framework to write a web application.If you want to install Django on AWS EC2( Amazon...
This tutorial explains, How to Install MongoDB on EC2 (Amazon Linux 2) MongoDB is an opensource NoSQL database that keeps data as Jason-like structure, unlike SQL database that stores data in table structure.MongoDB provides...
This tutotorial explains , how to install Jenkins on windows. Jenkins Jenkins is a very popular Open Source software that helps us to automate not only the build-deployment process but also an entire project....
This tutorial explains, how to Install mysql on Ubuntu/Centos/Amazon Linux. Mysql is an open-source Relational Database Management System(RDBMS). It is used in Relational Database and Structured query language to manage all the data. It...