tutorial

Debian Installation

Debian Installation - Part 1 Members Public

Debian is an Operating System like Microsoft Windows 10 and OS X. It is also the mother of all operating systems when one talks about its derivatives like Ubuntu, Linux Mint, Zorin OS, etc. Debian has a cool installation setup that is quite beneficial to power users but a daunting

sohail
sohail
Debian
Introduction To Ansible

Introduction To Ansible Members Public

Whenever possible, we should automate the tasks we perform. Automate tasks will make it easy to perform them, allowing us to do all the deployments of an application that we want with fewer possibilities of committing manual errors or it will allow us to have a new machine provisioned exactly

sohail
sohail
Reviews
Decisions A Way To Make BASH Program Intelligent

Decisions | A Way To Make BASH Program Intelligent - Learn BASH | Part 4 Members Public

Welcome to the fourth chapter of BASH scripting series in which we will discuss the topic, decisions. Like a human being making decisions throughout the day, computers too need to decide on the best possible route when executing stuff from time to time. It has to consider whether a certain

sohail
sohail
Learn Bash
Password Hashing And Why We Need It

Password Hashing And Why We Need It Members Public

As a web developer, you must have come across the term password hashing at least once. Let us quickly understand what is password hashing and why we even need it. What is Password Hashing? Password hashing is the process of encrypting a user’s password before storing it into a

sohail
sohail
Linux Tutorials
Tags And Sub modules Git Series Part 6

Tags And Sub-modules - Git Series Part 6 Members Public

This is the final guide in the Git series. Here, we will be covering two more major features that Git has to offer: tags and sub-modules. If you have been following the previous guides, and other materials, you should have a clearer understanding of what Git is, what it does,

sohail
sohail
Learn Git
Comments In BASH

BASH Comments [Part 3] Members Public

Welcome to third article of BASH scripting series. Today we’ll dive into a very important topic, BASH comments. Comment, in programming, is different from the online world of the Internet where you read an article or a blog and then post opinions or applaud the author in the comment

sohail
sohail
Learn Bash
git series Various Features In Git

Various Features In Git - Git Series Part 5 Members Public

Now that we have seen how you can use a GUI or IDE to interact with a repository, let’s look at the many features that git offers to make life easier. I will demonstrate how to amend the previous commit message, how to see what files were changed in

sohail
sohail
Learn Git
Difference Between Malware Viruses Worms Spyware Trojans And Ransomware

Difference Between Malware, Viruses, Worms, Spyware, Trojans And Ransomware Members Public

The latest attack of a worldwide malware, the already famous WannCrypt, has not only made clear the security of hundreds of companies in the world but also how much we sometimes get involved in handling the terminology of these threats. Is a virus the same as a malware? And what

sohail
sohail
Linux Tutorials