Commercial Skip
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:
Some(times) Useful Stuff
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
Starting with the most current 64bit ISO available: Choose software to install: SSH Server Standard system utilities Manual network config on ens160 apt update apt dist-upgrade -y apt autoremove -y [ shutdown and snapshot here if required ] apt install -y chrony sed -i ‘s|pool .* offline iburst|pool au.pool.ntp.org offline… Continue Reading Default Ubuntu 16.04.x LTS Server
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)
SCANNING: 620500000 (au-bcast:41) LOCK: t7qam64 (ss=100 snq=100 seq=100) TSID: 0x327A ONID: 0x3271 PROGRAM 1921: 8 WIN Cairns PROGRAM 1922: 81 BOLD Cairns PROGRAM 1926: 82 PEACH Cairns PROGRAM 1927: 85 GOLD PROGRAM 1928: 84 TVSN PROGRAM 1936: 83 Sky News on WIN PROGRAM 1937: 80 WIN HD Cairns SCANNING: 627500000… Continue Reading DVB-T — Greenhill (Gordonvale)
Telstra Business Retention : 1800 151 918
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
Installing vmware tools in Debian 7+ is preferred using the dist package. apt-get install -y open-vm-tools
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