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 make Debian Linux faster

Speed up Debian

As a Linux user, you may have experienced a decrease in the speed of your system over time. There can be a number of common suspects that lead to lower system performance, including a large number of heavy applications at startup, sub-optimal configurations, and many other factors. In this article we will discuss some ways … Read more

How to install and use Atom editor on CentOS 8

Atom Editor

Atom is a free (open-source) source code editor that can be used on Linux, macOS, and Windows. It provides support for plug-ins written in Node.js, has an embedded Git control that is developed by GitHub. It is a desktop-based application built using various web technologies. In this article, you will learn how to install and … Read more

How to Format a USB drive in Debian

Format USB Drive on Linux

Formatting a USB is a common operation in most computer systems and it comes in handy in a number of ways. For instance, you can format a USB drive if it gets infected with a virus, and data is corrupted or you want to change the file system as it is not compatible with your … Read more