update readme
This commit is contained in:
@@ -13,13 +13,7 @@
|
||||
3. Set up bridge for connecting to VM
|
||||
1. Option 1: Install [xdotool](https://github.com/jordansissel/xdotool) on VM
|
||||
2. Option 2: Install [mouse](https://github.com/boppreh/mouse/)
|
||||
4. Set up SSH server on VM: https://averagelinuxuser.com/ssh-into-virtualbox/
|
||||
1. `sudo apt install openssh-server`
|
||||
2. `sudo systemctl enable ssh --now`
|
||||
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>
|
||||
6. On host, run `ssh-copy-id <username>@<ip_address>`
|
||||
4. Set up SSH server on VM | [Guide](./SSH_SERVER_SETUP.md)
|
||||
5. Install screenshot tool (in vm)
|
||||
1. `sudo apt install imagemagick-6.q16hdri`
|
||||
2. `DISPLAY=:0 import -window root screenshot.png`
|
||||
|
||||
Reference in New Issue
Block a user