Introduction: MySQL’s slow query log makes it easy to track SQL queries that take more than a specific time for execution. This allows you to find inefficient SQL queries that can be optimized to improve database performance. Prerequisite: Implementation: Step 1: SSH the server with the user having sudo privileges… Continue Reading How to enable the slow query log – Mysql in Linux

Introduction: Metasploit is a tool that is used to check the vulnerabilities of websites. In this blog we are going to learn how to install the Metasploit in the server by following the below steps. Prerequisites: 1. A server with OS type Ubuntu 20.04 or higher.2. An user with sudo… Continue Reading How to install Metasploit on ubuntu20.04 or in Higher versions.