VLC Media Player is the world’s most popular open-source multimedia player, renowned for its ability to play virtually any audio or video format without requiring… Read More →
Articles by Al Mahbub Khan
Install Sublime Text 3 for Ubuntu From Tarball
June 4, 2019
Install sublime text 3 using terminal on ubuntu 18.04 #Download version 3179 with the following code on terminal. wget https://localhost/smartupworld/download/sublime/sublime_text_3_build_3176_x64.tar.bz2 #Get application access from terminal… Read More →
Knowing how to change what programs run at startup in Windows is one of the most effective ways to improve boot speed, reduce background resource… Read More →
Dual-booting Windows alongside a Linux distribution like Ubuntu or macOS offers the best of both operating systems on a single machine. However, many users encounter… Read More →
nginx 504 Restart both ‘apache’ and ‘nginx’. On terminal and with the following code “sudo subl etc/nginx/nginx.conf” to open the file with sublime text or… Read More →
Error After Installing Magento 2 Go to – “D:\xampp\htdocs\mage2\vendor\magento\framework\View\Element\Template\File\”. Open The file name Validator.php Search for “$this->fileDriver->getRealPath“, you will find the similar code. Replace them with… Read More →
I ran into this warning myself while setting up a local WordPress development environment on XAMPP. The message looks alarming the first time you see… Read More →
Refused to apply style because its MIME type (‘text/html’) is not a supported stylesheet MIME type
April 24, 2019
After installtion magento 2 you can see a error like MIME type not supported. To fix this: Use 2 comment: php bin/magento setup:static-content:deploy -f -s… Read More →
Mastering the use of widgets is a fundamental skill for any WordPress user, and the footer area represents prime digital real estate. Unlike static content,… Read More →
Create admin user in WordPress via functions.php
January 19, 2019
WordPress is a popular content management system used to build websites of all kinds. It provides a user-friendly interface and a wide range of features… Read More →