This blog contains some important fundae for linux users, which may look very trivial, but are very useful.

Exporting Sound in Linux

Run the following command at the local machine
artsd -n -u -p 5001
This will start arts server. Now on remote machine run
export ARTS_SERVER=ip-of-local-machine:5001
now you can start xmms, mplayer on the remote machine and listen the audio at the local machine.

No comments: