Browsing category

How To’s

How To Install phpPgAdmin 5.6 on CentOS 7 / RHEL 7

phpPgAdmin is a web-based administration tool for managing PostgreSQL database, and it’s look and feel is very similar to that of phpMyAdmin. If you have work experience on phpMyAdmin, you won’t take much time finding the way to work with phpPgAdmin. This guide will help you to setup phpPgAdmin 5.6 on CentOS 7 / RHEL […]

Install Memcached on CentOS 7

Free & open source, high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load.Memcached is an in-memory key-value store for small chunks of arbitrary data (strings, objects) from results of database calls, API calls, or page rendering. Memcached is simple yet powerful. […]

How To Install Apache Tomcat 9.0 / 8.5 on CentOS 7 / RHEL 7

Apache Tomcat is an open source web server and servlet container developed by the Apache Software Foundation (ASF). Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Oracle and provides a “pure Java” HTTP web server environment for running the Java codes. Apache Tomcat includes tools for configuration and management, but it […]

How To Install Oracle Java JDK 12 / 11 / 8 on CentOS 7 / RHEL 7

Today we will be looking into the installation of Oracle Java JDK on RHEL 7 / CentOS 7. Java JDK is the most important base for the developers. This guide will be more useful for them to set up a development environment when they especially use RHEL 7 or CentOS 7. Prerequisites Install the wget […]

Install Nginx on CentOS 7 / RHEL 7

Nginx is a popular lightweight server for those who do not need the bulk and extra services that Apache may offer. This article will look at installing Nginx on a CentOS using the ‘yum’ package manager. Install Nginx: To install Nginx using yum we need to include the Nginx repository, install the Nginx repository. rpm […]