5,710
edits
Changes
Ubuntu
,→Installing SuperCollider
http://openframeworks.cc/ofBook/chapters/installation_up_4evr_linux.html
=Upstart to launch/respawn installationsoftware=
*create this in /etc/init/facegraft.conf:
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">v4l2-ctl -c zoom_absolute=100</syntaxhighlight>
*list all controllable settings:
<syntaxhighlight lang="bash">v4l2-ctl --list-ctrls</syntaxhighlight>
==guvcview==
#IN OSX: attach your new portable drive, partition it as an OSX Extended Journaled drive.
#Reboot into the live ubuntu usb disk.
#IN UBUNTU: start install. select "something else", create three partitions (boot, root, and swap), leaving existing EFI partition from OSX.
#Install Refind to first partition.
==Install rEFInd to partition of external drive==
*
=Custom PC Build=
*install Ubuntu*Boot to command line. Download CUDA from NVIDIA: <syntaxhighlight lang="bash">wget http://developer.download.nvidia.com/compute/cuda/7_0/Prod/local_installers/rpmdeb/cuda-repo-ubuntu1404-7-0-local_7.0-28_amd64.deb</syntaxhighlight>*Install CUDA, follow these instructions: http://docs.nvidia.com/cuda/cuda-getting-started-guide-for-linux/index.html#ubuntu-installation*Add nomodeset to GRUB_LINUX_CMDLINE_DEFAULT: http://askubuntu.com/questions/38780/how-do-i-set-nomodeset-after-ive-already-installed-ubuntu/38782#38782*Install netatalk and ssh: <syntaxhighlight lang="bash">sudo apt-get install ssh netatalk</syntaxhighlight>*Install glew.h, etc. This is easily accomplished through the openFrameworks install dependencies script (if you plan to use oF):http://openframeworks.cc/setup/linux-codeblocks/*Install menu-meters: http://blog.dcxn.com/2012/06/06/menu-meters-for-ubuntu/ ==Installing Alternate NVIDIA GeForce 960 DriversInstall options==
*http://www.askmetutorials.com/2015/01/install-uninstall-nvidia-driver-34058.html
=netatalk file sharing with OS X=
*http://outcoldman.com/en/archive/2014/11/09/ubuntu-as-home-server-part-3-afp-server/
sudo apt-get install libtdb-dev
</syntaxhighlight>
=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>