Reset MySQL 5.7 root password on Ubuntu 16.04
First stop MySQL with command service mysql stop Now run mysqld_safe –skip-grant-tables On Ubuntu 16.04 server with MySQL 5.7, when i run,…
First stop MySQL with command service mysql stop Now run mysqld_safe –skip-grant-tables On Ubuntu 16.04 server with MySQL 5.7, when i run,…
Install ruby from source Install rvm (ruby version manager) Nginx Rails Origin header didn’t match request.base_url Gem Package Manager Gem – Package…
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 cd /usr/local/src wget…
CloudLinux provides high performance PHP module lsapi. It is a replacement for suphp available on cpanel servers. lsapi module is a based…
On a WordPress site using CherryFramework based theme, was getting following error. lessphp fatal error: load error: failed to find /home/mediaxtreme/sitedomain.com/wp-content/themes/theme50607/bootstrap/less/bootstrap.lesslessphp fatal…
To get SSH access to a Google Compute VM using gcloud command line tool, run gcloud compute –project “PROJECT_NAME_JERE” ssh –zone “ZONE_HERE”…
Docker Nginx Proxy allow you to run multiple docker containers on same server behind nginx proxy. This is done using https://github.com/jwilder/nginx-proxy To…
When i get apt update on a Debian 9 server, i get following error # apt update Get:1 http://ftp.debian.org/debian stretch-updates InRelease [91.0…
Many server providers setup server with smaller / partition like 20 GB. This is fine for normal Linux Servers, you will need…
Magento 2 comes with command line tool to manage magento installation. This help you to do many tasks like clearning cache, install…
To install Redis from the source, run Copy config file Create redis user Create directory Set data directory Find Replace with Create…