(C-x means ctrl+x, M-x means alt+x)
The default prefix is C-b. If you (or your muscle memory) prefer C-a, you need to add this to ~/.tmux.conf:
| ''' | |
| rate_limit2.py | |
| Copyright 2014, Josiah Carlson - josiah.carlson@gmail.com | |
| Released under the MIT license | |
| This module intends to show how to perform standard and sliding-window rate | |
| limits as a companion to the two articles posted on Binpress entitled | |
| "Introduction to rate limiting with Redis", parts 1 and 2: |
Add yourself to the docker group to be able to run containers as non-root (see Post-install steps for Linux).