/top/
/new/
/best/
/ask/
/show/
/job/
^
slacker news
login
about
←back to thread
The NSA Selector
(github.com)
302 points
anigbrowl
| 9 comments |
20 May 25 18:30 UTC
|
HN request time: 0.322s
|
source
|
bottom
1.
tptacek
◴[
20 May 25 19:29 UTC
]
No.
44045027
[source]
▶
>>44044459 (OP)
#
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
#
ID:
GO
2.
fuddy
◴[
20 May 25 19:52 UTC
]
No.
44045242
[source]
▶
>>44045027 (TP)
#
One of the funnier parameters to encounter in the snoop manpage.
3.
monster_truck
◴[
20 May 25 20:22 UTC
]
No.
44045529
[source]
▶
>>44045027 (TP)
#
You can still do this with /dev/dsp or similar. Might need sudo these days
`cat /dev/urandom > /dev/dsp`
replies(2):
>>44045960
#
>>44047258
#
4.
schoen
◴[
20 May 25 20:25 UTC
]
No.
44045558
[source]
▶
>>44045027 (TP)
#
You can "ping -a" nowadays to get beeps for each reply, but it's not quite as cool!
5.
jdthedisciple
◴[
20 May 25 21:10 UTC
]
No.
44045960
[source]
▶
>>44045529
#
thanks this almost crashed my pc
replies(1):
>>44046272
#
6.
dylan604
◴[
20 May 25 21:49 UTC
]
No.
44046272
{3}
[source]
▶
>>44045960
#
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
#
7.
dgfitz
◴[
20 May 25 22:05 UTC
]
No.
44046406
{4}
[source]
▶
>>44046272
#
curl $url | bash is probably the only worse culprit.
replies(1):
>>44046628
#
8.
nicce
◴[
20 May 25 22:55 UTC
]
No.
44046746
{6}
[source]
▶
>>44046628
#
Some people are just evil.
9.
rfl890
◴[
21 May 25 00:32 UTC
]
No.
44047258
[source]
▶
>>44045529
#
For a more modern approach, try ffplay: cat /dev/urandom | ffplay -f s16le -
↑