Python

Python

How to install Python 10 on CentOS 7 Install Python 3.8 on CentOS 6 from source Install python 3.6 on

Magento 1.9 store login not working in Chrome

On a site running Magento 1.9, user login is not working on Google Chrome. The problem is due to cookie

Laravel

Laravel

Laravel Database Migration Error Key too long How to find Laravel Framework Version How to clear Laravel cache Laravel supported

Laravel Database Migration Error Key too long

Laravel Database Migration Error Key too long

When doing a database migration on Laravel, i get following error This is because MariaDB use different UTF8 format. To

nodemon

nodemon

Node.js applications when you run with nodejs command, you need to restart when a change is made to source code

pm2 process manager for node.js

pm2 process manager for node.js

Auto Start pm2 on boot How to host static site using pm2 pm2 is a process manager for node.js applications.

Check if PHP session is working

Check if PHP session is working

To check if PHP session is working, upload following script Access the file, refresh the page in browser, if you

Ruby On Rails

Ruby On Rails

To create a ruby on rails project, run Nginx Rails Origin header didn’t match request.base_url

PHP Script to List Enabled Extensions

PHP Script to List Enabled Extensions

Create a php script with following content See php

nodejs

nodejs

Install Install Node.js on CentOS Install Node.js on Debian/Ubuntu How to Install Yarn Package Manager on Ubuntu Node.Js Version Manager

node version manager

node version manager

n is the node version manager. To install, run To list versions of node.js available, run To see all available

Sending Emails from PHP using Amazon SES

Sending Emails from PHP using Amazon SES

To create a PHP script to sent email using Amazon SES, create a folder Install phpMailer using composer Create a