About 13,000,000 results
Open links in new tab
  1. 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, …

  2. How to display nc return value in Linux shell script?

    I am using nc command in my Linux box like below to check if a port is listening; This displays success message: nc -z 192.168.0.2 9000 This displays 0: echo $? I have combined it in a …

  3. Convert NetCDF file to CSV or text using Python - Stack Overflow

    Jun 5, 2017 · I'm trying to convert a netCDF file to either a CSV or text file using Python. I have read this post but I am still missing a step (I'm new to Python). It's a dataset including latitude, …

  4. numpy - Reading .nc files by Python - Stack Overflow

    I want to read .nc files by netCDF4 (using conda) but my files look like this: something.3520_nc What to do with this, it's still .nc file right? Should I rename it? Or after I downloaded it, is it

  5. How to listen for multiple tcp connection using nc [closed]

    Apr 19, 2015 · How to create a TCP connection using nc which listens to multiple hosts? nc -l -p 12345

  6. 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 …

  7. Read .nc (netcdf) files using python - Stack Overflow

    Apr 1, 2016 · I am trying to learn how to read netcdf files using Python in the most easiest/fastest way. I heard that it can be done with 3 lines of code but I really don't know how. I am running …

  8. Extracting data from .nc file by latitude and longitude in python

    Jun 20, 2016 · I have gridded datasets in .nc format. I want to extract data on the basis of latitude and longitude. Latitude and longitude of my datasets are shown below: import netCDF4 from …

  9. What is the difference between ssh proxycommand -W, nc, exec nc

    Apr 6, 2015 · The old nc version doesn't allow using different usernames for the bastion and target server. Also, I recently learned that ssh 7.3 and newer introduced a ProxyJump …

  10. "bash: nc: command not found" error on ssh multi-hop

    Sep 22, 2015 · ProxyCommand ssh -q serverA /bin/nc sha.example.net 22 Just remember for the sake of portability that nc may not live in this location on all systems. For example, it's at …