Category: Uncategorized
-
Commands not to be used on terminal as a root user
First one on list is the infamous 8 characters in that particular order Sometimes we just want to remove the current directory for which the command is rm -rf ./ but you keyboard skips the dot and you end up in a deadzone. Second one would be: wow!!, you just disconnected your server from internet.
-
Basics about advertisements and Google Adsense
On 15th Year Anniversary of GOogle Adsense and their partnerships with Publishers, google published a youtube video briefly explaining all the basic keywords related to Adsense. Transcript: 15 words to sum up 15 years? That's easy! Okay, let's go. Content Content is at the heart of the web. And publishers? You power that web. Without…
-
Receiving money in India | Why PayPal sucks and What are the charges?
So Why is Paypal bad? No, In theory It is not bad. It is an easy mode of payment transfer when comes to my international clients. But being an Indian citizen, why I never prefer Paypal as payment mode. Let us take a look. So, I am going to explain it with an example of…
-
Compare two columns in Excel and check the missing values
=IF(COUNTIF($B:$B, $A1)=0, $A1, “”)
-
Correct File Permissions for Magento 1.9x
find . -type f -exec chmod 644 {} \; find . -type d -exec chmod 755 {} \; find ./var -type d -exec chmod 777 {} \; find ./media -type d -exec chmod 777 {} \; chmod 777 ./app/etc chmod 644 ./app/etc/*.xml
-
How to view current deployment mode Magento2 and change it
php bin/magento deploy:mode:show php bin/magento deploy:mode:set production php bin/magento deploy:mode:set developer
-
Updating Magento 1 via SSH
cd ~/public chmod 750 mage ./mage mage-setup . ./mage config-set preferred_state stable ./mage sync ./mage install https://connect20.magentocommerce.com/community Mage_All_Latest –force php shell/indexer.php reindexall rm -rf downloader/.cache/ var/cache/