How to disable IPv6 in Ubuntu?

In this article, We will learn how to disable IPv6 on Ubuntu 20.04LTS. What is IPv6? IPv6 or Internet Protocol version 6 is a communication protocol that provides an identification and location system for computers connected to the internet. It was designed by Internet Engineering Task Force (IETF) in 1998 to provide unique IP addresses

How to disable IPv6 in Ubuntu? Read More »

Process Termination in Linux

Today, we’ll be discussing Linux processes. Any program instance running on Linux is a process. For example, if you are using Firefox to reading this article, you may see it in your Linux terminal by typing out the “ps ax | grep firefox” command. I have provided a screenshot of Ubuntu here, so you can

Process Termination in Linux Read More »

A Detailed Guide to Linux Filesystem Hierarchy Standard (FHS)

The directory(folder) structure in Linux-based operating systems follows the Linux Filesystem Hierarchy Standard (FHS) defined and maintained by the Linux Foundation. Having a well-defined standard makes it easier for the users and software developers to know the location of installed binaries, system files, system information, etc. This way Linux applications don’t have to be tailored

A Detailed Guide to Linux Filesystem Hierarchy Standard (FHS) Read More »