Skip to content

Instantly share code, notes, and snippets.

View Jfaler's full-sized avatar
✏️

Justin Faler Jfaler

✏️
View GitHub Profile
@Jfaler
Jfaler / digital_ocean_setup.md
Created June 9, 2017 05:33 — forked from ChuckJHardy/digital_ocean_setup.md
DigitalOcean Ubuntu 14.04 x64 + Rails 4 + Nginx + Unicorn + PostgreSQL + Capistrano 3 Setup Instructions

DigitalOcean Ubuntu 14.04 x64 + Rails 4 + Nginx + Unicorn + PostgreSQL + Capistrano 3

SSH into Root

$ ssh root@123.123.123.123

Change Root Password

@Jfaler
Jfaler / tmux-cheatsheet.markdown
Created June 5, 2017 03:35 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname