Skip to content

Instantly share code, notes, and snippets.

View popensesame's full-sized avatar
🦕

Matthew Geiger popensesame

🦕
View GitHub Profile
#!/bin/bash
# This script installs kubectl and minikube on a Linux machine.
# It assumes you are intending to use VirtualBox as the virtualization driver.
# VirtualBox must be installed or this script will fail.
#
# Install kubectl: https://kubernetes.io/docs/tasks/tools/install-kubectl/
# Install minikube: https://kubernetes.io/docs/tasks/tools/install-minikube/
#
# Exit codes:
@popensesame
popensesame / tmux-cheatsheet.markdown
Created October 11, 2018 19:37 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname