In this script you will get information like AZ, instance ID, IP, keyname, etc… Please find the script below. Create a file with name getawsinstance.sh. Copy and paste the below content.nano getawsinstances.sh !/bin/bash echo “Grabbing instances in all regions, please wait..”for region in aws ec2 describe-regions –output text | cut… Continue Reading Bash Script to get the information related to instances of all regions in AWS.

Convert XML to Json format and store in Database using Python Date posted:23 /11 / 2018 Introduction: In this article, it is applicable to convert only a very small Xml file format  in to Json  format. The converted Json format will be inserted in to a  existing database in Mysql. … Continue Reading Convert xml to Json format and store in DB using Python

Basic Errors & Solutions For Python Beginners. Date Posted: 13-10-2018 In this article, we are going to discuss a basic errors and  its solution in python. This article will help the beginners to know about  the errors and  guide them to solve it. let us detailed below, 1.Indentation Errors: It generally… Continue Reading Basic Errors & Solutions For Python Beginners.

Setting up Django and your web server with uWSGI and nginx Date posted: 05-oct-2018   In this article, we will see how to setup a Django web application on Ubuntu 16.04 server. We’ll use UWSGIservice to deploy our webapp along with Nginx. Requirements:- Python 3.6 Django 2.0.7 Nginx 1.10.3 Ubuntu 16.04 Install… Continue Reading Setting up Django and your web server with uWSGI and nginx on Ubuntu

Upgrading WordPress Manually in Centos 7 Date Posted : 20-09-2018 In this article, we are about to learn about how to upgrade WordPress version from rear end.We assuming that your have installed LAMP stack. Prerequisite : Acquaintance of WordPress,MySQL Assumptions: Centos 7 is running in your server WordPress version :… Continue Reading Upgrading WordPress Manually in Centos 7

Introduction Data backup is a critical part of any IT infrastructure. Whether you are managing personal files, application data, or business documents, maintaining regular backups helps protect against accidental deletion, hardware failures, ransomware attacks, and other unexpected incidents. Amazon S3 (Simple Storage Service) is a highly durable, secure, and scalable… Continue Reading Python Script to take backup of folder on amazon s3 – Windows

Introduction Backing up MySQL databases is one of the most critical responsibilities for database administrators and DevOps engineers. While full database backups are useful, there are many scenarios where backing up individual tables provides greater flexibility, faster recovery, and reduced storage consumption. In this guide, you’ll learn how to automate… Continue Reading Automate MySQL Table-Level Backups to Amazon S3 with Encryption

Introduction: In this post, we will explain how to set up failover on Rundeck. Rundeck officially doesn’t supports failover. We tested this approach on CentOS 6 and it’s working fine. Moreover, use this approach at your own risk 😛 Prerequisites: This post assumes that Rundeck is running on host1 and… Continue Reading Rundeck Failover Setup