Skip to content

Instantly share code, notes, and snippets.

@wuriyanto48
Created February 7, 2025 10:30
Show Gist options
  • Save wuriyanto48/7aeda5d3c095d7a5da0307d3291310e9 to your computer and use it in GitHub Desktop.
Save wuriyanto48/7aeda5d3c095d7a5da0307d3291310e9 to your computer and use it in GitHub Desktop.
nc command in Windows

nc command Unix

nc -vz 192.0.1.1 -Port 3306

Test-NetConnection command Windows

Test-NetConnection -ComputerName 192.0.1.1 -Port 3306
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment