Posts Tagged ‘Ubuntu’

Ubuntu 10.04 & PHP 5.3: Setup PDFlib 6 with PECL

If you want to use the (old) PDFlib 6 (because you have paid for a license), you will get the following error when you try to install the latest pecl pdflib package (version 2.1.8) for PHP 5.3: […] running: make /bin/bash /var/tmp/pear-build-root/pdflib-2.1.8/libtool –mode=compile cc -I. -I/tmp/pear/temp/pdflib -DPHP_ATOM_INC -I/var/tmp/pear-build-root/pdflib-2.1.8/include -I/var/tmp/pear-build-root/pdflib-2.1.8/main -I/tmp/pear/temp/pdflib -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext [...]

Read more…

Ubuntu 10.04 & VDR: Setup femon plugin

The VDR plugin femon adds a DVB status monitor to the OSD that displays signal information and some other parameters of the current selected channel. This plugin is very useful to, e.g. analyze the quality of the DVB signal. The installation is very easy, just use: # sudo apt-get install vdr-plugin-femon # sudo /etc/init.d/vdr restart [...]

Read more…

Ubuntu 9.10 & VDR: Setup EPGSearch plugin

The EPGSearch plugin adds some useful features to your VDR system. Certainly, the most commonly used feature is, that this plugin enables the VDR system to automatically search for programs to record (based on times, channels and/or days). To install the plugin just use: # sudo apt-get install vdr-plugin-epgsearch # sudo /etc/init.d/vdr restart If you [...]

Read more…

Ubuntu 9.10: Setup VDRAdmin-am

To setup the web based VDR administration tool vdradmin-am (which is a fork of vdradmin) just follow the instructions below: Install the required package: # sudo apt-get install vdradmin-am Setup your the user name and password in /var/lib/vdradmin-am/vdradmind.conf: PASSWORD = your-secret-password USERNAME = vdr Enable vdradmin-am in /etc/default/vdradmin-am: ENABLED="1" Start vdradmin-am: # sudo /etc/init.d/vdradmin-am start [...]

Read more…