Ubuntu Linux Setup Instructions :
1 ) Download Ubuntu x64 from :
http://www.ubuntu.com/download/desktop2 ) Install on a PC or on a Virtual Machine.
3 ) Once installed Find and Open Terminal by pressing CTRL + ALT + T
4 ) Type the following lines and press enter after each one :
sudo add-apt-repository ppa:theturtle1983/mining
sudo apt-get update
sudo apt-get install bfgminer
5 ) Plug in your Blue Fury Miner in your favorite USB hub/port
6 ) Find the Blue Fury device name in your /Dev Folder. Mine was named ttyACM0 (yours should be similar)
http://i.imgur.com/AgKX2yZs.jpg7 ) Type the following into Terminal :
sudo bfgminer -o [pool name] -u [username] -p [password] -S bitfury:/dev/ttyACM0
*obviously change everything in brackets to your personal pool settings.
8 ) Hash Away!

trying to get this working on rasbian to get it ready for when i receive the miners
now "sudo add-apt-repository ppa:theturtle1983/mining" doesnt work so i did the following
cd /etc/apt
sudo nano sources.list
and added "ppa:theturtle1983/mining"
but i get E: TYPE 'ppa:theturtle1983/mining' is not a known on line 2 in the source list /etc/apt/sources.list
how do i add the repo so i can download?