start new:
tmux
start new with session name:
tmux new -s myname
| #################################### | |
| # BASIC REQUIREMENTS | |
| # http://graphite.wikidot.com/installation | |
| # http://geek.michaelgrace.org/2011/09/how-to-install-graphite-on-ubuntu/ | |
| # Last tested & updated 10/13/2011 | |
| #################################### | |
| cd | |
| sudo apt-get update | |
| sudo apt-get upgrade |
Below is a collection of my favourite responses I gathered from Guardian engineers when asked the question: What have you learnt starting from scratch and building a mobile-first next generation web platform for the Guardian?
| # Custom visudo entries : | |
| # ----------------------- | |
| # Defaults:florian env_keep=HTTP_PROXY | |
| # %florian ALL = NOPASSWD: /usr/bin/lxc-* | |
| # Starts a container | |
| function cstart() { | |
| for container in "$@" | |
| do | |
| sudo lxc-start -n $container -d |