About 6,270,000 results
Open links in new tab
  1. Connect with SSH through a proxy - Stack Overflow

    Here's how to do Richard Christensen's answer as a one-liner, no file editing required (replace capitalized with your own settings, PROXYPORT is frequently 80): ssh USER@FINAL_DEST …

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

  4. 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, …

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

  6. shell - Send Commands to socket using netcat - Stack Overflow

    Mar 20, 2014 · I am sending text commands to a custom protocol TCP server. In the example below I send 2 commands and receive a response written back. It works as expected in telnet …

  7. Docker Debian nc command not found - Stack Overflow

    Jan 14, 2020 · When I build my Debian image from docker-compose, with the command $ docker-compose -f docker-compose-dev.yml build web, like so: docker-compose-fev.yml services: …

  8. Using xarray in JupyterLab to read NC file from url

    Feb 3, 2025 · I am trying to prevent unnecessary downloading of large datasets by reading the publicly available files directly from their online location. Surprisingly I cannot find an answer to …

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

  10. How to check if ZooKeeper is running or up from command prompt?

    I exploring a few options to how Zookeeper is up and running I would like to know how can I find the below. hostname and port for my zookeeper instance---I checked the zoo.cfg and I could …