So, I got my, apparently dissipated, bitcoin mining rig.
I found out it's really easy to setup in Fedora; even with SELinux and all. Here's a straightforward howto:
# Get BFGMiner
git clone git@github.com:luke-jr/bfgminer.git
cd bfgminer
# install deps
su -c 'yum install -y uthash jansson jansson-devel …