Difference between revisions of "Talk:Remote control"
KevinYager (talk | contribs) (Created page with "==Linux== ===Network status=== *: netstat -ano | grep 5904 ===Open a port== *: sudo ufw allow from any to any port 5904 proto tcp") |
KevinYager (talk | contribs) (→Network status) |
||
Line 1: | Line 1: | ||
==Linux== | ==Linux== | ||
===Network status=== | ===Network status=== | ||
+ | * '''Check a port''' | ||
*: netstat -ano | grep 5904 | *: netstat -ano | grep 5904 | ||
+ | |||
===Open a port== | ===Open a port== | ||
*: 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 08:07, 15 July 2020
Linux
Network status
- Check a port
- netstat -ano | grep 5904
=Open a port
- sudo ufw allow from any to any port 5904 proto tcp