//View Tip #547
» bzip2 ssh copy and machine power off
» Create a file of specific size
» MBR (Master Boot Record) backup & restore
» SSH tab completion
Similar Tips
» Using ssh as a generic stdin consumer and stdout producer» bzip2 ssh copy and machine power off
» Create a file of specific size
» MBR (Master Boot Record) backup & restore
» SSH tab completion
Latest tips by RSS
Click here to subscribe
Follow Shell-Fu on Twitter
Click here to follow
Follow Shell-Fu on identi.ca
Click here to follow
You can use the following to output your microphone to a remote computer's speaker:
This will output the sound from your microphone port to the ssh target computer's speaker port. The sound quality is very bad, so you will hear a lot of hissing.
dd if=/dev/dsp | ssh -c arcfour -C username@host dd of=/dev/dsp
This will output the sound from your microphone port to the ssh target computer's speaker port. The sound quality is very bad, so you will hear a lot of hissing.
Comments
Add your comment
Comments are currently disabled
No Comments

