Last year I removed all my music from Google Play Music and created my own subSonic server. I really like subSonic but don’t use it a huge amount, mostly for syncing some music to my phone prior to going on holiday or business. Therefore, I’ve made a single one time donation to the project rather than the ongoing monthly usage fee. Installing subSonic on Debian This is how I install subSonic on Debian Wheezy. Install Tomcat. sudo apt-get install tomcat7 Install subSonic. apt-get install f...