Skip to content

Instantly share code, notes, and snippets.

@wujiegdft
wujiegdft / VPN.md
Created May 12, 2019 15:03 — forked from cloudsben/VPN.md
vultr VPS 搭建VPN ss

注册地址 (最好是国内的邮箱,我用的是QQ邮箱)

注册地址

安装Shadowsocks 的命令

复制粘贴第一步

wget --no-check-certificate -O shadowsocks.sh https://raw.githubusercontent.com/teddysun/shadowsocks_install/master/shadowsocks.sh
@wujiegdft
wujiegdft / tmux.md
Created May 11, 2017 12:44 — forked from andreyvit/tmux.md
tmux cheatsheet

tmux cheat sheet

(C-x means ctrl+x, M-x means alt+x)

Prefix key

The default prefix is C-b. If you (or your muscle memory) prefer C-a, you need to add this to ~/.tmux.conf:

remap prefix to Control + a

@wujiegdft
wujiegdft / 0_reuse_code.js
Created February 22, 2017 02:48
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console