Linux Application

Rclone your files to Google drive on Rocky Linux

Estimated read time 2 min read

A swift and easy way to sync your files and folders to Google Drive on Rocky Linux can be done using Rclone.  Rclone is a command-line program to manage files on cloud storage. It is a feature-rich alternative to cloud [Read More…]

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 Linux System

Understanding RAM, CPU, L1, L2, and L3 cache – Part 2

Estimated read time 5 min read

If you are reading this article, I guess you already went over part 1 which addressed the main issues about Memory. In part 1, we have mostly seen how memory reacts in a virtual environment. We should not confuse virtual [Read More…]