gym interface

This commit is contained in:
Jing Hua
2023-10-30 00:28:33 +08:00
parent 1aecea0763
commit b3da09a860
6 changed files with 207 additions and 12 deletions

View File

@@ -19,7 +19,8 @@
3. `sudo ufw disable` (disable firewall - safe for local network, otherwise `sudo ufw allow ssh`)
4. `ip a` - find ip address
5. ssh username@<ip_address>
5. Install screenshot tool
6. On host, run `ssh-copy-id <username>@<ip_address>`
5. Install screenshot tool (in vm)
1. `sudo apt install imagemagick-6.q16hdri`
2. `DISPLAY=:0 import -window root screenshot.png`
6. Get screenshot