Skip to content

Instantly share code, notes, and snippets.

View skaurus's full-sized avatar

Dmitry Shalashov skaurus

View GitHub Profile
@skaurus
skaurus / dockerflix_dns_proxy.rsc
Last active July 18, 2023 18:20
Setup trick77 dockerflix DNS Proxy on MikroTik RouterOS
# Setup https://github.com/trick77/dockerflix on Mikrotik router
:global portallerHosts " \
ipinfo.io, \
hulu.com, \
netflix.com, \
netflix.net, \
mtv.com, \
mtvnservices.com, \
optimizely.com, \
@skaurus
skaurus / gist:474d55c28e62d150b939eb21b1466b81
Created June 3, 2016 16:53 — forked from debasishg/gist:8172796
A collection of links for streaming algorithms and data structures
  1. General Background and Overview
# From a fresh install of squeeze
aptitude install ruby rubygems # Need ruby to use fpm
gem1.8 install fpm --no-ri --no-rdoc
aptitude install build-essential openssl libreadline6 libreadline6-dev zlib1g zlib1g-dev libssl-dev ncurses-dev libyaml-dev
wget ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p385.tar.gz
tar -zxvf ruby-1.9.3-p385.tar.gz
cd ruby-1.9.3-p385
rm -rf /tmp/ruby193