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 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

How to install Arduino IDE on CentOS 8

Arduino IDE

Arduino IDE stands for the “Arduino Integrated Development Environment”. Arduino is used to create electronic devices that communicate with their environment using actuators and sensors. Arduino IDE contains an editor that is used for writing and uploading programs to the Arduino board. Before start to create projects through Arduino, the user needs to set up … Read more

Installing PHP 8 on Debian 10

Debian PHP 8

PHP is a general-purpose open-source scripting language that can be embedded in HTML. It stands for HypertextProcessor and is widely used in web development. A scripting language is used to write ready-made programs that are later used to automate tasks. PHP scripts are often used on Linux, Unix, Windows, Mac OS, and other operating systems. … Read more

3 Ways to Power off Debian

Debian Poweroff

Along with many other routine tasks, Linux administrators also have to perform a safe shutdown or reboot. It seems the simplest task but should be done in a secure way. Our systems are continuously running processes. If the system is not properly powered off, files and processes will not safe closely, might result in corrupted … Read more

How to install latest LibreOffice version on Debian 10

LibreOffice latest version on Debian 10

LibreOffice is a free and open-source office-suite productivity software. It is a free alternative for Microsoft Office. It has applications for database management, spreadsheets, presentations, word processor, and graphic editing. It runs on Linux, macOS, and Microsoft Windows. Since the LibreOffice has multiple versions. The current versions are 6.3.x and 6.4.x. For this particular article, … Read more

Run Commands with a Time Limit in Ubuntu 20.04

Linux Time Limit

In today’s article, we will try to learn the different methods of running the commands with a time limit in Ubuntu 20.04. Running Linux Commands with a Time Limit For running the commands with a specified time limit in Ubuntu, you can follow any of the two methods described below: Method # 1: By using … Read more