Latest Articles
git pull command examples [5 Methods]
Git pull is the process of fetching and merging committed changes from a remote project to your local server. It is combination of git fetch and git merge
Install Kali Linux on Raspberry Pi [Step-by-Step]
Step by Step instructions to install and setup Kali Linux on Raspberry Pi 2,3 and 4 with screenshots.
Setup local YUM/DNF repo server Rocky Linux 8 [Step-by-Step]
Step by Step instructions to configure local and offline yum or dnf repository server using Nginx on Rocky Linux 8
Python filter() function Usage [10+ Examples]
python filter, python filter list, python filter function, filter list, list filter, python filter array, python3 filter, filter example, python array …
Python Multiline Comments [Methods & Examples]
Python does not support multiline comments but does have docstring. We can achieve multiline comments in python by writing consecutive single line comments.
