Skip to content

Instantly share code, notes, and snippets.

View methane's full-sized avatar

Inada Naoki methane

View GitHub Profile
@nobonobo
nobonobo / makecert.sh
Last active September 29, 2016 07:30
1行でオレオレ証明書を作る
go run $(go env GOROOT)/src/crypto/tls/generate_cert.go --host localhost
@koron
koron / sources.list
Created August 3, 2016 13:16
Bash on Ubuntu on Windows の apt の設定 /etc/apt/sources.list はこうすべし。
deb mirror://mirrors.ubuntu.com/mirrors.txt trusty main restricted universe multiverse
deb mirror://mirrors.ubuntu.com/mirrors.txt trusty-updates main restricted universe multiverse
deb mirror://mirrors.ubuntu.com/mirrors.txt trusty-security main restricted universe multiverse