• 1 Post
  • 118 Comments
Joined 2 years ago
cake
Cake day: June 18th, 2023

help-circle



















  • I had thought screen was pretty commonly known, but its a tool you can use to background and reconnect to a process, with the child process being completely separated from your shell. So you can ssh into a box, start a process with screen, and then logout, return later and reconnect. (It also does other stuff like read from serial consoles)

    Codewise, there isnt a lot there, 3 main files (main.rs, server.rs and client.rs) all weighing in at ~200 lines.

    It felt premature to add a readme at this stagr, as I dont see this as a complete thing yet, but I can add a readme later today.