Skip to content

Instantly share code, notes, and snippets.

0x0b8edc93b7cdf57a598c0627e4c71a696d7289e3
@dataBaseError
dataBaseError / meld_setup
Last active January 19, 2016 22:20
Install and setup meld to be used by git
#!/bin/bash
# This script sets up meld as the diff tool.
sudo apt-get install python2.7
sudo apt-get install meld
DIFF_FILE=/tmp/diff.py
TARGET=/usr/bin/diff.py
echo "
@dataBaseError
dataBaseError / guide.md
Last active November 8, 2015 20:19
Media Box Setup (simplified)

Media Box Setup

  1. Get a set on top box.
  2. In order to control the box it comes with a remote which tends to stink. You can use either a keyboard/mouse or your phone to control the box more effectively.

Install Kodi

  1. For android the Kodi application is in the Google Play Store

  2. If your android does not have the Google Play Store you can download Kodi from here

@dataBaseError
dataBaseError / PVR.md
Last active September 18, 2018 14:03
Setup details for installing MythTV with HDhomerun for Kodi

Prerequisites

In order to install the PVR system you must have:

  1. An antenna for capturing the broadcasted TV signal.

  2. HDHomeRun hardware such as the HDHomeRun DUAL. This system will connect to both the antenna and the LAN to make the broadcasted TV available to MythTV.

  3. Backend - A device which can run MythTV. This guide was tested using a Desktop computer running on Xubuntu 14.04. This device must connect to the LAN network.