Posts by ServerOk

Ruby

Ruby

Install ruby from source Install rvm (ruby version manager) Nginx Rails Origin header didn’t match request.base_url Gem Package Manager Gem

Ruby Programming

Install ruby from source

Download latest version of ruby source code from https://www.ruby-lang.org/en/downloads/ At the time of writing this, latest version is 2.6.0

CloudLinux lasapi php

Enable CloudLinux PHP lsapi

CloudLinux provides high performance PHP module lsapi. It is a replacement for suphp available on cpanel servers. lsapi module is

wordpress

WordPress CherryFramework lessphp fatal error

On a WordPress site using CherryFramework based theme, was getting following error. This was due the web site have migrated

Google Cloud SSH using gcloud  command line

Google Cloud SSH using gcloud command line

To get SSH access to a Google Compute VM using gcloud command line tool, run To list all instances, run

Docker Nginx Proxy

Docker Nginx Proxy

Docker Nginx Proxy allow you to run multiple docker containers on same server behind nginx proxy. This is done using

apt – Problem unlinking the file auxfiles

apt – Problem unlinking the file auxfiles

When i get apt update on a Debian 9 server, i get following error The problem is fixed by deleting

Cpanel Server Disk Partition

Many server providers setup server with smaller / partition like 20 GB. This is fine for normal Linux Servers, you

Magento

Magento 1 Command Line Tool

Magento 2 comes with command line tool to manage magento installation. This help you to do many tasks like clearning

Static Site Builder

Static Site Builder

https://jekyllrb.com/ https://www.mkdocs.org

Install Redis from Source

To install Redis from source, run Copy config file Create redis user Create directory Set data directory Find Replace with

Find Disk Usage in Linux

Find Disk Usage in Linux

du command shows disk usage. If you want to sort the result, see How to sort the result of du