Showing headlines posted by devopsmyway
Adding AWS Secondary Private IP in EC2 Instance
This tutorial explains how to add AWS Secondary Private IP in EC2 Instance including Windows and Linux Instance.
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 System, it takes very little time to start and hence it is very faster than Virtual Machines.
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 System, it takes very little time to start and hence it is very faster than Virtual Machines.
Install Anaconda on Amazon Linux(EC2)
This tutorial will explain to you how to Install Anaconda on Amazon Linux.
Anaconda is an open-source distribution of Python and R Programming languages. It is mainly used in Data Science and Machine Learning etc. Anaconda distribution contains 1,500 packages selected from the conda and PyPI packages and virtual environment manager.
Anaconda is an open-source distribution of Python and R Programming languages. It is mainly used in Data Science and Machine Learning etc. Anaconda distribution contains 1,500 packages selected from the conda and PyPI packages and virtual environment manager.
How to install Anaconda on Linux
Anaconda is an open-source distribution of Python and R Programing languages.It is mainly used in Data Science and Machine Learning etc.Anaconda distribution contains 1,500 packages selected from the conda and PyPI packages and virtual environment manager.
15 Important PostgreSql commands you must know
These are important PostgreSQL commands that you must know as a DevOps/Database Admin. I would recommend you to also read my earlier article for PostgreSQL Installation.
How to install Docker on EC2 Instance
Docker is a platform that combines applications and its dependencies in the form of packages, called container. We can run multiple containers on a single Operating System. This tutorial explains, how to install docker on ec2 instance.
Passwordless SSH login using public key and private key
SSH stands for Secure SHELL, is a protocol used to connect remote hosts to login or performing some tasks using scripts. When we want to automate some tasks on remote hosts using scripts from a centralized server like Jenkins/Ansible or any Linux Server, we may require a password less connection between the remote hosts and the centralized Server. In this tutorial, we will learn to create Passwordless SSH login using public key and private key. Follow the step by step guide to make your ssh connection passwordless.
Extend disk space of AWS EC2 Linux Instance
In this tutorial , we will learn how to extend disk space of AWS EC2 Linux Instance with zero downtime. Before Starting I would recommend you to take AMI backup of the instance or Snapshot of the Volume.Taking backup is recommended for safety purpose.
Git Tutorial for beginners (Part I)
What is Git? Git is the most commonly used Distributed Version Control System nowadays. Now the question that comes in your mind is ” What is Distributed Version Control System?”. In this tutorial for beginners (Part I), we will have a basic understanding of Git.
How to launch Linux Virtual Machine on AWS
Let us learn to launch a Linux Virtual Machine on AWS. AWS (Amazon Web Services) is a leading Cloud Service Provider that allows you to create a Virtual Machine in their Infrastructure. However it costs ,though some free-tier is also available. You can make your account in AWS for free and can use free-tier facilities as per their terms and conditions. You can create your free account by using below link.
https://aws.amazon.com/free
https://aws.amazon.com/free