Magento 2 How to reset admin password using CLI / Command Prompt / Terminal in Linux
Let’s see how we can reset Magento 2 admin password in Linux using CLI / command prompt or terminal. Getting the cryptographic saltMagento 2 passwords are stored after scrambling with the cryptographic salt which is defined in the appetcenv.phpSo first we need to copy that. open the file appetcenv.php Goto crypt section and copy the […]
Magento 2 Modes , Set Mode in Magento 2
Display the current mode in Magento 2 using CLI/Command Prompt bin/magento deploy:mode:show This will result in something like below Current application mode: {mode}. Set/Change mode in Magento 2 using CLI/Command Prompt bin/magento deploy:mode:set {mode} {mode} can be either default, developer, or production. If changing to developer mode, out put will be like below
Enable or Disable Magento 2 Maintenance Mode using CLI / Command Prompt or Files
What is the magento maintenance mode ? When Magento is in maintenance mode, visitors see a Service Temporarily Unavailable message in their web browsers instead of the store. However, authorized IP addresses can still view the store normally. You can enable maintenance mode using two methods. How to enable magento maintenance mode using cli / […]
Magento 2 add a user via command line cli
Magento does not allow resetting password of an existing user using the command prompt CLI. But it allows creating new admin users via CLI. Login to the command line and change directory to your magento 2 root directory. e.g. cd /var/www/magento2 Enter the below command and press enter. php bin/magento admin:user:create The CLI will prompt […]
Latest Magento 2 Project : BuyFresh.lk is Live
BuyFresh.lk – Magento powered Ecommerce Website Launched BuyFresh brings organic & semi-organic produce from the central highlands of Sri Lanka via there brand-new ecommerce website www.buyfresh.lk Designed and developed by Mobiz Int, Buyfresh.lk features many advanced ecommerce features powered with Magento software platform. BuyFresh.lk offers many payment options and shipping methods to their customers . […]
Web Developer productivity Tools ( Lazy guys toolkit)
https://json-csv.com/A tool that coverts JSON objects snatched from html pages in to excelsheets where you can manipulate data as you want.
Adobe to Marry Magento, A match made in heaven ? Our take on Adobe”s acquisition of Magento Commerce

Mark Lavelle, CEO, Magento Commerce announced that Adobe has announced their interest to buy Magento in a blog post. He wrote “I am excited to share some BIG news. Today, Adobe announced their intent to acquire Magento! This marks the next step in our journey to drive innovation across every facet of commerce.” TechCrunch, the popular tech […]

In Magento Admin Panel and navigate to System > Configuration Rss Config section set Enable RSS to ‘Enable’. In the Catalog section set required feeds to ‘Enable’. An experienced Magento Developer may know what needs to be activated. New Products. This RSS feed tracks new products added to the store catalog. Special Products. This RSS feed will […]