How to install the latest LibreOffice version on CentOS 8

LibreOffice CentOS 8

LibreOffice is a powerful and open-source office suite that can be used on Linux, Mac as well as on Windows. It provides various features such as word documentation, spreadsheets, data processing, drawing, presentation design, Math calculation, and more. LibreOffice supports 110 languages and it runs on all important operating systems that is the reason LibreOffice … Read more

How to install Firefox Browser on Debian 10

Install Firefox Browser

Firefox is an open-source web browser developed by the Mozilla Corporation. It is the second most popular browser after Google Chrome. This tutorial demonstrates how to install Firefox on Debian 10 from its command line. There are different ways, but we will focus on installing a Firefox from the official Debian repository. Prerequisites You need … 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

Do Math on Linux Command Line with expr command

Linux expr command

The Linux terminal (shell) allows you to perform mathematical calculations including addition, subtraction, multiplication, division, increment, and comparison of multiple numbers easily. This tutorial will show you various examples of basic mathematical calculations using expr command. I have performed all the commands and procedures on Debian 10, but the commands will work on any other … Read more

Just for fun: Show gif files as text in Debian Terminal

Gif to cli

So yesterday me and some geeky friends sat together and discussed the power of the Linux terminal application. It came down to what the geekiest or terminal savvy thing we ever did with our command line. One friend mentioned that he played gifs “in” the terminal. If he had said “through” the terminal, it wouldn’t … Read more