Install and Use YouTube-DL on Ubuntu 18.04 Install YouTube-DL – A Command Line Video Download Tool for Linux sudo snap install youtube-dl Update youtbe-dl Snap… Read More →
Articles by Al Mahbub Khan
Ubuntu 17.10, codenamed Artful Aardvark, marked a significant shift in the Linux ecosystem by replacing the Unity desktop environment with GNOME Shell as the default… Read More →
How to Install a Desktop on an Ubuntu Server
July 9, 2019
sudo apt-get update Type “sudo apt-get install ubuntu-desktop” to install the Gnome desktop. Type “sudo apt-get install ubuntu-unity-desktop” to install the Gnome desktop. Type “sudo… Read More →
How to Detect Your Linux Desktop Environment from the Command Line: Complete Guide to GNOME, KDE, XFCE, and More
July 9, 2019
Linux systems offer a vast array of customization options, allowing users to tailor their experience to specific needs and preferences. One of the most impactful… Read More →
When you first install a clean version of Ubuntu, you may notice that certain media files—such as MP3s, high-definition MP4 videos, and proprietary web fonts—do… Read More →
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 →