BLOG

Latest Articles

git reset examples [hard vs soft vs mixed]

The git reset command changes your repository and working directory to a known state. Specifically, git reset adjusts the HEAD ref to a given commit, and by …

By admin · 10 min read · GIT

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 …

By admin · 12 min read · SQL

Python substring Explained With Examples

A Python substring is a small part of a string. To extract a substring from a string by slicing with indices that get our substring …

By bashiralam · 9 min read · Python

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, …

By admin · 6 min read · Kali Linux