Articles by Deepak Prasad
Reasons to migrate your app to AWS
If there is one thing that takes worldwide financial state, overseas supply chains and support professionals through the COVID-19 situation, it is cloud
Setup Virtual Penetration Testing Lab [Step-by-Step]
A virtual penetration testing lab creates a safe and convenient environment for ethical hackers to sharpen their skills and test the various security tools …
Git Reset Explained (Soft vs Mixed vs Hard) with Examples
Learn Git reset with practical examples including soft, mixed, and hard reset. Understand the differences, use cases, and how git reset affects the working …
SQL INNER JOIN Explained with Simple Examples
The SQL INNER JOIN clause allows you to query data from multiple tables. It returns all rows from Table1, Table2, and Table 3 so on with exact matching rows …
Password Cracker - John The Ripper (JTR) Examples
John The Ripper (JTR) is one of the most popular password cracking tools available in most Penetration testing Linux distributions like Kali Linux, Parrot OS, …
Install Rocky Linux 8 [Step-by-Step with Screenshots]
This guide covers how to install Rocky Linux 8.4 on VirtualBox. Rocky Linux is the replacement of the much-loved CentOS whose support will end on December 31, …
Install MariaDB on Rocky Linux 8.4
In this tutorial, we will learn how to install MariaDB on Rocky Linux 8.4. You may also check the mariadb page link for the official instructions to install
WPScan: WordPress Vulnerability Scanner Guide
WPScan is a WordPress vulnerability scanner, a penetration testing tool used to scan for vulnerabilities on WordPress-powered websites.
Terraform: EKS Cluster Provision on AWS [10 Steps]
This article shall cover how to deploy an EKS cluster on AWS using Terraform. There are many ways to deploy an EKS cluster on AWS such as using the web
Install MongoDB on Rocky Linux 8.4 (Step-by-Step)
In this tutorial we will cover the steps to install MongoDB on Rocky Linux.
SQL LEFT JOIN Explained with Practical Examples
The SQL LEFT JOIN clause allows you to query data from multiple tables. It returns all rows from the left table and the matching rows from the right table.
Deploy flask with gunicorn and nginx (Step-by-Step)
We will use gunicorn as a WSGI server to communicate with our flask app, and Nginx as a proxy server between the gunicorn server and the client.
Windows Subsystem for Linux (WSL2) on Windows 10 (Step-by-Step)
Step by Step guide to install windows subsystem for Linux (WSL2) using Windows 10. Install Ubuntu on Linux using WSL.
DVWA SQL Injection Exploitation Explained (Step-by-Step)
SQL injection proves to be a critical vulnerability that can exist in a system. The DVWA acts as a reliable resource for both penetration testers who want to …
How to Rename Git Branch (Local & Remote) with Examples
Learn how to rename Git branches locally and remotely with practical examples. This guide explains how to rename the current branch, rename another branch, …
