Difference between revisions of "Talk:Remote control"

From GISAXS
Jump to: navigation, search
(Network status)
(=Open a port)
Line 5: Line 5:
  
 
===Open a port==
 
===Open a port==
 +
* Open VNC port (this should not be needed):
 
*: sudo ufw allow from any to any port 5904 proto tcp
 
*: sudo ufw allow from any to any port 5904 proto tcp

Revision as of 09:07, 15 July 2020

Linux

Network status

  • Check a port
    netstat -ano | grep 5904

=Open a port

  • Open VNC port (this should not be needed):
    sudo ufw allow from any to any port 5904 proto tcp