How to apply Magento patches

Posted by Damodar Bashyal on July 13, 2015

 

This should work on both versions of Magento "community and Enterprise".

This is how I apply patch locally:

More»

Synchronizing system clock to Network Time Protocol (NTP) issue

Posted by Damodar Bashyal on June 04, 2015

 

When I was trying to connect to s3bucket from my local it failed and the reason I found was my system time was bit behind.

the NTP socket is in use, exiting

More»

How to permanently save a password protected ssh key on your machine

Posted by Damodar Bashyal on May 04, 2015

 

First create a new bash process by running this command on your command line.

permanently save ssh password.

ssh-agent bash

It will ask you to enter your password once, then won't ask again.

Now add your ssh keys like this:

More»