Skip to content

Instantly share code, notes, and snippets.

View alhafoudh's full-sized avatar

Ahmed Al Hafoudh alhafoudh

View GitHub Profile
apiVersion: v1
kind: PersistentVolume
metadata:
name: test-volume
spec:
capacity:
storage: 1Gi
accessModes:
- ReadWriteOnce
hostPath:

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname