Skip to content

Instantly share code, notes, and snippets.

View PeqNP's full-sized avatar

Eric Chamberlain PeqNP

  • Bithead LLC
  • Seattle
  • 05:25 (UTC -07:00)
  • X @BitheadRL
View GitHub Profile
@PeqNP
PeqNP / gist:051e110d085928411d41783b1e5838bc
Last active January 15, 2021 18:52
Create a bootable USB drive for Windows 10
#!/usr/bin/bash
#
# Create a bootable USB drive for Windows 10.
#
# This script is designed to be instructional and NOT to be ran. You may replace
# `diskN` and volume name for the Windows 10 ISO and it _should_ work. But I
# haven't tested this script.
#
# Download the respective Windows 10 ISO.
# Current location: https://www.microsoft.com/en-us/software-download/windows10ISO

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname