start new:
tmux
start new with session name:
tmux new -s myname
| #!/bin/bash | |
| set -e; | |
| # Set up a single-node Kubernetes system on Debian 10 (Buster). | |
| # Use Flannel as the network fabric. Install the Kubernetes | |
| # dashboard. | |
| # disable swap | |
| swapoff -a; |
| " Comments in Vimscript start with a `"`. | |
| " If you open this file in Vim, it'll be syntax highlighted for you. | |
| " Vim is based on Vi. Setting `nocompatible` switches from the default | |
| " Vi-compatibility mode and enables useful Vim functionality. This | |
| " configuration option turns out not to be necessary for the file named | |
| " '~/.vimrc', because Vim automatically enters nocompatible mode if that file | |
| " is present. But we're including it here just in case this config file is | |
| " loaded some other way (e.g. saved as `foo`, and then Vim started with |