I put together this video to simplify the installation process for Ubuntu Server and Channels DVR.
Many people avoid Linux servers because they think it's too hard to learn or that they need a graphical user interface (GUI). This video proves that’s not the case—Linux servers are approachable with just a bit of guidance.
Another common misconception is that YouTube TV’s TVE (TV Everywhere) doesn’t work with Channels DVR. I’ll show you how to make it work step by step.
Below are the command-line entries you’ll need for each part of the setup:
Disabling SNAP
sudo rm -rf /var/cache/snapd/
sudo rm -rf ~/snap
sudo rm -rf /var/cache/snapd/
sudo apt-mark hold snapd
Installing Chrome
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
sudo apt update
sudo apt install google-chrome-stable
Setting Up Channels DVR
curl -f -s https://getchannels.com/dvr/setup.sh | sh
This video will take you through the process step by step—no prior Linux experience required! Let me know if you have questions or need any help along the way.
(FYI I just posted the video so the resolution is really low until YouTube finishes optimizing it).