IF Conditions in Bash

IF Conditions in Bash

If you’re new to Bash, you might find some of the syntax a bit tricky to understand at first. One of the most important concepts to grasp is the use of IF conditions. In this article, we’ll take a closer look at IF conditions in Bash, and provide some examples to help you understand how … Read more

Sep Parameter in Python

When working with Python, it’s important to be familiar with the language’s built-in functions. One of these functions is print(), which is used to output text to the console. While print() is a relatively simple function, it has many parameters that can be used to customize its behaviour. One of the most important of these … Read more

Python password generator

Python password generator

You may have already known how important it is to set a solid and secure password for each website. There is a bright future for authentication at least till we have passkeys. Until then we have to keep using passwords and maybe use a password manager to keep all those passwords safe. Everyone in their … Read more

Git command examples

git command examples

Before we see git command examples, let’s see what is Git. What is Git So basically GIT is the version control system, so let’s say you have multiple versions of the same file so GIT will help you in maintaining and saving those versions in LOG format. They were originally designed for coordinating work among … Read more