Ubuntu 16 04 modifications

From RobotinoWiki
Revision as of 17:06, 23 June 2016 by Verbeek (talk | contribs) (lighttpd)

Disable Apport

echo "enabled=0" > /etc/default/apport

lighttpd

apt-get install lighttpd php php-cgi
lighty-enable-mod cgi
lighty-enable-mod fastcgi-php

allow root to run X11 apps

echo "export XAUTHORITY=/home/robotino/.Xauthority" >> /etc/profile