Skip to content

Instantly share code, notes, and snippets.

View yoojinl's full-sized avatar
🛠️
Coding...

Eugene L. yoojinl

🛠️
Coding...
View GitHub Profile
@dolph
dolph / curl.sh
Last active September 21, 2018 03:33
Peeking inside OpenStack keystone Fernet token payloads: http://dolphm.com/inside-openstack-keystone-fernet-token-payloads
curl localhost:35357/v3/auth/tokens \
-H "X-Subject-Token: {{ fernet_token }}" \
-H "X-Auth-Token: {{ keystone.conf [default] admin_token }}" \
| python -m json.tool

tmux cheatsheet

As configured in my dotfiles.

start new:

tmux

start new with session name: