Latest Articles
PROPERLY recover lost files Linux [100% Working]
Step by Step instructions to recover lost files in Linux using photrec with screenshots
wget command not found [SOLVED]
There are two possible reasons for wget command not found error. Either the wget package is not installed on your server or PATH variable is wrongly set.
How to use pip requirements file? [SOLVED]
A pip requirements file is used in Python projects to specify the dependencies of the project, and to ensure that these dependencies can be easily installed on …
HackerRank Solution: Python Capitalize! [4 Methods]
In this tutorial we will cover following solutions for hacker rank problem capitalize in python Solution-1: Using for loop, Solution-2: Using a user- defined …
HackerRank Solution: Python Alphabet Rangoli [3 Methods]
In this tutorial we cover 3 methods to solve alphabet rangloi hackerrank solution in python3. Solution-1: Using the string module, Solution-2: Using for loop, …
