python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Want to convert OS script to simple docker container
I'm in the process of cleaning up many years of hackery and I'm hoping to get some help. I am wanting to convert a shell script I wrote that uses netcat to connect to a Mochad (X10 interface) contain...
dinki
Votes: 0
Answers: 0
Extract Water Use data from .NC file using python
I am trying to use global wateruse data from the following website
https://zenodo.org/record/897933#.Yj4vbufMKUl.
I managed to open the zipped file, domestic water use.7z, but noticed that the both fi...
Jay Antonio Oliver
Votes: 0
Answers: 1
How do you properly pipe a dd command to a netcat command in Rust?
I am fairly new to Rust and am trying to pipe a dd command to a netcat command to check the network bandwidth between two machines.
The total command is: dd if=/dev/zero bs=16000 count=625 | nc -v <...
imconfused
Votes: 0
Answers: 1
Netcat using exec() Function in JavaScript
I would like to use netcat in JavaScript by using exec function. I wrote below function when I run it I am not seeing anything on my command line.
const { exec } = require('child_process');
var m...
kne123123
Votes: 0
Answers: 1