Published in Analytics Vidhya·Sep 11, 2021Getting Started With Shell ScriptingHey, everyone! In this blog, we will learn about something that interests many of us: Shell Scripting. Remember when in movies we see a hacker crunching keys on the keyboard and typing something on a black screen, How cool that feels, doesn't it? …Linux5 min read
Published in Analytics Vidhya·Jun 12, 2021Spotify in Docker ContainerIf you have come across a question that whether or not you can run a graphical application inside a docker container because either you were curious or have created some GUI application that you want to run inside a container, then the answer to your question is YES, we can…Docker3 min read
Published in Analytics Vidhya·Apr 11, 2021What is Ansible and its use-casesAnsible ..? Ansible is an open-source software provisioning, configuration management, and application-deployment tool enabling infrastructure as code. In simple words, it's an automation engine that is simple yet very powerful. Ansible can be installed on many Unix-like systems (Linux) and you can configure any Unix-like systems as well as Microsoft windows system…Ansible4 min read
Mar 20, 2021Create High Availability Architecture with AWS CLI using EC2, S3 and CloudFront.Today we will see how you can create a High Availability architecture on Amazon Web Services(AWS) using Command Line Interface(CLI). Our architecture will have integration of various AWS services like EC2, S3, and CloudFront and ELB. We will be creating the following architecture on AWS. The architecture includes:- 1) Webserver configured on EC2 Instance 2) Document Root(/var/www/html) made…High Availability6 min read
Mar 14, 2021Configuring apache server on Docker container and setting up Python interpreterHello and welcome to this article. Today we will learn how to configure an apache webserver in a docker container and also set up a python interpreter on top of it. Its a simple process and we need to follow the following steps:- Launching a container with PATting Installing an apache server and enabling its services Installing python interpreter Step 1) Launching container with PATting Since our environment…Docker3 min read
Mar 10, 2021How big MNC’s like Google, Facebook, Instagram, etc stores, manages and manipulate Thousands of Terabytes of data with High Speed and High EfficiencyHow much data? We all know that “data is the oil of 21st century”. It is considered as the most valuable commodity and every day lots of data is getting transferred all across the globe constantly. Now, just to give you the perspective of how much data is daily transferred in big MNCs…Big Data3 min read