Browsing category

Linux

How To Upgrade From Debian 9 Stretch to Debian 10 Buster

Debian 10 Buster was released on July 6th, 2019, and you may be now looking for upgrading your previous version, i.e., Debian 9 “Stretch” to the latest version Debian 10 “Buster”. This post will help you to upgrade your system from Debian 9 Stretch to Debian 10 Buster. Prerequisites Internet You must have an active […]

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 ELK Stack On RHEL 8

ELK stack is also known as the Elastic stack, consists of four open source projects: Elasticsearch, Logstash, Kibana, and Beats. It helps you to have all of your logs stored in one place and provides an ability to analyze and visualize data or the issues by correlating the events at a particular time. This guide […]

How To Install phpMyAdmin with Nginx on CentOS 8 / RHEL 8

phpMyAdmin is a free and open-source, web-based administration tool for managing the MySQL and MariaDB servers. It is widely used to manage database servers by web hosting companies and administrators who are new to database servers. phpMyAdmin helps an administrator to perform database activities such as creating, deleting, querying, tables, columns, etc. This guide will […]

How To Install Nextcloud On CentOS 8 / RHEL 8

NextCloud is a free and open-source web suite that provides cloud storage over the network, a fork of ownCloud. It is similar to Dropbox that permits you to store and share your documents, pictures, and videos in a centralized location. Nextcloud offers clients for desktop operating systems such as Windows, macOS, and Linux and also […]