Warning: An existing WordPress network was detected fixed

How to fix Warning: An existing WordPress network was detected While converting a WordPress single install to multisite, the following error notice was displayed at the Network Setup admin page. Warning: An existing WordPress network was detected the instruction in Network Setup page clearly stated that the PHP constant definition below should be placed before /* …

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