start new:
tmux
start new with session name:
tmux new -s myname
package main | |
import ( | |
"os" | |
"fmt" | |
) | |
type Fetcher interface { | |
// Fetch returns the body of URL and | |
// a slice of URLs found on that page. |
package main | |
import ( | |
"os" | |
"fmt" | |
) | |
type Fetcher interface { | |
// Fetch returns the body of URL and | |
// a slice of URLs found on that page. |
// Includes functions for exporting active sheet or all sheets as JSON object (also Python object syntax compatible). | |
// Tweak the makePrettyJSON_ function to customize what kind of JSON to export. | |
var FORMAT_ONELINE = 'One-line'; | |
var FORMAT_MULTILINE = 'Multi-line'; | |
var FORMAT_PRETTY = 'Pretty'; | |
var LANGUAGE_JS = 'JavaScript'; | |
var LANGUAGE_PYTHON = 'Python'; |
# | |
# Slightly tighter CORS config for nginx | |
# | |
# A modification of https://gist.github.com/1064640/ to include a white-list of URLs | |
# | |
# Despite the W3C guidance suggesting that a list of origins can be passed as part of | |
# Access-Control-Allow-Origin headers, several browsers (well, at least Firefox) | |
# don't seem to play nicely with this. | |
# |
#!/usr/bin/env python | |
import os, sys | |
sys.path.append(os.getcwd()) | |
import logging | |
import rq | |
MAX_FAILURES = 3 |
#!/bin/bash | |
# <http://blog.philippklaus.de/2010/09/openvpn/> | |
set -x | |
#SERVERNAME=$(hostname) | |
SERVERNAME=$(ifconfig | grep -A 5 eth0 | grep -w 'inet addr' | tr '\t' ' ' | cut -d ':' -f 2 | cut -d ' ' -f 1) | |
read -e -p "Please enter the server you want your clients to connect to [default: $SERVERNAME]: " input | |
SERVERNAME="${input:-$SERVERNAME}" |
#! /bin/bash | |
# Script to automate creating new OpenVPN clients | |
# The client cert and key, along with the CA cert is | |
# zipped up and placed somewhere to download securely | |
# | |
# H Cooper - 05/02/11 | |
# | |
# Usage: new-openvpn-client.sh <common-name> | |
# Set where we're working from |
// .==. .==. | |
// //`^\\ //^`\\ | |
// // ^ ^\(\__/)/^ ^^\\ | |
// //^ ^^ ^/6 6\ ^^ ^ \\ | |
// //^ ^^ ^/( .. )\^ ^ ^ \\ | |
// // ^^ ^/\| v""v |/\^ ^ ^\\ | |
// // ^^/\/ / `~~` \ \/\^ ^\\ | |
// ----------------------------- | |
/// HERE BE DRAGONS |
' ROFL:ROFL:LOL:ROFL:ROFL | |
' ______/|\____ | |
' L / [] \ | |
' LOL===_ ROFL \_ | |
' L \_______________] | |
' I I | |
' /---------------/ |