Skip to content

Instantly share code, notes, and snippets.

@traumverloren
Last active May 9, 2017 16:43
Show Gist options
  • Save traumverloren/3c7489b45efb5239393bf3a6a489bc9d to your computer and use it in GitHub Desktop.
Save traumverloren/3c7489b45efb5239393bf3a6a489bc9d to your computer and use it in GitHub Desktop.
Running and detaching your Raspberry Pi w/ Screen!

Initial install of Screen:

$ sudo apt-get install screen

To run screen:

$ screen bash

To detach:

Press CTRL+A, release, then press D

To see list of all open screen instances and their status:

$ screen -list

To reconnect to an instance:

If just 1 instance: $ screen -r Else: $ 1100.pts-0.raspberrypi (Type its name after the -r)

To end it:

CTRL+D (you have to be in the instance though)

Using Screen with your Raspberry Pi Video

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment