Tag Archive for 'howto'

Freevo: Grabbing EPG data from command line II

January 27th, 2008 by tripledes

Well I have first version of a script which I think will help me to grab EPG data and store it in XMLTV format. I’m just using standard Linux shell tools, tzap (from media-tv/linuxtv-dvb-apps) and tv_grab_dvb.
You can have a look to the script
here, I’m pretty sure should be other ways to accomplish this task [...]

Tags: , , , ,

Howto: mod_dav

December 24th, 2007 by tripledes

mod_dav provides an easy way to manage web content (or alike) on your web server without having a shell account (DAV RFC can be found at
RFC).
I’ve done the setup using
Apache web server so the first thing is to check whether your distribution installs the module with the Apache package. It is usually located [...]

Tags: , ,