Skip to content

Instantly share code, notes, and snippets.

@Itch3f
Itch3f / Ubuntu 16.04
Created March 14, 2021 12:42 — forked from dhoeric/Ubuntu 16.04
install-docker-aws-ec2-user-data
#!/bin/bash
# Install docker
apt-get update
apt-get install -y apt-transport-https ca-certificates curl software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
add-apt-repository \
"deb [arch=amd64] https://download.docker.com/linux/ubuntu \
$(lsb_release -cs) \
stable"
apt-get update
@Itch3f
Itch3f / iterm2.md
Created March 11, 2021 18:35 — forked from squarism/iterm2.md
iterm2 cheatsheet

Tabs and Windows

Function Shortcut
New Tab + T
Close Tab or Window + W (same as many mac apps)
Go to Tab + Number Key (ie: ⌘2 is 2nd tab)
Go to Split Pane by Direction + Option + Arrow Key
Cycle iTerm Windows + backtick (true of all mac apps and works with desktops/mission control)
@Itch3f
Itch3f / .dockerignore
Created September 10, 2017 22:32 — forked from smagch/.dockerignore
AWS: CloudFormation with Elastic Beanstalk, Docker Go web app.
.git