7 lines
104 B
Bash
7 lines
104 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
# Expose X server port
|
||
|
sudo ufw allow 6000
|
||
|
|
||
|
# Disable authentication
|
||
|
# sudo xhost +
|