Category Tutorials

How to disable IPv6 in Ubuntu?

How To Disable IPv6 On Ubuntu 20.04LTS

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…

How to kill a process in Ubuntu 20.04LTS?

How To Kill A Process In Ubuntu

In this article, we will be discussing how to kill a process in Ubuntu. When you launch an application, there are some processes that run in the background for that application. Sometimes, the application is not responsive, and to close…

Process Termination in Linux

Processes Screen

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…