title | date |
---|---|
How To Use Web APIs in Python 3 | August 3, 2017 |
How To Write Your First JavaScript Program | August 2, 2017 |
How To Install Django | July 31, 2017 |
Understanding Arrays in JavaScript | July 28, 2017 |
How To Use Certbot Standalone Mode to Retrieve Let's Encrypt SSL Certificates | July 28, 2017 |
An Introduction to Let's Encrypt | July 19, 2017 |
[An Introduction to Continuous Integration, Delivery, and Deployment](https://www.digitalocean.com/c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vim ~/.tmux.conf | |
---- | |
################################################################ | |
## https://www.digitalocean.com/community/tutorials/how-to-configure-tmux-on-a-cloud-server | |
# Ctrl-b is a bad prefix key, use Ctrl-a instead | |
set-option -g prefix C-a | |
unbind-key C-b | |
# Also assign Ctrl-a to send the prefix to a remote session |