Help with SQL commands to interact with a MySQL database
- Mac /usr/local/mysql/bin
- Windows /Program Files/MySQL/MySQL version/bin
- Xampp /xampp/mysql/bin
<# | |
Prereqs: | |
User logged on to domainjoined pc. | |
Powershell remoting enabled on controller - default on 2012 or later | |
Service account with permissions to lookup and end session in the Site | |
Script outputs a list of applications that the user had running to a CSV file on the controller - c:\temp\logoff-log.csv. | |
To protect the password of the serviceaccount it would be wise to wrap this into an EXE file. | |
Place the EXE file on the users desktop og start menu, and they can now stop their sessions. |
O guia foi atualizado para este link: https://github.com/codeedu/wsl2-docker-quickstart
const matrizInimigo = [ | |
[0, 0], | |
[104, 0], | |
[208, 0], | |
[312, 0], | |
[0, 104], | |
[104, 104], | |
[208, 104], | |
[312, 104], | |
[0, 208], |