Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
misc:general_tips:network_terminal_command_example [2023/06/27 06:42] – removed - external edit (Unknown date) 127.0.0.1 | misc:general_tips:network_terminal_command_example [2025/04/03 23:03] (current) – Automatic revision due to content change 3.144.229.96 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Network Command example ====== | ||
+ | ====== URL lookup ====== | ||
+ | |||
+ | Terminal lookup : | ||
+ | |||
+ | < | ||
+ | nslookup png.msupply.org | ||
+ | </ | ||
+ | {{: | ||
+ | |||
+ | ====== Port open or not ====== | ||
+ | |||
+ | < | ||
+ | nc -zv 185.66.2.56 18248 | ||
+ | </ | ||
+ | |||
+ | {{: |