Category: All

Install MongoDB on Fedora 24

The steps to install MongoDB on Fedora 24 is pretty simple.   First, login to the server as root user. Then, we should add the repository to download the package. Open a new repo file...

Steps to install Zend Opcache on a DirectAdmin server

Zend Opcache is basically a modern PHP script caching module which in reality helps accelerate the PHP performance.  It improves the performance of PHP by storing the precompiled script byte-code in the shared memory. Doing this helps eliminate...