Browsing tag

rhel 7

Install OwnCloud 7 on CentOS 7 / RHEL 7

ownCloud is a web suite that provides a cloud storage over the network, data can be uploaded via web browser or using software client. Data will be stored on the server and can be downloaded or access any time with browser or desktop client or smartphone app. The project is based on PHP and a […]

How To Install VirtualBox on CentOS 7 / RHEL 7

VirtualBox is an open-source hypervisor software that helps you create and run multiple guest operating systems (“virtual machines”) on a single hardware machine. VirtualBox can be installed on host operating systems, including Linux, Windows, Solaris, OS X, and OpenSolaris. From version 2.0, VirtualBox supports 32 and 64bit host and guest operating systems. If you want […]

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 […]

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 […]