This commit is contained in:
Spencer Killen 2024-05-19 16:08:04 -06:00
commit 34c9137c59
Signed by: sjkillen
GPG Key ID: 3AF3117BA6FBB75B
2 changed files with 12 additions and 0 deletions

5
README.md Normal file
View File

@ -0,0 +1,5 @@
## Resources
- https://stackoverflow.com/questions/20548509/forwarding-x11-without-ssh-how-do-i-run-local-apps-on-another-pc-running-x-serv/20549473#20549473
- https://github.com/mviereck/x11docker/wiki/How-to-access-X-over-TCP-IP-network
- https://askubuntu.com/questions/203173/run-application-on-local-machine-and-show-gui-on-remote-display
- https://askubuntu.com/questions/615139/how-to-make-x-org-listen-tcp-port-to-remote-connections

7
init_server.bash Normal file
View File

@ -0,0 +1,7 @@
#!/usr/bin/env bash
# Expose X server port
sudo ufw allow 6000
# Disable authentication
# sudo xhost +