Sometimes we might need to locate a file and we doesn't know the full name. So the available option is the check via terminal using som...
Tuesday, September 12, 2017
Friday, September 1, 2017
redirect https to http for a certain file .htaccess
Shyam Krishna Sreekumar
September 01, 2017
Today i needed to redirect for a specific URL to http only. Since whole site was loaded in https, i have done a lil bit scratch on my head ...
Tuesday, July 25, 2017
Today i doubted my laptop is draining so quickly. So i checked online whether there is any useful thing we could get for checking this onli...
Friday, July 14, 2017
Recently i met with an issue in Wordpress Admin regarding the memory size getting exhausted for the custom post type listing page(all post...
Wednesday, February 8, 2017
Get all configurable products with out of stock status Magento
Shyam Krishna Sreekumar
February 08, 2017
$_productCollection = Mage::getResourceModel('catalog/product_collection') ->addAttributeToSelect('*') ...
Sunday, October 23, 2016
Protect Your Server Against the Dirty COW Linux Vulnerability
Shyam Krishna Sreekumar
October 23, 2016
The operating system that lies at the core of most servers on the internet and most smartphones has a critical vulnerability which has e...
Monday, September 19, 2016
Upgrade options via Magento Connect is not available issue
Shyam Krishna Sreekumar
September 19, 2016
In Magento 1.9.1.0 version, when we check for upgrade in Magento Connect Manager, it will refresh and no upgrade option, marked in yell...