how to use linux screen and bpython interpreter

Опубликовано: 14 Октябрь 2024
на канале: Dan Sheffner
2,650
31

install
sudo apt-get install screen bpython

screen command
screen

detach from session
ctrl+a d

attach only session
screen -r

see what screen sessions are running
screen -ls

attach to do screen sharing
screen -x infoFrom screen -ls