Wintermute: Difference between revisions

From Elektronisches Studio
Jump to navigationJump to search
Hvc admin (talk | contribs)
No edit summary
Hvc admin (talk | contribs)
No edit summary
Line 43: Line 43:
#::: session required pam_limits.so </pre>
#::: session required pam_limits.so </pre>
# install jacktrip
# install jacktrip
# install Ardour 5.12
# install Ardour 5.12(get binary)
# install frequency scaling tools
# install frequency scaling tools
sudo apt-get install cpufrequtils
#::<pre>
#::: sudo apt-get install cpufrequtils </pre>
# install gparted (apt)
# install gparted (apt)
# permanently mount data drive
# permanently mount data drive
sudo nano /etc/fstab
#::<pre>
#::: sudo nano /etc/fstab </pre>
* add line:
* add line:
  # DATA
  # DATA

Revision as of 13:02, 15 February 2018

Properties

IP 130.149.23.37
OS Ubuntu-Studio 17.10


Setup Instructions

  1. install ssh
  2. install emacs
  3. install xrdp
  4. 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"/>
  5. fix xrdp PATH
    IN
    `/etc/xrdp/startwm.sh`
    add
    ". /etc/environment" before the last line
  6. install git
  7. clone and install Madi FX Driver [1]
  8. set realtime permissions for rdp access
    IN
    sudo emacs /etc/pam.d/common-session
    add line
    session required pam_limits.so
  9. install jacktrip
  10. install Ardour 5.12(get binary)
  11. install frequency scaling tools
    sudo apt-get install cpufrequtils
  12. install gparted (apt)
  13. permanently mount data drive
    sudo nano /etc/fstab
  • add line:
# DATA
UUID=5f3d7529-ba26-4715-8a16-a9bf05df0610       /media/DATA     ext4    defaults 0 2
  1. CHANGE USER 777 for mount point
  2. install cifs-utils
  3. put mount-scripts for studio-server to Shell folder
  4. install samba (apt)