Good morning, folks. Have a sysadmin tip:
When you ssh to a remote system, make it a habit to run either `screen` or `tmux` first. Always. Even for just a quick little command.
That way, when your crap ISP monopoly drops your connection for no reason whatsoever, your remote command won't be SIGHUP'd, & you can resume with `screen -r` or `tmux attach` when they decide your connection can be restored.
@arielmt I use byobu for this as it always connects to the same and is very handy