Last week I've learned about "screen" command and now I can run long-running commands on server without worrying about SSH timeouts. So, the next time you need to run a critical script on a remote server, remember: screen -S my_session to create, Ctrl+A+D to detach, and screen -r my_session to reattach. #Linux #DevOps #SysAdmin #TechTips #RemoteWork

May 26, 2025 · 6:05 PM UTC

1