Latest Articles
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 …
Git rename branch - local and remote (PROPERLY)
The three steps to rename branch in git. Step 1; git branch -m old_branchname new_branchname, Step 2: git push origin :old_branchname new_branchname, Step 3: …
Install DVWA on Kali Linux (Step-by-Step)
Step by step instructions to install DVWA in Kali Linux with screenshots.
How to SAFELY git delete branch? [SOLVED]
You can safely delete local branch with git branch -d yourbranch. To delete a remote branch, use git push origin :mybranch, assuming your remote name is origin …
