View gist:c2d7080573c7ff1ffe2b298a38873435
#EXTM3U @LaQuay https://github.com/LaQuay/TDTChannels | |
#EXTM3U url-tvg="https://www.tdtchannels.com/epg/TV.xml" | |
#EXTINF:-1 tvg-id="La1.TV" tvg-logo="https://pbs.twimg.com/profile_images/899385012801470464/akSvNCqE_200x200.jpg" group-title="Generalistas" tvg-name="La 1",La 1 | |
https://rtvelivestream.akamaized.net/la1_dvr.m3u8 | |
#EXTINF:-1 tvg-id="La2.TV" tvg-logo="https://graph.facebook.com/la2detve/picture?width=200&height=200" group-title="Generalistas" tvg-name="La 2",La 2 | |
https://rtvelivestream.akamaized.net/la2_dvr.m3u8 | |
#EXTINF:-1 tvg-id="Cuatro.TV" tvg-logo="https://graph.facebook.com/cuatro/picture?width=200&height=200" group-title="Generalistas" tvg-name="Cuatro",Cuatro HD | |
https://linear02-i.akamaihd.net/hls/live/837811/cuatro/01.m3u8 | |
#EXTINF:-1 tvg-id="Telecinco.TV" tvg-logo="https://graph.facebook.com/tele5/picture?width=200&height=200" group-title="Generalistas" tvg-name="Telecinco",Telecinco HD | |
https://linear01-i.akamaihd.net/hls/live/837810/telecinco/01.m3u8 |
View openssh-6.8p1-snow-leopard.rb
require "formula" | |
class Openssh < Formula | |
homepage "http://www.openssh.com/" | |
url "http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-6.8p1.tar.gz" | |
version "6.8p1" | |
sha256 "3ff64ce73ee124480b5bf767b9830d7d3c03bbcb6abe716b78f0192c37ce160e" | |
bottle do | |
root_url "https://homebrew.bintray.com/bottles-dupes" |
View .osx
#!/bin/bash -x | |
# Originally from https://github.com/mathiasbynens/dotfiles/blob/master/.osx | |
# disable spotlight and remove from menu | |
sudo mdutil -a -i off | |
sudo mv /System/Library/CoreServices/Search.bundle/ /System/Library/CoreServices/SearchOff.bundle/ | |
# restart modified services, restart also works | |
killall Dock | |
killall Finder |