Skip to content

Instantly share code, notes, and snippets.

@prasmalla
Created April 4, 2016 14:22
Show Gist options
  • Save prasmalla/5b12915903a14a04d48adb4a80b9c78a to your computer and use it in GitHub Desktop.
Save prasmalla/5b12915903a14a04d48adb4a80b9c78a to your computer and use it in GitHub Desktop.
py
brew install pyenv
brew install libxml2 libxslt
export PATH=~/.pyenv/shims:$PATH
pyenv install 2.7
pyenv local 2.7
pip install lxml
pip install requests
pip install beautifulsoup4
@prasmalla
Copy link
Author

prasmalla commented May 18, 2016

wget -q -O - http://debian.erlyvideo.org/binary/gpg.key | apt-key add -;
echo "deb http://debian.erlyvideo.org binary/" > /etc/apt/sources.list.d/erlyvideo.list;
apt-get update;
apt-get -y install flussonic flussonic-ffmpeg flussonic-python

/etc/init.d/flussonic start

|m682zvLnhLYLUsK3Ay-YO2|r6BzpmVPpjgKpn9IunpFp6lLbCZOp

http://fusion.tvaddons.ag
http://srp.nu/
http://filmkodi.com/repository
https://github.com/tknorris/tknorris-beta-repo
http://justnewtech.com/SportsDevil/
http://www.cosmixtv.space/repo/
http://archive.org/download/repo.awesome/
http://muckys.mediaportal4kodi.ml/

@prasmalla
Copy link
Author

hdiutil convert -format UDRW -o destination_file.img source_file.iso
diskutil list
diskutil partitionDisk /dev/disk2 1 "Free Space" "unused" "100%"
dd if=destination_file.img.dmg of=/dev/rdisk2 bs=1m
diskutil eject /dev/disk2

@prasmalla
Copy link
Author

sudo wget -O /usr/local/bin/rsub
https://raw.github.com/aurora/rmate/master/rmate
chmod a+x /usr/local/bin/rsub

freq=11954
pol=h
srate=27500
autoconfiguration=full
multicast_ipv4=0
sap=0
rewrite_sdt=0
rewrite_pat=0
unicast=1
port_http=8092
autoconf_unicast_start_port=9082
autoconf_sid_list=28007

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment