You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for example, if I type ping google.com, this command will be running forever, how can I interrupt it?
Ctrl+C does not work because it will quit the nc command and close the connection.