As a Bloomberg fanatic probably the best software ever is livestation - and it runs fine on the AAO. Here's how. Download Linux version from livestation.com. Where you see tab press tab and BASH should autocomplete the file name Enter the folder where you download by default in terminal with [code]cd /home/user/Downloads chmod +x Livestation [tab] sudo ./Livestation [tab][/code] Press q, y, enter, enter ... follow instructions. It's quite a good installer - a lot better than crappy RPMs. You can try running it now with livestation & - but wait - a library error! woes! Just copy libpcre.so.0 to libpcre.so.3 this is probably nefarious. [code]cd /lib/ sudo cp libpcre.so.0 libpcre.so.3 livestation &[/code] Ah bloomberg. I wonder if it also does other channels?