BLOG

Latest Articles

BEeF Hacking Framework Tutorial [5 Easy Steps]

Step by step instructions to use beef hacking framework with example. Beef hacking framework is a powerful tool that can be leveraged by systems security …

By kennedymuthii · 6 min read · Ethical hacking

SQL RANK Function Explained [Practical Examples]

Practical examples of SQL RANK function with a single table, multiple tables, with partition argument and ORDER BY ASC and DESC, also mention an example of SQL …

By falgunithakker · 10 min read · SQL

[SOLVED] pip command not found in Ubuntu

There are two different versions of pip which you can install to solve the error i.e. pip command not found in Ubuntu 20.04 Linux. Step by Step instructions to …

By admin · 4 min read · Ubuntu

Python multi line strings [5 Methods Explained]

In this programming tutorial we learned about 5 different methods include using three double quotes, three single quotes, backslash, brackets, and using join() …

By bashiralam · 8 min read · Python

Master Python zip Function: Boost Your Coding Skills

The Python zip function accepts iterable items and merges them into a single tuple. The resultant value is a zip object that stores pairs of iterables. we can …

By bashiralam · 14 min read · Python