1
Beginners & Help / Re: [Guide] Gunbot XT and GunBot Version 5 using a Raspberry P 3
« on: November 17, 2017, 09:18:56 PM »the instructions for screen can be found here:
https://wiki.alpinelinux.org/wiki/Screen_terminal_multiplexer
the most import is:Code: [Select]screen -list
show all running sessionsCode: [Select]screen -x NUMBER
connect to a session.Code: [Select]^A d
Detach from a sessionCode: [Select]^A k
kill a session
if you want to stop gunbot then connect to the gunbot screen session andCode: [Select]^C
Thanks man. You're the master.