Execute Linux commands at Windows OS with Powershell
As it turned out, I can execeute linux scripts at my Windows PC with WSL installed with Powershell!
Just write 'wsl -e ' and after that a command to execute.
For example,
wsl -e mc
And you have executed midnight commander in windows powershell
You can also execute bash scripts
wsl -e ./var/www/script.sh

PostgreSQL in Docker: when DBeaver lies (and psql saves the day)
SharePoint onPrem: Create ContentType with the specific ID
Send props from Child class component to Parent state component in React App