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

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 Themes for VLC Media Player on Linux

VLC Media Player Themes

We all have our own preferences when it comes to choosing a media player for our systems. Some prefer the VLC Media player, which is an open source and cross-platform software that acts as a media client for playing a vast majority of media file formats. Then there is the popular Windows Media Player that … 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

How to use the history command on CentOS 8

Linux History Command

The ‘history’ command is used to display the terminal history. It keeps the history of all terminal commands executed on your system. It also allows users to replay or reuse previously executed commands on the terminal without having to type them all again. So the History command is useful in the situation when the user … Read more

How to add/remove PPA repositories in Debian

Debian PPA Repository

Linux users install the majority of the programs from their centralized official repository listed in the sources.list file. However, if the program is not listed in the repository list, you can install it via its PPA (personal package archive). These are unofficial repositories that Launchpad made available to users. Launchpad is a collaboration platform developed … Read more