Steps to Setup Envoy Proxy Server on Ubuntu 20.04 LTS

Envoy Proxy is a free & open source high-performance proxy server & used for single services,applications,communication bus & large modern service-oriented architecture.It also supports front/edge proxy,gRPC, HTTP L7 routing,HTTP/2 & use of API for configuration management . There are some steps to setup Envoy Proxy server on Ubuntu: Step1: Update the System. apt-get update Step …

Steps to Setup phpMyAdmin on Ubuntu 20.04 LTS

phpMyAdmin is a free & open source web-based application.It is able to manage MySQL database,user accounts and privileges, execute SQL-statements, import and export data.It provide a user interface to manage databases. There are some steps to setup phpMyAdmin on Ubuntu: Install the LAMP on Ubuntu: Step1: Update the System. apt update Step 2: Install Apache2. …

Steps to Install & Configure KeyCloak on Ubuntu 20.04 LTS

Keycloak is an open source Identity and Access Management solution tool.It is easy to use & makes it easy to secure application or services without writing any code.It supports many features including multifactor authentication,centralized user management, authentication, authorization and web interface login. There are some steps to Install & Configure KeyCloak on Ubuntu: Step 1: …

Steps to Install Apache Solr on Ubuntu 20.04 LTS

Apache Solr is a free & open source search platform that is written on Java.It provides full-text search, spell suggestions, custom document ordering and ranking, Snippet generation, and highlighting. There are some steps to install Apache Solr on Ubuntu: Step 1: Update the System. apt-get update Step 2: Install JAVA. apt install openjdk-11-jdk Check Java …

How to Install MySQL 5.7 on Ubuntu 20.04 LTS

Installing MySQL 5.7 on Ubuntu 20.04 Install the required packages. apt-get update apt-get install wget Download and install the MySQL repository package. mkdir /downloads cd /downloads wget https://dev.mysql.com/get/mysql-apt-config_0.8.12-1_all.deb dpkg -i mysql-apt-config_0.8.12-1_all.deb Select the option UBUNTU BIONIC. On the MySQL Server and Cluster screen, select the option MYSQL-5.7. Verify the configuration summary and click on the …