Unplugging and repowering the laptop right below 10% so it won’t restart and disconnect my VM and SSH sessions I’m using for work.
For SSH, assuming that the remote system is Linux, run tmux on the remote system and do your work in that. If your SSH connection gets killed off, you just ssh back in and tmux attach to your old tmux session.
For SSH, assuming that the remote system is Linux, run
tmux
on the remote system and do your work in that. If your SSH connection gets killed off, you just ssh back in andtmux attach
to your old tmux session.