Tag: port

Remote Port Forwarding using SSH Tunnel

If you want someone on the internet to access a service/port on your local system(and you have access to a remote server), you can use SSH Tunnel to do this.

Find the Process that Listen to a Port

Find the process that are listening to a said port… lsof -i :80