Don't wanna be here? Send us removal request.
Text
Installing Jupyter Notebook on AWS EC2
Installing Jupyter Notebook on AWS EC2
This tutorial will explain How to install and configure Jupyter Notebook on AWS EC2
Jupyter Notebook
Jupter Notebook is a very powerful tool for developing and presenting data science projects. It is a very flexible and popular tool which enables you to put your code, output of the code , any kind of visualization or plot etc. in the same document.
Install and configure Jupyter Notebook on…
View On WordPress
0 notes
Text
AWS Policy Generator to create custom IAM policy
AWS Policy Generator to create custom IAM policy
This tutorial will explain you about how to create custom IAM policy to access S3 Bucket using AWS Policy Generator
AWS Policy Generator
AWS policy Generator is a tool that is used to create custom policies easily and correctly.Using this tool you can create different policies like S3 Bucket Policy, SQS Queue Policy, VPC Endpoint Policy , IAM policy and SNS Topic policy.
Read About: Important…
View On WordPress
0 notes
Text
CHMOD and CHOWN- Must Know Linux Commands
CHMOD and CHOWN- Must Know Linux Commands
This tutorial explains CHMOD and CHOWN commands that are broadly used in Linux.
CHMOD and CHOWN
The command CHMOD stands for change mode, and this is used to change the permission of a File or Directory.The Command CHOWN stands for Change Owner and this is used to change the ownership of a File or Directory.
Also Read : Linux Tutorial for Beginners
&& Git Tutorial for Beginners
Let us…
View On WordPress
0 notes
Text
AWS S3 Bucket - A Complete guide to create and access
AWS S3 Bucket – A Complete guide to create and access
This tutorial will explain you ,How to create AWS s3 bucket and access it from Windows and Linux hosts.
What is S3 Bucket ?
Amazon S3 Stands for Amazon Simple Storage Service, which provides Object-Based Storage for uploading or downloading your flat files(Images, Videos, Documents, etc) using a secure web service Interface.
Files are stored in S3 Buckets. S3 Buckets are nothing but a folder
View On WordPress
0 notes
Text
Change/Resize AWS ec2 instance types
Change/Resize AWS ec2 instance types
This tutorial will explain, How to change/resize AWS EC2 Instance types for EBS Backed Instance ( The EC2 Instance that uses EBS Volume)
AWS EC2 Instance Types
Amazon provides a wide range of instance types optimized to fit different use cases. Instance types consists of varying combinations of CPU, memory, storage, and networking capacityand give you the flexibility to choose the appropriate…
View On WordPress
0 notes
Text
OpenVPN server setup on AWS - How to ?
OpenVPN server setup on AWS – How to ?
In this tutorial, we will learn “OpenVPN server setup on AWS”
OpenVPN
OpenVPN is an opensource commercial software that is used to create Remote VPN as well as Site-to-Site VPN Tunnel.
Remote VPN enables an Individual User to connect private networks(e.g- Office Network) from remote locations. Using a Site-to-Site VPN, users from two different private networks ( e.g – two branch offices)can…
View On WordPress
0 notes
Text
Certificate signing request(CSR) generate in Windows
Certificate signing request(CSR) generate in Windows
This tutorial explains, how to generate Certificate Signing Request(CSR) in Windows(IIS).
Certificate Signing Request(CSR)
Certificate Signing Request(CSR) is a block of encoded text that is shared to Certificate Authority for purchasing or renewing an SSL Certificate for a Domain/Website.
In this tutorial, we will learn how to generate Certificate Signing Request(CSR) for Windows(IIS). We…
View On WordPress
0 notes
Text
How to generate certificate signing request(CSR) in Linux
How to generate certificate signing request(CSR) in Linux
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 renewing an SSL Certificate for a Domain/Website.
In this tutorial, we will learn how to generate Certificate Signing Request(CSR) for Linux. When we generate C…
View On WordPress
0 notes
Text
Git Install on Ubuntu/Centos/AmazonLinux/Windows
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 more details read about – Git Tutorial for Beginners
Git Install on Ubuntu
Here is the step by step guide to Install git on ubuntu.
Step 1- Update your Ubuntu Linux…
View On WordPress
#git install#git install amazon linux 2#git install centos#git install on ubuntu#install git#install git centos#install git on windows#install git ubuntu
0 notes
Text
Install Docker on Ubuntu using Script
Install Docker on Ubuntu using Script
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 Operating System. Containers are not Virtual Machines. Virtual Machines requires Operating System to run applications, but containers do not. As containers don’t need an Operating…
View On WordPress
0 notes
Text
Domain Name Server basics and how DNS works?.
Domain Name Server basics and how DNS works?.
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 Versa.
Read About: 21 Important AWS Services that we must know
&& How to Install Docker on Windows?
Before starting to talk about “how Domain Name Server Works?'”, let’s go…
View On WordPress
0 notes
Text
AWS Services- 21 Important AWS Services to know
AWS Services- 21 Important AWS Services to know
This tutorial contains, 21 AWS Services to know. It covers an overview of important AWS Services.
What is AWS?
AWS(Amazon Web Services) is the world’s mostly used Cloud Platform that provides customers a wide range of Cloud Services.
In this tutorial, we will learn about some important AWS Services that are widely used by AWS Customers.
Important AWS Services
AWSprovides services in many domains…
View On WordPress
0 notes
Text
How to Install docker on windows
How to Install docker on windows
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 on a single Operating System. Containers are not Virtual Machines. Virtual Machines requires Operating System to run applications, but containers do not. As containers don’t need an…
View On WordPress
0 notes
Text
How to Install django on aws ec2(Amazon Linux2)
How to Install django on aws ec2(Amazon Linux2)
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 Linux) there are several methods to install it .We will use most popular and easy method to install Django on AWS EC2 by installing it using PIP.
Python Version recommended for Django
Python3is…
View On WordPress
0 notes
Text
Install MongoDB on EC2( Amazon Linux 2)
Install MongoDB on EC2( Amazon Linux 2)
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.
Also Read: How to install Anaconda on Linux
&& 15 Important PostgreSQL commands you must know
Install MongoDB on Ubuntu using Yum
Step 1– Update Amazon Linux 2
$ yum update -y
Step 2…
View On WordPress
0 notes
Text
How to Install jenkins on windows
How to Install jenkins on windows
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. Jenkins supports hundreds of plugins that help us to automate a project.
Also Read : How to Install Jenkins on Ubuntu
&& Git Tutorial for beginners (Part I)
Prerequisite for Jenkins
Install
View On WordPress
0 notes
Text
Install mysql on Ubuntu/Centos/Amazon Linux(EC2)
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 is one of the most popular databases used in the world.
In this tutorial we will learn to install mysql in Ubuntu/Centos and Amazon LInux(EC2) and some basic…
View On WordPress
0 notes