Table of Contents

Applications & Libraries needed for Remote Render Nodes

This is for Ubuntu 14.04/16.04. Results may differ by Linux distro.

CSH

  apt-get install csh

Image

  apt-get install imagemagick
  apt-get install libglu1-mesa

OpenSSH

  apt-get install openssh-server

Perl

  apt-get install libdbi-perl
  apt-get install libdbd-mysql-perl
  apt-get install libfile-pid-perl
  apt-get install liblist-moreutils-perl
  apt-get install libfile-chdir-perl

Zip

  apt-get install unzip

Extra Libraries

libXi.so.6

  apt-get install libxi6

User Accounts

  useradd -m -s /bin/bash g*******
  passwd g*******
  usermod -a -G sudo g*******