Latest Articles
Solved: How to do line continuation in Python [PROPERLY]
In Python, we have different techniques to perform line continuation. In this tutorial, we have learned about the kind of errors that can occur if we just use …
Master Python pwd Module [Basics to Advanced]
The Python pwd module provides access to the Unix user account and password database. Using this module, we can access the user's account and password database. …
chattr Command in Linux: Change File Attributes Using Immutable and Append-Only Flags
Learn the chattr command in Linux with 11 practical examples. Understand file attributes, immutable files, append-only mode, and how to use lsattr to inspect …
Create phishing campaign with Gophish [Step-by-Step]
Step by step instructions to create a phishing campaign using gophish framework. We have configured sending profile, added the sending profile and templates …
SOLVED: Check Ubuntu Version the RIGHT WAY
6 different methods to check ubuntu version from command line terminal or graphical user interface,
