How to Access Google Drive on Debian 10

Debian Google Drive

Google Drive is a cloud storage and synchronization service that allows users to keep, synchronize, and share files across many devices. It offers 15GB of free storage space for each Google account to store files. In this article, we will explain how to access Google Drive account in the Debian system. The process involves connecting … Read more

How to get system hardware details on CentOS 8

Get System Hardware Details

When working on a Linux distribution, the user may need to know about hardware and basic system information of the current working system. Regardless of whether you are a software developer or a normal Linux user, it might be necessary to check software and hardware system compatibility. The command-line Linux system provides built-in commands through … Read more

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 Install Skype on Debian 10

Debian Skype Installation

Skype is one of the most popular communication application developed by Microsoft. It allows for instant messaging and audio, video calls. Some other features of Skype include conference call, screen sharing, file sharing, and voice messaging. Skype is not an open-source application and it is not available in the Debian package repositories. So, we will … 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