[Cialug] Evil command line trick

Matthew Nuzum newz at bearfruit.org
Mon Jun 7 09:29:36 CDT 2010


Output sound from your microphone through a remote computer's speakers:
http://www.commandlinefu.com/commands/view/4888/output-your-microphone-to-a-remote-computers-speaker

    $ arecord -f dat | ssh -C user at host aplay -f dat

Alternate suggestion:

    $ dd if=/dev/dsp | ssh -c arcfour -C username at host dd of=/dev/dsp

So is reversing this (getting the remote microphone's sound to your own
speakers) the same technique?

-- 
Matthew Nuzum
newz2000 on freenode, skype, linkedin, identi.ca and twitter

"Do not seek to follow in the footsteps of the wise. Seek what they sought."
–Matsuo Bashō
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://cialug.org/pipermail/cialug/attachments/20100607/ede811de/attachment.htm 


More information about the Cialug mailing list