About 9,100,000 results
Open links in new tab
  1. K8s cluster deployment error: nc: bad address 'xx'

    Dec 9, 2022 · K8s cluster deployment error: nc: bad address 'xx' Asked 2 years, 11 months ago Modified 1 year, 5 months ago Viewed 2k times

  2. Windows SSH ProxyCommand /usr/bin/bash: line 0: exec: nc: not …

    Jan 6, 2022 · The reason is that Git Bash for Windows has no nc (netcat) command. As a workaround please replace: nc -X 5 -x proxy.abc.com:4850 %h %p with connect -S …

  3. java - How to get the structure of SYS_NC columns (in an Oracle ...

    Dec 22, 2023 · I've developed an application to analyze differences between 2 database tables (e.g., when migrating from DB2 to Oracle) - through JDBC connections - and I have a test …

  4. Google Maps embed iframe throws 'Uncaught Error: Nc' in console

    Jun 7, 2025 · Google Maps embed iframe throws 'Uncaught Error: Nc' in console Asked 6 months ago Modified 6 months ago Viewed 514 times

  5. Why telnet and nc command report connection works in azure …

    May 1, 2022 · I try to enter to any of the PODs (including the ubuntu one), and execute telnet/nc command in the pod to a remote server/port to validate the remote connection, it's very weird …

  6. Connect with SSH through a proxy - Stack Overflow

    So, I know the nc has different versions like openbsd-netcat and GNU-netcat, you can change the nc in debian to the openbsd version, but I choose to change the software like corkscrew, …

  7. nc -l not working on using public IP address - Stack Overflow

    Aug 31, 2015 · When i try to use [nc -l] command with my private IP address,i am able to create a client server model.But it doesn't work when i try to use my public IP address with the same …

  8. unix - Why node nc (netcat) give error "inverse host lookup failed ...

    Feb 14, 2018 · "Inverse host lookup failed" simply means that nc wanted to print which host name 10.0.0.10 corresponds to, but couldn't. UNKNOWN is simply what it then prints as the host …

  9. How to implement nc commands in python? - Stack Overflow

    Jun 18, 2020 · How to implement nc commands in python? [closed] Asked 5 years, 5 months ago Modified 5 years, 5 months ago Viewed 15k times

  10. open a port permanently on linux using nc (netcat) [duplicate]

    May 24, 2023 · nc is the wrong tool for this job (to a greater or lesser degree based on which version you have; the more appropriate ones have the option to fork a subprocess for each …