Code review comment for lp:~widelands-dev/widelands-website/anti_spam_app

Revision history for this message
SirVer (sirver) wrote :

You can check the duration by using /usr/bin/time <command>. You can avoid terminal connection drop by running tmux.

Basically:

$ tmux
$ /usr/bin/time mysqldump <more options>
Ups connection to the server dropped here at some point.

ssh again, now

$ tmux attach
here you are, back in your old session.

« Back to merge proposal