Skip to content

Instantly share code, notes, and snippets.

View tomfun's full-sized avatar

Greg tomfun

View GitHub Profile
nmcli connection modify "WifFiNameHere" connection.autoconnect yes
nmcli connection modify "WifFiNameHere" connection.permissions ""
@tomfun
tomfun / README.md
Last active March 8, 2025 21:44
Node js stdin.on('data', ...) in action testing

How to test application stream

How to test node streams in node using linux tools and scripts

The easiest test:

echo -e "line1\nline2\nline3" | node pause-test.js