Skip to content

Instantly share code, notes, and snippets.

View UniIsland's full-sized avatar

Huang, Tao UniIsland

View GitHub Profile
@UniIsland
UniIsland / gist:f43f73ee09c821740c36
Last active August 29, 2015 14:05 — forked from bobisme/gist:1078482
Build/install custom linux kernel headers with Debian.

Linux Headers

  • Install tools to build:
sudo apt-get update
sudo apt-get install kernel-package fakeroot wget bzip2
  • Linux-2.6.39.1-linode34 is same as regular 2.6.39
@UniIsland
UniIsland / upyun.py
Created May 11, 2012 07:44 — forked from gccyugi/upyun.py
upyun-python-api
# -*- coding: utf-8 -*-
import md5 as mmd5
DEBUG = False
api_upyun = 'api.upyun.com'
ENDPOINT_V0 = 'v0.' + api_upyun
ENDPOINT_V1 = 'v1.' + api_upyun