Skip to content

Instantly share code, notes, and snippets.

View thisroot's full-sized avatar

Egor Mikheev thisroot

  • @viaMover
  • Ubud, Bali
View GitHub Profile
@thisroot
thisroot / README.md
Created May 24, 2017 19:51
Kurento Media Server Installation (Debian Wheezy 64bit)

NOTE: This guide is currently incomplete.

Install general dependencies:

sudo apt-get install git build-essential cmake pkg-config libboost-dev libboost-test-dev \
     libboost-program-options-dev libevent-dev automake libtool flex bison pkg-config \
     libssl-dev libsoup2.4-dev libboost-system-dev libboost-filesystem-dev \
     libogg-dev libtheora-dev libasound2-dev libvorbis-dev libpango1.0-dev \
     libvisual-0.4-dev libffi-dev libgmp-dev
@thisroot
thisroot / js-task-1.md
Created January 19, 2017 15:57 — forked from codedokode/js-task-1.md
Задания на яваскрипт (простые)
@thisroot
thisroot / Inversion.cpp
Created November 10, 2016 10:29 — forked from anonymous/Inversion.cpp
Inversion created by семенгромаков - https://repl.it/EUEB/1
#include <iostream>
using namespace std;
int main() {
int arr[] = {21,22,43,53,65,32,65,223,65,62,53,75,23,63,23,76,24};
int size = sizeof(arr)/sizeof(arr[0]);
int c;
for ( int i = 0; i < size/2; i ++ ) {
#!/bin/bash
echo "This script will rebuild a Debian style package (deb) of latest stable"
echo "Nginx. The original deb is from nginx.org apt repository."
echo
echo "This will prompt you yes or no on a few changes to the build as well as"
echo "it will compile and package the latest Google NGX Pagespeed module."
echo
echo "This is built and tested on Ubuntu 12.04 LTS, fresh OS install."
echo "There are no guarantees, and I take no liability if it breaks, but it"
#!/bin/bash
echo "This script will rebuild a Debian style package (deb) of latest stable"
echo "Nginx. The original deb is from nginx.org apt repository."
echo
echo "This will prompt you yes or no on a few changes to the build as well as"
echo "it will compile and package the latest Google NGX Pagespeed module."
echo
echo "This is built and tested on Ubuntu 12.04 LTS, fresh OS install."
echo "There are no guarantees, and I take no liability if it breaks, but it"
#!/bin/bash
echo "This script will rebuild a Debian style package (deb) of latest stable"
echo "Nginx. The original deb is from nginx.org apt repository."
echo
echo "This will prompt you yes or no on a few changes to the build as well as"
echo "it will compile and package the latest Google NGX Pagespeed module."
echo
echo "This is built and tested on Ubuntu 12.04 LTS, fresh OS install."
echo "There are no guarantees, and I take no liability if it breaks, but it"