Rocco Musolino
Rocco Musolino
#### Netcat as a Proxy ```sh $ mkfifo /tmp/fifo $ nc -l -k -p 8080 /tmp/fifo ``` Raise: ```text events.js:472 function arrayClone(arr, i) { ^ RangeError: Maximum call stack size...
When doing a `.retry(5000)`: $ nc -R 5 localhost 2389 - Sending data `process.stdin.pipe(nc2.stream())` seems not effective on reconnect, but `nc2.pipe(process.stdout)` works.
Should be first exposed by `progress-stream` https://github.com/freeall/progress-stream/issues/27
Multiple `write` on the `stderr`. The latter replace the first (get a reference to the line to use). ` cat /dev/urandom | node bin/pv.js --size 100MB -N test1 | node...
This the example that I'm running: ```javascript var tunnel = require('reverse-tunnel-ssh'); // This is a very handy way to test your next webhook ! // Please set up your /etc/hosts...
The idea would be to create a different module for the CLI. Like `network-cli` So this is used as dependency and we can get rid of `commander` package, if someone...
It would be worth having a method like `network.get_hostnames(cb)`, that returns a map `Hostname IP` for the current active interface? (parsing the output of `arp -a` on unix).
Wouldn't be useful a brief documentation on how to use this tools in the README.md? Like in https://github.com/ninjablocks/433Utils
Would be useful having this lib hosted on a CDN like [cdnjs.com](https://cdnjs.com)
Would be tough do a porting for memcached?