what is a easy way to disable blue-tooth at start up with Ubuntu 13.10.
You can find the answer here. In summary:
sudoedit /etc/rc.local
exit 0
rfkill block bluetooth
Now the Bluetooth should be disabled on startup.