vinaykhatri
Vinay Khatri

I am a Full Stack Developer with a Bachelor's Degree in Computer Science, who also loves to write technical articles that can help fellow developers.

date command in Linux with Examples

date command in Linux with Examples

This article goes through the date command of Linux. We will discuss all the flags/options and form…

df Command in Linux

df Command in Linux

Getting information about the mounts and disks associated with your operating system is a crucial t…

Features of Linux

Features of Linux

Linux is undoubtedly the most widely used Kernel for development and server management purpose. Acc…

What is Ubuntu?

What is Ubuntu?

Ubuntu is one of the most widely used Linux distributions. It can be employed for a variety of task…

How to use mount command in Linux?

How to use mount command in Linux?

Mounting refers to connecting one external device with another. This is helpful in tasks like backu…

What is Kernel?

What is Kernel?

The kernel is the most important part of your machine that is responsible for all the tasks that ar…

Ubuntu Features

Ubuntu Features

One of the most popular Linux distributions is Ubuntu. It may be used for a wide range of functions…

cat Command in Linux with Examples

cat Command in Linux with Examples

Introduction Viewing the content of the file is a frequent operation while working with a Linux-…

MySQL Create Database Statement

MySQL Create Database Statement

MySQL is one of the most popular relational database management systems based on Structured Query L…

How to Make a Chrome Extension

How to Make a Chrome Extension

Chrome is one of the widely used web browsers. The best thing about this browser is that it is high…

Find the minimum difference between the index of two given elements present in an array

Find the minimum difference between the index of two given elements present in an array

Problem Given two integers, find the minimum difference between their index in a given array in …

Group elements of an array based on their first occurrence

Group elements of an array based on their first occurrence

Problem Given an unsorted array, the task is to group multiple occurrences of individual element…