How to develop a WordPress plugin in /home/user linked to /var/www

Step 1: Create the Custom Plugin Directory If you haven’t already created your custom plugin directory in your home folder, do so with the following command: mkdir -p /home/user/customplugin Replace user with your actual username. Step 2: Create a Symbolic Link in the WordPress Plugins Directory Use the ln command …

How To enable Visual Studio Code upgrade on Linux Debian

Visual Studio Code enabled official Linux repositories on February 2017 (v1.10) sudo add-apt-repository -y “deb https://packages.microsoft.com/repos/vscode stable main ” sudo apt update sudo apt -y install code You can upgrade / dist-upgrade as usual sudo apt -y upgrade sudo apt -y dist-upgrade