About 11,700,000 results
Open links in new tab
  1. tunneling - ssh: check if a tunnel is alive - Stack Overflow

    local:~# nc -l 127.0.0.1:456 Hallo? anyone there? The tunnel is working! But what if you have an application, called appname, which is supposed to be listening on port 456 on the local …

  2. How to send only one UDP packet with netcat? - Stack Overflow

    9 Unfortunately nc is not a unique name for a single tool. To find out which nc you have, look at the first line of output from nc -h. To send a single UDP packet and exit immediately, use the …

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

  4. Decoding facebook's blob video url - Stack Overflow

    This method will get the video and its audio AS SEPARATE FILES. The downloaded video will have no sound, but you will be able to download its audio file and connect it to the video in …

  5. mod_rewrite RewriteCond - is NC flag necessary for just domain …

    Why is the NC flag necessary, when checking only the domain part? I noticed browsers always converts uppercases in domain names into lower cases, so I don't see what the [NC] flag is …

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

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

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

    echo stat | nc localhost 2181 | grep Mode echo srvr | nc localhost 2181 | grep Mode #(From 3.3.0 onwards) Above will work in whichever modes Zookeeper is running (standalone or …

  9. Windows 7 netcat error: 'nc' is not recognized as an internal or ...

    Nov 8, 2020 · Extract the files (e.g. C:\NetCat) Open two cmd prompts and navigated to cd \NetCat. Execute nc.exe -l -p 9999 in one cmd window and nc.exe localhost 9999 in another. …

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