BLOG

Latest Articles

SQL Replace Function Explained [Practical Examples]

SQL REPLACE performs comparisons based on the collation of the input. To perform a comparison in a specified collation, you can use COLLATE to apply an explicit …

By falgunithakker · 8 min read · SQL

Python UUID Easy Examples to generate UUID

This Python UUID module provides immutable UUID objects and the functions uuid1(), uuid3(), uuid4(), and uuid5() for generating version 1, 3, 4, and 5 UUIDs

By bashiralam · 8 min read · Python

Only Paste Command Linux Cheat Sheet You Will Need

paste command is used to merge lines of files in the Linux system. It prints the corresponding lines from each file sequentially. Each line is separated by TABS …

By rohantimalsina · 10 min read · CheatSheet

cut Command in Linux: Practical Examples & Cheat Sheet

Learn how to use the cut command in Linux with clear, practical examples. This guide covers selecting bytes, characters, and fields, working with delimiters, …

By rohantimalsina · 6 min read · CheatSheet

Learn hacking with Metasploitable 2 [Step-by-Step]

Step by step beginners guide exploit remote services in Linux using Metasploitable 2 and Kali Linux. We learn to exploit samba server, ftp server on port 21 and …

By kennedymuthii · 6 min read · Kali Linux