Sublime Text Refresh Folder Hotkey
June 9, 2019
Sublime Text Open Preference > Keybinding and add the following line. { “keys”: [“f5”], “command”: “refresh_folder_list” }
June 9, 2019
Sublime Text Open Preference > Keybinding and add the following line. { “keys”: [“f5”], “command”: “refresh_folder_list” }
Understanding Magento 2 File System Permissions and Ownership Magento 2 installation on Ubuntu servers running Apache requires precise file system permissions and ownership configuration to… Read More →
June 9, 2019
If your Magento 2 store is not loading CSS and JavaScript, or your WordPress permalinks return 404 errors after a fresh server setup, the most… Read More →
June 8, 2019
In the ever-evolving landscape of web development, where projects are deployed across shared hosting environments, cloud servers, and local machines with varying configurations, a seemingly… Read More →
Knowing how to retrieve the current method name in PHP is one of those practical skills that separates developers who write maintainable, production-ready code from… Read More →
To get screen resolution, do the following steps: 1. Open terminal via Ctrl+Alt+T or by searching for “Terminal” from dash. When it opens, run command: xrandr It outputs… Read More →
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 →
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 →