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
Open the file with sublime to Set AllowOverride all apache2 Ubuntu 18.04 sudo subl /etc/apache2/apache2.conf Find the line “AllowOverride None” and replace with “AllowOverride All”… Read More →
June 8, 2019
Understanding the Fundamentals of Directory Paths in PHP In the world of web development, PHP remains a cornerstone for building dynamic websites and applications. One… Read More →
In PHP, there are several ways to retrieve the name of the current method or function from within its own scope. This capability is particularly… 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 →