This cheatsheet includes the keybindings from my dotfiles.
start new:
tmux
start new with session name:
This cheatsheet includes the keybindings from my dotfiles.
start new:
tmux
start new with session name:
set fileformat=unix | |
set nocompatible | |
set number | |
set backspace=2 | |
set smartcase | |
set softtabstop=4 | |
set shiftwidth=4 | |
set expandtab | |
set autoindent |
{ | |
"http.proxyStrictSSL": false, | |
"telemetry.enableTelemetry": false, | |
"telemetry.enableCrashReporter": false, | |
"update.channel": "none", | |
"vim.disableAnnoyingNeovimMessage": true, | |
"editor.rulers":[100], | |
"editor.parameterHints": true, | |
"vim.cmdLineInitialColon": true, | |
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe", |
/* Table of contents | |
–––––––––––––––––––––––––––––––––––––––––––––––––– | |
- Plotly.js | |
- Grid | |
- Base Styles | |
- Typography | |
- Links | |
- Buttons | |
- Forms | |
- Lists |
I hereby claim:
To claim this, I am signing this object:
set fileformat=unix | |
set nocompatible | |
set number | |
set backspace=2 | |
set smartcase | |
set softtabstop=4 | |
set shiftwidth=4 | |
set expandtab | |
set autoindent |
The following automates the process detailed here, in an earlier gist: https://gist.github.com/brunston/3c5b032f7a4c4882955f1c8985ca7fb1 You can enter the following commands in a bash shell. While I am not in the habit of providing nefarious bash scripts, it is always recommended to check the body of the bash script yourself before running on your server.
curl -o le-superauto.sh http://brunston.io/bash/le-superauto-ubuntu1604.sh
sudo ./le-superauto.sh <desired domain to issue cert to>
Quick intro: Let's Encrypt is a relatively new certificate authority which issues SSL certificates using an automated system that issues challenges to the specified server to ensure that the server controls the domain which is attempting the automated certification process. The certificates last only 90 days but can be renewed indefinitely.
On Ubuntu 16.04:
sudo apt-get update
sudo apt-get install letsencrypt python-letsencrypt-apache