How to Install Pip on CentOS 8 Linux

How to Install Pip on CentOS 8 Linux

The Pip is a standard package manager for Python programming language. It is use to install and manage additional packages that are not available in the Python standard library. By default, Pip is not available in CentOS 8, but we can install it using simply like any...

How to install and configure VNC on Ubuntu 18.04

Introduction VNC or “Virtual Network Computing” is a connection system that allows you to interact with a graphical desktop environment on a remote server using a keyboard and mouse. It makes it easier for users who are not familiar with the command line...
How to Install Go on CentOS 8 Linux

How to Install Go on CentOS 8 Linux

Go is a very new and most popular open-source programming language; Google creates it. There are many popular software/applications developed using the Go language, including Grafana, Docker, Kubernetes, and many more. In this tutorial, we will go through the process...