bash how to use screen
# Note, screen is useful for continuing processes (e.g. downloads) on a
# remote server without having to stay logged in to the server
# Basic syntax:
screen # This starts a new screen.
# After starting a long process, e.g., a download, detach with:
CTRL+a d # To detach from screen, press CTRL+a, release, then press d
# To view active screens:
screen -ls # The first numbers by each screen indicate the screen_number
# To resume active screen:
screen -r # If there is only one active screen
screen -r screen_number # If there are multiple active screens
# To close a screen after detaching:
screen -X -S screen_number quit
# View all CTRL+ commands available in screen:
CTRL+a ?
Also in C++:
- linux install doxygen
- install sdl2 linux
- powershell get samaccountname from first and last name
- refresh env variable windows powershell
- expo install in ubuntu
- verify large directory after copy files
- bash how to leave a process running on remote server
- windows server 2016 powershell override password complexity
- recover git stash clear
- bash check if string in file
- linux show uid
- turn off selinux centos
- git bash in cmd
- adb install apk
- difference between macos and linux
- filter npm audit only high
- pyinstaller location windows
- merge rar parts ubuntu
- refresh branch list git
- git no ssl
- how to stop running port in ubuntu
- dig +noall +answer
- gitignore file without extension
- kill process running on port mac