Shobhit Singh

Shobhit Singh

What is /dev/null in Linux?

Uncovering The Devnull Mystery

If you delve into shell programming, you have come across /dev/null or 2>/dev/null numerous times. At first, this might look like intimidating abstract jargon, but there is a very important (and easy to understand) reason for which it exists. In…

Fancify Bash Terminal with Bash-It

FANCIFY THE BASH SHELL

If you are a bash user and are jealous of zsh users getting tons of fancy themes and plugins with Oh-My-Zsh, you are at the right place. In this tutorial, we will take a look over Bash-It, a community-driven Bash…

Snaps in Linux: A Basic Introduction

Let’s discuss the popular topic – Snaps in Linux. There are numerous Linux distributions, each distribution having its own official package manager and package format such as deb, rpm, etc. This has obvious drawbacks with developers having to package the…