Horje
ngrok with netcat Code Example
ngrok with netcat
nc -lvnp 87
^^^ Run this command on shell session#1

ngrok tcp 87
^^^ Run this command on shell session#2
^^^ Both sessions should be simultaneously running
^^^ In the shown screen look for domain name and port in "Forwarding"
nslookup <ip address without protocol and port>
^^^ Get its ip through nslookup command

nc <ip> <port>
^^^ On remote computer, execute this command.




Shell

Related
adonisjs start Code Example adonisjs start Code Example
dexie nuxt Code Example dexie nuxt Code Example
bash home Code Example bash home Code Example
exclude/prevent file from commit using git ignore Code Example exclude/prevent file from commit using git ignore Code Example
lxde desktop shortcut not runable Code Example lxde desktop shortcut not runable Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10