Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View yano3's full-sized avatar
❄️
NO SNOW, NO LIFE.

Teppei Yano yano3

❄️
NO SNOW, NO LIFE.
View GitHub Profile
@yano3
yano3 / gist:9568e6a4f730a04f854b
Created March 25, 2015 03:19
brew install tuntap
$ brew install tuntap
==> Downloading https://homebrew.bintray.com/bottles/tuntap-20111101.mavericks.bottle.tar.gz
######################################################################## 100.0%
==> Pouring tuntap-20111101.mavericks.bottle.tar.gz
==> Caveats
In order for TUN/TAP network devices to work, the tun/tap kernel extensions
must be installed by the root user:
sudo cp -pR /usr/local/Cellar/tuntap/20111101/Library/Extensions/tap.kext /Library/Extensions/
sudo cp -pR /usr/local/Cellar/tuntap/20111101/Library/Extensions/tun.kext /Library/Extensions/
@yano3
yano3 / gist:838622
Created February 22, 2011 12:52
改行コードが異なるファイルの比較
diff --strip-trailing-cr file1 file2
@yano3
yano3 / gist:840329
Created February 23, 2011 11:51
svn で改行コードが異なるファイルの比較
svn diff -x --ignore-eol-style file
@yano3
yano3 / gist:843291
Created February 25, 2011 02:30
svn で空白を無視して比較
svn diff -x -w file
@yano3
yano3 / gist:865340
Created March 11, 2011 02:03
svn: creating a branch
svn copy http://example.com/path/to/repository/trunk/ http://example.com/path/to/repository/branches/hoge
@yano3
yano3 / gist:912301
Created April 10, 2011 12:31
old .vimperatorrc
"2.0 (created: 2009/03/28 23:48:07)
set titlestring=Firefox
set guioptions=mTBnbr
set wildoptions=auto
set visualbell
map j 3<C-e>
map k 3<C-y>
map h gT
@yano3
yano3 / gist:912334
Created April 10, 2011 13:21
set gvim font on Windows
" .gvimrc
set guifont=Consolas:h9:cSHIFTJIS
@yano3
yano3 / gist:1000189
Created May 31, 2011 08:51
curl でオレオレ証明書無視
curl https://example.com/ --insecure
curl https://example.com/ -k
@yano3
yano3 / gist:1000202
Created May 31, 2011 08:58
wget でオレオレ証明書無視
wget https://example.com/ --no-check-certificate
@yano3
yano3 / gist:1033066
Last active September 26, 2015 03:38
Vimium - Options - Excluded URLs
http*://mail.google.com/*
http*://www.google.com/reader/*
http*://www.google.co.jp/reader/*
http*://www.rememberthemilk.com/*
http://feedly.com/*
https://cp.conoha.jp/*