Changes

Jump to: navigation, search

Ubuntu

425 bytes added, 14:02, 20 October 2015
Installing SuperCollider
=copy ssh key to remote server=
<syntaxhighlight lang="bash">cat ~/.ssh/id_rsa.pub | ssh user@machine "mkdir ~/.ssh; cat >> ~/.ssh/authorized_keys"</syntaxhighlight>
=Use aptitude to downgrade some packages=
for example installing libcurl4-openssl-dev:
 
http://askubuntu.com/questions/584901/grive-tools-depends-libcurl4-openssl-dev-but-it-is-not-going-to-be-installed
=Installing SuperCollider=
https://github.com/supercollider/supercollider/wiki/Installing-SuperCollider-on-Ubuntu-systems
*add user to audio group:
<syntaxhighlight lang="bash">sudo adduser rtwomey audio</syntaxhighlight>

Navigation menu