Skip to content

Instantly share code, notes, and snippets.

View netconstructor's full-sized avatar
💭
pushing pixels

Christian Hochfilzer netconstructor

💭
pushing pixels
View GitHub Profile
@hydrargyrum
hydrargyrum / RecordRTC.js
Created October 24, 2019 16:25
revealjs audio
'use strict';
// Last time updated: 2018-09-12 1:14:20 PM UTC
// ________________
// RecordRTC v5.4.8
// Open-Sourced: https://github.com/muaz-khan/RecordRTC
// --------------------------------------------------
@netconstructor
netconstructor / gist:8534cac73b01f3fae5d8
Created February 28, 2016 11:40 — forked from davidbalbert/gist:6815258
How to install custom SSL certificates on an ASUS RT-N66U running asuswrt-merlin
# First, enable SSH in the Administration->System tab.
# Then log in to the device.
# Verify that https_crt_save is off
admin@RT-N66U:/tmp/home/root# nvram get https_crt_save
0
# Enable https_crt_save and verify that it was set correctly
admin@RT-N66U:/tmp/home/root# nvram set https_crt_save=1
admin@RT-N66U:/tmp/home/root# nvram get https_crt_save
Processing MSOutlook.munki...
{'AUTOPKG_VERSION': u'0.4.2',
u'CULTURE_CODE': u'0409',
u'MUNKI_REPO': u'/Users/Shared/munki_repo',
u'MUNKI_REPO_SUBDIR': u'apps/Office365',
u'NAME': u'Office365_Outlook_Update',
'PARENT_RECIPES': [u'/Users/jim/Library/AutoPkg/RecipeRepos/com.github.autopkg.arubdesu-recipes/MSOutlook/MSOutlook.munki.recipe'],
'RECIPE_CACHE_DIR': u'/Users/jim/Library/AutoPkg/Cache/local.munki.MSOutlook',
'RECIPE_DIR': '/Users/jim/Library/AutoPkg/RecipeOverrides',
'RECIPE_OVERRIDE_DIRS': ['~/Library/AutoPkg/RecipeOverrides'],
<?php /* Template Name: Projects */ ?>
<?php get_header(); ?>
<main id="primary" class="content-area">
<div class="jumbotron">
<div class="row">
<div class="intro"><?php the_field('projects_heading') ?></div>
</div>
</div>
<div class="projects body-content">
Processing MSOutlook.munki...
{'AUTOPKG_VERSION': u'0.4.2',
u'CULTURE_CODE': u'0409',
u'MUNKI_REPO': u'/Users/Shared/munki_repo',
u'MUNKI_REPO_SUBDIR': u'apps/Office365',
u'NAME': u'Office365_Outlook_Update',
'PARENT_RECIPES': [u'/Users/jim/Library/AutoPkg/RecipeRepos/com.github.autopkg.arubdesu-recipes/MSOutlook/MSOutlook.munki.recipe'],
'RECIPE_CACHE_DIR': u'/Users/jim/Library/AutoPkg/Cache/local.munki.MSOutlook',
'RECIPE_DIR': '/Users/jim/Library/AutoPkg/RecipeOverrides',
'RECIPE_OVERRIDE_DIRS': ['~/Library/AutoPkg/RecipeOverrides'],
@yaronguez
yaronguez / ACF Country List
Created February 17, 2015 01:37
Country list formatted for Advanced Custom Fields select dropdown
afghanistan : Afghanistan
albania : Albania
algeria : Algeria
american_samoa : American Samoa
andorra : Andorra
angola : Angola
anguilla : Anguilla
antigua_and_barbuda : Antigua and Barbuda
argentina : Argentina
armenia : Armenia

Transparent Netflix only region unblock with Asuswrt Merlin

Ad-free time!, UnoTelly etc. services provide a nice way to unblock regions for Netflix and others using their custom DNS servers.

But I don't want to direct all my DNS traffic to them and I'm too lazy to manually configure all my devices (phones, tablets, media center boxes etc.). So here's how to transparently unblock Netflix for all your devices using the [Asuswrt Merlin][merlin] firmware. It's a custom router firmware which can be used on the Asus RT-N66U router for example.

Prerequisites

Enable JFFS partition and SSH login from http://<ROUTER-IP>/Advanced_System_Content.asp

@bryanzak
bryanzak / Office2011-14.4.2.plist
Created December 18, 2014 21:26
Many people constantly ask on the munki discussion group about Office 2011. The two files in this gist represent Office 2011. The first is the full Office 2011 SP4 OEM installer available directly from Microsoft. The second is the 14.4.7 update from autopkg (slightly modified as the autopkg recipe assumes an older base image not SP4, but that's …
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>_metadata</key>
<dict>
<key>created_by</key>
<string>epietrb111</string>
<key>creation_date</key>
<date>2014-09-14T22:21:34Z</date>

Cartodb install on Digital Ocean ubuntu 12.04 64-bit

based on https://github.com/CartoDB/cartodb with additions as necessary
11/2013 to 02/2014

Install git

sudo apt-get install git-core

Clone project