Skip to content

Instantly share code, notes, and snippets.

View clvrobj's full-sized avatar

Chi Zhang clvrobj

  • Singapore, Singapore
View GitHub Profile
@clvrobj
clvrobj / tmux-cheatsheet.markdown
Created May 20, 2016 08:24 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname

Keybase proof

I hereby claim:

  • I am clvrobj on github.
  • I am mx (https://keybase.io/mx) on keybase.
  • I have a public key whose fingerprint is E2AF 2168 7405 2351 52D1 C908 0DA1 323C F07F 509E

To claim this, I am signing this object:

@clvrobj
clvrobj / ggifr.js
Last active July 24, 2018 17:45
ggifr.js
var a = document.createElement("IFRAME".toString());
a.src = "https://www.smaato.com/unknown";
a.width = "0";
a.height = "0";
document.body.appendChild(a);