https://github.com/erikkaashoek/Comskip Starting from a base install Ubuntu 18.04: Setup the comskip.ini file: And finally in HTS Tvheadend, in “Configuration” -> “Recording” -> [profile], set the “Post-processor command” to be:

These instructions assume a based Default Ubuntu 16.04.x LTS Server ### Install Puppet Repository wget http://apt.puppetlabs.com/puppetlabs-release-pc1-xenial.deb dpkg -i puppetlabs-release-pc1-*.deb rm -f puppetlabs-release-pc1-*.deb apt update && apt upgrade -y ### Install Puppet Agent apt install -y puppet-agent ### Ensure service is started/running /opt/puppetlabs/bin/puppet resource service puppet ensure=running enable=true ### Perform first… Continue Reading Installing Puppet

Regional Call Progress Tones Dial Tone: 400@-16,425@-16,450@-16;10(*/0/1+2­ +3) Line x NAT Settings NAT Mapping Enable: YES NAT Keep Alive Enable: YES SIP Settings SIP Transport: TCP Proxy and Registration Register Expires: 300 (or less) Dial Plan (*xx|13[1-9]xxxS0|1[38]00xxxxxxS0|190xxxxxxx!|000S0|0011xxxxxx.|[2-9]xxxxxxxS0|0[2-9]xxxxxxxxS0)

When installing the VMware client integration plugin, the installation reports the useful error There is a problem with this Windows installer package. A program run as part of the setup did not finish  as expected. Contact your support personnel or package vendor. It fails because the hosts.bak file already exists.… Continue Reading Installing VMware Client Intergration Plugin fails

Install and update a standard netinst from https://www.debian.org/distrib/netinst Choose software to install: SSH Server Standard system utilities echo ‘1’ > /proc/sys/net/ipv6/conf/all/disable_ipv6 echo ‘net.ipv6.conf.all.disable_ipv6=1’ > /etc/sysctl.d/disableipv6.conf apt-get update apt-get dist-upgrade -y apt-get install -y ntpdate \ && ntpdate pool.ntp.org \ && apt-get install -y ntp apt-get autoremove -y