Zend OpCache

Here is a PHP script to check if PHP Zend OpCache is enabled on your server. https://gist.github.com/HostOnNet/e3f36fe923d408b8597575d601114a88 You can use OpCache GUI to see detailed stats https://github.com/amnuts/opcache-gui Install Zend OpCache on OpenLiteSpeed Server See php

rvm

rvm is ruby version manager. Allow you to have multiple ruby version. To install rvm, run gpg –keyserver hkp://keys.gnupg.net –recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 curl -sSL https://get.rvm.io | bash -s stable To install a ruby version, run rvm install 2.4.2 To set it default, use rvm –default use 2.4.2