Hi all,
Is there a way to find out from where a data stream is coming from? - Like if I'm listening to a music station online, can I find out which url is sending that data?
Find the PID of the program you're running, and use 'lsof -p <pid>' to see what files (and sockets) it has open.