ubuntu-restricted-extras package sudo apt-get install ubuntu-restricted-extras Reboot.
How to Clear Cache in Magento 2: The Ultimate 2025 Guide to Flushing, Cleaning, and Optimizing Performance
July 9, 2019
Magento 2, now rebranded under Adobe Commerce, powers countless e-commerce stores with its robust features and scalability. However, one common challenge store owners and developers… Read More →
Enable Developer Mode in Magento 2
July 9, 2019
Change to production mode bin/magento deploy:mode:set production Change to developer mode bin/magento deploy:mode:set developer Another way Goto app/etc/ and open env.php Change current mode MAGE_MODE’ => ‘default’ to… Read More →
Managing an e-commerce platform requires a high degree of precision, especially when dealing with complex product structures like those found in Magento 2. One of… Read More →
Import configurable csv to a mysql database table then try to use bellow sql query which give you the duplicate simple product with same attribute… Read More →
How to Install Sublime Text 3 on Ubuntu | Install Sublime Text 3 for Ubuntu From Tarball (.tar.bz2)
July 8, 2019
wget https://download.sublimetext.com/sublime_text_3_build_3176_x64.tar.bz2 ## get the archive file, extract and take the sublime_text_3 folder and paste it into /opt/. ## Add Sublime Text 3 to… Read More →
apt-get update #Install the server. apt-get install apache2 #Install PHP 7.2 and the required extensions: add-apt-repository ppa:ondrej/php apt-get update apt-get install php7.2 libapache2-mod-php7.2 php7.2-common php7.2-gd… Read More →
Add “New Document” back to the right-click menu in Ubuntu 18.04 Go to Home from file explorer. Open Templates folder. And open terminal from there…. Read More →
How to Disable Windows 10 Animations to Speed Up Performance and Boost System Responsiveness
July 4, 2019
If you’re using an older PC, a laptop with limited memory, or just someone who prioritizes speed over visual flair, you may have noticed that… Read More →
You can also do it from your project root index file. Put the following file on your project index.php. error_reporting(E_ALL); ini_set(‘display_errors’, TRUE); ini_set(‘display_startup_errors’, TRUE); To… Read More →
