Browsing tag

ubuntu 18.04

How To Install Monit On Ubuntu 18.04 / Ubuntu 16.04

Monit is an open-source process monitoring tool for Linux operating system that monitors the system processes for problems. Whenever the services or process goes down, Monit will automatically do the maintenance or repair of a particular process (i.e., restarting the service) to bring back online.

How To Install PHP 7.4 / 7.3 / 7.2 on Ubuntu 18.04 / Ubuntu 16.04

PHP is an open-source programming language widely used for web development. It is an HTML-embedded scripting language for building dynamic web sites. By default, Ubuntu 18.04 and Ubuntu 16.04 ships PHP v7.2 (EOL) and PHP v7.0 (EOL), respectively. In this post, we will see how to install PHP 7.4 / 7.3 / 7.2 on Ubuntu […]

How To Install Pip On Ubuntu 18.04, Debian 9 & Linux Mint 19

Pip (Pip Installs Packages) is a package management system that allows you to install software packages written in Python. It is used to install packages listed in the Python Package Index (PyPI). Pip is not installed on Ubuntu 18.04, Debian 9 and Linux Mint 19 by default. The installation of Pip on Ubuntu or Debian […]