Tag Archives: linux

How to run linux environment with LAMP on Windows WSL

Install Linux on Windows with WSL You can now install everything you need to run WSL with a single command. Open PowerShell or Windows Command Prompt in administrator mode by right-clicking and selecting “Run as administrator”, enter the wsl –install command, then restart your machine. wsl –install Restart and continue with setup  Before installing the first LAMP… Read More »

How to create a Plesk Backup from the command line

Plesk has a set of command line tools which we can use to create a backup manually. The tool is called pleskbackup and it lives in the Plesk utilities directory. On CentOS this is in /usr/local/psa/bin. If called without parameters you’ll see a long list of options you can pass to this command: Usage: pleskbackup… Read More »