Host via screen
Screen is a package for linux distros. Screens are technically just in-host terminals you can access. if the screen errors it get's terminanted, which isn't really functional therefore only for pros.
press ctrl + alt + a + d to exit the screen window
screen -ls
will show all screens
screen -r
to re-entre a screen-window
Last updated