Advertisement
Guest User

Untitled

a guest
Oct 19th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. ubuntu@arm:~$ nc -vN ports.ubuntu.com 80 </dev/null
  2. nc: invalid option -- 'N'
  3. This is nc from the netcat-openbsd package. An alternative nc is available
  4. in the netcat-traditional package.
  5. usage: nc [-46bCDdhjklnrStUuvZz] [-I length] [-i interval] [-O length]
  6. [-P proxy_username] [-p source_port] [-q seconds] [-s source]
  7. [-T toskeyword] [-V rtable] [-w timeout] [-X proxy_protocol]
  8. [-x proxy_address[:port]] [destination] [port]
  9.  
  10.  
  11. ubuntu@arm:~$ wget --no-proxy http://ports.ubuntu.com/
  12. --2019-01-19 11:48:28-- http://ports.ubuntu.com/
  13. Resolving ports.ubuntu.com (ports.ubuntu.com)... 172.1.8.1
  14. Connecting to ports.ubuntu.com (ports.ubuntu.com)|172.1.8.1|:80...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement