I hereby claim:
- I am terrywang on github.
- I am terrywang (https://keybase.io/terrywang) on keybase.
- I have a public key whose fingerprint is CB3E C2DC AD18 0C78 731E C034 00D8 3189 AB6C 9CA3
To claim this, I am signing this object:
# ~/.bashrc: executed by bash(1) for non-login shells. | |
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc) | |
# for examples | |
# If not running interactively, don't do anything | |
# [ -z "$PS1" ] && return | |
case $- in | |
*i*) ;; | |
*) return;; | |
esac |
#!/bin/bash | |
# -------------------------------------- | |
# | |
# Title: Oracle JDK Download Script | |
# Author: Terry Wang | |
# Email: i (at) terry (dot) im | |
# Homepage: http://terry.im | |
# File: jdk.sh | |
# Created: 28 August, 2013 | |
# |
site :opscode | |
cookbook 'nginx', '~> 2.4.4' |
require 'formula' | |
class Rsync < Formula | |
homepage 'http://rsync.samba.org/' | |
url 'http://rsync.samba.org/ftp/rsync/src/rsync-3.1.0.tar.gz' | |
sha1 'eb58ab04bcb6293da76b83f58327c038b23fcba3' | |
depends_on :autoconf | |
def patches |
/* | |
* Use CPUID opcode from EAX register to determine Linux VM Virtualization type {Xen HVM,KVM,VMware} | |
* Based on the c program written by http://www.vpsee.com ;-) | |
*/ | |
#include <stdio.h> | |
#include <string.h> | |
#define HYPERVISOR_INFO 0x40000000 | |
#define CPUID(idx, eax, ebx, ecx, edx) \ |
/** | |
* The Match class implements Brute Force pattern matching. | |
* | |
* @author Terry Wang | |
* @version 0.2 | |
*/ | |
public class Match { | |
/** variable to record the position of matching */ | |
private static int position = 0; |
# User and group used by worker processes | |
# ubuntu | |
# user www-data; | |
# fedora | |
user nginx; | |
# Ideally # of worker processes = # of CPUs or cores | |
# Set to auto to autodetect | |
# max_clients = worker_processes * worker_connections | |
worker_processes auto; |
for (( i=1; i<=76; i++ )); do file=$(curl -s http://media.vimcasts.org/videos/$i/ | grep m4v | awk '{ print $5 }' | cut -d'>' -f2 | cut -d'<' -f1); url=http://media.vimcasts.org/videos/$i/$file; echo $url; wget -c -S -O "$c-$file" "$url"; done |
# User ssh configuration file ~/.ssh/config | |
# Gist https://gist.github.com/terrywang/3997931 | |
# man ssh_config for more information | |
# Inspired by the blog post below to fight the NSA | |
# https://stribika.github.io/2015/01/04/secure-secure-shell.html | |
# Github needs diffie-hellman-group-exchange-sha1 some of the time but not always | |
# Host github.com | |
# KexAlgorithms [email protected],diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1 |
I hereby claim:
To claim this, I am signing this object: