Bind and DNS tools Linux Application Scripts and codes

Analyzing Nginx Logs with Python: Reverse DNS Lookup, IP Enumeration, and Counting

Estimated read time 4 min read

While experimenting with parsing my Nginx access logs in Python a while ago, it occurred to me that this could serve as the basis for another blog post. My goal was to identify the most frequently occurring IP address and [Read More…]

Linux Application Scripts and codes

Git – How to start, what to understand and what to practice?

Estimated read time 4 min read

Many many days back, I wrote an article about some basics commands of git. It is a very basic article and is not sufficient to progress in a PROD environment. Here, I will try to resolve some confusion (How and [Read More…]

Linux Application Scripts and codes

Deploy AWS EC2 instances using Ansible

Estimated read time 3 min read

We have seen in the past how to use Terraform to deploy AWS EC2 instance. But, this is also possible using Ansible. In this blog post, we will focus on the deployment of AWS EC2 instance using Ansible. I assume [Read More…]

Cloud Computing Linux Application Linux System Scripts and codes

Getting started with Terraform

Estimated read time 4 min read

Terraform is an open-source tool created by HashiCorp and it is written in Go programming language. Using Terraform allows us to define our infrastructure as a Code by using declarative language. It’s important to understand that Terraform language is declarative, [Read More…]