Wintermute: Difference between revisions
From Elektronisches Studio
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
= Properties = | = Properties = | ||
{| border="1" | |||
|IP | |||
|Apple | |||
|- | |||
|OS | |||
|Pie | |||
|- | |||
|Butter | |||
|Ice cream | |||
|} | |||
* IP: 130.149.23.37 | * IP: 130.149.23.37 |
Revision as of 12:56, 15 February 2018
Properties
IP | Apple |
OS | Pie |
Butter | Ice cream |
- IP: 130.149.23.37
- OS: Ubuntu-Studio 17.10
Setup Instructions
- install ssh
- install emacs
- install xrdp
- fix xrdp tab completion
- IN
- sudo emacs ~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml
- CHANGE
- <property name="<Super>Tab" type="string" value="switch_window_key"/>
- TO
- <property name="<Super>Tab" type="string" value="empty"/>
- IN
- fix xrdp PATH
- IN
- `/etc/xrdp/startwm.sh`
- add
- IN
". /etc/environment" before the last line
- install git
- clone and install Madi FX Driver [1]
- set realtime permissions for rdp access
- d
sudo emacs /etc/pam.d/common-session
add line:
session required pam_limits.so
- install jacktrip
- install Ardour 5.12
- install frequency scaling tools
sudo apt-get install cpufrequtils
- install gparted (apt)
- permanently mount data drive
sudo nano /etc/fstab
- add line:
# DATA UUID=5f3d7529-ba26-4715-8a16-a9bf05df0610 /media/DATA ext4 defaults 0 2
- CHANGE USER 777 for mount point
- install cifs-utils
- put mount-scripts for studio-server to Shell folder
- install samba (apt)