macOS Sierra with SSH

macOS Sierra with SSH

If you upgraded to macOS Sierra (beta or the new publicly available today 10/20/16), you might have issues with SSHing into servers – especially Linux. That’s because newer versions of Linux and Mac require better encryption. The default has always been 3des,...

Is Upgrading Magento Important?

Clients often ask me how important upgrading Magento is? The answer is yes – if you want to keep your e-commerce site running smoothly and securely. Updates bring a number of benefits: They patch bugs. When people report bugs – problems with the Magento software,...

How to Upgrade Magento Via SSH

Upgrading Magento via SSH is usually much simpler than via the magento downloader. To upgrade follow these simple steps. 1. First backup. Download a copy of your database, and backup your files. You can make a zip of them. 2. Set the permissions for mage: chmod +x...

Centos & SSH2: Properly installing

Everything is harder on Centos, and that includes ssh2. If you’re having issues, here are the steps below. 1. First you have to install the following packages: yum install automake make php-devel libtool openssl-devel gcc++ gcc 2. Next, change to the following...