| Function | Shortcut |
|---|---|
| Fullscreen | ⌘+ Enter |
| Previous Tab | ⌘+ Left Arrow |
| Next Tab | ⌘+ Right Arrow |
| Go to Tab | ⌘ + Number |
| Go to Window | ⌘ + Option + Number |
| Go to Split Pane by Direction | ⌘ + Option + Arrow |
- Backbone-Components explained step by step by Todo Example: [[http://adrianmejia.com/blog/2012/09/11/backbone-dot-js-for-absolute-beginners-getting-started/]]
- Story of the demo (not a tutorial): [[http://jgn.heroku.com/2010/10/25/creating-localtodoscom----a-short-story/]]
- Demo: [[http://localtodos.com/]]
- Source: [[https://github.com/jeromegn/backbone.localstorage]]
- CoffeeScript version (+annotated): [[https://github.com/JasonGiedymin/backbone-todojs-coffeescript]]
- TodoMVC app: [[http://todomvc.com/examples/backbone/]]
- TodoMVC app source: [[https://github.com/tastejs/todomvc/tree/gh-pages/examples/backbone]]
The following will guide you through the process of installing Node.js on an AWS EC2 instance running Amazon Linux AMI 2016.09 - Release Notes
For this process I'll be using a t2.micro EC2 instance running Amazon Linux AMI (ami-d41d58a7). Once the EC2 instance is up-and-running, connect to your server via ssh
- Make sure our server has the latest packages :
sudo yum update -y