notes
This commit is contained in:
commit
34c9137c59
|
@ -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
|
|
@ -0,0 +1,7 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
# Expose X server port
|
||||||
|
sudo ufw allow 6000
|
||||||
|
|
||||||
|
# Disable authentication
|
||||||
|
# sudo xhost +
|
Loading…
Reference in New Issue