How to find and kill Zombie Processes in CentOS 8

CentOS Zombie process

In UNIX and Linux Operating System, Zombie processes also known as defunct processes, are those which are still running after the complete execution of the process but it still remains in the process table. In this tutorial, we will learn how to check and kill Zombie processes in CentOS 8. How to find zombie/defunct processes … Read more

How to use mtr traceroute Command on CentOS 8

CentOS MTR Traceroute

MTR is known as Matt’s traceroute. It is a simple and cross-platform utility for network diagnostic that is used for most of the command-line systems. This tool is not so popular but provides the features of both traceroute and ping programs. As similar to the traceroute program, the Mtr tool is also used to print … Read more

How to install KVM and VirtManager on Kali Linux

KVM Kali Linux

KVM (Kernel-based Virtual Machine) is a virtualization solution built for Linux. When installed, it allows you to create a guest or virtual machines Today we will learn how to install KVM on your system and how to configure virtual machines using ‘Virtual Machine Manager’ in just a few simple steps. Note that the following tutorial … Read more

How to install XAMPP on CentOS 8

XAMPP on CentOS

XAMPP is a cross-platform used as a local host, providing them a suitable environment for developers to test web applications before transferring data to remote servers. XAMPP is an open-source Apache distribution of a PHP development environment. It consists of the cross-platform software Apache, Maria DB, PHP, and Perl. XAMPP package is not available on … Read more

How to view and monitor log files in CentOS 8

CentOS Log Files

All Linux systems create and store information about servers, boot processes, kernel, and applications in log files, which can be helpful for troubleshooting as it contains systems activity logs. The log files are stored in /var/log directory and its subdirectory. In this tutorial, we will learn how to view and monitor log files in CentOS8 … Read more

How to install Notepadqq (Linux Notepad++ Clone) on CentOS 8

CentOS Notepadqq

We know about the most popular text editor notepad++ which is used on the Windows operating system. Notepad++ is the best text editor for programmers, developers, writers, and researchers also. Users who are working on the Linux operating environment like Ubunto, CentOS, Debian, etc. they also want to use notepad++ editor on their operating system. … Read more