Articles by Deepak Prasad
Install Kali Linux on Apple M1 with UTM [100% Working]
Step by step instructions to install Kali Linux on Apple M1 Laptop using UTM
Configure IPv6 UEFI PXE Boot with Kickstart [RHEL/CentOS 8]
Step by step instructions to install and configure IPv6 UEFI PXE Boot using kickstart configuration file. Automate the installation over IPv6 network using …
Git Discard Changes Explained (Undo, Remove, Reset All Changes with Examples)
Learn how to discard changes in Git with practical examples. This guide covers how to undo local changes, remove unstaged and staged changes, reset commits, and …
Network Reconnaissance using Nmap [Cheat Cheet]
Network reconnaissance is a critical part of any network pentesting operation. Knowing more information about the target’s network will let us know about the
Top 5 Subdomain Enumeration Tools [Web Application Pentest]
In this tutorial article, we have learnt the top 5 tools used for Subdomain Enumeration in Web application Pentesting. All the tools in this post are very …
100% proven ways to find hidden endpoints [Tutorial]
There are various methods to find Hidden endpoints: Google Dorks Github Archive’s Apk’s JS Files
Remove Directory in Linux PROPERLY & SAFELY
In this tutorial I have shared the commands and examples to remove directory in Linux properly without loosing any data. Delete directories and sub directories …
How to Remove a Commit in Git (Undo, Delete or Revert) with Examples
Learn how to remove a commit in Git using reset, revert, or rebase. This guide explains how to undo the last commit, delete a specific commit, remove commits …
SOLVED: Check Ubuntu Version the RIGHT WAY
6 different methods to check ubuntu version from command line terminal or graphical user interface,
Solved: Change MAC Address in Linux [Temp & Persistent]
Step by Step instructions to change MAC address in Linux. Both temporary and permanent to survive reboot. Assign random or custom defined MAC Address with …
Configure IPv4 UEFI PXE Boot with Kickstart [RHEL/CentOS 8]
Step by step instructions to install and configure uefi pxe boot with kickstart on RHEL/CentOS 8 Linux. Configure DHCP for UEFI BIOS and automated installation
Use Burp Suite Proxy to Intercept Network Traffic [Step-by-Step]
Step by step instructions to setup and configure burp suite proxy to intercept network traffic with examples.
Deploy Openstack using Kolla Ansible [Step-by-Step]
Step by step instructions to deploy openstack using kolla ansible with screenshots.
Git Restore Explained with Examples (Files, Staged, Undo Changes)
Learn how to use git restore command with practical examples. Understand how to restore files, undo changes, unstage files using git restore --staged, and …
Install GCC on Rocky Linux PROPERLY
step-by-step guide to install GCC on Rocky Linux. We also went further and wrote a C program to add two numbers, and further looked at how GCC carries out …
