Some magento cli commands can take ages to complete. You start it in terminal, but it require the terminal window to stay alive till the process complete. For example php bin/magento queue:consumer:start media.storage.catalog.image.resize There can be easily 1 million of images and the process can take several days. To bypass this you can run task […]
read moreLinux
Upgrade to PHP 5.6 on Debian 7 “Wheezy”
Official Debian packages contain PHP 5.4 at the moment. If you need higher version, you need to use 3rd-party repositories such as dotdeb. Generally it is recommended to use the official packages. However, sometimes there are reasons to use third party repositories. And this is one of them. Process of upgrade to PHP 5.6 on […]
read moreLinux Cheatsheet
Linux Cheatsheet is here just to not waste time when i will try to remember one of these commands. 1. How to find all files changed in a certain range of time. To find all files modified on the 26 June, 2015…
read more