Browsing tag

ubuntu 16.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 IntelliJ IDEA on Ubuntu 18.04 / 19.10 & Ubuntu 16.04

IntelliJ IDEA is an integrated development environment for Java development. Notably, Google uses IntelliJ IDEA as the base for its Android Studio, an open-source Android development IDE for developing Android applications. It is developed by JetBrains and is available in two editions, Community and Ultimate. IntelliJ IDEA supports major build automation tools such as Maven, […]

How To Install FFmpeg on Ubuntu 18.04 / Ubuntu 16.04 & Linux Mint 19

FFmpeg is an open source software (also a command line tool) for transcoding multimedia files. It is a suite, contains a set of shared libraries such as libswresample, libavcodec, libavformat, and libavutil and programs for handling video, audio, and other multimedia files and streams. With FFmpeg, you can convert various video and audio formats. Also, […]