←back to thread

The NSA Selector

(github.com)
302 points anigbrowl | 6 comments | | HN request time: 0s | source | bottom
Show context
tptacek ◴[] No.44045027[source]
There used to be a thing on SunOS (I think) where you'd get `ping` to write to /dev/audio so you could diagnose network stuff by sound.
replies(3): >>44045242 #>>44045529 #>>44045558 #
1. monster_truck ◴[] No.44045529[source]
You can still do this with /dev/dsp or similar. Might need sudo these days

`cat /dev/urandom > /dev/dsp`

replies(2): >>44045960 #>>44047258 #
2. jdthedisciple ◴[] No.44045960[source]
thanks this almost crashed my pc
replies(1): >>44046272 #
3. dylan604 ◴[] No.44046272[source]
some people learn the hard way that blindly copying and pasting things from the interweb directly to a terminal is not always the best of ideas. some times, they're bloody brilliant
replies(1): >>44046406 #
4. dgfitz ◴[] No.44046406{3}[source]
curl $url | bash is probably the only worse culprit.
replies(1): >>44046628 #
5. nicce ◴[] No.44046746{5}[source]
Some people are just evil.
6. rfl890 ◴[] No.44047258[source]
For a more modern approach, try ffplay: cat /dev/urandom | ffplay -f s16le -