Skip to content

Instantly share code, notes, and snippets.

View baezor's full-sized avatar

Angel Baez baezor

View GitHub Profile
@baezor
baezor / default.conf
Created August 23, 2018 03:56
NGiNX Configuration for Vue-Router in HTML5 Mode
server {
listen 80 default_server;
listen [::]:80 default_server;
root /your/root/path;
index index.html;
server_name you.server.com;
@baezor
baezor / tmux-cheatsheet.markdown
Created November 9, 2016 17:11 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname