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 →
Articles by Al Mahbub Khan
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 →
Installing Magento 2 on Ubuntu remains one of the most reliable ways to build a scalable, enterprise-grade e-commerce store. Whether you’re a developer setting up… 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 →
Use the following code on terminal to enable of disable – gsettings set org.gnome.desktop.background show-desktop-icons true gsettings set org.gnome.desktop.background show-desktop-icons false gsettings set org.gnome.nautilus.desktop home-icon-visible… Read More →
How to Disable Window Effects in Ubuntu | How to speed up Applications menu in Ubuntu 18.04
July 2, 2019
Disable Window Effects in Ubuntu To disable animation open terminal and use the follwoing code to disable or enable gsettings set org.gnome.desktop.interface enable-animations false gsettings… Read More →
Understanding Linux User Groups and Permission Management Linux user groups serve as fundamental organizational units within the operating system, enabling administrators to efficiently manage user… Read More →