Difference between revisions of "Ubuntu 16 04 modifications"

From RobotinoWiki
(Disable Apport)
(lighttpd)
Line 9: Line 9:
 
lighty-enable-mod cgi
 
lighty-enable-mod cgi
 
lighty-enable-mod fastcgi-php
 
lighty-enable-mod fastcgi-php
 +
</pre>
 +
 +
==allow root to run X11 apps==
 +
<pre>
 +
echo "export XAUTHORITY=/home/robotino/.Xauthority" >> /etc/profile
 
</pre>
 
</pre>

Revision as of 09:00, 22 June 2016

Disable Apport

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

lighttpd

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

allow root to run X11 apps

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