sudo su apt-get install lighttpd streamripper at systemctl status lighttpd usermod -G vdr -a www-data #chown -R www-data:www-data /var/www/html #chmod -R 775 /var/www/html # zuerst lighttpd installieren da sonst auf Grund von Abhängigkeiten evtl. der apache2 Webserver installiert wird! apt-get install php5-common php5-cgi php5 lighty-enable-mod fastcgi lighty-enable-mod fastcgi-php systemctl restart lighttpd echo "" >> /var/www/html/phpinfo.php # Im Browser öffnen: http:// /var/www/html/radiorecorder/res/streams.txt echo "NDR Kultur;http://ndr-ndrkultur-live.cast.addradio.de/ndr/ndrkultur/live/mp3/128/stream.mp3" > /var/www/html/radiorecorder/res/streams.txt echo "NDR Info;http://ndr-ndrinfo-niedersachsen.cast.addradio.de/ndr/ndrinfo/niedersachsen/mp3/128/stream.mp3" > /var/www/html/radiorecorder/res/streams.txt echo "N-Joy;http://ndr-njoy-live.cast.addradio.de/ndr/njoy/live/mp3/128/stream.mp3" > /var/www/html/radiorecorder/res/streams.txt echo "NDR Blue;http://ndr-ndrblue-live.cast.addradio.de/ndr/ndrblue/live/mp3/128/stream.mp3" > /var/www/html/radiorecorder/res/streams.txt echo "NDR Plus;http://ndr-ndrplus-live.cast.addradio.de/ndr/ndrplus/live/mp3/128/stream.mp3" > /var/www/html/radiorecorder/res/streams.txt # chown -R www-data:www-data /var/www/html/ mkdir /mnt/video0/radiorecorder chown -R vdr:vdr /mnt/video0/radiorecorder/ chmod -R g+w /mnt/video0/radiorecorder/ # systemctl restart lighttpd # Im Browser öffnen: http://