That Command

What was that command?

Home Archives
2020-03-08

Check whether you can get to a port on an IP

The syntax varies depending on which version of nc you are using.

The older version:

1
$ nc -v -z 127.0.0.1 443

The newer version:

1
$ nc -v --recv-only 127.0.0.1 443
Share
Newer
Use sed to remove commented and blank lines
Older
Mount an ISO file

Archives

  • August 2021
  • July 2021
  • March 2020

Recent Posts

  • Convert newlines to "\n"
  • Use sed to remove commented and blank lines
  • Check whether you can get to a port on an IP
  • Mount an ISO file
  • Serve the current directory over the Web via Python
© 2021 A Systems Administrator
Powered by Hexo
Home Archives