• Home
IMTIAZ RAHMAN
Tag: Cloud
 

Menu

Skip to content
  • Home

Tags

Ansible Automation Cisco Cloud Container DevOps Docker honeypot ipv6 Linux NetDevOps OpenStack Puppet Security SOAR SSH Thoughts Ubuntu vim virtualization

Categories

Powered by Verbosa & WordPress.

Tag: Cloud

Ansible playbook for spin up droplets in DigitalOcean

imtiaz February 26, 2020 Ansible / Automation / Cloud / DevOps / Linux / UbuntuLeave a comment

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 …

Continue reading

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

imtiaz April 7, 2017 Cloud / honeypot / Security / UbuntuLeave a comment

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 …

Continue reading

How to implement 2 factor authentication for SSH on Ubuntu 16.04

imtiaz December 22, 2016 Cloud / Linux / Security / UbuntuLeave a comment

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 …

Continue reading

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

imtiaz September 22, 2016 Cloud / UbuntuLeave a comment

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. …

Continue reading