I hereby claim:
- I am justinwalz on github.
- I am justinwalz (https://keybase.io/justinwalz) on keybase.
- I have a public key ASDVIcZ3Z6c4_KTK_c7LwVpsUxSPdn95GhNLYNCIJHetdgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| # allow reload of this file with PRE r | |
| bind r source-file ~/.tmux.conf \; display "Reloaded." | |
| # switch prefix to control-a, unmap b, allow double-a to go through | |
| set -g prefix C-a | |
| unbind C-b | |
| bind C-a send-prefix | |
| # -r repeat time (Default 500 millis) | |
| set -g repeat-time 2000 | 
| ####################################### | |
| Sessions | |
| # list sessions | |
| tmux ls | |
| # new session | |
| tmux new -s <foo> | |
| # new session with name | |
| tmux new -s <foo> -n <shell> | 
| { | |
| "name": "bitium-idp-web", | |
| "version": "1.0.0", | |
| "description": "Host levelweb", | |
| "main": "server.js", | |
| "scripts": { | |
| "test": "echo \"Error: no test specified\" && exit 1", | |
| "start": "node server.js" | |
| }, | |
| "author": "", | 
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console | 
| # run this script to to basic initialization | |
| sudo apt-get install -y python-software-properties python g++ make | |
| sudo add-apt-repository ppa:chris-lea/node.js | |
| sudo apt-get update | |
| sudo apt-get install -y nodejs | |
| sudo apt-get update | |
| # install mongo server | |
| sudo apt-get install -y mongodb-server | 
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <!-- Import any scripts + style sheets here --> | |
| </head> | |
| <body> | |
| <h4>Hello World!</h4> | |
| <p>Add in content...</p> | |
| </body> | |
| </html> |