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
(function($, deck, undefined) { | |
$(document).bind('deck.change', function(e, from, to) { | |
var $prev = $[deck]('getSlide', to-1), | |
$next = $[deck]('getSlide', to+1); | |
$[deck]('getSlide', to).trigger('deck.becameCurrent'); | |
$prev && $prev.trigger('deck.becamePrevious'); | |
$next && $next.trigger('deck.becameNext'); | |
}); | |
})(jQuery, 'deck'); |
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
sources
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
/* | |
Copyright 2011 Martin Hawksey | |
Licensed under the Apache License, Version 2.0 (the "License"); | |
you may not use this file except in compliance with the License. | |
You may obtain a copy of the License at | |
http://www.apache.org/licenses/LICENSE-2.0 | |
Unless required by applicable law or agreed to in writing, software |
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.
Enable JFFS partition and SSH login from http://<ROUTER-IP>/Advanced_System_Content.asp
<?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"> |
#!/bin/sh | |
# Script to route traffic from home network through VPN selectively. | |
# Based off the discussion at http://www.smallnetbuilder.com/forums/showthread.php?t=9311 | |
# The setup is a Roku box, a Home PC running Plex, and a Synology NAS with a torrent client running a web interface. | |
# The aim is to have all traffic from Roku go through the VPN, all traffic from the Home PC (and all other devices) bypassing the VPN, | |
# and the Synology NAS using the VPN. There are however some exceptions. Since Plex uses port 32400, Roku has to bypass the VPN when | |
# using that port. In addition, port 9091 has to bypass the VPN as well in order to access the Synology torrent client. | |
# | |
# Requirements: Asuswrt-Merlin with OpenVPN already set up |
<?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> |
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'], |