←back to thread

The NSA Selector

(github.com)
302 points anigbrowl | 1 comments | | HN request time: 0s | source
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 #
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 #
1. rfl890 ◴[] No.44047258[source]
For a more modern approach, try ffplay: cat /dev/urandom | ffplay -f s16le -