run screen on background linux terminal
# Install screen
yum install screen
# Initiate a Screen
screen -S <screen name> <command to execute>
# Detach from the screen
CTRL + A, D
# List all the screen currently working
screen -ls
# Reattach to a screen
screen -r <screen name>
# Kill specific screen
screen -X -S <screen name> quit
# Kill all screens
pkill screen
Also in Shell:
- ubuntu command line replace word in files
- shell count number of lines
- pull old version git
- git commit current changes to existing branch
- conda install keras
- how to install specific package version npm
- npm ERR! path /usr/local/lib/nodejs/node-v10.15.3-linux-x64/lib/node_modules while installing angular cli
- undo last commit
- install windows service
- aws cli install
- could not connect to server: Connection refused Is the server running on host and accepting TCP/IP connections on port 5432?
- disable swap ubuntu 18.04
- dns_probe_finished_nxdomain linux ubuntu
- install flask
- direnv
- install npm package globally
- moodle update cli
- make an angular app installable*
- zip current directory mac command line
- what does pro mean in github
- change ratio vmware ubuntu
- cambiar nombre branch git
- how to view hidden files in mac terminal
- mac docker ubuntu image