by @AV4TAr.

"Se me cortó la conexión mientras hacía la migración" - No más :)
			
		~ screen~ screen -ls~ screen -r [numero-sesion]disponible en Linux / Mac / Cygwin
Ctrl-aCtrl-a cCtrl-a "Ctrl-a dquick reference http://bit.ly/screen-quick-reference
			
		
			
		~ tmux~ tmux list-sessions~ tmux list-clients~ tmux attach-session [-t numero-sesion]disponible en Linux / Mac / Cygwin
Ctrl-bCtrl-b cCtrl-b "Ctrl-b %Ctrl-b flechaCtrl-b dCtrl-b ?
teamocilcrear sesiones automáticamente con tmux
		Herramienta para crear sesiones, ventanas y paneles en tmux usando YAML.
http://teamocil.com/
		
				
~ gem install teamocil
~ mkdir ~/.teamocil
~ teamocil --edit sample
~ tmux
~ teamocil sample
				
			
		~/.teamocil/cuatro.ymlwindows:- name: "cuatro-paneles"root: "~/Code/sample/www"layout: tiledpanes:- cmd: "top"- cmd: "tail -f /var/log/apache2/error.log"- cmd: "tail -f /var/log/mail.log"- cmd: "ping google.com"