Ansible playbook for spin up droplets in DigitalOcean

Ansible is an open source configuration management tool, and is popular for provision infrastructure. In this blog post I’ll show you how easily you can spin up multiple droplets in DigitalOcean. The full code can be downloaded from here. Prerequisite Ansible should be installed on your host and you should …

How to deploy MHN (Modern Honey Network) Server on EC-2 Instances

A honeypot is a computer software or device that exists only for attack. Yes, that’s the main goal of a honeypot. When you deploy a honeypot the main goal of the system is to be attacked. When a hacker interact with the honeypot, it starts logging the activity of the …

How to deploy multi node OpenStack cloud on your laptop (Part-1)

Deploying a cloud solution like OpenStack is hard. You have to install different services on different server, perform many different functions to orchestrate the cloud. It is a common question for those who wants to deploy OpenStack that how to start? How can I ensure that everything is in order  or every component …

How to implement 2 factor authentication for SSH on Ubuntu 16.04

Hello everyone. Today I’ll show you how to implement 2 factor authentication for SSH on Ubuntu 16.04 server using the Google Authenticator app. We will use ssh key (1st factor) and a randomly generate code (2nd factor) by Google Authenticator to login to our Ubuntu server. I use Amazon EC2 …

How to launch and connect Amazon EC2 Linux (Ubuntu 14.04 LTS) instances….

Topic Covered AWS Free tier which include 750 hours per month instance usage. 30 GB of storage. Expire 12 months after sign-up. You can find more information here about AWS free tire. Prerequisite Before launching To launch an instance in AWS first you need to sign-up or open an account. …

Back to Top