How to Open a PDF in Linux Mint 20 Terminal

Linux Open PDF

Evince is a relatively new document viewer that was developed with the intention of integrating multiple document viewers into one single tool. It was done so that you do not need a different document viewer for every different type of document. Moreover, this tool lets you view your documents within the Linux terminal. In this … Read more

How to Rename Files in Ubuntu 20.04

Ubuntu Rename Files

Renaming a file is a basic operation in any operating system. Files can be renamed in multiple ways in Linux. The task can be achieved using GUI or command-line. Moreover, advanced utilities can also be used to rename these files. All these ways are documented in this article in a way that is easy to … Read more

How to install Spotify on Debian 10

Spotify on Debian

Spotify is the most popular music streaming service, with millions of free and paid customers worldwide. It includes a collection of millions of songs with high-quality sound. It offers apps for desktop, mobile, and tablet platforms. While you may listen to music on its online interface, it is preferred to utilize a specialized app or … Read more

How to Display PPIDs in Linux

Linux Parent Process ID

In Linux, PPID refers to the process ID of the parent process. A parent process in Linux is the one that is capable of spawning child processes. A single parent process can have multiple child processes whereas a single child process can belong to one and only one parent process. In other words, multiple child … Read more

Set Date and Time on CentOS 8 Desktop and Server

CentOS date setting

It is very important that your installed operating system has the correct date and time. A lot of advantages while you properly maintain the time and date of your system. Many processes on your CentOS system, e.g. cronjobs, depend on the correct date and time settings. In this tutorial, we will explore the two different … Read more

How to get a list of Symbolic Links on Linux

List Symlinks

A symbolic link also known as a soft link is a kind of a pointer that points to the location of a folder or a file on your system. Some of these links are created by default on your system, whereas you yourself can also create symbolic links manually for any of your desired files … Read more

How to Install Kubernetes minikube on Ubuntu 20.04

Ubuntu Minikube

“minikube” is a lightweight tool that allows you to run Kubernetes locally on your Linux, macOS, or Windows-based systems. It lets you enjoy almost all the features of Kubernetes without actually installing it on your system. It has the ability to run a single-node Kubernetes cluster on your target system. This tutorial shows you how … Read more